Home
last modified time | relevance | path

Searched defs:basePath (Results 1 – 25 of 31) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DAPISample_parseConfig.js34 const basePath: string = process.cwd(); constant
/third_party/typescript/tests/cases/compiler/
DAPISample_parseConfig.ts38 const basePath: string = process.cwd(); constant
/third_party/typescript/scripts/
DgenerateLocalizedDiagnosticMessages.ts110 const basePath = path.dirname(directoryPath); constant
/third_party/typescript/src/testRunner/
DfourslashRunner.ts3 protected basePath: string; property in Harness.FourSlashRunner
Dtest262Runner.ts4 private static readonly basePath = "internal/cases/test262"; property in Harness.Test262BaselineRunner
DcompilerRunner.ts13 private basePath = "tests/cases"; property in Harness.CompilerBaselineRunner
/third_party/node/deps/npm/node_modules/debug/
Dkarma.conf.js8 basePath: '', property
/third_party/flutter/skia/src/ports/
DSkFontMgr_android_parser.cpp636 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()
DSkFontMgr_config_parser.cpp28 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/
DSkFontMgr_android_parser.cpp646 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/
DFontMgrAndroidParserTest.cpp242 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/
DFontMgrAndroidParserTest.cpp241 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/
Dgatsby-node.js7 const slug = createFilePath({node, getNode, basePath: 'content', trailingSlash: false}) property
/third_party/node/deps/npm/node_modules/fs-vacuum/test/
Dnot-remove-home-directory.js21 var homePath, basePath, realHome variable
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts564 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/
Dintltest.h356 char basePath[1024]; variable
/third_party/typescript/src/compiler/
Dwatch.ts168 …const basePath = getDirectoryPath(getNormalizedAbsolutePath(configFile.fileName, program.getCurren… constant
177 …const basePath = getDirectoryPath(getNormalizedAbsolutePath(configFile.fileName, program.getCurren… constant
Ddebug.ts667 const basePath = getDirectoryPath(resolvePath(sys.getExecutingFilePath())); constant
Dprogram.ts10 const basePath = getDirectoryPath(containingFile); constant
3011 … const basePath = getNormalizedAbsolutePath(getDirectoryPath(refPath), host.getCurrentDirectory()); constant
/third_party/jsoncpp/src/jsontestrunner/
Dmain.cpp286 Json::String basePath = removeSuffix(opts.path, ".json"); in runTest() local
/third_party/typescript/src/tsserver/
DnodeServer.ts879 const basePath = process.env.LOCALAPPDATA || constant
/third_party/skia/tools/skdiff/
Dskdiff_main.cpp403 SkString basePath(baseDir); in create_diff_images() local
/third_party/flutter/skia/tools/skdiff/
Dskdiff_main.cpp418 SkString basePath(baseDir); in create_diff_images() local
/third_party/typescript/src/services/
DstringCompletions.ts367 const basePath = compilerOptions.project || host.getCurrentDirectory(); constant
/third_party/typescript/lib/
Dtsc.js3519 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 …]

12