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

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest.java 120 static final SortedMap<String , String> TREE = new TreeMap<String , String>();
175 TREE.put("one", "1");
176 TREE.put("two", "2");
177 TREE.put("three", "3");
SerializationStressTest3.java 1009 objToSave = TREE;
1014 assertTrue(MSG_TEST_FAILED + objToSave, TREE.equals(objLoaded));
1037 Object col = Collections.synchronizedSortedMap(TREE);
1066 Object col = Collections.unmodifiableSortedMap(TREE);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 43 using definitions writing in ANTLR-style tree definition syntax. It can also
44 define <i>tree patterns</i>, objects that are conceptually similar to regular
46 AST for a particular node structure. These features make tree wizards useful
47 while testing and debugging AST constructing parsers and tree parsers. This
52 for more background on the concept of a tree wizard.
56 # setting up and creating a tree wizard
70 deep_node = wizard.create(<<-TREE)
78 TREE
84 # test whether a tree matches a pattern
94 # iterate through the tree and extract nodes with pattern label
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 34 * any actions, just build the tree.
72 TREE='tree';
142 protected boolean atTreeRoot; // are we matching a tree root in tree grammar?
188 } else if (start instanceof Tree) {
191 // people should subclass if they alter the tree type so this
310 * labels, tree operators, rewrites are removed.
449 cleanup( $tree );
471 | 'tree' gr='grammar' {grammarType=Grammar.TREE_PARSER; grammar.type = Grammar.TREE_PARSER;} // a tree (…)
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 1 /* Front-end tree definitions for GNU compiler.
37 /* Codes of tree nodes */
43 #include "all-tree.def"
53 /* Number of language-independent tree codes. */
56 /* Tree code classes. */
78 /* Each tree code class has an associated string representation.
163 /* Returns nonzero iff CLASS is the tree-code class of an
173 /* Number of argument-words in each kind of tree-node. */
178 /* Names of tree components. */
198 tree decl
4639 extern VEC(tree,gc) *ctor_to_vec (tree); variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 1 /* Front-end tree definitions for GNU compiler.
37 /* Codes of tree nodes */
43 #include "all-tree.def"
53 /* Number of language-independent tree codes. */
56 /* Tree code classes. */
78 /* Each tree code class has an associated string representation.
163 /* Returns nonzero iff CLASS is the tree-code class of an
173 /* Number of argument-words in each kind of tree-node. */
178 /* Names of tree components. */
198 tree decl
4639 extern VEC(tree,gc) *ctor_to_vec (tree); variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 1 /* Front-end tree definitions for GNU compiler.
37 /* Codes of tree nodes */
43 #include "all-tree.def"
53 /* Number of language-independent tree codes. */
56 /* Tree code classes. */
78 /* Each tree code class has an associated string representation.
163 /* Returns nonzero iff CLASS is the tree-code class of an
173 /* Number of argument-words in each kind of tree-node. */
178 /* Names of tree components. */
198 tree decl
4639 extern VEC(tree,gc) *ctor_to_vec (tree); variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 1 /* Front-end tree definitions for GNU compiler.
37 /* Codes of tree nodes */
43 #include "all-tree.def"
53 /* Number of language-independent tree codes. */
56 /* Tree code classes. */
78 /* Each tree code class has an associated string representation.
163 /* Returns nonzero iff CLASS is the tree-code class of an
173 /* Number of argument-words in each kind of tree-node. */
178 /* Names of tree components. */
198 tree decl
4639 extern VEC(tree,gc) *ctor_to_vec (tree); variable
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 5 var NAV_PREF_TREE = "tree";
149 // Traverse up the tree and expand all parent nav-sections
654 if ($("#nav-tree").is(":visible")) {
655 $("#nav-tree").css({height:navHeight});
969 $("#nav-tree").toggle();
970 $("#tree-link").toggle();
987 $("#nav-tree").toggle();
988 $("#tree-link").toggle();
992 // Gross nasty hack to make tree view show up upon first swap by setting height manually
993 $("#nav-tree .jspContainer:visible"
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 5 var NAV_PREF_TREE = "tree";
207 // Traverse up the tree and expand all parent nav-sections
719 if ($("#nav-tree").is(":visible")) {
720 $("#nav-tree").css({height:navHeight});
1034 $("#nav-tree").toggle();
1035 $("#tree-link").toggle();
1052 $("#nav-tree").toggle()
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 5 var NAV_PREF_TREE = "tree";
595 // Traverse up the tree and expand all parent nav-sections
716 if ($("#nav-tree").is(":visible")) {
717 $("#nav-tree").css({height:navHeight});
995 $("#nav-tree").toggle();
996 $("#tree-link").toggle();
1013 $("#nav-tree").toggle();
1014 $("#tree-link").toggle();
1018 // Gross nasty hack to make tree view show up upon first swap by setting height manually
1019 $("#nav-tree .jspContainer:visible"
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 642 milliseconds