Home
last modified time | relevance | path

Searched refs:currentPath (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
Dcorpus.js20 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/icu/icu4c/source/common/
Dudata.cpp521 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/
Dudata.cpp521 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/weex-loader/deps/weex-scripter/lib/
Drequire-parse.js26 function resolveRequire(rawPath, currentPath) { argument
27 var resolvedPath = resolvePath(rawPath, path.dirname(currentPath))
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java1783 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/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateFormatSymbols.java1725 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/skia/third_party/externals/icu/source/common/
Dudata.cpp521 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/
DExtractDialog.cpp279 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/
DbuilderState.ts614 const currentPath = queue.pop()!; constant
615 if (!seenFileNamesMap.has(currentPath)) {
616 const currentSourceFile = programOfThisState.getSourceFileByPath(currentPath)!;
617 seenFileNamesMap.set(currentPath, currentSourceFile);
Dbuilder.ts658 const currentPath = queue.pop()!; constant
659 if (!seenFileNamesMap.has(currentPath)) {
660 seenFileNamesMap.set(currentPath, true);
661 …if (handleDtsMayChangeOfGlobalScope(state, currentPath, cancellationToken, computeHash, getCanonic…
662 …handleDtsMayChangeOf(state, currentPath, cancellationToken, computeHash, getCanonicalFileName, hos…
663 if (isChangedSignature(state, currentPath)) {
664 … const currentSourceFile = Debug.checkDefined(state.program).getSourceFileByPath(currentPath)!;
/third_party/glslang/glslang/MachineIndependent/
DlinkValidate.cpp1393 call->currentPath = false; in checkCallGraphCycles()
1422 newRoot->currentPath = true; // currentPath will be true iff it is on the stack in checkCallGraphCycles()
1439 if (child->currentPath) { in checkCallGraphCycles()
1448 child->currentPath = true; in checkCallGraphCycles()
1456 stack.back()->currentPath = false; in checkCallGraphCycles()
Dlocalintermediate.h106 bool currentPath; member
/third_party/typescript/lib/
Dtsc.js104025 var currentPath = queue.pop();
104026 if (!seenFileNamesMap.has(currentPath)) {
104027 var currentSourceFile = programOfThisState.getSourceFileByPath(currentPath);
104028 seenFileNamesMap.set(currentPath, currentSourceFile);
104337 var currentPath = queue.pop();
104338 if (!seenFileNamesMap.has(currentPath)) {
104339 seenFileNamesMap.set(currentPath, true);
104340 …if (handleDtsMayChangeOfGlobalScope(state, currentPath, cancellationToken, computeHash, getCanonic…
104342 …handleDtsMayChangeOf(state, currentPath, cancellationToken, computeHash, getCanonicalFileName, hos…
104343 if (isChangedSignature(state, currentPath)) {
[all …]
DtypingsInstaller.js125200 var currentPath = queue.pop();
125201 if (!seenFileNamesMap.has(currentPath)) {
125202 var currentSourceFile = programOfThisState.getSourceFileByPath(currentPath);
125203 seenFileNamesMap.set(currentPath, currentSourceFile);
125599 var currentPath = queue.pop();
125600 if (!seenFileNamesMap.has(currentPath)) {
125601 seenFileNamesMap.set(currentPath, true);
125602 …if (handleDtsMayChangeOfGlobalScope(state, currentPath, cancellationToken, computeHash, getCanonic…
125604 …handleDtsMayChangeOf(state, currentPath, cancellationToken, computeHash, getCanonicalFileName, hos…
125605 if (isChangedSignature(state, currentPath)) {
[all …]