Home
last modified time | relevance | path

Searched defs:insertBefore (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/armnn/src/armnn/
H A DGraph.hpp309 LayerInGraphBase(Graph& graph, Iterator insertBefore, Args&&... args) in LayerInGraphBase()
319 void Reparent(Graph& destGraph, Iterator insertBefore) override in Reparent()
328 void Insert(Graph& graph, Iterator insertBefore) in Insert()
361 LayerInGraph(Graph& graph, Iterator insertBefore, Args&&... args) in LayerInGraph()
471 inline LayerT* Graph::InsertNewLayer(InputSlot& insertBefore, Args&&... args) in InsertNewLayer()
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java232 public void insertBefore(Token t, Object text) { in insertBefore() method in TokenRewriteStream
236 public void insertBefore(int index, Object text) { in insertBefore() method in TokenRewriteStream
240 public void insertBefore(String programName, Token t, Object text) { in insertBefore() method in TokenRewriteStream
244 public void insertBefore(String programName, int index, Object text) { in insertBefore() method in TokenRewriteStream
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/pattern_conversion/
H A Dpattern_conversion.cpp21 Value* CreateSizeOfDim(Value* input, int64_t dim, Node* insertBefore) { in CreateSizeOfDim()
28 Value* ConvertSelectToIndex(Value* index, Node* insertBefore) { in ConvertSelectToIndex()
35 Value* ConvertSliceToIndex(Node* slice, Value* size, Node* insertBefore) { in ConvertSliceToIndex()
/aosp_15_r20/external/ow2-asm/asm-tree/src/test/java/org/objectweb/asm/tree/
H A DInsnListTest.java646 Executable insertBefore = () -> insnList.insertBefore(new InsnNode(0), new InsnNode(0)); in testInsertBefore_noSuchElement() local
687 Executable insertBefore = () -> insnList.insertBefore(new InsnNode(0), newInsnList()); in testInsertListBefore_noSuchElement() local
938 public void insertBefore(final AbstractInsnNode nextInsn, final AbstractInsnNode insnNode) { in insertBefore() method in InsnListTest.CheckedInsnList
949 public void insertBefore(final AbstractInsnNode nextInsn, final InsnList insnList) { in insertBefore() method in InsnListTest.CheckedInsnList
/aosp_15_r20/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/
H A DInsnList.java363 public void insertBefore(final AbstractInsnNode nextInsn, final AbstractInsnNode insnNode) { in insertBefore() method in InsnList
386 public void insertBefore(final AbstractInsnNode nextInsn, final InsnList insnList) { in insertBefore() method in InsnList
/aosp_15_r20/external/javassist/src/main/javassist/tools/
H A DCallback.java93 public static void insertBefore(CtBehavior behavior, Callback callback) in insertBefore() method in Callback
/aosp_15_r20/external/javassist/src/main/javassist/
H A DCtBehavior.java765 public void insertBefore(String src) throws CannotCompileException { in insertBefore() method in CtBehavior
769 private void insertBefore(String src, boolean rebuild) in insertBefore() method in CtBehavior
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
Dilist_base.h76 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dilist_base.h76 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
Dilist_base.h76 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A Dilist_base.h76 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
Dilist_base.h76 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
Dilist_base.h76 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist_base.h79 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function
/aosp_15_r20/external/javassist/src/main/javassist/expr/
H A DHandler.java122 public void insertBefore(String src) throws CannotCompileException { in insertBefore() method in Handler
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Edit/
DCommit.h78 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Edit/
DCommit.h78 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore() function
/aosp_15_r20/external/clang/include/clang/Edit/
H A DCommit.h73 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Edit/
DCommit.h78 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Edit/
DCommit.h78 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore() function
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
H A DTokenRewriteStream.as130 …public function insertBefore(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):vo… method in org.antlr.runtime.TokenRewriteStream
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
H A DTokenRewriteStream.js264 insertBefore: function() { method
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DInnerNodeImpl.java85 public Node insertBefore(Node newChild, Node refChild) throws DOMException { in insertBefore() method in InnerNodeImpl
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/Transformer/
DRewriteRule.h204 inline ASTEdit insertBefore(RangeSelector S, TextGenerator Replacement) { in insertBefore() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/Transformer/
DRewriteRule.h204 inline ASTEdit insertBefore(RangeSelector S, TextGenerator Replacement) { in insertBefore() function

12345678910>>...17