Home
last modified time | relevance | path

Searched refs:absolutePath (Results 1 – 17 of 17) sorted by relevance

/third_party/weex-loader/deps/weex-scripter/test/
Drequire-parse.js15 var absolutePath = path.join(__dirname, '../node_modules/md5/md5.js')
16 var md5Path = md5(absolutePath)
22 expected.requires[md5Path] = absolutePath
28 var absolutePath = path.join(__dirname, '../node_modules/md5/md5.js')
29 var md5Path = md5(absolutePath)
35 expected.requires[md5Path] = absolutePath
41 var absolutePath = path.join(__dirname, '../lib/fix.js')
42 var md5Path = md5(absolutePath)
48 expected.requires[md5Path] = absolutePath
54 var absolutePath = path.join(__dirname, '../lib/fix.js')
[all …]
Drequire-bundle.js16 var absolutePath = path.join(__dirname, 'bundle/a.js')
17 var md5Path = md5(absolutePath)
18 requiresObj[md5Path] = absolutePath
/third_party/node/test/report/
Dtest-report-writereport.js53 const absolutePath = path.join(tmpdir.path, file); constant
56 helper.validate(absolutePath);
57 fs.unlinkSync(absolutePath);
64 const absolutePath = path.join(tmpdir.path, file); constant
67 helper.validate(absolutePath);
68 fs.unlinkSync(absolutePath);
/third_party/node/test/parallel/
Dtest-require-cache.js28 const absolutePath = require.resolve(relativePath); constant
31 require.cache[absolutePath] = { exports: fakeModule };
/third_party/skia/third_party/externals/dawn/src/common/
DSystemUtils.cpp149 std::array<char, PATH_MAX> absolutePath; in GetModulePath() local
150 if (realpath(dlInfo.dli_fname, absolutePath.data()) == NULL) { in GetModulePath()
153 return absolutePath.data(); in GetModulePath()
/third_party/node/test/es-module/
Dtest-esm-dynamic-import.js7 const absolutePath = require.resolve(relativePath); constant
8 const targetURL = pathToFileURL(absolutePath);
/third_party/skia/third_party/externals/angle2/util/posix/
Dcrash_handler_posix.cpp527 std::string absolutePath = cwd.value();
545 pos = absolutePath.find(relativePath);
549 absolutePath.erase(pos, relativePath.length());
551 resolvedModule = absolutePath + GetPathSeparator() + resolvedModule;
/third_party/typescript/src/jsTyping/
DjsTyping.ts295 … const absolutePath = getNormalizedAbsolutePath(ownTypes, getDirectoryPath(normalizedFileName)); constant
296 if (host.fileExists(absolutePath)) {
298 inferredTypings.set(manifest.name, absolutePath);
/third_party/typescript/src/services/
DstringCompletions.ts485 const absolutePath = resolvePath(scriptPath, fragment); constant
486 …baseDirectory = hasTrailingDirectorySeparator(absolutePath) ? absolutePath : getDirectoryPath(abso…
497 …const pathInPackage = absolutePath.slice(ensureTrailingDirectorySeparator(packageDirectory).length…
/third_party/node/lib/internal/test_runner/
Drunner.js135 const absolutePath = resolve(testPaths[i]);
137 processPath(absolutePath, testFiles, {
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestInputActivity.java57 public native int saveWaveFile(String absolutePath); in saveWaveFile() argument
/third_party/node/test/common/
Dwpt.js554 const absolutePath = spec.getAbsolutePath();
577 filename: absolutePath,
/third_party/skia/third_party/externals/libwebp/
Dbuild.gradle92 cCompiler.args "-I" + file(".").absolutePath
/third_party/typescript/src/compiler/
Dutilities.ts6854 const absolutePath = combinePaths(currentDirectory, path); constant
6857 …includeFilePatterns: map(getRegularExpressionsForWildcards(includes, absolutePath, "files"), patte…
6858 includeFilePattern: getRegularExpressionForWildcard(includes, absolutePath, "files"),
6859 … includeDirectoryPattern: getRegularExpressionForWildcard(includes, absolutePath, "directories"),
6860 excludePattern: getRegularExpressionForWildcard(excludes, absolutePath, "exclude"),
6891 function visitDirectory(path: string, absolutePath: string, depth: number | undefined) {
6892 const canonicalPath = toCanonical(realpath(absolutePath));
6899 const absoluteName = combinePaths(absolutePath, current);
6922 const absoluteName = combinePaths(absolutePath, current);
Dprogram.ts4306 …const absolutePath = getNormalizedAbsolutePath(fileOrDirectory, host.compilerHost.getCurrentDirect… constant
4309 … `${symlinkedDirectory.real}${absolutePath.replace(new RegExp(directoryPath, "i"), "")}`
/third_party/typescript/lib/
DtypingsInstaller.js20908 var absolutePath = ts.combinePaths(currentDirectory, path);
20910 …includeFilePatterns: ts.map(getRegularExpressionsForWildcards(includes, absolutePath, "files"), fu…
20911 includeFilePattern: getRegularExpressionForWildcard(includes, absolutePath, "files"),
20912 … includeDirectoryPattern: getRegularExpressionForWildcard(includes, absolutePath, "directories"),
20913 excludePattern: getRegularExpressionForWildcard(excludes, absolutePath, "exclude"),
20940 function visitDirectory(path, absolutePath, depth) { argument
20941 var canonicalPath = toCanonical(realpath(absolutePath));
20948 var absoluteName = ts.combinePaths(absolutePath, current);
20976 var absoluteName = ts.combinePaths(absolutePath, current);
124582 …var absolutePath = ts.getNormalizedAbsolutePath(fileOrDirectory, host.compilerHost.getCurrentDirec…
[all …]
Dtsc.js16636 var absolutePath = ts.combinePaths(currentDirectory, path);
16638 …includeFilePatterns: ts.map(getRegularExpressionsForWildcards(includes, absolutePath, "files"), fu…
16639 includeFilePattern: getRegularExpressionForWildcard(includes, absolutePath, "files"),
16640 … includeDirectoryPattern: getRegularExpressionForWildcard(includes, absolutePath, "directories"),
16641 excludePattern: getRegularExpressionForWildcard(excludes, absolutePath, "exclude"),
16665 function visitDirectory(path, absolutePath, depth) { argument
16666 var canonicalPath = toCanonical(realpath(absolutePath));
16673 var absoluteName = ts.combinePaths(absolutePath, current);
16701 var absoluteName = ts.combinePaths(absolutePath, current);
103514 …var absolutePath = ts.getNormalizedAbsolutePath(fileOrDirectory, host.compilerHost.getCurrentDirec…
[all …]