Home
last modified time | relevance | path

Searched refs:insertAfter (Results 1 – 25 of 65) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/Python/tests/
Dt046rewrite.g13 self.input.insertAfter($method.stop, "\n}\n")
32 self.input.insertAfter($lcurly, "\nint "+it+";")
Dt048rewrite.py35 tokens.insertAfter(2, "x")
45 tokens.insertAfter(1, "x")
178 tokens.insertAfter(2, "y")
213 tokens.insertAfter(4, "y")
479 tokens.insertAfter(17, "// comment")
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt046rewrite.g13 this.input.insertAfter($method.stop, "\n}\n")
33 this.input.insertAfter($lcurly, "\nint "+it+";")
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtList.h38 void insertAfter(btGEN_Link *link) { in insertAfter() function
62 void addHead(btGEN_Link *link) { link->insertAfter(&m_head); } in addHead()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DTokenRewriteStream.java211 public void insertAfter(Token t, Object text) { in insertAfter() method in TokenRewriteStream
212 insertAfter(DEFAULT_PROGRAM_NAME, t, text); in insertAfter()
215 public void insertAfter(int index, Object text) { in insertAfter() method in TokenRewriteStream
216 insertAfter(DEFAULT_PROGRAM_NAME, index, text); in insertAfter()
219 public void insertAfter(String programName, Token t, Object text) { in insertAfter() method in TokenRewriteStream
220 insertAfter(programName,t.getTokenIndex(), text); in insertAfter()
223 public void insertAfter(String programName, int index, Object text) { in insertAfter() method in TokenRewriteStream
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAlloca.cpp76 NewASCToLocal->insertAfter(allocaInst); in runOnBasicBlock()
77 NewASCToGeneric->insertAfter(NewASCToLocal); in runOnBasicBlock()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_bb.cpp140 insertAfter(exit, inst); // after last phi in insertHead()
162 insertAfter(exit, inst); in insertTail()
171 insertAfter(exit, inst); in insertTail()
212 BasicBlock::insertAfter(Instruction *p, Instruction *q) in insertAfter() function in nv50_ir::BasicBlock
Dnv50_ir_ra.cpp421 bb->insertAfter(cal, mov); in visit()
1451 defi->bb->insertAfter(defi, st); in spill()
1742 i->bb->insertAfter(i, hzd); in addHazard()
1774 insn->bb->insertAfter(insn, split); in condenseDefs()
1959 cst->bb->insertAfter(cst, mov); in insertConstraintMoves()
Dnv50_ir_build_util.h240 bb->insertAfter(pos, i); in insert()
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestTokenRewriteStream.java67 tokens.insertAfter(2, "x"); in testInsertAfterLastIndex()
84 tokens.insertAfter(1, "x"); in test2InsertBeforeAfterMiddleIndex()
214 tokens.insertAfter(17, "// comment"); in testToStringStartStop2()
398 tokens.insertAfter(2, "y"); in testReplaceThenInsertAfterLastIndex()
456 tokens.insertAfter(4, "y"); in testReplaceRangeThenInsertAfterRightEdge()
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenRewriteStream.as63 * input.insertAfter(t, "text to put after t");}
64 * input.insertAfter(u, "text after u");}
75 * tokens.insertAfter("pass1", t, "text to put after t");}
76 * tokens.insertAfter("pass2", u, "text after u");}
118 insertAfter(t.tokenIndex, text, programName);
121 …public function insertAfter(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):voi… method in org.antlr.runtime.TokenRewriteStream
254 // So, if they did an insertAfter(lastValidIndex, "foo"), include
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DbtGEN_Link.java90 public void insertAfter(btGEN_Link link) { in insertAfter() method in btGEN_Link
/external/icu/icu4c/source/i18n/
Dplurrule.cpp577 RuleChain *insertAfter = prules->mRules; in parse() local
578 while (insertAfter->fNext!=NULL && in parse()
579 insertAfter->fNext->fKeyword.compare(PLURAL_KEYWORD_OTHER, 5) != 0 ){ in parse()
580 insertAfter=insertAfter->fNext; in parse()
582 newChain->fNext = insertAfter->fNext; in parse()
583 insertAfter->fNext = newChain; in parse()
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
Djquery.ba-hashchange.min.js9 …().one("load",function(){r||l(a());n()}).attr("src",r||"javascript:0").insertAfter("body")[0].cont…
/external/javassist/src/main/javassist/
DCtBehavior.java520 insertAfter(src, true); in useCflow()
740 public void insertAfter(String src) in insertAfter() method in CtBehavior
743 insertAfter(src, false); in insertAfter()
758 public void insertAfter(String src, boolean asFinally) in insertAfter() method in CtBehavior
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp404 NewPtr->insertAfter(cast<Instruction>(PtrInc)); in runOnLoop()
416 ReplNewPtr->insertAfter(RealNewPtr); in runOnLoop()
/external/llvm/lib/IR/
DInstruction.cpp87 void Instruction::insertAfter(Instruction *InsertPos) { in insertAfter() function in Instruction
88 InsertPos->getParent()->getInstList().insertAfter(InsertPos->getIterator(), in insertAfter()
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/
DLogTransformer.java310 method.insertAfter(after); in doMethod()
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp478 StackAddr->insertAfter(&*I); in setupEntryBlockAndCallSites()
480 StoreStackAddr->insertAfter(StackAddr); in setupEntryBlockAndCallSites()
DGCRootLowering.cpp176 SI->insertAfter(*I); in InsertRootInitializers()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1677 Store->insertAfter(cast<Instruction>(CastedRelocatedValue)); in insertRelocationStores()
1702 Store->insertAfter(RematerializedValue); in insertRematerializationStores()
1879 Store->insertAfter(Inst); in relocationViaAlloca()
1883 Store->insertAfter(cast<Instruction>(Alloca)); in relocationViaAlloca()
2045 Store->insertAfter(I); in splitVectorValues()
2047 Store->insertAfter(Alloca); in splitVectorValues()
2051 (new StoreInst(Replacement, Alloca))->insertAfter(Replacement); in splitVectorValues()
2055 (new StoreInst(Replacement, Alloca))->insertAfter(Replacement); in splitVectorValues()
/external/llvm/include/llvm/IR/
DInstruction.h93 void insertAfter(Instruction *InsertPos);
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h598 iterator insertAfter(iterator I, MachineInstr *MI) {
603 return Insts.insertAfter(I.getInstrIterator(), MI);
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DTokenRewriteStream.js243 insertAfter: function() { method
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
Dopen_element_stack.js148 OpenElementStack.prototype.insertAfter = function (referenceElement, newElement) { method in OpenElementStack

123