HomeSort by relevance Sort by last modified time
    Searched refs:currentPath (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathProfileVerifier.cpp 122 ProfilePath* currentPath = nextPath->second;
124 ProfilePathEdgeVector* pev = currentPath->getPathEdges();
125 DEBUG(dbgs () << "path #" << currentPath->getNumber() << ": "
126 << currentPath->getCount() << "\n");
128 if (currentPath->getFirstBlockInPath() == &F->getEntryBlock())
129 edgeArray[arrayMap[0][currentPath->getFirstBlockInPath()][0]]
130 += currentPath->getCount();
160 += currentPath->getCount();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
ComplexMovementPath.java 148 int currentPath = 0;
151 currentPath++;
155 mRings.add(createRing(referencePath, currentWaypoint, currentPath));
168 * @param currentPath The part of the lap in which the ring will be placed.
171 private Ring createRing(ArrayList<Waypoint> referencePath, Waypoint waypoint, int currentPath) {
180 return new Ring(ringCenter, currentPath, pointRotation, rotatedRect);
  /external/lzma/CPP/7zip/UI/GUI/
ExtractDialog.cpp 277 UString currentPath;
278 _path.GetText(currentPath);
281 if (!MyBrowseForFolder(*this, title, currentPath, resultPath))
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormatSymbols.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormatSymbols.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java     [all...]
  /external/icu/icu4c/source/common/
udata.cpp 517 const char *currentPath = NULL;
526 currentPath = nextPath;
530 pathLen = (int32_t)uprv_strlen(currentPath);
533 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR);
536 pathLen = (int32_t)uprv_strlen(currentPath);
539 pathLen = (int32_t)(nextPath - currentPath);
550 fprintf(stderr, "rest of path (IDD) = %s\n", currentPath);
562 pathBuffer.clear().append(currentPath, pathLen, *pErrorCode);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
linkValidate.cpp 529 call->currentPath = false;
555 // if a new call is found that was already in the currentPath (a back edge),
558 newRoot->currentPath = true; // currentPath will be true iff it is on the stack
565 // This algorithm always terminates, because only !visited and !currentPath causes a push
566 // and all pushes change currentPath to true, and all pops change visited to true.
575 if (child->currentPath) {
584 child->currentPath = true;
592 stack.back()->currentPath = false;
    [all...]
localintermediate.h 99 bool currentPath;
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDeviceTv.java 686 int currentPath = HdmiUtils.twoBytesToInt(params);
687 if (HdmiUtils.isAffectingActiveRoutingPath(getActivePath(), currentPath)) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java     [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xstream-1.4.8.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
xstream-1.4.8.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
xstream-1.4.8.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
xstream-1.4.8.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.7/
xstream-1.4.7.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
xstream-1.4.8.jar 
  /prebuilts/tools/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/
firebase-client-jvm-2.5.2.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 

Completed in 1176 milliseconds

1 2 3