Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DDtdDataCheck.java209 for (String currentPath : sortedArray) { in main()
211 int compValue = comp.compare(lastPath, currentPath); in main()
213 comp.compare(lastPath, currentPath); in main()
214 errors.add(lastPath + " ≥ " + currentPath); in main()
217 lastPath = currentPath; in main()
309 for (String currentPath : sortedArray) { in checkCost()
311 int compValue = comp.compare(lastPath, currentPath); in checkCost()
313 lastPath = currentPath; in checkCost()
/external/fonttools/Lib/fontTools/pens/
DpointPen.py74 self.currentPath = None
77 assert self.currentPath is None
78 self.currentPath = []
109 assert self.currentPath is not None
110 points = self.currentPath
111 self.currentPath = None
157 self.currentPath.append((pt, segmentType, smooth, name, kwargs))
Dcu2quPen.py256 assert self.currentPath is None
/external/guava/android/guava/src/com/google/common/reflect/
DClassPath.java524 Set<File> currentPath = new HashSet<>(); in scanDirectory() local
525 currentPath.add(directory.getCanonicalFile()); in scanDirectory()
526 scanDirectory(directory, classloader, "", currentPath); in scanDirectory()
542 File directory, ClassLoader classloader, String packagePrefix, Set<File> currentPath) in scanDirectory() argument
554 if (currentPath.add(deref)) { in scanDirectory()
555 scanDirectory(deref, classloader, packagePrefix + name + "/", currentPath); in scanDirectory()
556 currentPath.remove(deref); in scanDirectory()
/external/guava/guava/src/com/google/common/reflect/
DClassPath.java523 Set<File> currentPath = new HashSet<>(); in scanDirectory() local
524 currentPath.add(directory.getCanonicalFile()); in scanDirectory()
525 scanDirectory(directory, classloader, "", currentPath); in scanDirectory()
541 File directory, ClassLoader classloader, String packagePrefix, Set<File> currentPath) in scanDirectory() argument
553 if (currentPath.add(deref)) { in scanDirectory()
554 scanDirectory(deref, classloader, packagePrefix + name + "/", currentPath); in scanDirectory()
555 currentPath.remove(deref); in scanDirectory()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPerf.java184 for (String currentPath : sortedArray) { in checkCost()
186 if (comp.compare(lastPath, currentPath) > 0) { in checkCost()
190 lastPath = currentPath; in checkCost()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java1865 String currentPath = path + "/" + keyString; in processResource() local
1868 if (currentPath.startsWith("cyclicNameSets")) { in processResource()
1869 if (!"cyclicNameSets/years/format/abbreviated".startsWith(currentPath) in processResource()
1870 && !"cyclicNameSets/zodiacs/format/abbreviated".startsWith(currentPath) in processResource()
1871 … && !"cyclicNameSets/dayParts/format/abbreviated".startsWith(currentPath)) in processResource()
1876 if (arrays.containsKey(currentPath) in processResource()
1877 || maps.containsKey(currentPath)) { continue; } in processResource()
1879 AliasType aliasType = processAliasFromValue(currentPath, value); in processResource()
1882 aliasPathPairs.add(currentPath); in processResource()
1891 arrays.put(currentPath, dataArray); in processResource()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java1823 String currentPath = path + "/" + keyString; in processResource() local
1826 if (currentPath.startsWith("cyclicNameSets")) { in processResource()
1827 if (!"cyclicNameSets/years/format/abbreviated".startsWith(currentPath) in processResource()
1828 && !"cyclicNameSets/zodiacs/format/abbreviated".startsWith(currentPath) in processResource()
1829 … && !"cyclicNameSets/dayParts/format/abbreviated".startsWith(currentPath)) in processResource()
1834 if (arrays.containsKey(currentPath) in processResource()
1835 || maps.containsKey(currentPath)) { continue; } in processResource()
1837 AliasType aliasType = processAliasFromValue(currentPath, value); in processResource()
1840 aliasPathPairs.add(currentPath); in processResource()
1849 arrays.put(currentPath, dataArray); in processResource()
[all …]
/external/icu/icu4c/source/common/
Dudata.cpp546 const char *currentPath = NULL; in next() local
555 currentPath = nextPath; in next()
559 pathLen = (int32_t)uprv_strlen(currentPath); in next()
562 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next()
565 pathLen = (int32_t)uprv_strlen(currentPath); in next()
568 pathLen = (int32_t)(nextPath - currentPath); in next()
579 fprintf(stderr, "rest of path (IDD) = %s\n", currentPath); in next()
591 pathBuffer.clear().append(currentPath, pathLen, *pErrorCode); in next()
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp277 UString currentPath; in OnButtonSetPath() local
278 _path.GetText(currentPath); in OnButtonSetPath()
281 if (!MyBrowseForFolder(*this, title, currentPath, resultPath)) in OnButtonSetPath()
/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/
DStatszZPageHandler.java282 StringBuilder currentPath = new StringBuilder(""); in emitDirectoryHeader() local
286 currentPath.append(dir); in emitDirectoryHeader()
288 formatter.format("<a href='?%s=%s'>%s</a>", QUERY_PATH, currentPath.toString(), dir + '/'); in emitDirectoryHeader()
289 currentPath.append('/'); in emitDirectoryHeader()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DlinkValidate.cpp868 call->currentPath = false; in checkCallGraphCycles()
897 newRoot->currentPath = true; // currentPath will be true iff it is on the stack in checkCallGraphCycles()
914 if (child->currentPath) { in checkCallGraphCycles()
923 child->currentPath = true; in checkCallGraphCycles()
931 stack.back()->currentPath = false; in checkCallGraphCycles()
Dlocalintermediate.h105 bool currentPath; member
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DlinkValidate.cpp1197 call->currentPath = false; in checkCallGraphCycles()
1226 newRoot->currentPath = true; // currentPath will be true iff it is on the stack in checkCallGraphCycles()
1243 if (child->currentPath) { in checkCallGraphCycles()
1252 child->currentPath = true; in checkCallGraphCycles()
1260 stack.back()->currentPath = false; in checkCallGraphCycles()
Dlocalintermediate.h105 bool currentPath; member
/external/llvm-project/lld/COFF/
DDebugTypes.cpp470 SmallString<128> currentPath; in findObjByName() local