/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | PathProfileVerifier.cpp | 122 ProfilePath* currentPath = nextPath->second; in runOnModule() local 124 ProfilePathEdgeVector* pev = currentPath->getPathEdges(); in runOnModule() 125 DEBUG(dbgs () << "path #" << currentPath->getNumber() << ": " in runOnModule() 126 << currentPath->getCount() << "\n"); in runOnModule() 128 if (currentPath->getFirstBlockInPath() == &F->getEntryBlock()) in runOnModule() 129 edgeArray[arrayMap[0][currentPath->getFirstBlockInPath()][0]] in runOnModule() 130 += currentPath->getCount(); in runOnModule() 160 += currentPath->getCount(); in runOnModule()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DtdDataCheck.java | 209 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() 324 for (String currentPath : sortedArray) { in checkCost() 325 parts.set(currentPath); in checkCost()
|
/external/fonttools/Lib/fontTools/pens/ |
D | pointPen.py | 62 self.currentPath = None 65 assert self.currentPath is None 66 self.currentPath = [] 97 assert self.currentPath is not None 98 points = self.currentPath 99 self.currentPath = None 145 self.currentPath.append((pt, segmentType, smooth, name, kwargs))
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DateFormatSymbols.java | 1720 String currentPath = path + "/" + keyString; in processResource() local 1723 if (currentPath.startsWith("cyclicNameSets")) { in processResource() 1724 if (!"cyclicNameSets/years/format/abbreviated".startsWith(currentPath) in processResource() 1725 && !"cyclicNameSets/zodiacs/format/abbreviated".startsWith(currentPath) in processResource() 1726 … && !"cyclicNameSets/dayParts/format/abbreviated".startsWith(currentPath)) in processResource() 1731 if (arrays.containsKey(currentPath) in processResource() 1732 || maps.containsKey(currentPath)) { continue; } in processResource() 1734 AliasType aliasType = processAliasFromValue(currentPath, value); in processResource() 1737 aliasPathPairs.add(currentPath); in processResource() 1746 arrays.put(currentPath, dataArray); in processResource() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateFormatSymbols.java | 1762 String currentPath = path + "/" + keyString; in processResource() local 1765 if (currentPath.startsWith("cyclicNameSets")) { in processResource() 1766 if (!"cyclicNameSets/years/format/abbreviated".startsWith(currentPath) in processResource() 1767 && !"cyclicNameSets/zodiacs/format/abbreviated".startsWith(currentPath) in processResource() 1768 … && !"cyclicNameSets/dayParts/format/abbreviated".startsWith(currentPath)) in processResource() 1773 if (arrays.containsKey(currentPath) in processResource() 1774 || maps.containsKey(currentPath)) { continue; } in processResource() 1776 AliasType aliasType = processAliasFromValue(currentPath, value); in processResource() 1779 aliasPathPairs.add(currentPath); in processResource() 1788 arrays.put(currentPath, dataArray); in processResource() [all …]
|
/external/icu/icu4c/source/common/ |
D | udata.cpp | 520 const char *currentPath = NULL; in next() local 529 currentPath = nextPath; in next() 533 pathLen = (int32_t)uprv_strlen(currentPath); in next() 536 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next() 539 pathLen = (int32_t)uprv_strlen(currentPath); in next() 542 pathLen = (int32_t)(nextPath - currentPath); in next() 553 fprintf(stderr, "rest of path (IDD) = %s\n", currentPath); in next() 565 pathBuffer.clear().append(currentPath, pathLen, *pErrorCode); in next()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestPerf.java | 195 for (String currentPath : sortedArray) { in checkCost() 197 if (comp.compare(lastPath, currentPath) > 0) { in checkCost() 201 lastPath = currentPath; in checkCost()
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractDialog.cpp | 277 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/ |
D | StatszZPageHandler.java | 282 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/ |
D | linkValidate.cpp | 776 call->currentPath = false; in checkCallGraphCycles() 805 newRoot->currentPath = true; // currentPath will be true iff it is on the stack in checkCallGraphCycles() 822 if (child->currentPath) { in checkCallGraphCycles() 831 child->currentPath = true; in checkCallGraphCycles() 839 stack.back()->currentPath = false; in checkCallGraphCycles()
|
D | localintermediate.h | 105 bool currentPath; member
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 998 …var __impure_ptr=allocate(1, "i32*", ALLOC_STATIC);var FS={currentPath:"/",nextInode:2,streams:[nu… property 1036 if (base === undefined) base = FS.currentPath; 2632 } else if (size < FS.currentPath.length + 1) { 2636 for (var i = 0; i < FS.currentPath.length; i++) { 2637 HEAP8[(((buf)+(i))|0)]=FS.currentPath.charCodeAt(i) 2754 FS.currentPath = path.path; 3278 } else if (oldObj.isRoot || oldObj.path == FS.currentPath) {
|