HomeSort by relevance Sort by last modified time
    Searched full:newroot (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeException.m 38 + (id) newException:(id<ANTLRBaseTree>)theOldRoot newRoot:(id<ANTLRBaseTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
40 return [[ANTLRTreeException alloc] initWithOldRoot:theOldRoot newRoot:theNewRoot stream:aStream];
43 - (id) initWithOldRoot:(id<ANTLRBaseTree>)theOldRoot newRoot:(id<ANTLRBaseTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
64 if (newRoot != aTree) {
66 if ( newRoot ) [newRoot release];
67 newRoot = aTree;
82 return [NSMutableString stringWithFormat:@"%@ old root: <%@> new root: <%@>", [super description], [oldRoot treeDescription], [newRoot treeDescription]];
ANTLRTreeException.h 33 id<ANTLRBaseTree> newRoot;
36 + (id) newException:(id<ANTLRBaseTree>)theOldRoot newRoot:(id<ANTLRBaseTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
37 - (id) initWithOldRoot:(id<ANTLRBaseTree>)theOldRoot newRoot:(id<ANTLRBaseTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
ANTLRTreeAdaptor.h 72 /** If oldRoot is a nil root, just copy or move the children to newRoot.
73 * If not a nil root, make oldRoot a child of newRoot.
78 * If newRoot is a nil-rooted single child tree, use the single
84 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
89 * Return newRoot. Throw an exception if newRoot is not a
91 * node. If newRoot is ^(nil x) return x as newRoot.
93 * Be advised that it's ok for newRoot to point at oldRoot's
98 - (id) becomeRoot:(id)newRoot old:(id)oldRoot
    [all...]
ANTLRBaseTreeAdaptor.h 80 /** If oldRoot is a nil root, just copy or move the children to newRoot.
81 * If not a nil root, make oldRoot a child of newRoot.
86 * If newRoot is a nil-rooted single child tree, use the single
92 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
97 * Return newRoot. Throw an exception if newRoot is not a
99 * node. If newRoot is ^(nil x) return x as newRoot.
101 * Be advised that it's ok for newRoot to point at oldRoot's
ANTLRBaseTreeAdaptor.m 146 /** If oldRoot is a nil root, just copy or move the children to newRoot.
147 * If not a nil root, make oldRoot a child of newRoot.
152 * If newRoot is a nil-rooted single child tree, use the single
158 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
163 * Return newRoot. Throw an exception if newRoot is not a
165 * node. If newRoot is ^(nil x) return x as newRoot.
167 * Be advised that it's ok for newRoot to point at oldRoot's
172 - (id)becomeRoot:(id)newRoot old:(id)oldRoo
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
BaseTreeAdaptor.js 69 /** If oldRoot is a nil root, just copy or move the children to newRoot.
70 * If not a nil root, make oldRoot a child of newRoot.
75 * If newRoot is a nil-rooted single child tree, use the single
81 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
86 * Return newRoot. Throw an exception if newRoot is not a
88 * node. If newRoot is ^(nil x) return x as newRoot.
90 * Be advised that it's ok for newRoot to point at oldRoot's
95 becomeRoot: function(newRoot, oldRoot)
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 82 /** If oldRoot is a nil root, just copy or move the children to newRoot.
83 * If not a nil root, make oldRoot a child of newRoot.
88 * If newRoot is a nil-rooted single child tree, use the single
94 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
99 * Return newRoot. Throw an exception if newRoot is not a
101 * node. If newRoot is ^(nil x) return x as newRoot.
103 * Be advised that it's ok for newRoot to point at oldRoot's
108 public function becomeRoot(newRoot:Object, oldRoot:Object):Object {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTreeAdaptor.cs 124 * If oldRoot is a nil root, just copy or move the children to newRoot.
125 * If not a nil root, make oldRoot a child of newRoot.
132 * If newRoot is a nil-rooted single child tree, use the single
138 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
143 * Return newRoot. Throw an exception if newRoot is not a
145 * node. If newRoot is ^(nil x) return x as newRoot.
147 * Be advised that it's ok for newRoot to point at oldRoot's
153 public virtual object BecomeRoot(object newRoot, object oldRoot)
    [all...]
ITreeAdaptor.cs 114 * If oldRoot is a nil root, just copy or move the children to newRoot.
115 * If not a nil root, make oldRoot a child of newRoot.
122 * If newRoot is a nil-rooted single child tree, use the single
128 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
133 * Return newRoot. Throw an exception if newRoot is not a
135 * node. If newRoot is ^(nil x) return x as newRoot.
137 * Be advised that it's ok for newRoot to point at oldRoot's
143 object BecomeRoot(object newRoot, object oldRoot)
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BaseTreeAdaptor.java 111 /** If oldRoot is a nil root, just copy or move the children to newRoot.
112 * If not a nil root, make oldRoot a child of newRoot.
117 * If newRoot is a nil-rooted single child tree, use the single
123 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
128 * Return newRoot. Throw an exception if newRoot is not a
130 * node. If newRoot is ^(nil x) return x as newRoot.
132 * Be advised that it's ok for newRoot to point at oldRoot's
137 public Object becomeRoot(Object newRoot, Object oldRoot)
    [all...]
TreeAdaptor.java 96 /** If oldRoot is a nil root, just copy or move the children to newRoot.
97 * If not a nil root, make oldRoot a child of newRoot.
102 * If newRoot is a nil-rooted single child tree, use the single
108 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
113 * Return newRoot. Throw an exception if newRoot is not a
115 * node. If newRoot is ^(nil x) return x as newRoot.
117 * Be advised that it's ok for newRoot to point at oldRoot's
122 public Object becomeRoot(Object newRoot, Object oldRoot)
    [all...]
  /external/toybox/toys/other/
switch_root.c 46 char *newroot = *toys.optargs, **cmdline = toys.optargs+1; local
62 if (chdir(newroot) || stat(".", &st1) || stat("/", &st2) ||
65 error_msg("bad newroot '%s'", newroot);
71 // stat(), relative to newroot. *cmdline is also used below, but by that
89 // Fix the appearance of the mount table in the newroot chroot
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeException.h 33 id<ANTLRTree> newRoot;
36 + (id) exceptionWithOldRoot:(id<ANTLRTree>)theOldRoot newRoot:(id<ANTLRTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
37 - (id) initWithOldRoot:(id<ANTLRTree>)theOldRoot newRoot:(id<ANTLRTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
ANTLRTreeAdaptor.h 76 /** If oldRoot is a nil root, just copy or move the children to newRoot.
77 * If not a nil root, make oldRoot a child of newRoot.
82 * If newRoot is a nil-rooted single child tree, use the single
88 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
93 * Return newRoot. Throw an exception if newRoot is not a
95 * node. If newRoot is ^(nil x) return x as newRoot.
97 * Be advised that it's ok for newRoot to point at oldRoot's
102 - (id) becomeRoot:(id<ANTLRTree>)newRoot old:(id<ANTLRTree>)oldRoot
    [all...]
ANTLRBaseTreeAdaptor.h 88 /** If oldRoot is a nil root, just copy or move the children to newRoot.
89 * If not a nil root, make oldRoot a child of newRoot.
94 * If newRoot is a nil-rooted single child tree, use the single
100 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
105 * Return newRoot. Throw an exception if newRoot is not a
107 * node. If newRoot is ^(nil x) return x as newRoot.
109 * Be advised that it's ok for newRoot to point at oldRoot's
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeException.h 33 id<ANTLRTree> newRoot;
36 + (id) exceptionWithOldRoot:(id<ANTLRTree>)theOldRoot newRoot:(id<ANTLRTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
37 - (id) initWithOldRoot:(id<ANTLRTree>)theOldRoot newRoot:(id<ANTLRTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
ANTLRTreeAdaptor.h 76 /** If oldRoot is a nil root, just copy or move the children to newRoot.
77 * If not a nil root, make oldRoot a child of newRoot.
82 * If newRoot is a nil-rooted single child tree, use the single
88 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
93 * Return newRoot. Throw an exception if newRoot is not a
95 * node. If newRoot is ^(nil x) return x as newRoot.
97 * Be advised that it's ok for newRoot to point at oldRoot's
102 - (id) becomeRoot:(id<ANTLRTree>)newRoot old:(id<ANTLRTree>)oldRoot
    [all...]
ANTLRBaseTreeAdaptor.h 88 /** If oldRoot is a nil root, just copy or move the children to newRoot.
89 * If not a nil root, make oldRoot a child of newRoot.
94 * If newRoot is a nil-rooted single child tree, use the single
100 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
105 * Return newRoot. Throw an exception if newRoot is not a
107 * node. If newRoot is ^(nil x) return x as newRoot.
109 * Be advised that it's ok for newRoot to point at oldRoot's
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeException.h 33 id<ANTLRTree> newRoot;
36 + (id) exceptionWithOldRoot:(id<ANTLRTree>)theOldRoot newRoot:(id<ANTLRTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
37 - (id) initWithOldRoot:(id<ANTLRTree>)theOldRoot newRoot:(id<ANTLRTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
ANTLRTreeAdaptor.h 76 /** If oldRoot is a nil root, just copy or move the children to newRoot.
77 * If not a nil root, make oldRoot a child of newRoot.
82 * If newRoot is a nil-rooted single child tree, use the single
88 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
93 * Return newRoot. Throw an exception if newRoot is not a
95 * node. If newRoot is ^(nil x) return x as newRoot.
97 * Be advised that it's ok for newRoot to point at oldRoot's
102 - (id) becomeRoot:(id<ANTLRTree>)newRoot old:(id<ANTLRTree>)oldRoot
    [all...]
ANTLRBaseTreeAdaptor.h 88 /** If oldRoot is a nil root, just copy or move the children to newRoot.
89 * If not a nil root, make oldRoot a child of newRoot.
94 * If newRoot is a nil-rooted single child tree, use the single
100 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
105 * Return newRoot. Throw an exception if newRoot is not a
107 * node. If newRoot is ^(nil x) return x as newRoot.
109 * Be advised that it's ok for newRoot to point at oldRoot's
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 102 * If oldRoot is a nil root, just copy or move the children to newRoot.
103 * If not a nil root, make oldRoot a child of newRoot.
110 * If newRoot is a nil-rooted single child tree, use the single
116 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
121 * Return newRoot. Throw an exception if newRoot is not a
123 * node. If newRoot is ^(nil x) return x as newRoot.
125 * Be advised that it's ok for newRoot to point at oldRoot's
131 T BecomeRoot(T newRoot, T oldRoot)
    [all...]
  /external/llvm/lib/CodeGen/
MachineCombiner.cpp 68 unsigned getLatency(MachineInstr *Root, MachineInstr *NewRoot,
121 /// \returns Depth of last instruction in \InsInstrs ("NewRoot")
175 /// \param Root is a machine instruction that could be replaced by NewRoot.
176 /// It is used to compute a more accurate latency information for NewRoot in
178 /// \param NewRoot is the instruction for which the latency is computed
181 /// \returns Latency of \p NewRoot
182 unsigned MachineCombiner::getLatency(MachineInstr *Root, MachineInstr *NewRoot,
187 // Check each definition in NewRoot and compute the latency
190 for (const MachineOperand &MO : NewRoot->operands()) {
203 NewRoot, NewRoot->findRegisterDefOperandIdx(MO.getReg()), UseMO
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTreeAdaptor.cs 158 * If oldRoot is a nil root, just copy or move the children to newRoot.
159 * If not a nil root, make oldRoot a child of newRoot.
166 * If newRoot is a nil-rooted single child tree, use the single
172 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
177 * Return newRoot. Throw an exception if newRoot is not a
179 * node. If newRoot is ^(nil x) return x as newRoot.
181 * Be advised that it's ok for newRoot to point at oldRoot's
187 public virtual object BecomeRoot( object newRoot, object oldRoot
    [all...]
ITreeAdaptor.cs 170 * If oldRoot is a nil root, just copy or move the children to newRoot.
171 * If not a nil root, make oldRoot a child of newRoot.
178 * If newRoot is a nil-rooted single child tree, use the single
184 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
189 * Return newRoot. Throw an exception if newRoot is not a
191 * node. If newRoot is ^(nil x) return x as newRoot.
193 * Be advised that it's ok for newRoot to point at oldRoot's
199 object BecomeRoot( object newRoot, object oldRoot )
    [all...]

Completed in 1049 milliseconds

1 2 3 4 5