HomeSort by relevance Sort by last modified time
    Searched full:currentpath (Results 1 - 18 of 18) sorted by null

  /external/guava/guava/src/com/google/common/collect/
BstRangeOps.java 139 GeneralRange<K> range, BstSide side, BstPathFactory<N, P> pathFactory, P currentPath) {
140 N tip = currentPath.getTip();
144 currentPath = pathFactory.extension(currentPath, side.other());
145 return furthestPath(range, side, pathFactory, currentPath);
150 P alphaPath = pathFactory.extension(currentPath, side);
156 return beyond(range, tipKey, side.other()) ? null : currentPath;
  /external/llvm/lib/Analysis/
PathProfileVerifier.cpp 121 ProfilePath* currentPath = nextPath->second;
123 ProfilePathEdgeVector* pev = currentPath->getPathEdges();
124 DEBUG(dbgs () << "path #" << currentPath->getNumber() << ": "
125 << currentPath->getCount() << "\n");
127 if (currentPath->getFirstBlockInPath() == &F->getEntryBlock())
128 edgeArray[arrayMap[(BasicBlock*)0][currentPath->getFirstBlockInPath()][0]]
129 += currentPath->getCount();
159 += currentPath->getCount();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit 11 currentpath=`pwd`
12 origpath=$currentpath
13 currentdir=`basename $currentpath`
21 currentpath=`pwd`
22 currentdir=`basename $currentpath`
testit_android 11 currentpath=`pwd`
12 origpath=$currentpath
13 currentdir=`basename $currentpath`
21 currentpath=`pwd`
22 currentdir=`basename $currentpath`
  /external/chromium/chrome/browser/resources/
filebrowse.html 979 var currentPath = currentSavedPath;
980 if (currentPath == 'roots') {
983 currentPath += '/';
984 currentPath += filename;
985 chrome.send('validateSavePath', [currentPath]);
1034 var currentPath = currentSavedPath;
1041 currentPath += '/';
1042 currentPath += filename;
1043 var existingfolder = $(currentPath);
1046 var testfilepath = currentPath;
    [all...]
  /external/llvm/tools/llvm-config/
llvm-config.cpp 182 llvm::SmallString<256> CurrentPath(GetExecutablePath(argv[0]));
188 sys::fs::make_absolute(CurrentPath);
190 sys::path::parent_path(CurrentPath)).str();
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 853 final Path currentPath = mCurrentPath;
854 currentPath.rewind();
914 currentPath.moveTo(centerX, centerY);
916 currentPath.lineTo(centerX, centerY);
923 currentPath.lineTo(mInProgressX, mInProgressY);
925 canvas.drawPath(currentPath, mPathPaint);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
udata.cpp 495 const char *currentPath = NULL;
504 currentPath = nextPath;
508 pathLen = (int32_t)uprv_strlen(currentPath);
511 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR);
514 pathLen = (int32_t)uprv_strlen(currentPath);
517 pathLen = (int32_t)(nextPath - currentPath);
528 fprintf(stderr, "rest of path (IDD) = %s\n", currentPath);
540 pathBuffer.clear().append(currentPath, pathLen, *pErrorCode);
    [all...]
  /external/icu4c/common/
udata.cpp 519 const char *currentPath = NULL;
528 currentPath = nextPath;
532 pathLen = (int32_t)uprv_strlen(currentPath);
535 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR);
538 pathLen = (int32_t)uprv_strlen(currentPath);
541 pathLen = (int32_t)(nextPath - currentPath);
552 fprintf(stderr, "rest of path (IDD) = %s\n", currentPath);
564 pathBuffer.clear().append(currentPath, pathLen, *pErrorCode);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.idl 68 attribute Path currentPath;
CanvasRenderingContext2D.h 142 PassRefPtr<DOMPath> currentPath();
CanvasRenderingContext2D.cpp 822 PassRefPtr<DOMPath> CanvasRenderingContext2D::currentPath()
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
winbatch.php 129 'CurrentPath', 'CurrentFile', 'CreateObject', 'Cosh', 'Cos', 'ClipPut', 'ClipHasFormat', 'ClipGetEx', 'ClipGet', 'ClipAppend',
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
  /external/chromium_org/third_party/polymer/
polymer.min.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 3484 milliseconds