Home
last modified time | relevance | path

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

12

/external/armnn/src/armnn/
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()
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
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
/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/
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
/external/javassist/src/main/javassist/tools/
DCallback.java93 public static void insertBefore(CtBehavior behavior, Callback callback) in insertBefore() method in Callback
/external/ow2-asm/asm-tree/src/test/java/org/objectweb/asm/tree/
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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist_base.h76 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_base.h79 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function
/external/javassist/src/main/javassist/expr/
DHandler.java122 public void insertBefore(String src) throws CannotCompileException { in insertBefore() method in Handler
/external/clang/include/clang/Edit/
DCommit.h73 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore() function
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenRewriteStream.as130 …public function insertBefore(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):vo… method in org.antlr.runtime.TokenRewriteStream
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DTokenRewriteStream.js264 insertBefore: function() { method
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java93 public Node insertBefore(Node a, Node b) {throw new DTMException(NOT_SUPPORTED_ERR);} in insertBefore() method in DOM2DTMdefaultNamespaceDeclarationNode
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_bb.cpp186 BasicBlock::insertBefore(Instruction *q, Instruction *p) in insertBefore() function in nv50_ir::BasicBlock
/external/javassist/src/main/javassist/
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
/external/llvm/lib/IR/
DInstruction.cpp81 void Instruction::insertBefore(Instruction *InsertPos) { in insertBefore() function in Instruction
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp73 void Instruction::insertBefore(Instruction *InsertPos) { in insertBefore() function in Instruction
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java960 public Node insertBefore(Node newChild, Node refChild) in insertBefore() method
DElemTemplateElement.java434 public Node insertBefore(Node newChild, Node refChild) throws DOMException in insertBefore() method in ElemTemplateElement
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp278 void VPRecipeBase::insertBefore(VPRecipeBase *InsertPos) { in insertBefore() function in VPRecipeBase
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java656 public Node insertBefore(Node newChild, Node refChild) throws DOMException in insertBefore() method in UnImplNode
/external/python/cpython3/Lib/xml/dom/
Dminidom.py82 def insertBefore(self, newChild, refChild): member in Node
973 def insertBefore(self, newChild, refChild): member in Childless
1394 def insertBefore(self, newChild, refChild): member in Entity
/external/python/cpython2/Lib/xml/dom/
Dminidom.py80 def insertBefore(self, newChild, refChild): member in Node
890 def insertBefore(self, newChild, refChild): member in Childless
1324 def insertBefore(self, newChild, refChild): member in Entity
/external/antlr/runtime/Python3/antlr3/
Dstreams.py1089 def insertBefore(self, *args): member in TokenRewriteStream
/external/antlr/runtime/Python/antlr3/
Dstreams.py1144 def insertBefore(self, *args): member in TokenRewriteStream
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java491 public final Node insertBefore(Node newChild, Node refChild) in insertBefore() method in DTMNodeProxy

12