/external/libusb/msvc/ |
D | ddk_build.cmd | 48 set srcPath=libusb\os\obj%BUILD_ALT_DIR%\%cpudir% variable 73 copy %srcPath%\libusb-%version%.dll %dstPath%\dll 74 copy %srcPath%\libusb-%version%.pdb %dstPath%\dll 76 copy %srcPath%\libusb-%version%.lib %dstPath%\lib 92 set srcPath=examples\listdevs_ddkbuild\obj%BUILD_ALT_DIR%\%cpudir% variable 95 copy %srcPath%\listdevs.exe %dstPath%\examples 96 copy %srcPath%\listdevs.pdb %dstPath%\examples 112 set srcPath=examples\xusb_ddkbuild\obj%BUILD_ALT_DIR%\%cpudir% variable 115 copy %srcPath%\xusb.exe %dstPath%\examples 116 copy %srcPath%\xusb.pdb %dstPath%\examples [all …]
|
/external/deqp/external/openglcts/scripts/ |
D | build_caselists.py | 127 srcPath = getCaseListPath(buildCfg, module, caseListType) 130 if os.path.exists(srcPath): 131 os.remove(srcPath) 135 if not os.path.exists(srcPath): 136 raise Exception("%s not generated" % srcPath) 138 shutil.copyfile(srcPath, dstPath)
|
/external/deqp/scripts/android/ |
D | build_apk.py | 636 self.srcPath = BuildBaseAPK(self.package).getOutputs()[0] 641 self.srcPath, 649 srcPath = resolvePath(config, self.srcPath) 653 shutil.copyfile(srcPath, dstPath) 660 self.srcPath = AddJavaToAPK(self.package).getOutputs()[0] 665 self.srcPath, 678 srcPath = resolvePath(config, self.srcPath) 683 shutil.copyfile(srcPath, dstPath) 691 self.srcPath = AddAssetsToAPK(self.package, "").getOutputs()[0] 695 paths = [self.srcPath] [all …]
|
/external/deqp/scripts/ |
D | build_caselists.py | 99 srcPath = getCaseListPath(buildCfg, module, caseListType) 102 if os.path.exists(srcPath): 103 os.remove(srcPath) 107 if not os.path.exists(srcPath): 108 raise Exception("%s not generated" % srcPath) 110 shutil.copyfile(srcPath, dstPath)
|
D | run_internal_tests.py | 46 …def __init__ (self, name, srcPath, buildPath, genParams, buildParams, testBinaryName, executor = '… argument 48 self.srcPath = srcPath 62 execute(["cmake", os.path.realpath(config.srcPath)] + config.genParams, workDir = config.buildPath)
|
D | make_release.py | 215 srcPath = os.path.join(packageBuildInfo.dstBasePath, "src"))
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | Deprecator.java | 31 String srcPath = null; in main() local 42 srcPath = args[++i]; in main() 65 if (srcPath == null) { in main() 68 srcDir = new File(srcPath); in main() 70 err.append("\nsrc must be an existing directory: '" + srcPath + "'"); in main()
|
/external/deqp/scripts/build/ |
D | config.py | 36 def __init__ (self, buildDir, buildType, args, srcPath = DEQP_DIR): argument 37 self.srcPath = srcPath 44 return self.srcPath
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBinaryRegistry.cpp | 132 ProgramBinary* readBinary (const std::string& srcPath) in readBinary() argument 134 std::ifstream in (srcPath.c_str(), std::ios::binary | std::ios::ate); in readBinary() 138 throw tcu::Exception("Failed to open " + srcPath); in readBinary() 432 void BinaryRegistryWriter::initFromPath (const std::string& srcPath) in initFromPath() argument 436 for (de::DirectoryIterator iter(srcPath); iter.hasItem(); iter.next()) in initFromPath() 567 BinaryRegistryReader::BinaryRegistryReader (const tcu::Archive& archive, const std::string& srcPath) in BinaryRegistryReader() argument 569 , m_srcPath (srcPath) in BinaryRegistryReader()
|
D | vkBinaryRegistry.hpp | 176 BinaryRegistryReader (const tcu::Archive& archive, const std::string& srcPath); 231 void initFromPath (const std::string& srcPath);
|
/external/skia/src/utils/ |
D | SkDashPath.cpp | 171 static bool cull_path(const SkPath& srcPath, const SkStrokeRec& rec, in cull_path() argument 180 if (!srcPath.isLine(pts)) { in cull_path() 236 if (srcPath.isLine(pts) && pts[0] == pts[1]) { in cull_path() 243 bool isLine = srcPath.isLine(pts); in cull_path() 244 bool isRect = !isLine && srcPath.isRect(nullptr); in cull_path() 252 SkPath::Iter iter(srcPath, false); in cull_path()
|
/external/skqp/src/utils/ |
D | SkDashPath.cpp | 171 static bool cull_path(const SkPath& srcPath, const SkStrokeRec& rec, in cull_path() argument 180 if (!srcPath.isLine(pts)) { in cull_path() 236 if (srcPath.isLine(pts) && pts[0] == pts[1]) { in cull_path() 243 bool isLine = srcPath.isLine(pts); in cull_path() 244 bool isRect = !isLine && srcPath.isRect(nullptr); in cull_path() 252 SkPath::Iter iter(srcPath, false); in cull_path()
|
/external/google-breakpad/src/tools/mac/dump_syms/ |
D | dump_syms_tool.mm | 53 : srcPath(), dsymPath(), arch(), cfi(true), handle_inter_cu_refs(true) {} 54 NSString *srcPath; field 117 bool split_module = options.dsymPath && options.srcPath && options.cfi; 118 NSString* primary_file = split_module ? options.dsymPath : options.srcPath; 159 if (!dump_symbols.Read(options.srcPath)) 240 options->srcPath = [[NSFileManager defaultManager]
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
D | Antlr3Mojo.java | 483 String srcPath = sourceDirectory.getPath() + File.separator; in findSourceSubdir() local 485 if (!grammarFileName.startsWith(srcPath)) { in findSourceSubdir() 489 File unprefixedGrammarFileName = new File(grammarFileName.substring(srcPath.length())); in findSourceSubdir()
|
/external/icu/icu4c/source/test/intltest/ |
D | dcfmtest.cpp | 188 const char *srcPath; in DataDrivenTests() local 195 srcPath=getPath(tdd, "dcfmtest.txt"); in DataDrivenTests() 196 if(srcPath==NULL) { in DataDrivenTests() 201 UChar *testData = ReadAndConvertFile(srcPath, len, status); in DataDrivenTests()
|
D | regextst.h | 68 const UnicodeString &input, const char *srcPath, int32_t line);
|
D | regextst.cpp | 3131 const char *srcPath; in Extended() local 3138 srcPath=getPath(tdd, "regextst.txt"); in Extended() 3139 if(srcPath==NULL) { in Extended() 3144 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status); in Extended() 3175 errln("%s:%d: ICU Error \"%s\"", srcPath, lineNum, u_errorName(status)); in Extended() 3203 errln("Bad pattern (missing quotes?) at %s:%d", srcPath, lineNum); in Extended() 3246 regex_find(testPattern, testFlags, matchString, srcPath, lineNum); in Extended() 3310 const char *srcPath, in regex_find() argument 3429 logln("Unable to create UTF-8 pattern, skipping UTF-8 tests for %s:%d", srcPath, line); in regex_find() 3438 … errln("%s, Line %d: Expected, but did not get, a pattern compilation error.", srcPath, line); in regex_find() [all …]
|
/external/deqp/external/ |
D | fetch_sources.py | 145 srcPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.archiveDir, self.filename) 148 archive = tarfile.open(srcPath)
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.h | 208 const wchar_t *srcPath,
|
D | ExtractCallback.cpp | 684 const wchar_t *srcPath, Int32 srcIsFolder, in AskWrite() argument 736 srcPath, in AskWrite()
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 2759 typedef void (GL_APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath); 2761 typedef void (GL_APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum tra… 2817 GL_APICALL void GL_APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath); 2819 GL_APICALL void GL_APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformT…
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 3091 typedef void (GL_APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath); 3093 typedef void (GL_APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum tra… 3168 GL_APICALL void GL_APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath); 3170 GL_APICALL void GL_APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformT…
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 5328 typedef void (APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath); 5330 typedef void (APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum transf… 5386 GLAPI void APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath); 5388 GLAPI void APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformType, con…
|
D | glext.h | 10399 typedef void (APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath); 10401 typedef void (APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum transf… 10464 GLAPI void APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath); 10466 GLAPI void APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformType, con…
|
/external/mesa3d/include/GL/ |
D | glext.h | 9993 typedef void (APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath); 9995 typedef void (APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum transf… 10058 GLAPI void APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath); 10060 GLAPI void APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformType, con…
|