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

  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java 1789 GeneralSubtrees subtrees = new GeneralSubtrees(); local
1941 GeneralSubtrees subtrees = new GeneralSubtrees(); local
2332 GeneralSubtrees subtrees; local
2448 GeneralSubtrees subtrees; local
2565 GeneralSubtrees subtrees; local
    [all...]
  /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/v8/test/mjsunit/compiler/
expression-trees.js 41 // Split the leaves into left and right subtrees in all possible
42 // ways. For each split recursively compute all possible 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 )
  /external/v8/tools/
profile.js 583 * Creates a subtree by cloning and merging all subtrees rooted at nodes
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 941 milliseconds