/aosp_15_r20/external/armnn/src/armnn/ |
H A D | Graph.hpp | 309 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 D | TokenRewriteStream.java | 232 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 D | pattern_conversion.cpp | 21 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 D | InsnListTest.java | 646 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 D | InsnList.java | 363 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 D | Callback.java | 93 public static void insertBefore(CtBehavior behavior, Callback callback) in insertBefore() method in Callback
|
/aosp_15_r20/external/javassist/src/main/javassist/ |
H A D | CtBehavior.java | 765 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/ |
D | ilist_base.h | 76 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 D | ilist_base.h | 76 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/ |
D | ilist_base.h | 76 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 D | ilist_base.h | 76 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/ |
D | ilist_base.h | 76 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/ |
D | ilist_base.h | 76 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 D | ilist_base.h | 79 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function
|
/aosp_15_r20/external/javassist/src/main/javassist/expr/ |
H A D | Handler.java | 122 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/ |
D | Commit.h | 78 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Edit/ |
D | Commit.h | 78 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore() function
|
/aosp_15_r20/external/clang/include/clang/Edit/ |
H A D | Commit.h | 73 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Edit/ |
D | Commit.h | 78 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Edit/ |
D | Commit.h | 78 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore() function
|
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
H A D | TokenRewriteStream.as | 130 …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 D | TokenRewriteStream.js | 264 insertBefore: function() { method
|
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
H A D | InnerNodeImpl.java | 85 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/ |
D | RewriteRule.h | 204 inline ASTEdit insertBefore(RangeSelector S, TextGenerator Replacement) { in insertBefore() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/Transformer/ |
D | RewriteRule.h | 204 inline ASTEdit insertBefore(RangeSelector S, TextGenerator Replacement) { in insertBefore() function
|