HomeSort by relevance Sort by last modified time
    Searched refs:subtrees (Results 1 - 25 of 29) sorted by null

1 2

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
NameConstraints.java 59 * Permitted subtrees
61 * Excludes subtrees
114 private static GeneralSubtree[] cloneSubtree(GeneralSubtree[] subtrees)
116 if (subtrees != null)
118 GeneralSubtree[] rv = new GeneralSubtree[subtrees.length];
120 System.arraycopy(subtrees, 0, rv, 0, rv.length);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs 61 * match subtrees against it.
253 public FindTreeWizardContextVisitor(TreeWizard outer, TreePattern tpattern, IList subtrees) {
256 _subtrees = subtrees;
273 /** <summary>Return a List of subtrees matching pattern.</summary> */
275 IList subtrees = new List<object>();
288 Visit(t, rootTokenType, new FindTreeWizardContextVisitor(this, tpattern, subtrees));
289 return subtrees;
353 * For all subtrees that match the pattern, execute the visit action.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeWizard.cs 62 * match subtrees against it.
289 public FindTreeWizardContextVisitor( TreeWizard outer, TreePattern tpattern, IList subtrees )
293 _subtrees = subtrees;
313 /** <summary>Return a List of subtrees matching pattern.</summary> */
316 IList subtrees = new List<object>();
330 Visit( t, rootTokenType, new FindTreeWizardContextVisitor( this, tpattern, subtrees ) );
331 return subtrees;
407 * For all subtrees that match the pattern, execute the visit action.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeWizard.java 51 * match subtrees against it.
210 /** Return a List of subtrees matching pattern. */
212 final List subtrees = new ArrayList(); local
229 subtrees.add(t);
233 return subtrees;
268 /** For all subtrees that match the pattern, execute the visit action.
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-tree-wizard.rb 484 subtrees = @wizard.find(tree, "(A B)").map { |t| t.to_s }
485 assert_equal(%w(foo big), subtrees)
490 subtrees = @wizard.find( tree, A ).map { |t| t.to_s }
491 assert_equal(%w(A foo big), subtrees)
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py 319 match subtrees against it.
431 """Return a List of subtrees matching pattern."""
433 subtrees = []
449 subtrees.append(tree)
453 return subtrees
460 subtrees will be visited.
498 For all subtrees that match the pattern, execute the visit action.
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtreewizard.py 674 subtrees = wiz.find(t, "(A B)")
675 found = [str(node) for node in subtrees]
683 subtrees = wiz.find(t, wiz.getTokenType('A'))
684 found = [str(node) for node in subtrees]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeWizard.java 395 final List subtrees = wiz.find(t, "(A B)"); local
396 List elements = subtrees;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 366 subtrees = []
367 visit_pattern( tree, pattern ) { | t, | subtrees << t }
368 return( subtrees )
  /prebuilts/go/darwin-x86/src/path/filepath/
path_test.go 460 // mark respective subtrees manually
473 // the inaccessible subtrees were marked manually
478 // mark respective subtrees manually
492 // the inaccessible subtrees were marked manually
  /prebuilts/go/linux-x86/src/path/filepath/
path_test.go 460 // mark respective subtrees manually
473 // the inaccessible subtrees were marked manually
478 // mark respective subtrees manually
492 // the inaccessible subtrees were marked manually
  /prebuilts/tools/common/m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.1/
org.abego.treelayout.core-1.0.1.jar 
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
phi.go 211 // Skip subtrees we've done in previous iterations.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
phi.go 211 // Skip subtrees we've done in previous iterations.
  /external/v8/tools/
profile.js 622 * Creates a subtree by cloning and merging all subtrees rooted at nodes
  /prebuilts/go/darwin-x86/src/debug/dwarf/
entry.go 611 // child subtrees.
  /prebuilts/go/linux-x86/src/debug/dwarf/
entry.go 611 // child subtrees.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /prebuilts/go/darwin-x86/src/net/http/
server.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
server.go     [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 

Completed in 720 milliseconds

1 2