Home
last modified time | relevance | path

Searched refs:srcPath (Results 1 – 25 of 31) sorted by relevance

12

/external/libusb/msvc/
Dddk_build.cmd48 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/
Dbuild_caselists.py129 srcPath = getCaseListPath(buildCfg, module, caseListType)
132 if os.path.exists(srcPath):
133 os.remove(srcPath)
137 if not os.path.exists(srcPath):
138 raise Exception("%s not generated" % srcPath)
140 shutil.copyfile(srcPath, dstPath)
/external/deqp/scripts/android/
Dbuild_apk.py635 self.srcPath = BuildBaseAPK(self.package).getOutputs()[0]
640 self.srcPath,
648 srcPath = resolvePath(config, self.srcPath)
652 shutil.copyfile(srcPath, dstPath)
659 self.srcPath = AddJavaToAPK(self.package).getOutputs()[0]
664 self.srcPath,
677 srcPath = resolvePath(config, self.srcPath)
682 shutil.copyfile(srcPath, dstPath)
690 self.srcPath = AddAssetsToAPK(self.package, "").getOutputs()[0]
694 paths = [self.srcPath]
[all …]
/external/deqp/scripts/
Dbuild_caselists.py99 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)
Drun_internal_tests.py46 …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)
Dmake_release.py217 srcPath = os.path.join(packageBuildInfo.dstBasePath, "src"))
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DDeprecator.java31 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/
Dconfig.py36 def __init__ (self, buildDir, buildType, args, srcPath = DEQP_DIR): argument
37 self.srcPath = srcPath
44 return self.srcPath
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp132 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()
DvkBinaryRegistry.hpp176 BinaryRegistryReader (const tcu::Archive& archive, const std::string& srcPath);
231 void initFromPath (const std::string& srcPath);
/external/skia/docs/
Dillustrations.bmh600 SkPath srcPath;
602 srcPath.addPoly(points, SK_ARRAY_COUNT(points), true);
604 srcCanvas.drawPath(srcPath, srcPaint);
645 SkPath srcPath;
647 srcPath.addPoly(points, SK_ARRAY_COUNT(points), true);
660 canvas->drawPath(srcPath, srcPaint);
691 SkPath srcPath;
693 srcPath.addPoly(points, SK_ARRAY_COUNT(points), true);
701 canvas->drawPath(srcPath, srcPaint);
733 SkPath srcPath;
[all …]
/external/skqp/docs/
Dillustrations.bmh600 SkPath srcPath;
602 srcPath.addPoly(points, SK_ARRAY_COUNT(points), true);
604 srcCanvas.drawPath(srcPath, srcPaint);
645 SkPath srcPath;
647 srcPath.addPoly(points, SK_ARRAY_COUNT(points), true);
660 canvas->drawPath(srcPath, srcPaint);
691 SkPath srcPath;
693 srcPath.addPoly(points, SK_ARRAY_COUNT(points), true);
701 canvas->drawPath(srcPath, srcPaint);
733 SkPath srcPath;
[all …]
/external/google-breakpad/src/tools/mac/dump_syms/
Ddump_syms_tool.mm53 : 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/skia/src/utils/
DSkDashPath.cpp173 static bool cull_path(const SkPath& srcPath, const SkStrokeRec& rec, in cull_path() argument
178 if (srcPath.isLine(pts) && pts[0] == pts[1]) { in cull_path()
185 bool isLine = srcPath.isLine(pts); in cull_path()
186 bool isRect = !isLine && srcPath.isRect(nullptr); in cull_path()
194 SkPath::Iter iter(srcPath, false); in cull_path()
/external/skqp/src/utils/
DSkDashPath.cpp173 static bool cull_path(const SkPath& srcPath, const SkStrokeRec& rec, in cull_path() argument
178 if (srcPath.isLine(pts) && pts[0] == pts[1]) { in cull_path()
185 bool isLine = srcPath.isLine(pts); in cull_path()
186 bool isRect = !isLine && srcPath.isRect(nullptr); in cull_path()
194 SkPath::Iter iter(srcPath, false); in cull_path()
/external/antlr/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
DAntlr3Mojo.java483 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/
Ddcfmtest.cpp188 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()
Dregextst.h69 const UnicodeString &input, const char *srcPath, int32_t line);
Dregextst.cpp3132 const char *srcPath; in Extended() local
3139 srcPath=getPath(tdd, "regextst.txt"); in Extended()
3140 if(srcPath==NULL) { in Extended()
3145 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status); in Extended()
3176 errln("%s:%d: ICU Error \"%s\"", srcPath, lineNum, u_errorName(status)); in Extended()
3204 errln("Bad pattern (missing quotes?) at %s:%d", srcPath, lineNum); in Extended()
3247 regex_find(testPattern, testFlags, matchString, srcPath, lineNum); in Extended()
3311 const char *srcPath, in regex_find() argument
3430 logln("Unable to create UTF-8 pattern, skipping UTF-8 tests for %s:%d", srcPath, line); in regex_find()
3439 … errln("%s, Line %d: Expected, but did not get, a pattern compilation error.", srcPath, line); in regex_find()
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPath.java524 private static void addPath(Path destPath, Path srcPath, AffineTransform transform) { in addPath() argument
529 if (srcPath == null) { in addPath()
534 ShadowPath shadowSrcPath = extract(srcPath); in addPath()
/external/deqp/external/
Dfetch_sources.py145 srcPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.archiveDir, self.filename)
148 archive = tarfile.open(srcPath)
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.h208 const wchar_t *srcPath,
DExtractCallback.cpp682 const wchar_t *srcPath, Int32 srcIsFolder, in AskWrite() argument
734 srcPath, in AskWrite()
/external/skia/src/core/
DSkPath.cpp1600 SkPath& SkPath::addPath(const SkPath& srcPath, const SkMatrix& matrix, AddPathMode mode) { in addPath() argument
1602 const SkPath* src = &srcPath; in addPath()
1605 src = tmp.set(srcPath); in addPath()
1716 SkPath& SkPath::reverseAddPath(const SkPath& srcPath) { in reverseAddPath() argument
1718 const SkPath* src = &srcPath; in reverseAddPath()
1721 src = tmp.set(srcPath); in reverseAddPath()
/external/skqp/src/core/
DSkPath.cpp1600 SkPath& SkPath::addPath(const SkPath& srcPath, const SkMatrix& matrix, AddPathMode mode) { in addPath() argument
1602 const SkPath* src = &srcPath; in addPath()
1605 src = tmp.set(srcPath); in addPath()
1716 SkPath& SkPath::reverseAddPath(const SkPath& srcPath) { in reverseAddPath() argument
1718 const SkPath* src = &srcPath; in reverseAddPath()
1721 src = tmp.set(srcPath); in reverseAddPath()

12