| /third_party/typescript/tests/baselines/reference/ |
| D | APISample_parseConfig.js | 34 const basePath: string = process.cwd(); constant
|
| /third_party/typescript/tests/cases/compiler/ |
| D | APISample_parseConfig.ts | 38 const basePath: string = process.cwd(); constant
|
| /third_party/typescript/scripts/ |
| D | generateLocalizedDiagnosticMessages.ts | 110 const basePath = path.dirname(directoryPath); constant
|
| /third_party/typescript/src/testRunner/ |
| D | fourslashRunner.ts | 3 protected basePath: string; property in Harness.FourSlashRunner
|
| D | test262Runner.ts | 4 private static readonly basePath = "internal/cases/test262"; property in Harness.Test262BaselineRunner
|
| D | compilerRunner.ts | 13 private basePath = "tests/cases"; property in Harness.CompilerBaselineRunner
|
| /third_party/node/deps/npm/node_modules/debug/ |
| D | karma.conf.js | 8 basePath: '', property
|
| /third_party/flutter/skia/src/ports/ |
| D | SkFontMgr_android_parser.cpp | 636 const SkString& basePath, bool isFallback) in parse_config_file() 693 const SkString& basePath) in append_system_font_families() 712 const SkString& basePath) in append_fallback_font_families_for_locale() 749 const SkString& basePath) in append_system_fallback_font_families() 758 const SkString& basePath) in mixin_vendor_fallback_font_families() 792 SkString basePath(getenv("ANDROID_ROOT")); in GetSystemFontFamilies() local 807 const SkString& basePath, in GetCustomFontFamilies()
|
| D | SkFontMgr_config_parser.cpp | 28 std::string SkFontMgr_Config_Parser::basePath = "..\\..\\resources\\fonts\\"; member in SkFontMgr_Config_Parser 30 std::string SkFontMgr_Config_Parser::basePath = "../../resources/fonts/"; member in SkFontMgr_Config_Parser 490 const SkString& basePath, bool isFallback) in parse_config_file() 547 const SkString& basePath) in append_system_font_families() 559 SkString basePath(fontBasePath.c_str()); in GetSystemFontFamilies() local
|
| /third_party/skia/src/ports/ |
| D | SkFontMgr_android_parser.cpp | 646 const SkString& basePath, bool isFallback) in parse_config_file() 703 const SkString& basePath) in append_system_font_families() 722 const SkString& basePath) in append_fallback_font_families_for_locale() 759 const SkString& basePath) in append_system_fallback_font_families() 768 const SkString& basePath) in mixin_vendor_fallback_font_families() 802 SkString basePath(getenv("ANDROID_ROOT")); in GetSystemFontFamilies() local 817 const SkString& basePath, in GetCustomFontFamilies()
|
| /third_party/flutter/skia/tests/ |
| D | FontMgrAndroidParserTest.cpp | 242 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST() local 277 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST() local 354 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST() local
|
| /third_party/skia/tests/ |
| D | FontMgrAndroidParserTest.cpp | 241 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST() local 276 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST() local 353 SkString basePath = GetResourcePath("fonts/"); in DEF_TEST() local
|
| /third_party/node/deps/npm/docs/ |
| D | gatsby-node.js | 7 const slug = createFilePath({node, getNode, basePath: 'content', trailingSlash: false}) property
|
| /third_party/node/deps/npm/node_modules/fs-vacuum/test/ |
| D | not-remove-home-directory.js | 21 var homePath, basePath, realHome variable
|
| /third_party/typescript/src/harness/ |
| D | virtualFileSystemWithWatch.ts | 564 const basePath = getDirectoryPath(path); constant 584 const basePath = getDirectoryPath(path); constant 670 const basePath = getDirectoryPath(fileOrDirectory.path); constant 772 const basePath = getDirectoryPath(fullPath); constant
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | intltest.h | 356 char basePath[1024]; variable
|
| /third_party/typescript/src/compiler/ |
| D | watch.ts | 168 …const basePath = getDirectoryPath(getNormalizedAbsolutePath(configFile.fileName, program.getCurren… constant 177 …const basePath = getDirectoryPath(getNormalizedAbsolutePath(configFile.fileName, program.getCurren… constant
|
| D | debug.ts | 667 const basePath = getDirectoryPath(resolvePath(sys.getExecutingFilePath())); constant
|
| D | program.ts | 10 const basePath = getDirectoryPath(containingFile); constant 3011 … const basePath = getNormalizedAbsolutePath(getDirectoryPath(refPath), host.getCurrentDirectory()); constant
|
| /third_party/jsoncpp/src/jsontestrunner/ |
| D | main.cpp | 286 Json::String basePath = removeSuffix(opts.path, ".json"); in runTest() local
|
| /third_party/typescript/src/tsserver/ |
| D | nodeServer.ts | 879 const basePath = process.env.LOCALAPPDATA || constant
|
| /third_party/skia/tools/skdiff/ |
| D | skdiff_main.cpp | 403 SkString basePath(baseDir); in create_diff_images() local
|
| /third_party/flutter/skia/tools/skdiff/ |
| D | skdiff_main.cpp | 418 SkString basePath(baseDir); in create_diff_images() local
|
| /third_party/typescript/src/services/ |
| D | stringCompletions.ts | 367 const basePath = compilerOptions.project || host.getCurrentDirectory(); constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 3519 function toPath(fileName, basePath, getCanonicalFileName) { argument 3673 function convertToRelativePath(absoluteOrRelativePath, basePath, getCanonicalFileName) { argument 15170 function getRegularExpressionForWildcard(specs, basePath, usage) { argument 15180 function getRegularExpressionsForWildcards(specs, basePath, usage) { argument 15193 function getPatternFromSpec(spec, basePath, usage) { argument 15198 function getSubPatternFromSpec(spec, basePath, usage, _a) { argument 15344 …if (ts.every(basePaths, function (basePath) { return !ts.containsPath(basePath, includeBasePath, p… argument 31198 …function parseJsonConfigFileContent(json, host, basePath, existingOptions, configFileName, resolut… argument 31202 …function parseJsonSourceFileConfigFileContent(sourceFile, host, basePath, existingOptions, configF… argument 31215 function directoryOfCombinedPath(fileName, basePath) { argument [all …]
|