Home
last modified time | relevance | path

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

/external/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/guava/guava/src/com/google/common/collect/
DBstRangeOps.java139 GeneralRange<K> range, BstSide side, BstPathFactory<N, P> pathFactory, P currentPath) { in furthestPath() argument
140 N tip = currentPath.getTip(); in furthestPath()
144 currentPath = pathFactory.extension(currentPath, side.other()); in furthestPath()
145 return furthestPath(range, side, pathFactory, currentPath); in furthestPath()
150 P alphaPath = pathFactory.extension(currentPath, side); in furthestPath()
156 return beyond(range, tipKey, side.other()) ? null : currentPath; in furthestPath()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
DActivateFontsQt.cpp73 char currentPath[PATH_MAX+1]; in activateFonts() local
74 if (!getcwd(currentPath, PATH_MAX)) in activateFonts()
76 QByteArray configFile = currentPath; in activateFonts()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/win/
DInjectedBundleWin.cpp66 WCHAR currentPath[MAX_PATH]; in load() local
67 if (!::GetCurrentDirectoryW(MAX_PATH, currentPath)) in load()
79 if (!::SetCurrentDirectoryW(currentPath)) { in load()
/external/webkit/Source/WebCore/wml/
DWMLPageState.cpp162 String currentPath = currentURL.path(); in processAccessControlData() local
164 size_t index = currentPath.reverseFind('/'); in processAccessControlData()
166 m_accessPath = document->completeURL(currentPath.left(index + 1) + m_accessPath).path(); in processAccessControlData()
/external/webkit/Source/WebCore/plugins/win/
DPluginPackageWin.cpp243 WCHAR currentPath[MAX_PATH]; in load()
245 if (!::GetCurrentDirectoryW(MAX_PATH, currentPath)) in load()
256 if (!::SetCurrentDirectoryW(currentPath)) { in load()
/external/icu4c/common/
Dudata.cpp519 const char *currentPath = NULL; in next() local
528 currentPath = nextPath; in next()
532 pathLen = (int32_t)uprv_strlen(currentPath); in next()
535 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next()
538 pathLen = (int32_t)uprv_strlen(currentPath); in next()
541 pathLen = (int32_t)(nextPath - currentPath); in next()
552 fprintf(stderr, "rest of path (IDD) = %s\n", currentPath); in next()
564 pathBuffer.clear().append(currentPath, pathLen, *pErrorCode); in next()
/external/webkit/Tools/DumpRenderTree/qt/
DDumpRenderTreeQt.cpp736 QDir currentDir = QDir::currentPath(); in processLine()
1176 char currentPath[PATH_MAX+1]; in initializeFonts() local
1177 if (!getcwd(currentPath, PATH_MAX)) in initializeFonts()
1179 QByteArray configFile = currentPath; in initializeFonts()
/external/webkit/Source/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp556 QString path = QDir::currentPath(); in database()
910 QDir dir(QDir::currentPath()); in multiplePageGroupsAndLocalStorage()
918 …view1.page()->settings()->setLocalStoragePath(QDir::toNativeSeparators(QDir::currentPath() + "/pat… in multiplePageGroupsAndLocalStorage()
921 …view2.page()->settings()->setLocalStoragePath(QDir::toNativeSeparators(QDir::currentPath() + "/pat… in multiplePageGroupsAndLocalStorage()
944 …QFile::remove(QDir::toNativeSeparators(QDir::currentPath() + "/path1/http_www.myexample.com_0.loca… in multiplePageGroupsAndLocalStorage()
945 …QFile::remove(QDir::toNativeSeparators(QDir::currentPath() + "/path2/http_www.myexample.com_0.loca… in multiplePageGroupsAndLocalStorage()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1636919 (PlatformContextSkia::currentPath):
56383 (PlatformContextSkia::currentPath):
66780 Transformations to the context shouldn't transform the currentPath.
DChangeLog-2010-05-2442074 (WebCore::PainterOpenVG::currentPath):
DChangeLog-2006-12-318282 (WebCore::GraphicsContext::currentPath):