Home
last modified time | relevance | path

Searched refs:basePath (Results 1 – 25 of 58) sorted by relevance

123

/third_party/typescript/src/testRunner/unittests/config/
DconfigurationExtension.ts213 ], ([testName, basePath, host]) => {
217 return parseJsonConfigFileContent(config, host, basePath, {}, entry);
225 … parsed: parseJsonSourceFileConfigFileContent(jsonSourceFile, host, basePath, {}, entry)
265 combinePaths(basePath, "main.ts"),
266 combinePaths(basePath, "supplemental.ts"),
274 combinePaths(basePath, "main.ts"),
275 combinePaths(basePath, "supplemental.ts"),
281 …configuration: ${[combinePaths(basePath, "circular.json"), combinePaths(basePath, "circular2.json"…
306 combinePaths(basePath, "supplemental.ts")
315 combinePaths(basePath, "main.ts")
[all …]
DtsconfigParsing.ts23 …function getParsedCommandJson(jsonText: string, configFileName: string, basePath: string, allFileL…
26 …w fakes.ParseConfigHost(new vfs.FileSystem(/*ignoreCase*/ false, { cwd: basePath, files: { "/": {}…
27 …return parseJsonConfigFileContent(parsed.config, host, basePath, /*existingOptions*/ undefined, co…
30 …function getParsedCommandJsonNode(jsonText: string, configFileName: string, basePath: string, allF…
33 …w fakes.ParseConfigHost(new vfs.FileSystem(/*ignoreCase*/ false, { cwd: basePath, files: { "/": {}…
34 …return parseJsonSourceFileConfigFileContent(parsed, host, basePath, /*existingOptions*/ undefined,…
37 …function assertParseFileList(jsonText: string, configFileName: string, basePath: string, allFileLi…
39 … const parsed = getParsedCommandJson(jsonText, configFileName, basePath, allFileList);
43 … const parsed = getParsedCommandJsonNode(jsonText, configFileName, basePath, allFileList);
48 …function assertParseFileDiagnostics(jsonText: string, configFileName: string, basePath: string, al…
[all …]
DmatchFiles.ts109 …eMatches(expected: ParsedCommandLine, json: any, host: ParseConfigHost, basePath: string, existing…
113 …const actual = parseJsonSourceFileConfigFileContent(result, host, basePath, existingOptions, confi…
122 …const actual = parseJsonConfigFileContent(json, host, basePath, existingOptions, configFileName, r…
1498 function getExpected(basePath: string): ParsedCommandLine {
1503 `${basePath}Yosemite.ts`, // capital always comes before lowercase letters
1504 `${basePath}xylophone.ts`,
1505 `${basePath}zebra.ts`
1508 [basePath.slice(0, basePath.length - 1)]: WatchDirectoryFlags.Recursive
/third_party/typescript/src/testRunner/
DfourslashRunner.ts3 protected basePath: string; property in Harness.FourSlashRunner
10 this.basePath = "tests/cases/fourslash";
14 this.basePath = "tests/cases/fourslash/oh";
18 this.basePath = "tests/cases/fourslash/shims";
22 this.basePath = "tests/cases/fourslash/shims-pp";
26 this.basePath = "tests/cases/fourslash/server";
36 return this.enumerateFiles(this.basePath, /\.ts/i, { recursive: false });
61 FourSlash.runFourSlashTest(this.basePath, this.testType, fn);
73 this.basePath += "/generated/";
Dtest262Runner.ts4 private static readonly basePath = "internal/cases/test262"; property in Harness.Test262BaselineRunner
22 return Test262BaselineRunner.basePath + "/" + filename;
94 …return ts.map(this.enumerateFiles(Test262BaselineRunner.basePath, Test262BaselineRunner.testFileEx…
/third_party/node/deps/npm/node_modules/diff/lib/diff/
Dbase.js74 var basePath =
102 basePath = clonePath(removePath);
103 self.pushComponent(basePath.components, undefined, true);
105 basePath = addPath; // No need to clone, we've pulled it from the list
107 basePath.newPos++;
108 self.pushComponent(basePath.components, true, undefined);
111 …_oldPos = self.extractCommon(basePath, newString, oldString, diagonalPath); // If we have hit the …
113 if (basePath.newPos + 1 >= newLen && _oldPos + 1 >= oldLen) {
114 … return done(buildValues(self, basePath.components, newString, oldString, self.useLongestToken));
117 bestPath[diagonalPath] = basePath;
[all …]
/third_party/node/deps/npm/node_modules/npm-registry-fetch/lib/
Derrors.js7 let basePath = new url.URL(href).pathname.slice(1)
8 if (!basePath.match(/^-/)) {
9 basePath = basePath.split('/')
10 var index = basePath.indexOf('_rewrite')
12 index = basePath.length - 1
16 return decodeURIComponent(basePath[index])
/third_party/vk-gl-cts/scripts/verify/
Dverify.py101 statementPath = os.path.join(package.basePath, package.statement)
140 messages.append(error(package.basePath, "Missing conformance statement file"))
149 statusPath = os.path.join(package.basePath, s)
153 messages.append(error(package.basePath, "Working directory is not clean"))
155 messages.append(error(package.basePath, "Missing git status files"))
160 logPath = os.path.join(package.basePath, gitLog)
171 messages.append(warning(os.path.join(package.basePath, log), "Log is not empty"))
173 messages.append(error(package.basePath, "Missing git log files"))
185 messages.append(error(package.basePath, "Package includes patches but log is empty"))
187 …messages.append(error(package.basePath, "Test log is not empty but package doesn't contain patches…
Dpackage.py34 …def __init__ (self, basePath, statement, testLogs, gitStatus, gitLog, patches, summary, conformVer… argument
35 self.basePath = basePath
/third_party/skia/src/ports/
DSkFontMgr_android_parser.cpp91 const SkString& basePath, bool isFallback, const char* filename, in FamilyData()
98 , fBasePath(basePath) in FamilyData()
646 const SkString& basePath, bool isFallback) in parse_config_file() argument
664 FamilyData self(parser, families, basePath, isFallback, filename, &topLevelHandler); in parse_config_file()
703 const SkString& basePath) in append_system_font_families() argument
706 int version = parse_config_file(LMP_SYSTEM_FONTS_FILE, fontFamilies, basePath, false); in append_system_font_families()
708 version = parse_config_file(OLD_SYSTEM_FONTS_FILE, fontFamilies, basePath, false); in append_system_font_families()
722 const SkString& basePath) in append_fallback_font_families_for_locale() argument
748 parse_config_file(absoluteFilename.c_str(), langSpecificFonts, basePath, true); in append_fallback_font_families_for_locale()
759 const SkString& basePath) in append_system_fallback_font_families() argument
[all …]
DSkFontMgr_config_parser.cpp71 const SkString& basePath, bool isFallback, const char* filename, in FamilyData()
78 , fBasePath(basePath) in FamilyData()
487 const SkString& basePath, bool isFallback) in parse_config_file() argument
505 FamilyData self(parser, families, basePath, isFallback, filename, &topLevelHandler); in parse_config_file()
544 const SkString& basePath) in append_system_font_families() argument
546 int version = parse_config_file(g_lmpSystemFontsFile.c_str(), fontFamilies, basePath, false); in append_system_font_families()
556 SkString basePath(containerFontBasePath.c_str()); in GetSystemFontFamilies() local
558 HmSymbolConfig_OHOS::getInstance()->parseConfigOfHmSymbol("hm_symbol_config.json", basePath); in GetSystemFontFamilies()
559 append_system_font_families(fontFamilies, basePath); in GetSystemFontFamilies()
DSkFontMgr_android_parser.h88 FontFamily(const SkString& basePath, bool isFallbackFont) in FontFamily()
92 , fBasePath(basePath) in FontFamily()
113 const SkString& basePath,
/third_party/typescript/src/compiler/
DcommandLineParser.ts2729 …export function parseJsonConfigFileContent(json: any, host: ParseConfigHost, basePath: string, exi…
2730 …return parseJsonConfigFileContentWorker(json, /*sourceFile*/ undefined, host, basePath, existingOp…
2740 …onfigFileContent(sourceFile: TsConfigSourceFile, host: ParseConfigHost, basePath: string, existing…
2742 … parseJsonConfigFileContentWorker(/*json*/ undefined, sourceFile, host, basePath, existingOptions,…
2758 function directoryOfCombinedPath(fileName: string, basePath: string) {
2761 return getDirectoryPath(getNormalizedAbsolutePath(fileName, basePath));
2780 basePath: string,
2791 …const parsedConfig = parseConfig(json, sourceFile, host, basePath, configFileName, resolutionStack…
2803 …mes = normalizePath(configFileName ? directoryOfCombinedPath(configFileName, basePath) : basePath);
2886 function getFileNames(basePath: string): string[] {
[all …]
/third_party/node/test/es-module/
Dtest-esm-loader-resolve-type.mjs12 const basePath = constant
15 const rel = (file) => new URL(file, basePath);
25 createDir(basePath);
36 fs.rmSync(basePath, { recursive: true, force: true });
/third_party/typescript/tests/baselines/reference/
DAPISample_parseConfig.js35 const basePath: string = process.cwd(); constant
36 const settings = ts.convertCompilerOptionsFromJson(config.config["compilerOptions"], basePath);
69 var basePath = process.cwd();
70 var settings = ts.convertCompilerOptionsFromJson(config.config["compilerOptions"], basePath);
DjsDocFunctionSignatures5.baseline60 "name": "basePath",
69 "text": "basePath",
187 "text": "basePath",
/third_party/node/deps/npm/node_modules/just-diff/
Dindex.mjs77 function getDiff({obj1, obj2, basePath, basePathForRemoves, diffs}) { property
104 path: basePath.concat(key),
105 pathForRemoves: basePath.concat(key),
126 path: basePath.concat(i),
129 pathForRemoves: basePath.concat(i + lengthDelta),
140 basePath: [], property
176 basePath: path, property
Dindex.cjs82 function getDiff({obj1, obj2, basePath, basePathForRemoves, diffs}) {
109 path: basePath.concat(key),
110 pathForRemoves: basePath.concat(key),
131 path: basePath.concat(i),
134 pathForRemoves: basePath.concat(i + lengthDelta),
145 basePath: [],
181 basePath: path,
/third_party/skia/modules/pathkit/tests/
Dpath2d.spec.js129 let basePath = PathKit.NewPath();
133 basePath.addPath(otherPath)
142 reportPath(basePath, 'add_path_3x', done);
143 basePath.delete();
/third_party/vk-gl-cts/scripts/build/
Dconfig.py102 def getBinaryPath (self, buildType, basePath): argument
103 return basePath
149 def getBinaryPath (self, buildType, basePath): argument
150 return os.path.join(os.path.dirname(basePath), buildType, os.path.basename(basePath) + ".exe")
/third_party/vk-gl-cts/scripts/
Dmake_release.py50 def removeLeadingPath (path, basePath): argument
53 assert os.path.normpath(basePath) == basePath
54 return path[len(basePath) + 1:]
62 def getFileList (basePath): argument
64 basePath = os.path.normpath(basePath)
65 for root, dirs, files in os.walk(basePath):
67 relPath = removeLeadingPath(os.path.normpath(os.path.join(root, file)), basePath)
/third_party/typescript/tests/cases/compiler/
DAPISample_parseConfig.ts38 const basePath: string = process.cwd(); constant
39 const settings = ts.convertCompilerOptionsFromJson(config.config["compilerOptions"], basePath);
/third_party/skia/tests/
DFontMgrAndroidParserTest.cpp241 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST() local
251 custom.fBasePath = basePath.c_str(); in DEF_TEST()
276 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST() local
286 custom.fBasePath = basePath.c_str(); in DEF_TEST()
353 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST() local
363 custom.fBasePath = basePath.c_str(); in DEF_TEST()
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts514 const basePath = getDirectoryPath(path); constant
515 Debug.assert(basePath !== path);
516 Debug.assert(basePath === getDirectoryPath(newPath));
517 const baseFolder = this.fs.get(basePath) as FsFolder;
534 const basePath = getDirectoryPath(path); constant
535 Debug.assert(basePath !== path);
536 Debug.assert(basePath === getDirectoryPath(newPath));
537 const baseFolder = this.fs.get(basePath) as FsFolder;
626 const basePath = getDirectoryPath(fileOrDirectory.path); constant
627 const baseFolder = this.fs.get(basePath) as FsFolder;
[all …]
/third_party/node/deps/npm/node_modules/diff/lib/
Dindex.es6.js58 var basePath = void 0;
82 basePath = clonePath(removePath);
83 self.pushComponent(basePath.components, undefined, true);
85 basePath = addPath; // No need to clone, we've pulled it from the list
87 basePath.newPos++;
88 self.pushComponent(basePath.components, true, undefined);
91 …_oldPos = self.extractCommon(basePath, newString, oldString, diagonalPath); // If we have hit the …
93 if (basePath.newPos + 1 >= newLen && _oldPos + 1 >= oldLen) {
94 … return done(buildValues(self, basePath.components, newString, oldString, self.useLongestToken));
97 bestPath[diagonalPath] = basePath;
[all …]

123