Home
last modified time | relevance | path

Searched defs:insertAfter (Results 1 – 25 of 80) sorted by relevance

1234

/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java215 public void insertAfter(Token t, Object text) { in insertAfter() method in TokenRewriteStream
219 public void insertAfter(int index, Object text) { in insertAfter() method in TokenRewriteStream
223 public void insertAfter(String programName, Token t, Object text) { in insertAfter() method in TokenRewriteStream
227 public void insertAfter(String programName, int index, Object text) { in insertAfter() method in TokenRewriteStream
/aosp_15_r20/external/javassist/src/main/javassist/tools/
H A DCallback.java109 public static void insertAfter(CtBehavior behavior,Callback callback) in insertAfter() method in Callback
130 public static void insertAfter(CtBehavior behavior, Callback callback, boolean asFinally) in insertAfter() method in Callback
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/
H A DDragAndDropState.kt154 private fun insertAfter(item: LazyGridItemInfo, offset: Offset): Boolean { in insertAfter() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/panels/ui/compose/
DDragAndDropState.java33 public abstract void onMoved(int target, boolean insertAfter); in onMoved()
DEditTileListState.java71 public void onMoved(int target, boolean insertAfter) { in onMoved()
/aosp_15_r20/external/javassist/src/main/javassist/
H A DCtBehavior.java821 public void insertAfter(String src) in insertAfter() method in CtBehavior
839 public void insertAfter(String src, boolean asFinally) in insertAfter() method in CtBehavior
/aosp_15_r20/frameworks/base/libs/hwui/
H A DAnimationContext.cpp116 void AnimationHandle::insertAfter(AnimationHandle* prev) { in insertAfter() function in android::uirenderer::AnimationHandle
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
H A DTokenRewriteStream.as121 …public function insertAfter(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):voi… method in org.antlr.runtime.TokenRewriteStream
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.hpp121 llvm::Instruction *insertAfter = nullptr; member
H A DLLVMReactorDebugInfo.cpp290 auto insertAfter = block->size() > 0 ? &block->back() : nullptr; in EmitVariable() local
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
H A DTokenRewriteStream.js243 insertAfter: function() { method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/Transformer/
DRewriteRule.h210 inline ASTEdit insertAfter(RangeSelector S, TextGenerator Replacement) { in insertAfter() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/Transformer/
DRewriteRule.h210 inline ASTEdit insertAfter(RangeSelector S, TextGenerator Replacement) { in insertAfter() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/Transformer/
DRewriteRule.h210 inline ASTEdit insertAfter(RangeSelector S, TextGenerator Replacement) { in insertAfter() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/Transformer/
DRewriteRule.h210 inline ASTEdit insertAfter(RangeSelector S, TextGenerator Replacement) { in insertAfter() function
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_bb.cpp215 BasicBlock::insertAfter(Instruction *p, Instruction *q) in insertAfter() function in nv50_ir::BasicBlock
/aosp_15_r20/build/soong/sdk/
H A Dbp.go210 func (s *bpPropertySet) insertAfter(position string, name string, value interface{}) { func
/aosp_15_r20/external/llvm/lib/IR/
H A DInstruction.cpp87 void Instruction::insertAfter(Instruction *InsertPos) { in insertAfter() function in Instruction
/aosp_15_r20/frameworks/native/libs/binder/
H A DMemoryDealer.cpp61 void insertAfter(NODE* node, NODE* newNode) { in insertAfter() function in android::LinkedList
/aosp_15_r20/external/armnn/src/armnn/
H A DGraph.hpp487 inline LayerT* Graph::InsertNewLayer(OutputSlot& insertAfter, Args&&... args) in InsertNewLayer()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstruction.cpp79 void Instruction::insertAfter(Instruction *InsertPos) { in insertAfter() function in Instruction
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp286 void VPRecipeBase::insertAfter(VPRecipeBase *InsertPos) { in insertAfter() function in VPRecipeBase
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DInstruction.cpp94 void Instruction::insertAfter(Instruction *InsertPos) { in insertAfter() function in Instruction
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
H A DJavaToken.java719 public void insertAfter(JavaToken newToken) { in insertAfter() method in JavaToken
/aosp_15_r20/external/antlr/runtime/Python3/antlr3/
H A Dstreams.py1067 def insertAfter(self, *args): member in TokenRewriteStream

1234