/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
tree.js | 25 * Helper function that finds the first ancestor tree item. 27 * @return {cr.ui.TreeItem} The found tree item or null if not found. 37 * Creates a new tree element. 42 var Tree = cr.ui.define('tree'); 44 Tree.prototype = { 62 * Returns the tree item that are children of this tree. 69 * Adds a tree item to the tree [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTreeIterator.m | 43 andTree:(id<ANTLRBaseTree>)tree 45 return [[ANTLRTreeIterator alloc] initWithTreeAdaptor:adaptor andTree:tree]; 57 tree = eof; 69 tree = [t retain]; 85 tree = [t retain]; 102 if ( tree && tree != eof ) [tree release]; 103 if ( root && root != eof && root != tree ) [root release]; 113 tree = root [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-iterator.h | 1 /* Iterator routines for manipulating GENERIC tree statement list. 22 /* This file is dependent upon the implementation of tree's. It provides an 23 abstract interface to the tree objects such that if all tree creation and 25 implementation of tree's, and not impact other code. */ 30 /* Iterator object for GENERIC or GIMPLE TREE statements. */ 34 tree container; 38 tsi_start (tree t) 49 tsi_last (tree t) 83 static inline tree * [all...] |
langhooks.h | 24 /* This file should be #include-d after tree.h. */ 33 typedef void (*lang_print_tree_hook) (FILE *, tree, int indent); 43 bool (*var_mod_type_p) (tree, tree); 48 /* The node passed is a language-specific tree node. If its contents 50 tree (*analyze_expr) (tree *, int *); 53 /* The following hooks are used by tree-dump.c. */ 57 /* Dump language-specific parts of tree nodes. Returns nonzero if it 59 bool (*dump_tree) (void *, tree); [all...] |
gimple.h | 31 #include "tree-ssa-operands.h" 32 #include "tree-ssa-alias.h" 309 least as wide as tree codes, as several tuples store tree codes 331 tree block; 363 tree GTY((length ("%h.opbase.gsbase.num_ops"))) op[1]; 377 tree GTY((skip (""))) vdef; 378 tree GTY((skip (""))) vuse; 393 tree GTY((length ("%h.membase.opbase.gsbase.num_ops"))) op[1]; 412 tree GTY((length ("%h.membase.opbase.gsbase.num_ops"))) op[1] [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-iterator.h | 1 /* Iterator routines for manipulating GENERIC tree statement list. 22 /* This file is dependent upon the implementation of tree's. It provides an 23 abstract interface to the tree objects such that if all tree creation and 25 implementation of tree's, and not impact other code. */ 30 /* Iterator object for GENERIC or GIMPLE TREE statements. */ 34 tree container; 38 tsi_start (tree t) 49 tsi_last (tree t) 83 static inline tree * [all...] |
langhooks.h | 24 /* This file should be #include-d after tree.h. */ 33 typedef void (*lang_print_tree_hook) (FILE *, tree, int indent); 43 bool (*var_mod_type_p) (tree, tree); 48 /* The node passed is a language-specific tree node. If its contents 50 tree (*analyze_expr) (tree *, int *); 53 /* The following hooks are used by tree-dump.c. */ 57 /* Dump language-specific parts of tree nodes. Returns nonzero if it 59 bool (*dump_tree) (void *, tree); [all...] |
gimple.h | 31 #include "tree-ssa-operands.h" 32 #include "tree-ssa-alias.h" 309 least as wide as tree codes, as several tuples store tree codes 331 tree block; 363 tree GTY((length ("%h.opbase.gsbase.num_ops"))) op[1]; 377 tree GTY((skip (""))) vdef; 378 tree GTY((skip (""))) vuse; 393 tree GTY((length ("%h.membase.opbase.gsbase.num_ops"))) op[1]; 412 tree GTY((length ("%h.membase.opbase.gsbase.num_ops"))) op[1] [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-iterator.h | 1 /* Iterator routines for manipulating GENERIC tree statement list. 22 /* This file is dependent upon the implementation of tree's. It provides an 23 abstract interface to the tree objects such that if all tree creation and 25 implementation of tree's, and not impact other code. */ 30 /* Iterator object for GENERIC or GIMPLE TREE statements. */ 34 tree container; 38 tsi_start (tree t) 49 tsi_last (tree t) 83 static inline tree * [all...] |
langhooks.h | 24 /* This file should be #include-d after tree.h. */ 33 typedef void (*lang_print_tree_hook) (FILE *, tree, int indent); 43 bool (*var_mod_type_p) (tree, tree); 48 /* The node passed is a language-specific tree node. If its contents 50 tree (*analyze_expr) (tree *, int *); 53 /* The following hooks are used by tree-dump.c. */ 57 /* Dump language-specific parts of tree nodes. Returns nonzero if it 59 bool (*dump_tree) (void *, tree); [all...] |
gimple.h | 31 #include "tree-ssa-operands.h" 32 #include "tree-ssa-alias.h" 309 least as wide as tree codes, as several tuples store tree codes 331 tree block; 363 tree GTY((length ("%h.opbase.gsbase.num_ops"))) op[1]; 377 tree GTY((skip (""))) vdef; 378 tree GTY((skip (""))) vuse; 393 tree GTY((length ("%h.membase.opbase.gsbase.num_ops"))) op[1]; 412 tree GTY((length ("%h.membase.opbase.gsbase.num_ops"))) op[1] [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-iterator.h | 1 /* Iterator routines for manipulating GENERIC tree statement list. 22 /* This file is dependent upon the implementation of tree's. It provides an 23 abstract interface to the tree objects such that if all tree creation and 25 implementation of tree's, and not impact other code. */ 30 /* Iterator object for GENERIC or GIMPLE TREE statements. */ 34 tree container; 38 tsi_start (tree t) 49 tsi_last (tree t) 83 static inline tree * [all...] |
langhooks.h | 24 /* This file should be #include-d after tree.h. */ 33 typedef void (*lang_print_tree_hook) (FILE *, tree, int indent); 43 bool (*var_mod_type_p) (tree, tree); 48 /* The node passed is a language-specific tree node. If its contents 50 tree (*analyze_expr) (tree *, int *); 53 /* The following hooks are used by tree-dump.c. */ 57 /* Dump language-specific parts of tree nodes. Returns nonzero if it 59 bool (*dump_tree) (void *, tree); [all...] |
gimple.h | 31 #include "tree-ssa-operands.h" 32 #include "tree-ssa-alias.h" 309 least as wide as tree codes, as several tuples store tree codes 331 tree block; 363 tree GTY((length ("%h.opbase.gsbase.num_ops"))) op[1]; 377 tree GTY((skip (""))) vdef; 378 tree GTY((skip (""))) vuse; 393 tree GTY((length ("%h.membase.opbase.gsbase.num_ops"))) op[1]; 412 tree GTY((length ("%h.membase.opbase.gsbase.num_ops"))) op[1] [all...] |
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t042ast.py | 42 r.tree.toStringTree(), 50 r.tree.toStringTree(), 58 r.tree.toStringTree(), 66 r.tree.toStringTree(), 74 r.tree.toStringTree(), 82 r.tree.toStringTree(), 90 r.tree.toStringTree(), 98 r.tree.toStringTree(), 106 r.tree.toStringTree(), 114 r.tree.toStringTree() [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/clang/test/Misc/ |
diag-template-diffing-color.cpp | 2 // RUN: not %clang_cc1 -fsyntax-only -fcolor-diagnostics -fdiagnostics-show-template-tree %s 2>&1 | FileCheck %s -check-prefix=TREE 10 // TREE: candidate function not viable: no known conversion from argument type to parameter type for 1st argument 11 // TREE: foo< 12 // TREE: {{\[}}[[CYAN:.\[0;1;36m]]double[[RESET:.\[0m]] != [[CYAN]]int[[RESET]]]>[[RESET]] 17 // TREE: non-const lvalue reference cannot bind to a value of unrelated type 18 // TREE: foo< 19 // TREE: {{\[}}[[CYAN]]double[[RESET]][[BOLD:.\[1m]] != [[CYAN]]int[[RESET]][[BOLD]]]>[[RESET]] 28 // TREE: {{.*}}candidate function not viable: no known conversion from argument type to parameter type for 1st argument 29 // TREE: vector [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t042ast.html | 54 assertEquals(r.tree.toStringTree(), "(+ 1 2)"); 59 assertEquals(r.tree.toStringTree(), "(assert (+ 2 3))"); 64 assertEquals(r.tree.toStringTree(), "(assert (+ 2 3) 5)"); 69 assertEquals(r.tree.toStringTree(), "(if 1 fooze)"); 74 assertEquals(r.tree.toStringTree(), "(if 1 fooze fooze)"); 79 assertEquals(r.tree.toStringTree(), "(while 2 fooze)"); 84 assertEquals(r.tree.toStringTree(), "(while 2 fooze)"); 89 assertEquals(r.tree.toStringTree(), "return"); 94 assertEquals(r.tree.toStringTree(), "(return (+ 2 3))"); 99 assertEquals(r.tree.toStringTree(), "3") [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
certificate_tree.js | 6 /** @const */ var Tree = cr.ui.Tree; 10 * Creates a new tree folder for certificate data. 11 * @param {Object=} data Data used to create a certificate tree folder. 33 * The tree path id/. 42 * Creates a new tree item for certificate data. 43 * @param {Object=} data Data used to create a certificate tree item. 83 * The tree path id/. 92 * Creates a new cookies tree. 95 * @extends {Tree} [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeIterator.cs | 33 namespace Antlr.Runtime.Tree { 36 /** Return a node stream from a doubly-linked tree whose nodes 39 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure. 44 protected object tree; field in class:Antlr.Runtime.Tree.TreeIterator 57 public TreeIterator(object tree) 58 : this(new CommonTreeAdaptor(), tree) { 61 public TreeIterator(ITreeAdaptor adaptor, object tree) { 63 this.tree = tree; 64 this.root = tree; [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeIterator.cs | 33 namespace Antlr.Runtime.Tree 37 /** Return a node stream from a doubly-linked tree whose nodes 40 * Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure. 46 protected object tree; field in class:Antlr.Runtime.Tree.TreeIterator 60 public TreeIterator( CommonTree tree ) 61 : this( new CommonTreeAdaptor(), tree ) 65 public TreeIterator( ITreeAdaptor adaptor, object tree ) 68 this.tree = tree; 69 this.root = tree; [all...] |
/external/chromium_org/tools/idl_parser/test_parser/ |
callback_web.idl | 22 TREE 28 This comment signals that a tree of nodes matching the BUILD comment 33 /* TREE 41 /* TREE 50 /* TREE 61 /* TREE 73 /* TREE 86 /* TREE 103 /* TREE
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
FrameTree.cpp | 39 for (Frame* child = firstChild(); child; child = child->tree().nextSibling()) 51 m_uniqueName = parent()->tree().uniqueChildName(name); 62 child->tree().m_parent = m_thisFrame; 67 child->tree().m_previousSibling = oldLast; 68 oldLast->tree().m_nextSibling = child; 74 ASSERT(!m_lastChild->tree().m_nextSibling); 79 child->tree().m_parent = 0; 85 RefPtr<Frame>& newLocationForNext = m_firstChild == child ? m_firstChild : child->tree().m_previousSibling->tree().m_nextSibling; 86 Frame*& newLocationForPrevious = m_lastChild == child ? m_lastChild : child->tree().m_nextSibling->tree().m_previousSibling [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";
|
/external/chromium_org/content/test/data/accessibility/ |
aria-level-expected-mac.txt | 8 AXStaticText AXValue='Tree item at level 1' 10 AXStaticText AXValue='Tree item at level 2' 12 AXStaticText AXValue='Tree item at level 3'
|