HomeSort by relevance Sort by last modified time
    Searched refs:find_next (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/browser/ui/find_bar/
find_tab_helper.cc 74 bool find_next = (find_text_ == search_string || search_string.empty()) && local
77 if (!find_next)
95 options.findNext = find_next;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-annotate.c 131 goto find_next;
135 find_next:
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 236 Color = UsedColors.find_next(Color);
246 NextColor = AllColors.find_next(NextColor);
333 NextColor = AllColors.find_next(NextColor);
SpillPlacement.cpp 312 for (int n = ActiveNodes->find_first(); n>=0; n = ActiveNodes->find_next(n)) {
392 for (int n = ActiveNodes->find_first(); n>=0; n = ActiveNodes->find_next(n))
StackColoring.cpp 411 pos = MBBLiveness.LiveIn.find_next(pos)) {
415 pos = MBBLiveness.LiveOut.find_next(pos)) {
RegisterScavenging.cpp 67 for (int I = PR.find_first(); I>0; I = PR.find_next(I))
AggressiveAntiDepBreaker.cpp 138 r = CriticalPathSet.find_next(r))
574 DEBUG(for (int r = BV.find_first(); r != -1; r = BV.find_next(r))
    [all...]
RegAllocGreedy.cpp 272 i = LiveBundles.find_next(i))
    [all...]
MachineVerifier.cpp 460 Reg = regsReserved.find_next(Reg)) {
692 for (int I = PR.find_first(); I>0; I = PR.find_next(I)) {
    [all...]
TargetLoweringBase.cpp     [all...]
  /external/llvm/include/llvm/ADT/
SmallBitVector.h 226 /// find_next - Returns the index of the next set bit following the
228 int find_next(unsigned Prev) const { function in class:llvm::SmallBitVector
241 return getPointer()->find_next(Prev);
SparseBitVector.h 149 /// find_next - Returns the index of the next set bit starting from the
151 int find_next(unsigned Curr) const {
375 int NextSetBitNumber = Iter->find_next(BitNumber % ElementSize) ;
BitVector.h 170 /// find_next - Returns the index of the next set bit following the
172 int find_next(unsigned Prev) const { function in class:llvm::BitVector
  /external/llvm/unittests/ADT/
BitVectorTest.cpp 77 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) {
107 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) {
  /external/chromium_org/chrome/browser/ui/
browser_commands.h 125 void FindInPage(Browser* browser, bool find_next, bool forward_direction);
browser.h 782 void FindInPage(bool find_next, bool forward_direction);
    [all...]
browser_commands.cc     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 244 case com.android.internal.R.id.find_next:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 140 def find_next(): function in function:order_blocks
161 b = find_next()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 140 def find_next(): function in function:order_blocks
161 b = find_next()
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 328 for (int R = AllocSet.find_first(); R != -1; R = AllocSet.find_next(R))
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 208 return UsedByIndices.find_next(i) != -1;
    [all...]

Completed in 325 milliseconds