/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenRewriteStream.cs | 237 public virtual void InsertAfter(IToken t, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream 238 InsertAfter(DEFAULT_PROGRAM_NAME, t, text); in InsertAfter() 241 public virtual void InsertAfter(int index, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream 242 InsertAfter(DEFAULT_PROGRAM_NAME, index, text); in InsertAfter() 245 public virtual void InsertAfter(string programName, IToken t, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream 246 InsertAfter(programName, t.TokenIndex, text); in InsertAfter() 249 public virtual void InsertAfter(string programName, int index, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | TokenRewriteStream.cs | 268 public virtual void InsertAfter( IToken t, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream 270 InsertAfter( DEFAULT_PROGRAM_NAME, t, text ); in InsertAfter() 273 public virtual void InsertAfter( int index, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream 275 InsertAfter( DEFAULT_PROGRAM_NAME, index, text ); in InsertAfter() 278 public virtual void InsertAfter( string programName, IToken t, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream 280 InsertAfter( programName, t.TokenIndex, text ); in InsertAfter() 283 public virtual void InsertAfter( string programName, int index, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
|
/external/chromium/base/ |
D | linked_list_unittest.cc | 218 TEST(LinkedList, InsertAfter) { in TEST() argument 236 n3.InsertAfter(&n2); in TEST() 245 n4.InsertAfter(&n1); in TEST()
|
D | linked_list.h | 99 void InsertAfter(LinkNode<T>* e) { in InsertAfter() function
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 1287 procedure InsertAfter(const T: IToken; const Text: IANTLRInterface); overload; 1288 procedure InsertAfter(const Index: Integer; const Text: IANTLRInterface); overload; 1289 procedure InsertAfter(const ProgramName: String; const T: IToken; 1291 procedure InsertAfter(const ProgramName: String; const Index: Integer; 1293 procedure InsertAfter(const T: IToken; const Text: String); overload; 1294 procedure InsertAfter(const Index: Integer; const Text: String); overload; 1295 procedure InsertAfter(const ProgramName: String; const T: IToken; 1297 procedure InsertAfter(const ProgramName: String; const Index: Integer; 2673 procedure InsertAfter(const T: IToken; const Text: IANTLRInterface); overload; virtual; 2674 procedure InsertAfter(const Index: Integer; const Text: IANTLRInterface); overload; virtual; [all …]
|
/external/clang/include/clang/Rewrite/Core/ |
D | Rewriter.h | 70 bool InsertAfter = true); 192 bool InsertAfter = true, bool indentNewLines = false);
|
/external/clang/lib/Rewrite/Core/ |
D | Rewriter.cpp | 93 bool InsertAfter) { in InsertText() argument 98 unsigned RealOffset = getMappedOffset(OrigOffset, InsertAfter); in InsertText() 239 bool InsertAfter, bool indentNewLines) { in InsertText() argument 275 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter); in InsertText()
|
/external/v8/test/cctest/ |
D | test-spaces.cc | 146 first_page->InsertAfter(faked_space.anchor()->prev_page()); in TEST() 160 other->InsertAfter(first_page); in TEST()
|
/external/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 127 SmallPtrSet<MachineInstr*, 8> InsertAfter; member in __anon41c95d6e0111::SSAIfConv 247 if (InsertAfter.insert(DefMI)) in canSpeculateInstrs() 280 if (InsertAfter.count(I)) { in findInsertionPoint() 430 InsertAfter.clear(); in canConvertIf()
|
/external/chromium/sdch/open-vcdiff/src/gtest/src/ |
D | gtest-internal-inl.h | 292 ListNode<E>* InsertAfter(ListNode<E>* node, const E& element) { in InsertAfter() function
|
/external/v8/src/ |
D | spaces.cc | 470 void MemoryChunk::InsertAfter(MemoryChunk* other) { in InsertAfter() function in v8::internal::MemoryChunk 864 p->InsertAfter(anchor_.prev_page()); in Expand() 1327 new_page->InsertAfter(page); in Commit() 1378 new_page->InsertAfter(last_page); in GrowTo()
|
D | hydrogen-instructions.cc | 574 void HInstruction::InsertAfter(HInstruction* previous) { in InsertAfter() function in v8::internal::HInstruction 583 InsertAfter(block->end()->FirstSuccessor()->first()); in InsertAfter()
|
D | spaces.h | 559 void InsertAfter(MemoryChunk* other);
|
D | hydrogen-instructions.h | 825 void InsertAfter(HInstruction* previous);
|
D | hydrogen.cc | 115 instr->InsertAfter(last_); in AddInstruction() 568 constant->InsertAfter(GetConstantUndefined()); in GetConstant()
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
D | gtest.cc | 3104 node = test_cases_.InsertAfter(last_death_test_case_, test_case); in UnitTestImpl()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 247 bool InsertAfter = true) { in InsertText() argument 249 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
|
D | RewriteModernObjC.cpp | 284 bool InsertAfter = true) { in InsertText() argument 286 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
|