HomeSort by relevance Sort by last modified time
    Searched full:tree (Results 26 - 50 of 8445) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h 193 /* Language-specific tree checkers. */
225 tree class_template_info;
226 tree label_value;
244 tree decl;
250 tree member;
297 /* Nonzero if we are presently building a statement tree, rather
325 tree function;
356 tree binfo;
357 tree functions;
358 tree access_binfo
5082 extern VEC(qualified_typedef_usage_t,gc)* get_types_needing_access_check (tree); variable
    [all...]
name-lookup.h 37 tree name;
38 tree type;
49 extern binding_entry binding_table_find (binding_table, tree);
71 tree value;
73 tree type;
84 tree identifier;
87 tree real_type_value;
93 extern tree identifier_type_value (tree);
94 extern void set_identifier_type_value (tree, tree)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 193 /* Language-specific tree checkers. */
225 tree class_template_info;
226 tree label_value;
244 tree decl;
250 tree member;
297 /* Nonzero if we are presently building a statement tree, rather
325 tree function;
356 tree binfo;
357 tree functions;
358 tree access_binfo
5082 extern VEC(qualified_typedef_usage_t,gc)* get_types_needing_access_check (tree); variable
    [all...]
name-lookup.h 37 tree name;
38 tree type;
49 extern binding_entry binding_table_find (binding_table, tree);
71 tree value;
73 tree type;
84 tree identifier;
87 tree real_type_value;
93 extern tree identifier_type_value (tree);
94 extern void set_identifier_type_value (tree, tree)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h 193 /* Language-specific tree checkers. */
225 tree class_template_info;
226 tree label_value;
244 tree decl;
250 tree member;
297 /* Nonzero if we are presently building a statement tree, rather
325 tree function;
356 tree binfo;
357 tree functions;
358 tree access_binfo
5082 extern VEC(qualified_typedef_usage_t,gc)* get_types_needing_access_check (tree); variable
    [all...]
name-lookup.h 37 tree name;
38 tree type;
49 extern binding_entry binding_table_find (binding_table, tree);
71 tree value;
73 tree type;
84 tree identifier;
87 tree real_type_value;
93 extern tree identifier_type_value (tree);
94 extern void set_identifier_type_value (tree, tree)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 193 /* Language-specific tree checkers. */
225 tree class_template_info;
226 tree label_value;
244 tree decl;
250 tree member;
297 /* Nonzero if we are presently building a statement tree, rather
325 tree function;
356 tree binfo;
357 tree functions;
358 tree access_binfo
5082 extern VEC(qualified_typedef_usage_t,gc)* get_types_needing_access_check (tree); variable
    [all...]
name-lookup.h 37 tree name;
38 tree type;
49 extern binding_entry binding_table_find (binding_table, tree);
71 tree value;
73 tree type;
84 tree identifier;
87 tree real_type_value;
93 extern tree identifier_type_value (tree);
94 extern void set_identifier_type_value (tree, tree)
    [all...]
  /external/chromium_org/tools/idl_parser/test_parser/
typedef_web.idl 22 TREE
28 This comment signals that a tree of nodes matching the BUILD comment
33 /* TREE
40 /* TREE
49 /* TREE
57 /* TREE
65 /* TREE
74 /* TREE
83 /* TREE
91 /* TREE
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
TreeRuleReturnScope.js 2 * the start property is a tree nodes not Token object
3 * when you are parsing trees. To be generic the tree node types
6 org.antlr.runtime.tree.TreeRuleReturnScope = function(){};
8 org.antlr.lang.extend(org.antlr.runtime.tree.TreeRuleReturnScope,
  /external/chromium_org/tools/perf_expectations/
README.txt 2 http://www.chromium.org/developers/tree-sheriffs/perf-sheriffs
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontree.c 4 // starting point for your own tree. Though it is often easier just to tag things on
5 // to the user pointer in the tree unless you are building a different type
41 static pANTLR3_COMMON_TOKEN getToken (pANTLR3_BASE_TREE tree);
42 static pANTLR3_BASE_TREE dupNode (pANTLR3_BASE_TREE tree);
43 static ANTLR3_BOOLEAN isNilNode (pANTLR3_BASE_TREE tree);
44 static ANTLR3_UINT32 getType (pANTLR3_BASE_TREE tree);
45 static pANTLR3_STRING getText (pANTLR3_BASE_TREE tree);
46 static ANTLR3_UINT32 getLine (pANTLR3_BASE_TREE tree);
47 static ANTLR3_UINT32 getCharPositionInLine (pANTLR3_BASE_TREE tree);
48 static pANTLR3_STRING toString (pANTLR3_BASE_TREE tree);
156 pANTLR3_COMMON_TREE tree; local
339 pANTLR3_COMMON_TREE tree; local
    [all...]
antlr3basetree.c 36 static void * getChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i);
37 static ANTLR3_UINT32 getChildCount (pANTLR3_BASE_TREE tree);
39 (pANTLR3_BASE_TREE tree);
40 static ANTLR3_UINT32 getLine (pANTLR3_BASE_TREE tree);
43 (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 type);
44 static void addChild (pANTLR3_BASE_TREE tree, pANTLR3_BASE_TREE child);
45 static void addChildren (pANTLR3_BASE_TREE tree, pANTLR3_LIST kids);
48 static void freshenPACIndexesAll(pANTLR3_BASE_TREE tree);
49 static void freshenPACIndexes (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 offset);
51 static void setChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i, void * child)
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t051treeRewriteASTaaWalker.g 2 tree grammar t051treeRewriteASTaaWalker;
11 s : ^(a b) ; // s.tree is a.tree
t051treeRewriteASTwWalker.g 2 tree grammar t051treeRewriteASTwWalker;
11 a : b ; // a.tree must become b.tree
t051treeRewriteASTyWalker.g 2 tree grammar t051treeRewriteASTyWalker;
11 s : 'boo' a* b ; // don't reset s.tree to b.tree due to 'boo'
t051treeRewriteASTzWalker.g 2 tree grammar t051treeRewriteASTzWalker;
11 s : ^('boo' a* b) ; // don't reset s.tree to b.tree due to 'boo'
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
README.txt 1 Hi. This is a simple demo of tree construction and tree parsing with ANTLR
10 tree: (DECL int a)
  /external/chromium_org/content/test/data/accessibility/
modal-dialog-closed-expected-mac.txt 3 AXStaticText AXValue='Test that elements respawn in the accessibility tree after a modal dialog closes.'
5 AXPopUpButton AXValue='This should be in the tree.'
7 AXMenuItem AXValue='This should be in the tree.'
  /external/chromium_org/ui/webui/resources/css/
tree.css 5 tree {
11 .tree-item > .tree-row {
27 background-image: -webkit-canvas(tree-triangle);
44 .tree-item[expanded] > .tree-row > .expand-icon {
46 background-image: -webkit-canvas(tree-triangle);
50 .tree-row .expand-icon {
54 .tree-row[may-have-children] .expand-icon {
58 .tree-row[has-children=false] .expand-icon
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_treewriter.c 6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
13 static void cost(int *costs, vp9_tree tree, const vp9_prob *probs,
20 const vp9_tree_index ii = tree[i + b];
25 cost(costs, tree, probs, ii, cc);
29 void vp9_cost_tokens(int *costs, const vp9_prob *probs, vp9_tree tree) {
30 cost(costs, tree, probs, 0, 0);
33 void vp9_cost_tokens_skip(int *costs, const vp9_prob *probs, vp9_tree tree) {
34 assert(tree[0] <= 0 && tree[1] > 0)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 25 #include "splay-tree.h"
33 cp-tree.h overrides this for C++. */
223 extern GTY ((length ("(int) RID_MAX"))) tree *ridpointers;
408 extern GTY(()) tree c_global_trees[CTI_MAX];
411 tree for size reasons. */
414 tree GTY((length ("%h.len"))) elts[1];
451 /* Information about a statement tree. */
455 tree x_cur_stmt_list;
466 tree structure, we use statement-expressions. The statements
481 about the statement-tree that we are building. *
960 extern VEC(tree,gc) *make_tree_vector_single (tree); variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 25 #include "splay-tree.h"
33 cp-tree.h overrides this for C++. */
223 extern GTY ((length ("(int) RID_MAX"))) tree *ridpointers;
408 extern GTY(()) tree c_global_trees[CTI_MAX];
411 tree for size reasons. */
414 tree GTY((length ("%h.len"))) elts[1];
451 /* Information about a statement tree. */
455 tree x_cur_stmt_list;
466 tree structure, we use statement-expressions. The statements
481 about the statement-tree that we are building. *
960 extern VEC(tree,gc) *make_tree_vector_single (tree); variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 25 #include "splay-tree.h"
33 cp-tree.h overrides this for C++. */
223 extern GTY ((length ("(int) RID_MAX"))) tree *ridpointers;
408 extern GTY(()) tree c_global_trees[CTI_MAX];
411 tree for size reasons. */
414 tree GTY((length ("%h.len"))) elts[1];
451 /* Information about a statement tree. */
455 tree x_cur_stmt_list;
466 tree structure, we use statement-expressions. The statements
481 about the statement-tree that we are building. *
960 extern VEC(tree,gc) *make_tree_vector_single (tree); variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 25 #include "splay-tree.h"
33 cp-tree.h overrides this for C++. */
223 extern GTY ((length ("(int) RID_MAX"))) tree *ridpointers;
408 extern GTY(()) tree c_global_trees[CTI_MAX];
411 tree for size reasons. */
414 tree GTY((length ("%h.len"))) elts[1];
451 /* Information about a statement tree. */
455 tree x_cur_stmt_list;
466 tree structure, we use statement-expressions. The statements
481 about the statement-tree that we are building. *
960 extern VEC(tree,gc) *make_tree_vector_single (tree); variable
    [all...]

Completed in 526 milliseconds

12 3 4 5 6 7 8 91011>>