HomeSort by relevance Sort by last modified time
    Searched refs:tree (Results 176 - 200 of 1126) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-dump.h 0 /* Tree-dumping functionality for intermediate representation.
25 #include "splay-tree.h"
26 #include "tree-pass.h"
48 /* The queued tree node. */
75 /* The tree nodes which we have already written out. The
92 extern void dump_function (int, tree);
93 extern void dump_function_to_file (tree, FILE *, int);
95 extern void debug_function (tree, int);
function.h 25 #include "tree.h"
186 /* Number of tree-constants deferred during the expansion of this
270 tree stack_protect_guard;
525 tree decl;
529 tree static_chain_decl;
534 tree nonlocal_goto_save_area;
537 VEC(tree,gc) *local_decls;
683 add_local_decl (struct function *fun, tree d)
685 VEC_safe_push (tree, gc, fun->local_decls, d);
689 FOR_EACH_VEC_ELT_REVERSE (tree, (FUN)->local_decls, I, D
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-dump.h 0 /* Tree-dumping functionality for intermediate representation.
25 #include "splay-tree.h"
26 #include "tree-pass.h"
48 /* The queued tree node. */
75 /* The tree nodes which we have already written out. The
92 extern void dump_function (int, tree);
93 extern void dump_function_to_file (tree, FILE *, int);
95 extern void debug_function (tree, int);
function.h 25 #include "tree.h"
186 /* Number of tree-constants deferred during the expansion of this
270 tree stack_protect_guard;
525 tree decl;
529 tree static_chain_decl;
534 tree nonlocal_goto_save_area;
537 VEC(tree,gc) *local_decls;
683 add_local_decl (struct function *fun, tree d)
685 VEC_safe_push (tree, gc, fun->local_decls, d);
689 FOR_EACH_VEC_ELT_REVERSE (tree, (FUN)->local_decls, I, D
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteCardinalityException.js 1 org.antlr.runtime.tree.RewriteCardinalityException = function(elementDescription) {
9 org.antlr.lang.extend(org.antlr.runtime.tree.RewriteCardinalityException, Error, {
17 return "org.antlr.runtime.tree.RewriteCardinalityException";
CommonTree.js 1 /** A tree node that is wrapper for a Token object. After 3.0 release
2 * while building tree rewrite stuff, it became clear that computing
4 * spend the space in every tree node. If you don't want these extra
7 org.antlr.runtime.tree.CommonTree = function(node) {
23 if (node instanceof org.antlr.runtime.tree.CommonTree) {
24 org.antlr.runtime.tree.CommonTree.superclass.constructor.call(this, node);
33 /** A tree node that is wrapper for a Token object. */
34 org.antlr.lang.extend(org.antlr.runtime.tree.CommonTree, org.antlr.runtime.tree.BaseTree, {
40 return new org.antlr.runtime.tree.CommonTree(this)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangParser.h 43 ANTLRCommonTree *tree; /* ObjC start of memVars() */ variable
47 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; variable
62 ANTLRCommonTree *tree; /* ObjC start of memVars() */ variable
66 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; variable
81 ANTLRCommonTree *tree; /* ObjC start of memVars() */ variable
85 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; variable
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cxx-pretty-print.h 41 tree enclosing_scope;
72 void pp_cxx_declaration (cxx_pretty_printer *, tree);
73 void pp_cxx_canonical_template_parameter (cxx_pretty_printer *, tree);
74 void pp_cxx_trait_expression (cxx_pretty_printer *, tree);
75 void pp_cxx_va_arg_expression (cxx_pretty_printer *, tree);
76 void pp_cxx_offsetof_expression (cxx_pretty_printer *, tree);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cxx-pretty-print.h 41 tree enclosing_scope;
72 void pp_cxx_declaration (cxx_pretty_printer *, tree);
73 void pp_cxx_canonical_template_parameter (cxx_pretty_printer *, tree);
74 void pp_cxx_trait_expression (cxx_pretty_printer *, tree);
75 void pp_cxx_va_arg_expression (cxx_pretty_printer *, tree);
76 void pp_cxx_offsetof_expression (cxx_pretty_printer *, tree);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cxx-pretty-print.h 41 tree enclosing_scope;
72 void pp_cxx_declaration (cxx_pretty_printer *, tree);
73 void pp_cxx_canonical_template_parameter (cxx_pretty_printer *, tree);
74 void pp_cxx_trait_expression (cxx_pretty_printer *, tree);
75 void pp_cxx_va_arg_expression (cxx_pretty_printer *, tree);
76 void pp_cxx_offsetof_expression (cxx_pretty_printer *, tree);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cxx-pretty-print.h 41 tree enclosing_scope;
72 void pp_cxx_declaration (cxx_pretty_printer *, tree);
73 void pp_cxx_canonical_template_parameter (cxx_pretty_printer *, tree);
74 void pp_cxx_trait_expression (cxx_pretty_printer *, tree);
75 void pp_cxx_va_arg_expression (cxx_pretty_printer *, tree);
76 void pp_cxx_offsetof_expression (cxx_pretty_printer *, tree);
  /frameworks/base/tools/aapt/
Command.cpp 215 ResXMLTree tree; local
216 tree.setTo(manifestAsset->getBuffer(true),
218 printXMLBlock(&tree);
230 static ssize_t indexOfAttribute(const ResXMLTree& tree, uint32_t attrRes)
232 size_t N = tree.getAttributeCount();
234 if (tree.getAttributeNameResID(i) == attrRes) {
241 String8 getAttribute(const ResXMLTree& tree, const char* ns,
244 ssize_t idx = tree.indexOfAttribute(ns, attr);
249 if (tree.getAttributeValue(idx, &value) != NO_ERROR) {
256 const uint16_t* str = tree.getAttributeStringValue(idx, &len)
497 ResXMLTree tree; local
524 ResXMLTree tree; local
542 ResXMLTree tree; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeConstants.as 1 package org.antlr.runtime.tree
RewriteCardinalityException.as 28 package org.antlr.runtime.tree {
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ResourceLoaderAndroid.cpp 45 bool isMainFrame = !(clientAndroid->getFrame()->tree() && clientAndroid->getFrame()->tree()->parent());
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
RunnerController.java 44 import javax.swing.tree.DefaultMutableTreeNode;
45 import javax.swing.tree.DefaultTreeModel;
46 import javax.swing.tree.TreeCellRenderer;
47 import javax.swing.tree.TreeModel;
48 import javax.swing.tree.TreePath;
67 private JTree tree = new JTree(); field in class:RunnerController.RunnerView
69 private JScrollPane scroll = new JScrollPane(tree,
75 tree.setOpaque(false);
103 view.tree.setModel(new RunnerTreeModel(suite));
104 view.tree.setCellRenderer(new RunnerTreeRenderer())
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.m 45 @synthesize tree; /* start of synthesize -- OBJC-Line 1837 */
60 return tree;
65 if (tree != aTree) {
66 if (tree != nil) [tree release];
68 tree = aTree;
74 self.tree = nil;
85 @synthesize tree; /* start of synthesize -- OBJC-Line 1837 */
100 return tree;
105 if (tree != aTree)
    [all...]
TreeRewriteParser.h 38 ANTLRCommonTree *tree; /* ObjC start of memVars() */ variable
42 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; variable
57 ANTLRCommonTree *tree; /* ObjC start of memVars() */ variable
61 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; variable
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
function.h 25 #include "tree.h"
186 /* Number of tree-constants deferred during the expansion of this
270 tree stack_protect_guard;
525 tree decl;
529 tree static_chain_decl;
534 tree nonlocal_goto_save_area;
537 VEC(tree,gc) *local_decls;
683 add_local_decl (struct function *fun, tree d)
685 VEC_safe_push (tree, gc, fun->local_decls, d);
689 FOR_EACH_VEC_ELT_REVERSE (tree, (FUN)->local_decls, I, D
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
function.h 25 #include "tree.h"
186 /* Number of tree-constants deferred during the expansion of this
270 tree stack_protect_guard;
525 tree decl;
529 tree static_chain_decl;
534 tree nonlocal_goto_save_area;
537 VEC(tree,gc) *local_decls;
683 add_local_decl (struct function *fun, tree d)
685 VEC_safe_push (tree, gc, fun->local_decls, d);
689 FOR_EACH_VEC_ELT_REVERSE (tree, (FUN)->local_decls, I, D
    [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/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.m 234 @synthesize tree; /* start of synthesize -- OBJC-Line 1837 */
249 return tree;
254 if (tree != aTree) {
255 if (tree != nil) [tree release];
257 tree = aTree;
263 self.tree = nil;
274 @synthesize tree; /* start of synthesize -- OBJC-Line 1837 */
289 return tree;
294 if (tree != aTree)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
BstOperations.java 37 * Returns the node with key {@code key} in {@code tree}, if any.
41 Comparator<? super K> comparator, @Nullable N tree, @Nullable K key) {
43 if (tree == null) {
46 int cmp = comparator.compare(key, tree.getKey());
48 return tree;
51 return seek(comparator, tree.childOrNull(side), key);
57 * tree} at the location with key {@code key}.
61 * original tree is returned.
63 * the tree will be rebuilt with the node factory of the mutation rule, but not rebalanced.
65 * the tree will be rebalanced using the balance policy of the mutation rule
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.h 21 ANTLRCommonTree *tree; // start of memVars() variable
25 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; variable
35 ANTLRCommonTree *tree; // start of memVars() variable
39 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; variable
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestBufferedTreeNodeStream.java 31 import org.antlr.runtime.tree.BufferedTreeNodeStream;
32 import org.antlr.runtime.tree.CommonTree;
33 import org.antlr.runtime.tree.Tree;
34 import org.antlr.runtime.tree.TreeNodeStream;
52 Tree r0 = new CommonTree(new CommonToken(101));
53 Tree r1 = new CommonTree(new CommonToken(102));
56 Tree r2 = new CommonTree(new CommonToken(106));
67 assertEquals(107, ((Tree)stream.LT(1)).getType());
71 assertEquals(104, ((Tree)stream.LT(1)).getType())
    [all...]

Completed in 2274 milliseconds

1 2 3 4 5 6 78 91011>>