Home
last modified time | relevance | path

Searched refs:baseDir (Results 1 - 24 of 24) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/scripts/
H A Dverify_kc_cts_rev.py42 def __init__(self, baseDir, extractDir):
43 self.baseDir = baseDir
47 fullDstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.extractDir)
52 def __init__(self, url, revision, baseDir, extractDir = "src"):
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/
H A Dfetch_sources.py52 def __init__(self, baseDir, extractDir):
53 self.baseDir = baseDir
57 fullDstPath = os.path.join(EXTERNAL_DIR, self.baseDir, self.extractDir)
66 def __init__(self, url, checksum, baseDir, extractDir = "src", postExtract=None):
67 Source.__init__(self, baseDir, extractDir)
88 archiveDir = os.path.join(EXTERNAL_DIR, pkg.baseDir, pkg.archiveDir)
93 archiveFile = os.path.join(EXTERNAL_DIR, pkg.baseDir, pkg.archiveDir, pkg.filename)
100 return os.path.join(EXTERNAL_DIR, pkg.baseDir, pkg.archiveDir, "extracted")
137 dstPath = os.path.join(EXTERNAL_DIR, self.baseDir, sel
[all...]
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Dsource_helpers.js200 constructor(baseDir, relPath, flags, dependentPaths) {
201 this.baseDir = baseDir;
209 return fsPath.join(this.baseDir, this.relPath);
255 const dependency = loadDependencyAbs(this.baseDir, absPath);
268 constructor(ast, baseDir, relPath, flags, dependentPaths) {
269 super(baseDir, relPath, flags, dependentPaths);
295 super(source.baseDir, source.relPath, source.flags, source.dependentPaths);
316 function loadSource(baseDir, relPath, parseStrict=false) {
317 const absPath = fsPath.resolve(fsPath.join(baseDir, relPat
[all...]
H A Dscript_mutator.js87 input.baseDir, mjsunitPath));
116 input.baseDir, shellJsPaths[i]);
H A Drun.js189 const baseDir = path.dirname(absPath);
192 baseDir, fileName, program.extra_strict);
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
H A DinsertTags.py21 # baseDir - output directory to generate page in
22 def insertTags(specFile, baseDir):
87 pageName = baseDir + '/' + os.path.basename(specFile)
97 baseDir = 'man' variable
100 baseDir = sys.argv[1] variable
102 insertTags(file, baseDir)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A DgenRef.py187 def remapIncludes(lines, baseDir, specDir):
194 - baseDir - target directory
208 # Remap to be relative to baseDir
209 newPath = os.path.relpath(incPath, baseDir)
421 def emitPage(baseDir, specDir, pi, file):
422 """Extract a single reference page into baseDir.
424 - baseDir - base directory to emit page into
428 pageName = f'{baseDir}/{pi.name}{conventions.file_suffix}'
454 lines = remapIncludes(file[pi.begin:remap_end], baseDir, specDir)
465 lines = remapIncludes(file[pi.param:pi.body], baseDir, specDi
984 baseDir = results.genpath + '/ref' global() variable
986 baseDir = results.baseDir global() variable
[all...]
/third_party/skia/tools/skdiff/
H A Dskdiff_main.cpp33 * Returns zero exit code if all images match across baseDir and comparisonDir.
84 printf("%d file pairs %s in baseDir and %s in comparisonDir", in printContents()
365 const SkString& baseDir, in create_diff_images()
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()
410 // in baseDir, but not in comparisonDir in create_diff_images()
428 // in comparisonDir, but not in baseDir in create_diff_images()
446 // Found the same filename in both baseDir and comparisonDir. in create_diff_images()
509 // files only in baseDir in create_diff_images()
361 create_diff_images(DiffMetricProc dmp, const int colorThreshold, bool ignoreColorSpace, RecordArray* differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir, const StringArray& matchSubstrings, const StringArray& nomatchSubstrings, bool recurseIntoSubdirs, bool getBounds, bool verbose, DiffSummary* summary) create_diff_images() argument
604 SkString baseDir; main() local
[all...]
H A Dskdiff_html.cpp32 const SkString &baseDir, in print_table_header()
71 stream->writeText("</th>\n<th>baseDir: "); in print_table_header()
72 stream->writeText(baseDir.c_str()); in print_table_header()
228 const SkString& baseDir, in print_diff_page()
232 SkASSERT(!baseDir.isEmpty()); in print_diff_page()
285 baseDir, comparisonDir); in print_diff_page()
28 print_table_header(SkFILEWStream* stream, const int matchCount, const int colorThreshold, const RecordArray& differences, const SkString &baseDir, const SkString &comparisonDir, bool doOutputDate = false) print_table_header() argument
225 print_diff_page(const int matchCount, const int colorThreshold, const RecordArray& differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir) print_diff_page() argument
H A Dskdiff_html.h17 const SkString& baseDir,
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBPropertiesImporter.java90 File baseDir = new File(baseFile.getParent()); in beginImport()
91 String allChildren[] = baseDir.list(); in beginImport()
104 FileInputStream fis = new FileInputStream(new File(baseDir, baseName + in beginImport()
/third_party/vk-gl-cts/scripts/
H A Dgen_android_bp.py117 baseDir = os.path.join(DEQP_DIR, srcRoot)
118 for root, dirs, files in os.walk(baseDir):
H A Dgen_android_mk.py98 baseDir = os.path.join(DEQP_DIR, srcRoot)
99 for root, dirs, files in os.walk(baseDir):
/third_party/glslang/gtests/
H A DTestFixture.h469 const std::string& baseDir="/baseResults/", in loadFileCompileAndCheck()
476 testDir + baseDir + testName + ".out"; in loadFileCompileAndCheck()
506 const std::string &baseDir = "/baseResults/", in loadFileCompileAndCheckWithOptions()
510 const std::string expectedOutputFname = testDir + baseDir + testName + ".out"; in loadFileCompileAndCheckWithOptions()
460 loadFileCompileAndCheck(const std::string& testDir, const std::string& testName, Source source, Semantics semantics, glslang::EShTargetClientVersion clientTargetVersion, glslang::EShTargetLanguageVersion targetLanguageVersion, Target target, bool automap = true, const std::string& entryPointName=�, const std::string& baseDir=�, const bool enableOptimizer = false, const bool enableDebug = false, const bool enableNonSemanticShaderDebugInfo = false) loadFileCompileAndCheck() argument
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DLdmlConverter.java290 Path baseDir = config.getOutputDir(); in processLdml()
340 Path outDir = baseDir.resolve(dir.getOutputDir()); in processLdml()
367 Path outDir = baseDir.resolve(dir.getOutputDir()); in processLdml()
/third_party/vk-gl-cts/scripts/android/
H A Dbuild_apk.py655 def addFilesToAPK (config, apkPath, baseDir, relFilePaths):
659 pushWorkingDir(baseDir)
680 def addFileToAPK (config, apkPath, baseDir, relFilePath):
681 addFilesToAPK(config, apkPath, baseDir, [relFilePath])
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dcommand.js951 function findFile(baseDir, baseName) {
953 const localBin = path.resolve(baseDir, baseName);
/third_party/typescript/lib/
H A DtypingsInstaller.js7202 require: function (baseDir, moduleName) {
7204 var modulePath = ts.resolveJSModule(moduleName, baseDir, nodeSystem);
[all...]
H A Dtsc.js4600 require: function (baseDir, moduleName) {
4602 var modulePath = ts.resolveJSModule(moduleName, baseDir, nodeSystem);
[all...]
H A Dtsserverlibrary.js7221 require: function (baseDir, moduleName) {
7223 var modulePath = ts.resolveJSModule(moduleName, baseDir, nodeSystem);
[all...]
H A Dtypescript.js7212 require: function (baseDir, moduleName) {
7214 var modulePath = ts.resolveJSModule(moduleName, baseDir, nodeSystem);
[all...]
H A DtypescriptServices.js7212 require: function (baseDir, moduleName) {
7214 var modulePath = ts.resolveJSModule(moduleName, baseDir, nodeSystem);
[all...]
H A Dtsserver.js7222 require: function (baseDir, moduleName) {
7224 var modulePath = ts.resolveJSModule(moduleName, baseDir, nodeSystem);
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js7075 require: function (baseDir, moduleName) {
7077 var modulePath = ts.resolveJSModule(moduleName, baseDir, nodeSystem);
[all...]

Completed in 203 milliseconds