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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/CodeGen/
MachineLoopInfo.cpp 53 if (TopMBB->getIterator() != Begin) {
54 MachineBasicBlock *PriorMBB = &*std::prev(TopMBB->getIterator());
57 if (TopMBB->getIterator() == Begin)
59 PriorMBB = &*std::prev(TopMBB->getIterator());
68 if (BotMBB->getIterator() != std::prev(End)) {
69 MachineBasicBlock *NextMBB = &*std::next(BotMBB->getIterator());
72 if (BotMBB == &*std::next(BotMBB->getIterator()))
74 NextMBB = &*std::next(BotMBB->getIterator());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
AttributedCharacterIteratorTest.java 32 AttributedCharacterIterator it = attrString.getIterator();
42 it = attrString.getIterator(null, 2, 8);
52 AttributedCharacterIterator it = attrString.getIterator();
54 it = attrString.getIterator(null, 0, 3);
56 it = attrString.getIterator(null, 2, 8);
58 it = attrString.getIterator(null, 11, 11);
68 AttributedCharacterIterator it = attrString.getIterator(null, 2, 6);
78 AttributedCharacterIterator it = attrString.getIterator(null, 2, 6);
88 AttributedCharacterIterator it = attrString.getIterator();
105 AttributedCharacterIterator it = attrString.getIterator();
    [all...]
AttributedStringTest.java 35 AttributedCharacterIterator it = attrString.getIterator();
123 AttributedCharacterIterator it = as.getIterator();
130 it = as.getIterator();
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorTest.java 36 AttributedCharacterIterator it = as.getIterator();
46 it = as.getIterator();
57 AttributedCharacterIterator it = as.getIterator();
67 it = as.getIterator();
99 assertTrue(as.getIterator().getAttributes().isEmpty());
107 assertEquals(0, as.getIterator().getRunLimit());
110 getIterator(), 2, 7);
112 AttributedCharacterIterator it = as.getIterator();
118 assertEquals(0, as.getIterator().getRunLimit(
128 assertEquals(4, as.getIterator().getRunLimit
    [all...]
OldAttributedStringTest.java 31 AttributedCharacterIterator it = attrString.getIterator();
43 AttributedCharacterIterator iter = attrString.getIterator();
51 AttributedCharacterIterator iter = attrString.getIterator();
94 AttributedCharacterIterator iter = attrString.getIterator();
171 AttributedCharacterIterator it = attrString.getIterator();
286 AttributedCharacterIterator it = as.getIterator();
293 it = as.getIterator();
395 * java.text.AttributedString#getIterator() Test of method
396 * java.text.AttributedString#getIterator().
402 AttributedCharacterIterator it = attrString.getIterator();
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
TableModel.java 30 public abstract Iterator<RectF> getIterator(RectF tableRect, int totalElements);
  /libcore/ojluni/src/main/java/java/text/
Format.java 280 return as.getIterator();
297 return as.getIterator();
316 return as.getIterator();
335 return as.getIterator();
CharacterIteratorFieldDelegate.java 33 * the <code>getIterator</code> method.
106 public AttributedCharacterIterator getIterator(String string) {
120 get(counter).getIterator();
122 return new AttributedString(iterators).getIterator();
  /external/llvm/include/llvm/ADT/
ilist_node.h 61 ilist_iterator<NodeTy> getIterator() {
65 ilist_iterator<const NodeTy> getIterator() const {
  /external/llvm/lib/IR/
BasicBlock.cpp 59 NewParent->getBasicBlockList().insert(InsertBefore->getIterator(), this);
94 getParent()->getBasicBlockList().remove(getIterator());
98 return getParent()->getBasicBlockList().erase(getIterator());
105 MovePos->getIterator(), getParent()->getBasicBlockList(), getIterator());
112 ++MovePos->getIterator(), getParent()->getBasicBlockList(),
113 getIterator());
214 iterator InsertPt = FirstNonPHI->getIterator();
Globals.cpp 255 Before->getParent()->getGlobalList().insert(Before->getIterator(), this);
265 getParent()->getGlobalList().remove(getIterator());
269 getParent()->getGlobalList().erase(getIterator());
367 getParent()->getAliasList().remove(getIterator());
371 getParent()->getAliasList().erase(getIterator());
404 getParent()->getIFuncList().remove(getIterator());
408 getParent()->getIFuncList().erase(getIterator());
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ui/
DynamicTableModelTest.java 70 Iterator<RectF> it = model.getIterator(tableRect, 10);
81 it = model.getIterator(tableRect, 10);
99 Iterator<RectF> it = model.getIterator(tableRect, createdCells);
143 it = model.getIterator(tableRect, createdCells);*/
157 Iterator<RectF> it = model.getIterator(tableRect, createdCells);
204 Iterator<RectF> it = model.getIterator(tableRect, createdCells);
  /external/clang/include/clang/Sema/
IdentifierResolver.h 98 BaseIter getIterator() const {
111 return *getIterator();
  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 118 InstrI = getBundleStart(MI).getIterator();
121 InstrI = InstrE = MI.getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
IdentifierResolver.h 96 BaseIter getIterator() const {
109 return *getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 117 InstrI = getBundleStart(MI.getIterator());
120 InstrI = InstrE = MI.getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
IdentifierResolver.h 96 BaseIter getIterator() const {
109 return *getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineInstrBundle.h 117 InstrI = getBundleStart(MI.getIterator());
120 InstrI = InstrE = MI.getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
IdentifierResolver.h 96 BaseIter getIterator() const {
109 return *getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineInstrBundle.h 117 InstrI = getBundleStart(MI.getIterator());
120 InstrI = InstrE = MI.getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
IdentifierResolver.h 96 BaseIter getIterator() const {
109 return *getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineInstrBundle.h 117 InstrI = getBundleStart(MI.getIterator());
120 InstrI = InstrE = MI.getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
IdentifierResolver.h 96 BaseIter getIterator() const {
109 return *getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineInstrBundle.h 117 InstrI = getBundleStart(MI.getIterator());
120 InstrI = InstrE = MI.getIterator();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
IdentifierResolver.h 96 BaseIter getIterator() const {
109 return *getIterator();

Completed in 978 milliseconds

1 2 3 4 5 6 7 8 91011>>