Home
last modified time | relevance | path

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

12

/external/deqp/external/openglcts/scripts/
Dbuild_caselists.py132 srcPath = getCaseListPath(buildCfg, module, caseListType)
135 if os.path.exists(srcPath):
136 os.remove(srcPath)
140 if not os.path.exists(srcPath):
141 raise Exception("%s not generated" % srcPath)
143 shutil.copyfile(srcPath, dstPath)
/external/dagger2/java/dagger/hilt/android/plugin/src/test/kotlin/
DTransformTest.kt40 srcPath = "minimal/MainActivity.java", in <lambda>()
107 srcPath = "minimal/TopClass.java", in <lambda>()
143 srcPath = "minimal/AbstractActivity.java", in <lambda>()
179 srcPath = "minimal/SimpleActivity.java", in <lambda>()
215 srcPath = "minimal/OtherActivity.java", in <lambda>()
241 srcPath = "minimal/OtherActivity.java", in <lambda>()
290 srcPath = "ui/OtherActivity.java", in <lambda>()
DGradleTestRunner.kt66 fun addSrc(srcPath: String, srcContent: String): File { in addSrc()
68 return tempFolder.newFile("/src/main/java/$srcPath").apply { writeText(srcContent) } in addSrc()
DCompileClasspathTest.kt47 srcPath = "minimal/MyApp.java", in setup()
/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)
/external/deqp/scripts/android/
Dbuild_apk.py664 self.srcPath = BuildBaseAPK(self.package).getOutputs()[0]
669 self.srcPath,
677 srcPath = resolvePath(config, self.srcPath)
681 shutil.copyfile(srcPath, dstPath)
688 self.srcPath = AddJavaToAPK(self.package).getOutputs()[0]
693 self.srcPath,
706 srcPath = resolvePath(config, self.srcPath)
711 shutil.copyfile(srcPath, dstPath)
719 self.srcPath = AddAssetsToAPK(self.package, "").getOutputs()[0]
723 paths = [self.srcPath]
[all …]
/external/google-breakpad/src/tools/mac/dump_syms/
Ddump_syms_tool.cc54 : srcPath(), dsymPath(), arch(), header_only(false), in Options()
57 string srcPath; member
122 !options.dsymPath.empty() && !options.srcPath.empty() && options.cfi; in Start()
124 split_module ? options.dsymPath : options.srcPath; in Start()
168 if (!dump_symbols.Read(options.srcPath)) in Start()
252 options->srcPath = argv[optind]; in SetupOptions()
/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.py40 def __init__ (self, buildDir, buildType, args, srcPath = DEQP_DIR): argument
41 self.srcPath = srcPath
48 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/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/skia/src/utils/
DSkDashPath.cpp158 static bool cull_path(const SkPath& srcPath, const SkStrokeRec& rec, in cull_path() argument
162 if (srcPath.isLine(pts) && pts[0] == pts[1]) { in cull_path()
177 if (srcPath.isLine(pts)) { in cull_path()
187 if (srcPath.isRect(nullptr)) { in cull_path()
189 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/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/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp208 const char *srcPath; in DataDrivenTests() local
215 srcPath=getPath(tdd, "dcfmtest.txt"); in DataDrivenTests()
216 if(srcPath==NULL) { in DataDrivenTests()
221 UChar *testData = ReadAndConvertFile(srcPath, len, status); in DataDrivenTests()
Dregextst.h71 const UnicodeString &input, const char *srcPath, int32_t line);
Dregextst.cpp3165 const char *srcPath; in Extended() local
3172 srcPath=getPath(tdd, "regextst.txt"); in Extended()
3173 if(srcPath==NULL) { in Extended()
3178 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status); in Extended()
3209 errln("%s:%d: ICU Error \"%s\"", srcPath, lineNum, u_errorName(status)); in Extended()
3237 errln("Bad pattern (missing quotes?) at %s:%d", srcPath, lineNum); in Extended()
3280 regex_find(testPattern, testFlags, matchString, srcPath, lineNum); in Extended()
3344 const char *srcPath, in regex_find() argument
3463 logln("Unable to create UTF-8 pattern, skipping UTF-8 tests for %s:%d", srcPath, line); in regex_find()
3472 … errln("%s, Line %d: Expected, but did not get, a pattern compilation error.", srcPath, line); in regex_find()
[all …]
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsSecureDirectoryStream.java167 public void move(Path srcPath, SecureDirectoryStream<Path> targetDir, Path targetPath) in move() argument
170 JimfsPath checkedSrcPath = checkPath(srcPath); in move()
/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.cpp1365 SkPath& SkPath::addPath(const SkPath& srcPath, const SkMatrix& matrix, AddPathMode mode) { in addPath() argument
1366 if (srcPath.isEmpty()) { in addPath()
1371 const SkPath* src = &srcPath; in addPath()
1374 src = tmp.set(srcPath); in addPath()
1481 SkPath& SkPath::reverseAddPath(const SkPath& srcPath) { in reverseAddPath() argument
1483 const SkPath* src = &srcPath; in reverseAddPath()
1486 src = tmp.set(srcPath); in reverseAddPath()

12