HomeSort by relevance Sort by last modified time
    Searched full:insertafter (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /external/icu/icu4c/source/i18n/
plurrule.cpp 604 RuleChain *insertAfter = prules->mRules;
605 while (insertAfter->fNext!=NULL &&
606 insertAfter->fNext->fKeyword.compare(PLURAL_KEYWORD_OTHER, 5) != 0 ){
607 insertAfter=insertAfter->fNext;
609 newChain->fNext = insertAfter->fNext;
610 insertAfter->fNext = newChain;
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 1057 input.insertAfter(t, "text to put after t");}
1058 input.insertAfter(u, "text after u");}
1069 tokens.insertAfter("pass1", t, "text to put after t");}
1070 tokens.insertAfter("pass2", u, "text after u");}
1122 def insertAfter(self, *args):
    [all...]
  /external/javassist/tutorial/
tutorial2.html 123 methods <code>insertBefore()</code>, <code>insertAfter()</code>, and
141 <p>The methods <code>insertBefore()</code>, <code>insertAfter()</code>,
181 <code>insertBefore()</code>, <code>insertAfter()</code>,
476 <p><code>insertAfter()</code> in <code>CtMethod</code> and
479 <code>insertAfter()</code>, not only the variables shown above such as
489 <p>Although the compiled code inserted by <code>insertAfter()</code>
493 <code>asFinally</code> to <code>insertAfter()</code> must be
497 <code>insertAfter()</code> is executed as a <code>finally</code>
    [all...]
  /frameworks/native/libs/binder/
MemoryDealer.cpp 62 void insertAfter(NODE* node, NODE* newNode) {
359 mList.insertAfter(free_chunk, split);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 240 bb->insertAfter(pos, i);
nv50_ir_ra.cpp 421 bb->insertAfter(cal, mov);
    [all...]
nv50_ir_peephole.cpp     [all...]
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
UiUtils.java 123 public static int insertAfter(ViewGroup container, View newView, View existingView) {
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 240 bb->insertAfter(pos, i);
nv50_ir_ra.cpp 421 bb->insertAfter(cal, mov);
    [all...]
nv50_ir_peephole.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCounter.cpp 314 newParent->insertAfter(newNode.get(), newPreviousSibling.get(), identifier);
343 newNode->insertAfter(currentCounter, newNode->lastChild(), identifier);
530 newParent->insertAfter(node.get(), newPreviousSibling.get(), it->key);
CounterNode.cpp 237 void CounterNode::insertAfter(CounterNode* newChild, CounterNode* refChild, const AtomicString& identifier)
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 258 NI->insertAfter(EI);
489 StackAddr->insertAfter(I);
491 StoreStackAddr->insertAfter(StackAddr);
GCStrategy.cpp 194 SI->insertAfter(*I);
  /external/llvm/lib/IR/
Instruction.cpp 86 /// insertAfter - Insert an unlinked instructions into a basic block
88 void Instruction::insertAfter(Instruction *InsertPos) {
89 InsertPos->getParent()->getInstList().insertAfter(InsertPos, this);
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 114 unsigned insertAfter,
613 unsigned insertAfter, int Offset,
622 const unsigned insertPos = memOps[insertAfter].Position;
665 MachineBasicBlock::iterator Loc = memOps[insertAfter].MBBI;
716 unsigned insertAfter = SIndex;
763 MergeOpsUpdate(MBB, MemOps, SIndex, i, insertAfter, SOffset,
770 if (MemOps[i].Position > MemOps[insertAfter].Position)
771 insertAfter = i;
775 MergeOpsUpdate(MBB, MemOps, SIndex, MemOps.size(), insertAfter, SOffset,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
LinkedHashSet.h 84 void insertAfter(LinkedHashSetNodeBase& other)
653 m_anchor.insertAfter(*node);
  /external/llvm/include/llvm/IR/
Instruction.h 72 /// insertAfter - Insert an unlinked instructions into a basic block
74 void insertAfter(Instruction *InsertPos);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 349 DXLISTPOS InsertAfter(DXLISTPOS position,ARG_TYPE newElement);
577 DXLISTPOS CDXList<TYPE,ARG_TYPE>::InsertAfter(DXLISTPOS position,ARG_TYPE newElement) {
  /external/chromium_org/v8/src/
hydrogen-bce.cc 190 new_check->InsertAfter(first_check);
hydrogen-instructions.cc 690 void HInstruction::InsertAfter(HInstruction* previous) {
699 InsertAfter(block->end()->FirstSuccessor()->first());
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 500 iterator insertAfter(iterator I, MachineInstr *MI) {
503 return Insts.insertAfter(I.getInstrIterator(), MI);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenRewriteStream.m 494 // So, if they did an insertAfter(lastValidIndex, "foo"), include
  /external/chromium_org/sync/internal_api/public/base/
unique_position_unittest.cc 288 TEST_P(PositionInsertTest, InsertAfter) {

Completed in 1018 milliseconds

12 3 4 5