Home
last modified time | relevance | path

Searched refs:basename (Results 1 – 25 of 33) sorted by relevance

12

/device/generic/opengl-transport/host/commands/emugen/
DREADME111 1. basename.in - A sepcification of the protocol RPC procedures. This
115basename’ is the basename for the protocol and will be used to prefix
132 2. basename.attrib - Attributes information of the API.
138 3. basename.types - Types information
161 emugen -i <input directory> -E <encoder files output directory> <basename>
163 <input directory> containes the api specification files (basename.in + basename.attrib)
165 basename - The basename for the api.
167 Assuming the basename is ‘api’, The following files are generated:
200 emugen -i <input directory> -D <decoder files output directory> basename
202 <input directory> containes the api specification files (basename.in + basename.attrib)
[all …]
DApiGen.cpp78 const char* basename = m_basename.c_str(); in genProcTypes() local
80 fprintf(fp, "#ifndef __%s_%s_proc_t_h\n", basename, sideString(side)); in genProcTypes()
81 fprintf(fp, "#define __%s_%s_proc_t_h\n", basename, sideString(side)); in genProcTypes()
83 fprintf(fp, "\n#include \"%s_types.h\"\n",basename); in genProcTypes()
84 fprintf(fp, "#ifndef %s_APIENTRY\n",basename); in genProcTypes()
85 fprintf(fp, "#define %s_APIENTRY \n",basename); in genProcTypes()
94 … fprintf(fp, " (%s_APIENTRY *%s_%s_proc_t) (", basename, e->name().c_str(), sideString(side)); in genProcTypes()
112 … fprintf(fp, " (%s_APIENTRY *%s_dec_%s_proc_t) (", basename, e->name().c_str(), sideString(side)); in genProcTypes()
DApiGen.h30 ApiGen(const std::string & basename) : in ApiGen() argument
31 m_basename(basename), in ApiGen()
/device/google/cuttlefish/tests/utils/src/com/android/cuttlefish/tests/utils/
DCuttlefishControlLocalRunner.java71 public String getHostBinaryPath(String basename) throws FileNotFoundException { in getHostBinaryPath() argument
72 return testInformation.getDependencyFile(basename, false).getAbsolutePath(); in getHostBinaryPath()
76 public String getHostRuntimePath(String basename) throws FileNotFoundException { in getHostRuntimePath() argument
77 return Paths.get(this.runtimeDirectoryPath, basename).toAbsolutePath().toString(); in getHostRuntimePath()
DCuttlefishControlRemoteRunner.java104 public String getHostBinaryPath(String basename) throws FileNotFoundException { in getHostBinaryPath() argument
105 return Paths.get(this.basePath, "bin", basename).toAbsolutePath().toString(); in getHostBinaryPath()
109 public String getHostRuntimePath(String basename) throws FileNotFoundException { in getHostRuntimePath() argument
110 return Paths.get(this.basePath, "cuttlefish_runtime", basename).toAbsolutePath().toString(); in getHostRuntimePath()
DCuttlefishControlRunner.java27 public String getHostBinaryPath(String basename) throws FileNotFoundException; in getHostBinaryPath() argument
29 public String getHostRuntimePath(String basename) throws FileNotFoundException; in getHostRuntimePath() argument
/device/amlogic/yukawa/bootloader/scripts/
Dcollect-khadas_binaries-git-refboard.sh79 DIR1=$TMP_GIT/u-boot/$(basename --suffix=.bin $item)/bin/
80 DIR2=$TMP_GIT/u-boot/$(basename --suffix=.img $item)_1.3/bin/
81 DIR21=$TMP_GIT/u-boot/$(basename --suffix=.bin $item)_1.3/bin/
82 DIR22=$TMP_GIT/u-boot/$(basename --suffix=.img $item)_1.3/bin/
/device/common/
Dgenerate-packages.sh82 chmod a+x $FILEDIR_NEW/$(basename $ONE_FILE) || echo \ \ \ \ Error chmoding $ONE_FILE
85 ONE_FILE_BASE=$(basename $ONE_FILE)
Dgenerate-android-bp-for-blobs.sh47 basename "$file"
Dgenerate-blob-lists.sh49 DEVICES=$(for i in device/*/*/proprietary-blobs.txt ; do basename $(dirname $i) ; done)
/device/linaro/dragonboard/shared/utils/qrtr/src/
Dcfg.c30 const char *progname = basename(argv[0]); in main()
/device/google/zuma/
Dcopy_efs_files_to_data.sh12 partition_name=$(basename $1)
/device/google/redbull/json-c/
DAndroid.configure.mk32 make -C $$(dirname $$file) $$(basename $$file) ; \
/device/google/sunfish/json-c/
DAndroid.configure.mk32 make -C $$(dirname $$file) $$(basename $$file) ; \
/device/google/coral/json-c/
DAndroid.configure.mk32 make -C $$(dirname $$file) $$(basename $$file) ; \
/device/generic/goldfish/tools/
Dmk_qemu_image.sh16 base_srcimg=`basename $srcimg`
/device/google/barbet/dumpstate/
DDumpstateDevice.cpp300 copyFile(diagPoweronLogPath, modemLogAllDir + "/" + basename(diagPoweronLogPath.c_str())); in dumpModemThread()
340 copyFile(logFile, modemLogAllDir + "/" + basename(logFile.c_str())); in dumpModemThread()
/device/google/coral/dumpstate/
DDumpstateDevice.cpp301 copyFile(diagPoweronLogPath, modemLogAllDir + "/" + basename(diagPoweronLogPath.c_str())); in dumpModemThread()
339 copyFile(logFile, modemLogAllDir + "/" + basename(logFile.c_str())); in dumpModemThread()
/device/google/cuttlefish/tools/
Dmake_manifest.sh89 filename=$(basename $path)
/device/google/redfin/dumpstate/
DDumpstateDevice.cpp298 copyFile(diagPoweronLogPath, modemLogAllDir + "/" + basename(diagPoweronLogPath.c_str())); in dumpModemThread()
338 copyFile(logFile, modemLogAllDir + "/" + basename(logFile.c_str())); in dumpModemThread()
/device/google/sunfish/dumpstate/
DDumpstateDevice.cpp299 copyFile(diagPoweronLogPath, modemLogAllDir + "/" + basename(diagPoweronLogPath.c_str())); in dumpModemThread()
339 copyFile(logFile, modemLogAllDir + "/" + basename(logFile.c_str())); in dumpModemThread()
/device/google/trout/tools/
Dlogcat_diff.py57 delete=False, prefix=os.path.basename(self.filename)) as f:
/device/generic/opengl-transport/host/commands/emugen/tests/
Drun-tests.sh24 PROGNAME=$(basename "$0")
/device/sample/apps/tv/SetupCustomizationSample/
Dgradlew13 APP_BASE_NAME=`basename "$0"`
/device/sample/apps/tv/SetupValidation/
Dgradlew13 APP_BASE_NAME=`basename "$0"`

12