/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
D | corpus.js | 20 const currentPath = path.join(directory, filePath); 21 const stat = fs.lstatSync(currentPath); 23 if (!filter || filter(currentPath)) { 24 yield currentPath; 30 for (let childFilePath of walkDirectory(currentPath, filter)) {
|
/third_party/weex-loader/deps/weex-scripter/lib/ |
D | require-parse.js | 26 function resolveRequire(rawPath, currentPath) { argument 27 var resolvedPath = resolvePath(rawPath, path.dirname(currentPath))
|
/third_party/icu/icu4c/source/common/ |
D | udata.cpp | 521 const char *currentPath = NULL; in next() local 530 currentPath = nextPath; in next() 534 pathLen = (int32_t)uprv_strlen(currentPath); in next() 537 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next() 540 pathLen = (int32_t)uprv_strlen(currentPath); in next() 543 pathLen = (int32_t)(nextPath - currentPath); in next() 554 fprintf(stderr, "rest of path (IDD) = %s\n", currentPath); in next() 566 pathBuffer.clear().append(currentPath, pathLen, *pErrorCode); in next()
|
/third_party/node/deps/icu-small/source/common/ |
D | udata.cpp | 521 const char *currentPath = nullptr; in next() local 530 currentPath = nextPath; in next() 534 pathLen = (int32_t)uprv_strlen(currentPath); in next() 537 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next() 540 pathLen = (int32_t)uprv_strlen(currentPath); in next() 543 pathLen = (int32_t)(nextPath - currentPath); in next() 554 fprintf(stderr, "rest of path (IDD) = %s\n", currentPath); in next() 566 pathBuffer.clear().append(currentPath, pathLen, *pErrorCode); in next()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DateFormatSymbols.java | 1725 String currentPath = path + "/" + keyString; in processResource() local 1728 if (currentPath.startsWith("cyclicNameSets")) { in processResource() 1729 if (!"cyclicNameSets/years/format/abbreviated".startsWith(currentPath) in processResource() 1730 && !"cyclicNameSets/zodiacs/format/abbreviated".startsWith(currentPath) in processResource() 1731 … && !"cyclicNameSets/dayParts/format/abbreviated".startsWith(currentPath)) in processResource() 1736 if (arrays.containsKey(currentPath) in processResource() 1737 || maps.containsKey(currentPath)) { continue; } in processResource() 1739 AliasType aliasType = processAliasFromValue(currentPath, value); in processResource() 1742 aliasPathPairs.add(currentPath); in processResource() 1751 arrays.put(currentPath, dataArray); in processResource() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateFormatSymbols.java | 1783 String currentPath = path + "/" + keyString; in processResource() local 1786 if (currentPath.startsWith("cyclicNameSets")) { in processResource() 1787 if (!"cyclicNameSets/years/format/abbreviated".startsWith(currentPath) in processResource() 1788 && !"cyclicNameSets/zodiacs/format/abbreviated".startsWith(currentPath) in processResource() 1789 … && !"cyclicNameSets/dayParts/format/abbreviated".startsWith(currentPath)) in processResource() 1794 if (arrays.containsKey(currentPath) in processResource() 1795 || maps.containsKey(currentPath)) { continue; } in processResource() 1797 AliasType aliasType = processAliasFromValue(currentPath, value); in processResource() 1800 aliasPathPairs.add(currentPath); in processResource() 1809 arrays.put(currentPath, dataArray); in processResource() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | udata.cpp | 521 const char *currentPath = NULL; in next() local 530 currentPath = nextPath; in next() 534 pathLen = (int32_t)uprv_strlen(currentPath); in next() 537 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next() 540 pathLen = (int32_t)uprv_strlen(currentPath); in next() 543 pathLen = (int32_t)(nextPath - currentPath); in next() 554 fprintf(stderr, "rest of path (IDD) = %s\n", currentPath); in next() 566 pathBuffer.clear().append(currentPath, pathLen, *pErrorCode); in next()
|
/third_party/lzma/CPP/7zip/UI/GUI/ |
D | ExtractDialog.cpp | 279 UString currentPath; in OnButtonSetPath() local 280 _path.GetText(currentPath); in OnButtonSetPath() 283 if (!MyBrowseForFolder(*this, title, currentPath, resultPath)) in OnButtonSetPath()
|
/third_party/typescript/src/compiler/ |
D | builderState.ts | 614 const currentPath = queue.pop()!; constant 615 if (!seenFileNamesMap.has(currentPath)) { 616 const currentSourceFile = programOfThisState.getSourceFileByPath(currentPath)!; 617 seenFileNamesMap.set(currentPath, currentSourceFile);
|
D | builder.ts | 601 const currentPath = queue.pop()!; constant 602 if (!seenFileNamesMap.has(currentPath)) { 603 seenFileNamesMap.set(currentPath, true); 604 …if (handleDtsMayChangeOfGlobalScope(state, currentPath, cancellationToken, computeHash, getCanonic… 605 …handleDtsMayChangeOf(state, currentPath, cancellationToken, computeHash, getCanonicalFileName, hos… 606 if (isChangedSignature(state, currentPath)) { 607 … const currentSourceFile = Debug.checkDefined(state.program).getSourceFileByPath(currentPath)!;
|
/third_party/glslang/glslang/MachineIndependent/ |
D | linkValidate.cpp | 845 call->currentPath = false; in checkCallGraphCycles() 874 newRoot->currentPath = true; // currentPath will be true iff it is on the stack in checkCallGraphCycles() 891 if (child->currentPath) { in checkCallGraphCycles() 900 child->currentPath = true; in checkCallGraphCycles() 908 stack.back()->currentPath = false; in checkCallGraphCycles()
|
D | localintermediate.h | 105 bool currentPath; member
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 27679 context.currentPath = null; 27704 this.currentPath = path8; 27724 this.currentPath = path8; 27732 if (!(this.currentPath instanceof NodePath)) { 27735 var result = this.visitor[methodName].call(this, this.currentPath); 27739 this.currentPath = this.currentPath.replace(result)[0]; 27741 this.traverse(this.currentPath); 27747 var path8 = this.currentPath; 27757 if (!(this.currentPath instanceof NodePath)) { 27770 if (!(this.currentPath instanceof NodePath)) {
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 124998 var currentPath = queue.pop(); 124999 if (!seenFileNamesMap.has(currentPath)) { 125000 var currentSourceFile = programOfThisState.getSourceFileByPath(currentPath); 125001 seenFileNamesMap.set(currentPath, currentSourceFile); 125376 var currentPath = queue.pop(); 125377 if (!seenFileNamesMap.has(currentPath)) { 125378 seenFileNamesMap.set(currentPath, true); 125379 …if (handleDtsMayChangeOfGlobalScope(state, currentPath, cancellationToken, computeHash, getCanonic… 125381 …handleDtsMayChangeOf(state, currentPath, cancellationToken, computeHash, getCanonicalFileName, hos… 125382 if (isChangedSignature(state, currentPath)) { [all …]
|
D | tsc.js | 103841 var currentPath = queue.pop(); 103842 if (!seenFileNamesMap.has(currentPath)) { 103843 var currentSourceFile = programOfThisState.getSourceFileByPath(currentPath); 103844 seenFileNamesMap.set(currentPath, currentSourceFile); 104133 var currentPath = queue.pop(); 104134 if (!seenFileNamesMap.has(currentPath)) { 104135 seenFileNamesMap.set(currentPath, true); 104136 …if (handleDtsMayChangeOfGlobalScope(state, currentPath, cancellationToken, computeHash, getCanonic… 104138 …handleDtsMayChangeOf(state, currentPath, cancellationToken, computeHash, getCanonicalFileName, hos… 104139 if (isChangedSignature(state, currentPath)) { [all …]
|