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

1 2 3

  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 165 SlotIndex endIdx;
167 endIdx = getMBBEndIdx(MBB);
169 endIdx = getInstructionIndex(End);
176 IndexList::iterator ListI = endIdx.listEntry()->getIterator();
LiveIntervalAnalysis.cpp     [all...]
PostRASchedulerList.cpp 152 void setEndIndex(unsigned EndIdx) { EndIndex = EndIdx; }
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cmd.py 20 arguments text, line, begidx, endidx. text is string we are matching
22 input line (lstripped), begidx and endidx are the beginning and end
267 endidx = readline.get_endidx() - stripped
279 self.completion_matches = compfunc(text, line, begidx, endidx)
  /prebuilts/gdb/linux-x86/lib/python2.7/
cmd.py 20 arguments text, line, begidx, endidx. text is string we are matching
22 input line (lstripped), begidx and endidx are the beginning and end
267 endidx = readline.get_endidx() - stripped
279 self.completion_matches = compfunc(text, line, begidx, endidx)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 20 arguments text, line, begidx, endidx. text is string we are matching
22 input line (lstripped), begidx and endidx are the beginning and end
267 endidx = readline.get_endidx() - stripped
279 self.completion_matches = compfunc(text, line, begidx, endidx)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 20 arguments text, line, begidx, endidx. text is string we are matching
22 input line (lstripped), begidx and endidx are the beginning and end
267 endidx = readline.get_endidx() - stripped
279 self.completion_matches = compfunc(text, line, begidx, endidx)
  /external/opencv3/modules/superres/src/
btv_l1.cpp     [all...]
btv_l1_cuda.cpp 549 const int endIdx = std::min(startIdx + 2 * temporalAreaRadius_, storePos_);
551 const int count = endIdx - startIdx + 1;
559 for (int i = startIdx, k = 0; i <= endIdx; ++i, ++k)
566 if (i < endIdx)
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SearchIterator.java 389 int endIdx = search_.endIndex();
390 if (index == endIdx || matchindex == endIdx ||
392 matchindex + matchlength >= endIdx)) {
559 int endIdx = search_.endIndex();
560 setIndex(endIdx);
561 return handlePrevious(endIdx);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
SearchIterator.java 404 int endIdx = search_.endIndex();
405 if (index == endIdx || matchindex == endIdx ||
407 matchindex + matchlength >= endIdx)) {
581 int endIdx = search_.endIndex();
582 setIndex(endIdx);
583 return handlePrevious(endIdx);
  /external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 292 int EndIdx = NotSet;
302 EndIdx = Idx;
306 if (StartIdx == NotSet || EndIdx == NotSet)
317 if (StartIdx > EndIdx) {
318 std::swap(StartIdx, EndIdx);
333 if ((Idx < StartIdx || EndIdx < Idx) && Chunk != Outside) {
344 } else if (Idx > StartIdx && Idx < EndIdx && Chunk != Inside) {
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 866 unsigned StartIdx, EndIdx;
879 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false),
    [all...]
  /developers/build/prebuilts/gradle/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
CalendarQueryService.java 147 int endIdx = cursor.getColumnIndex(CalendarContract.Instances.END);
159 event.end = cursor.getLong(endIdx);
  /developers/samples/android/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
CalendarQueryService.java 147 int endIdx = cursor.getColumnIndex(CalendarContract.Instances.END);
159 event.end = cursor.getLong(endIdx);
  /development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
CalendarQueryService.java 147 int endIdx = cursor.getColumnIndex(CalendarContract.Instances.END);
159 event.end = cursor.getLong(endIdx);
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndldic.c     [all...]
ndbdic.c     [all...]
  /external/jdiff/src/jdiff/
Comments.java 202 int endIdx = comments.commentsList_.indexOf(key);
203 int numIdx = endIdx - startIdx + 1;
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 664 SlotIndex endIdx(endEntry, SlotIndex::Slot_Block);
674 MBBRanges.push_back(std::make_pair(startIdx, endIdx));
LiveIntervalAnalysis.h 442 const SlotIndex endIdx, LiveRange &LR,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 734 for (unsigned CurIDX = 0, EndIDX = Indices.size(); CurIDX != EndIDX;
  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeZone.java     [all...]

Completed in 1039 milliseconds

1 2 3