HomeSort by relevance Sort by last modified time
    Searched refs:newRoot (Results 51 - 66 of 66) sorted by null

1 23

  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 381 public override void BecomeRoot( object newRoot, object oldRoot )
383 int newRootID = adaptor.GetUniqueID( newRoot );
RemoteDebugEventSocketListener.cs 615 ProxyTree newRoot = new ProxyTree( newRootID );
617 listener.BecomeRoot( newRoot, oldRoot );
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowViewGroupTest.java 304 ViewGroup newRoot = new FrameLayout(context);
306 newRoot.addView(child1);
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 473 ProxyTree newRoot = new ProxyTree(newRootID);
475 listener.BecomeRoot(newRoot, oldRoot);
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
RemoteDebugEventSocketListener.java 438 ProxyTree newRoot = new ProxyTree(newRootID);
440 listener.becomeRoot(newRoot, oldRoot);
  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateComparison.java 84 CLDRFile newRoot = newFactory.make("root", true);
234 String newFoundLocale = getStatus(newFile, newRoot, path, newValue, newStatus);
  /external/antlr/runtime/C/src/
antlr3debughandlers.c 84 static void becomeRoot (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE newRoot, pANTLR3_BASE_TREE oldRoot);
1013 becomeRoot (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE newRoot, pANTLR3_BASE_TREE oldRoot)
1017 sprintf(buffer, "becomeRoot\t%d\t%d\n", delboy->adaptor->getUniqueID(delboy->adaptor, newRoot),
  /external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 134 /// If oldRoot is a nil root, just copy or move the children to newRoot.
135 /// If not a nil root, make oldRoot a child of newRoot.
142 /// If newRoot is a nil-rooted single child tree, use the single
148 /// If oldRoot was null, it's ok, just return newRoot (even if isNil).
153 /// Return newRoot. Throw an exception if newRoot is not a
155 /// node. If newRoot is ^(nil x) return x as newRoot.
157 /// Be advised that it's ok for newRoot to point at oldRoot's
162 function BecomeRoot(const NewRoot, OldRoot: IANTLRInterface): IANTLRInterface; overload
    [all...]
  /external/libxml2/
parser.c     [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar 
  /external/cldr/tools/java/libs/
guava.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-19.0.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 2115 milliseconds

1 23