Home
last modified time | relevance | path

Searched refs:basePath (Results 1 – 25 of 67) 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 …]
/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/npm-registry-fetch/
Derrors.js7 let basePath = url.parse(href).pathname.substr(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_android_parser.h88 FontFamily(const SkString& basePath, bool isFallbackFont) in FontFamily()
92 , fBasePath(basePath) in FontFamily()
113 const SkString& basePath,
/third_party/flutter/skia/src/ports/
DSkFontMgr_android_parser.cpp89 const SkString& basePath, bool isFallback, const char* filename, in FamilyData()
96 , fBasePath(basePath) in FamilyData()
636 const SkString& basePath, bool isFallback) in parse_config_file() argument
654 FamilyData self(parser, families, basePath, isFallback, filename, &topLevelHandler); in parse_config_file()
693 const SkString& basePath) in append_system_font_families() argument
696 int version = parse_config_file(LMP_SYSTEM_FONTS_FILE, fontFamilies, basePath, false); in append_system_font_families()
698 version = parse_config_file(OLD_SYSTEM_FONTS_FILE, fontFamilies, basePath, false); in append_system_font_families()
712 const SkString& basePath) in append_fallback_font_families_for_locale() argument
738 parse_config_file(absoluteFilename.c_str(), langSpecificFonts, basePath, true); in append_fallback_font_families_for_locale()
749 const SkString& basePath) in append_system_fallback_font_families() argument
[all …]
DSkFontMgr_config_parser.cpp70 const SkString& basePath, bool isFallback, const char* filename, in FamilyData()
77 , fBasePath(basePath) in FamilyData()
486 const SkString& basePath, bool isFallback) in parse_config_file() argument
504 FamilyData self(parser, families, basePath, isFallback, filename, &topLevelHandler); in parse_config_file()
543 const SkString& basePath) in append_system_font_families() argument
545 int version = parse_config_file(g_lmpSystemFontsFile.c_str(), fontFamilies, basePath, false); in append_system_font_families()
555 SkString basePath(containerFontBasePath.c_str()); in GetSystemFontFamilies() local
557 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.ts2351 …export function parseJsonConfigFileContent(json: any, host: ParseConfigHost, basePath: string, exi…
2352 …return parseJsonConfigFileContentWorker(json, /*sourceFile*/ undefined, host, basePath, existingOp…
2362 …onfigFileContent(sourceFile: TsConfigSourceFile, host: ParseConfigHost, basePath: string, existing…
2363 …return parseJsonConfigFileContentWorker(/*json*/ undefined, sourceFile, host, basePath, existingOp…
2377 function directoryOfCombinedPath(fileName: string, basePath: string) {
2380 return getDirectoryPath(getNormalizedAbsolutePath(fileName, basePath));
2396 basePath: string,
2407 …const parsedConfig = parseConfig(json, sourceFile, host, basePath, configFileName, resolutionStack…
2419 …mes = normalizePath(configFileName ? directoryOfCombinedPath(configFileName, basePath) : basePath);
2498 function getFileNames(basePath: string): string[] {
[all …]
/third_party/typescript/tests/baselines/reference/
DAPISample_parseConfig.js34 const basePath: string = process.cwd(); constant
35 const settings = ts.convertCompilerOptionsFromJson(config.config["compilerOptions"], basePath);
67 var basePath = process.cwd();
68 var settings = ts.convertCompilerOptionsFromJson(config.config["compilerOptions"], basePath);
/third_party/node/deps/npm/node_modules/fs-vacuum/test/
Dnot-remove-home-directory.js21 var homePath, basePath, realHome variable
27 basePath = path.resolve(tmpdir, BASE_PATH)
40 vacuum(homePath, {purge: false, base: basePath, log: log}, function (er) {
/third_party/flutter/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/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/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Dide_config_test.dart43 final String basePath = fs.path.relative(base.path, from: tempDir.absolute.path);
46 fs.path.join(basePath, '.idea'): 'dir',
47 fs.path.join(basePath, '.idea', 'modules.xml$suffix'): 'modules $marker',
48 fs.path.join(basePath, '.idea', 'vcs.xml$suffix'): 'vcs $marker',
49 fs.path.join(basePath, '.idea', '.name$suffix'):
51 fs.path.join(basePath, '.idea', 'runConfigurations'): 'dir',
52 fs.path.join(basePath, '.idea', 'runConfigurations', 'hello_world.xml$suffix'):
54 fs.path.join(basePath, 'flutter.iml$suffix'): 'flutter $marker',
55 fs.path.join(basePath, 'packages', 'new', 'deep.iml$suffix'): 'deep $marker',
/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/typescript/scripts/
DgenerateLocalizedDiagnosticMessages.ts110 const basePath = path.dirname(directoryPath); constant
111 if (basePath !== directoryPath) {
112 return ensureDirectoryExists(basePath, () => fs.mkdir(directoryPath, action));
/third_party/flutter/skia/tests/
DFontMgrAndroidParserTest.cpp242 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST() local
252 custom.fBasePath = basePath.c_str(); in DEF_TEST()
277 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST() local
287 custom.fBasePath = basePath.c_str(); in DEF_TEST()
354 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST() local
364 custom.fBasePath = basePath.c_str(); in DEF_TEST()
/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.ts564 const basePath = getDirectoryPath(path); constant
565 Debug.assert(basePath !== path);
566 Debug.assert(basePath === getDirectoryPath(newPath));
567 const baseFolder = this.fs.get(basePath) as FsFolder;
584 const basePath = getDirectoryPath(path); constant
585 Debug.assert(basePath !== path);
586 Debug.assert(basePath === getDirectoryPath(newPath));
587 const baseFolder = this.fs.get(basePath) as FsFolder;
670 const basePath = getDirectoryPath(fileOrDirectory.path); constant
671 const baseFolder = this.fs.get(basePath) as FsFolder;
[all …]

123