Home
last modified time | relevance | path

Searched refs:baseDir (Results 1 – 25 of 27) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/scripts/
Dverify_kc_cts_rev.py42 def __init__(self, baseDir, extractDir): argument
43 self.baseDir = baseDir
47 fullDstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.extractDir)
52 def __init__(self, url, revision, baseDir, extractDir = "src"): argument
53 Source.__init__(self, baseDir, extractDir)
58 fullDstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.extractDir)
70 fullDstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.extractDir)
/third_party/vk-gl-cts/external/
Dfetch_sources.py47 def __init__(self, baseDir, extractDir): argument
48 self.baseDir = baseDir
52 fullDstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.extractDir)
61 def __init__(self, url, filename, checksum, baseDir, extractDir = "src", postExtract=None): argument
62 Source.__init__(self, baseDir, extractDir)
83 archiveDir = os.path.join(EXTERNAL_DIR, pkg.baseDir, pkg.archiveDir)
88 archiveFile = os.path.join(EXTERNAL_DIR, pkg.baseDir, pkg.archiveDir, pkg.filename)
95 return os.path.join(EXTERNAL_DIR, pkg.baseDir, pkg.archiveDir, "extracted")
132 dstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.archiveDir, self.filename)
143 print("Extracting %s to %s/%s" % (self.filename, self.baseDir, self.extractDir))
[all …]
/third_party/libxml2/xstc/
Dfixup-tests.py8 baseDir = os.path.join('msxsdtest', 'Particles') variable
9 filenames = os.listdir(baseDir)
38 schemaFile = os.path.join(baseDir, mainXSD)
64 impFile = os.path.join(baseDir, loc)
/third_party/skia/tools/skdiff/
Dskdiff_main.cpp365 const SkString& baseDir, in create_diff_images() argument
374 SkASSERT(!baseDir.isEmpty()); in create_diff_images()
380 get_file_list(baseDir, matchSubstrings, nomatchSubstrings, recurseIntoSubdirs, &baseFiles); in create_diff_images()
403 SkString basePath(baseDir); in create_diff_images()
512 drp.fBase.fFullPath = baseDir; in create_diff_images()
533 drp.fBase.fFullPath = baseDir; in create_diff_images()
604 SkString baseDir; in main() local
731 baseDir.set(argv[i]); in main()
762 if (!baseDir.endsWith(PATH_DIV_STR)) { in main()
763 baseDir.append(PATH_DIV_STR); in main()
[all …]
Dskdiff_html.cpp32 const SkString &baseDir, in print_table_header() argument
72 stream->writeText(baseDir.c_str()); in print_table_header()
228 const SkString& baseDir, in print_diff_page() argument
232 SkASSERT(!baseDir.isEmpty()); in print_diff_page()
285 baseDir, comparisonDir); in print_diff_page()
Dskdiff_html.h17 const SkString& baseDir,
/third_party/typescript/scripts/
DerrorCheck.ts19 const baseDir = "tests/baselines/reference/"; constant
21 fs.readdir(baseDir, (err, files) => {
25 fs.readFile(baseDir + f, "utf-8", (err, baseline) => {
/third_party/flutter/skia/tools/skdiff/
Dskdiff_main.cpp380 const SkString& baseDir, in create_diff_images() argument
389 SkASSERT(!baseDir.isEmpty()); in create_diff_images()
395 get_file_list(baseDir, matchSubstrings, nomatchSubstrings, recurseIntoSubdirs, &baseFiles); in create_diff_images()
418 SkString basePath(baseDir); in create_diff_images()
527 drp->fBase.fFullPath = baseDir; in create_diff_images()
548 drp->fBase.fFullPath = baseDir; in create_diff_images()
622 SkString baseDir; in main() local
750 baseDir.set(argv[i]); in main()
781 if (!baseDir.endsWith(PATH_DIV_STR)) { in main()
782 baseDir.append(PATH_DIV_STR); in main()
[all …]
Dskdiff_html.cpp32 const SkString &baseDir, in print_table_header() argument
72 stream->writeText(baseDir.c_str()); in print_table_header()
227 const SkString& baseDir, in print_diff_page() argument
231 SkASSERT(!baseDir.isEmpty()); in print_diff_page()
284 baseDir, comparisonDir); in print_diff_page()
Dskdiff_html.h17 const SkString& baseDir,
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs-c/
Drelease.go61 baseDir := ""
66 baseDir = filepath.Dir(filename)
68 if baseDir == "" {
71 baseDirSlash := baseDir + string(filepath.Separator)
85 return fmt.Errorf("filename %q is not under base directory %q", filename, baseDir)
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBPropertiesImporter.java90 File baseDir = new File(baseFile.getParent()); in beginImport() local
91 String allChildren[] = baseDir.list(); in beginImport()
104 FileInputStream fis = new FileInputStream(new File(baseDir, baseName + in beginImport()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dasset.dart245 _Asset({ this.baseDir, this.relativeUri, this.entryUri });
247 final String baseDir;
250 /// host system relative to [baseDir].
257 return fs.file(fs.path.join(baseDir, fs.path.fromUri(relativeUri)));
281 return otherAsset.baseDir == baseDir
288 return baseDir.hashCode
315 baseDir: fs.path.join(Cache.flutterRoot, 'bin', 'cache', 'artifacts', 'material_fonts'),
641 final String relativePath = fs.path.relative(path, from: asset.baseDir);
649 baseDir: asset.baseDir,
675 baseDir: assetsBaseDir,
[all …]
Dtemplate.dart27 Template(Directory templateSource, Directory baseDir) {
43 from: baseDir.absolute.path);
/third_party/vk-gl-cts/scripts/
Dgen_android_mk.py98 baseDir = os.path.join(DEQP_DIR, srcRoot)
99 for root, dirs, files in os.walk(baseDir):
/third_party/glslang/gtests/
DTestFixture.h448 const std::string& baseDir="/baseResults/",
454 testDir + baseDir + testName + ".out";
483 const std::string &baseDir = "/baseResults/",
487 const std::string expectedOutputFname = testDir + baseDir + testName + ".out";
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DLdmlConverter.java289 Path baseDir = config.getOutputDir(); in processLdml() local
339 Path outDir = baseDir.resolve(dir.getOutputDir()); in processLdml()
366 Path outDir = baseDir.resolve(dir.getOutputDir()); in processLdml()
/third_party/vk-gl-cts/scripts/android/
Dbuild_apk.py636 def addFilesToAPK (config, apkPath, baseDir, relFilePaths): argument
640 pushWorkingDir(baseDir)
661 def addFileToAPK (config, apkPath, baseDir, relFilePath): argument
662 addFilesToAPK(config, apkPath, baseDir, [relFilePath])
/third_party/typescript/src/harness/
DharnessIO.ts1282 let baseDir = ts.normalizePath(ts.getDirectoryPath(data.name)); variable
1284 baseDir = ts.getNormalizedAbsolutePath(baseDir, rootDir);
1286 … tsConfig = ts.parseJsonSourceFileConfigFileContent(configJson, parseConfigHost, baseDir);
DfourslashImpl.ts279 const baseDir = ts.normalizePath(ts.getDirectoryPath(configFileName)); constant
280 const files: vfs.FileSet = { [baseDir]: {} };
285 const fs = new vfs.FileSystem(/*ignoreCase*/ true, { cwd: baseDir, files });
288 …seResult = ts.parseJsonSourceFileConfigFileContent(jsonSourceFile, host, baseDir, compilationOptio…
/third_party/typescript/src/compiler/
Dsys.ts1133 /*@internal*/ require?(baseDir: string, moduleName: string): RequireResult;
1314 require: (baseDir, moduleName) => {
1316 const modulePath = resolveJSModule(moduleName, baseDir, nodeSystem);
/third_party/typescript/lib/
DtypingsInstaller.js7122 require: function (baseDir, moduleName) { argument
7124 var modulePath = ts.resolveJSModule(moduleName, baseDir, nodeSystem);
Dtsc.js4515 require: function (baseDir, moduleName) { argument
4517 var modulePath = ts.resolveJSModule(moduleName, baseDir, nodeSystem);
Dtsserver.js7133 require: function (baseDir, moduleName) { argument
7135 var modulePath = ts.resolveJSModule(moduleName, baseDir, nodeSystem);
DtypescriptServices.js7327 require: function (baseDir, moduleName) { argument
7329 var modulePath = ts.resolveJSModule(moduleName, baseDir, nodeSystem);

12