/device/generic/opengl-transport/host/commands/emugen/ |
D | README | 111 1. basename.in - A sepcification of the protocol RPC procedures. This 115 ‘basename’ 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 …]
|
D | ApiGen.cpp | 78 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()
|
D | ApiGen.h | 30 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/ |
D | CuttlefishControlLocalRunner.java | 71 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()
|
D | CuttlefishControlRemoteRunner.java | 104 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()
|
D | CuttlefishControlRunner.java | 27 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/ |
D | collect-khadas_binaries-git-refboard.sh | 79 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/ |
D | generate-packages.sh | 82 chmod a+x $FILEDIR_NEW/$(basename $ONE_FILE) || echo \ \ \ \ Error chmoding $ONE_FILE 85 ONE_FILE_BASE=$(basename $ONE_FILE)
|
D | generate-android-bp-for-blobs.sh | 47 basename "$file"
|
D | generate-blob-lists.sh | 49 DEVICES=$(for i in device/*/*/proprietary-blobs.txt ; do basename $(dirname $i) ; done)
|
/device/linaro/dragonboard/shared/utils/qrtr/src/ |
D | cfg.c | 30 const char *progname = basename(argv[0]); in main()
|
/device/google/zuma/ |
D | copy_efs_files_to_data.sh | 12 partition_name=$(basename $1)
|
/device/google/redbull/json-c/ |
D | Android.configure.mk | 32 make -C $$(dirname $$file) $$(basename $$file) ; \
|
/device/google/sunfish/json-c/ |
D | Android.configure.mk | 32 make -C $$(dirname $$file) $$(basename $$file) ; \
|
/device/google/coral/json-c/ |
D | Android.configure.mk | 32 make -C $$(dirname $$file) $$(basename $$file) ; \
|
/device/generic/goldfish/tools/ |
D | mk_qemu_image.sh | 16 base_srcimg=`basename $srcimg`
|
/device/google/barbet/dumpstate/ |
D | DumpstateDevice.cpp | 300 copyFile(diagPoweronLogPath, modemLogAllDir + "/" + basename(diagPoweronLogPath.c_str())); in dumpModemThread() 340 copyFile(logFile, modemLogAllDir + "/" + basename(logFile.c_str())); in dumpModemThread()
|
/device/google/coral/dumpstate/ |
D | DumpstateDevice.cpp | 301 copyFile(diagPoweronLogPath, modemLogAllDir + "/" + basename(diagPoweronLogPath.c_str())); in dumpModemThread() 339 copyFile(logFile, modemLogAllDir + "/" + basename(logFile.c_str())); in dumpModemThread()
|
/device/google/cuttlefish/tools/ |
D | make_manifest.sh | 89 filename=$(basename $path)
|
/device/google/redfin/dumpstate/ |
D | DumpstateDevice.cpp | 298 copyFile(diagPoweronLogPath, modemLogAllDir + "/" + basename(diagPoweronLogPath.c_str())); in dumpModemThread() 338 copyFile(logFile, modemLogAllDir + "/" + basename(logFile.c_str())); in dumpModemThread()
|
/device/google/sunfish/dumpstate/ |
D | DumpstateDevice.cpp | 299 copyFile(diagPoweronLogPath, modemLogAllDir + "/" + basename(diagPoweronLogPath.c_str())); in dumpModemThread() 339 copyFile(logFile, modemLogAllDir + "/" + basename(logFile.c_str())); in dumpModemThread()
|
/device/google/trout/tools/ |
D | logcat_diff.py | 57 delete=False, prefix=os.path.basename(self.filename)) as f:
|
/device/generic/opengl-transport/host/commands/emugen/tests/ |
D | run-tests.sh | 24 PROGNAME=$(basename "$0")
|
/device/sample/apps/tv/SetupCustomizationSample/ |
D | gradlew | 13 APP_BASE_NAME=`basename "$0"`
|
/device/sample/apps/tv/SetupValidation/ |
D | gradlew | 13 APP_BASE_NAME=`basename "$0"`
|