Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathProfileVerifier.cpp122 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/icu/icu4c/source/common/
Dudata.cpp509 const char *currentPath = NULL; in next() local
518 currentPath = nextPath; in next()
522 pathLen = (int32_t)uprv_strlen(currentPath); in next()
525 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next()
528 pathLen = (int32_t)uprv_strlen(currentPath); in next()
531 pathLen = (int32_t)(nextPath - currentPath); in next()
542 fprintf(stderr, "rest of path (IDD) = %s\n", currentPath); in next()
554 pathBuffer.clear().append(currentPath, pathLen, *pErrorCode); in next()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java1721 String currentPath = path + "/" + keyString; in processResource() local
1724 if (currentPath.startsWith("cyclicNameSets")) { in processResource()
1725 if (!"cyclicNameSets/years/format/abbreviated".startsWith(currentPath) in processResource()
1726 && !"cyclicNameSets/zodiacs/format/abbreviated".startsWith(currentPath) in processResource()
1727 … && !"cyclicNameSets/dayParts/format/abbreviated".startsWith(currentPath)) in processResource()
1732 if (arrays.containsKey(currentPath) in processResource()
1733 || maps.containsKey(currentPath)) { continue; } in processResource()
1735 AliasType aliasType = processAliasFromValue(currentPath, value); in processResource()
1738 aliasPathPairs.add(currentPath); in processResource()
1747 arrays.put(currentPath, dataArray); in processResource()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java1762 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/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/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js998 …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) {