/third_party/vk-gl-cts/external/openglcts/scripts/ |
D | verify_kc_cts_rev.py | 42 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/ |
D | fetch_sources.py | 47 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/ |
D | fixup-tests.py | 8 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/ |
D | skdiff_main.cpp | 365 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 …]
|
D | skdiff_html.cpp | 32 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()
|
D | skdiff_html.h | 17 const SkString& baseDir,
|
/third_party/typescript/scripts/ |
D | errorCheck.ts | 19 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/ |
D | skdiff_main.cpp | 380 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 …]
|
D | skdiff_html.cpp | 32 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()
|
D | skdiff_html.h | 17 const SkString& baseDir,
|
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs-c/ |
D | release.go | 61 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/ |
D | RBPropertiesImporter.java | 90 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/ |
D | asset.dart | 245 _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 …]
|
D | template.dart | 27 Template(Directory templateSource, Directory baseDir) { 43 from: baseDir.absolute.path);
|
/third_party/vk-gl-cts/scripts/ |
D | gen_android_mk.py | 98 baseDir = os.path.join(DEQP_DIR, srcRoot) 99 for root, dirs, files in os.walk(baseDir):
|
/third_party/glslang/gtests/ |
D | TestFixture.h | 448 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/ |
D | LdmlConverter.java | 289 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/ |
D | build_apk.py | 636 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/ |
D | harnessIO.ts | 1282 let baseDir = ts.normalizePath(ts.getDirectoryPath(data.name)); variable 1284 baseDir = ts.getNormalizedAbsolutePath(baseDir, rootDir); 1286 … tsConfig = ts.parseJsonSourceFileConfigFileContent(configJson, parseConfigHost, baseDir);
|
D | fourslashImpl.ts | 279 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/ |
D | sys.ts | 1133 /*@internal*/ require?(baseDir: string, moduleName: string): RequireResult; 1314 require: (baseDir, moduleName) => { 1316 const modulePath = resolveJSModule(moduleName, baseDir, nodeSystem);
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 7122 require: function (baseDir, moduleName) { argument 7124 var modulePath = ts.resolveJSModule(moduleName, baseDir, nodeSystem);
|
D | tsc.js | 4515 require: function (baseDir, moduleName) { argument 4517 var modulePath = ts.resolveJSModule(moduleName, baseDir, nodeSystem);
|
D | tsserver.js | 7133 require: function (baseDir, moduleName) { argument 7135 var modulePath = ts.resolveJSModule(moduleName, baseDir, nodeSystem);
|
D | typescriptServices.js | 7327 require: function (baseDir, moduleName) { argument 7329 var modulePath = ts.resolveJSModule(moduleName, baseDir, nodeSystem);
|