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

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-alias.h 0 /* Tree based alias analysis and alias oracle.
65 /* Simplified and cached information about a memory reference tree.
70 /* The original full memory reference tree or NULL_TREE if that is
72 tree ref;
78 tree base;
94 /* In tree-ssa-alias.c */
95 extern void ao_ref_init (ao_ref *, tree);
96 extern void ao_ref_init_from_ptr_and_size (ao_ref *, tree, tree);
97 extern tree ao_ref_base (ao_ref *)
    [all...]
l-ipo.h 53 tree lipo_save_decl (tree src);
54 void lipo_restore_decl (tree, tree);
55 void add_decl_to_current_module_scope (tree decl, void *b);
56 int lipo_cmp_type (tree t1, tree t2);
57 tree get_type_or_decl_name (tree);
59 extern void copy_defined_module_set (tree, tree)
    [all...]
  /external/chromium/chrome/browser/resources/options/
certificate_tree.js 6 const Tree = cr.ui.Tree;
10 * Creates a new tree item for certificate data.
11 * @param {Object=} data Data used to create a certificate tree item.
34 * The tree path id/.
48 * Creates a new cookies tree.
51 * @extends {Tree}
53 var CertificatesTree = cr.ui.define('tree');
56 __proto__: Tree.prototype,
60 Tree.prototype.decorate.call(this)
    [all...]
certificate_manager.css 7 .certificate-tree-table {
11 .certificate-tree {
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
l-ipo.h 53 tree lipo_save_decl (tree src);
54 void lipo_restore_decl (tree, tree);
55 void add_decl_to_current_module_scope (tree decl, void *b);
56 int lipo_cmp_type (tree t1, tree t2);
57 tree get_type_or_decl_name (tree);
59 extern void copy_defined_module_set (tree, tree)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
l-ipo.h 53 tree lipo_save_decl (tree src);
54 void lipo_restore_decl (tree, tree);
55 void add_decl_to_current_module_scope (tree decl, void *b);
56 int lipo_cmp_type (tree t1, tree t2);
57 tree get_type_or_decl_name (tree);
59 extern void copy_defined_module_set (tree, tree)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
l-ipo.h 53 tree lipo_save_decl (tree src);
54 void lipo_restore_decl (tree, tree);
55 void add_decl_to_current_module_scope (tree decl, void *b);
56 int lipo_cmp_type (tree t1, tree t2);
57 tree get_type_or_decl_name (tree);
59 extern void copy_defined_module_set (tree, tree)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-tree-wizard.rb 5 require 'antlr3/tree/wizard'
95 tree = Wizard::PatternParser.parse( 'ID', Tokens, @adaptor )
97 assert_instance_of(CommonTree, tree)
98 assert_equal( ID, tree.type )
99 assert_equal( 'ID', tree.text )
103 tree = Wizard::PatternParser.parse( 'ID[foo]', Tokens, @adaptor )
105 assert_instance_of( CommonTree, tree )
106 assert_equal( ID, tree.type )
107 assert_equal( 'foo', tree.text )
111 tree = Wizard::PatternParser.parse( '(A B)', Tokens, @adaptor
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 25 #include "tree.h"
42 typedef void (*c_pretty_print_fn) (c_pretty_printer *, tree);
45 a tree that represents a C construct. Any pretty-printer for a
174 void pp_c_space_for_pointer_operator (c_pretty_printer *, tree);
177 void pp_c_tree_decl_identifier (c_pretty_printer *, tree);
178 void pp_c_function_definition (c_pretty_printer *, tree);
179 void pp_c_attributes (c_pretty_printer *, tree);
181 void pp_c_type_qualifier_list (c_pretty_printer *, tree);
182 void pp_c_parameter_type_list (c_pretty_printer *, tree);
183 void pp_c_declaration (c_pretty_printer *, tree);
    [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-pretty-print.h 25 #include "tree.h"
42 typedef void (*c_pretty_print_fn) (c_pretty_printer *, tree);
45 a tree that represents a C construct. Any pretty-printer for a
174 void pp_c_space_for_pointer_operator (c_pretty_printer *, tree);
177 void pp_c_tree_decl_identifier (c_pretty_printer *, tree);
178 void pp_c_function_definition (c_pretty_printer *, tree);
179 void pp_c_attributes (c_pretty_printer *, tree);
181 void pp_c_type_qualifier_list (c_pretty_printer *, tree);
182 void pp_c_parameter_type_list (c_pretty_printer *, tree);
183 void pp_c_declaration (c_pretty_printer *, tree);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 25 #include "tree.h"
42 typedef void (*c_pretty_print_fn) (c_pretty_printer *, tree);
45 a tree that represents a C construct. Any pretty-printer for a
174 void pp_c_space_for_pointer_operator (c_pretty_printer *, tree);
177 void pp_c_tree_decl_identifier (c_pretty_printer *, tree);
178 void pp_c_function_definition (c_pretty_printer *, tree);
179 void pp_c_attributes (c_pretty_printer *, tree);
181 void pp_c_type_qualifier_list (c_pretty_printer *, tree);
182 void pp_c_parameter_type_list (c_pretty_printer *, tree);
183 void pp_c_declaration (c_pretty_printer *, tree);
    [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-pretty-print.h 25 #include "tree.h"
42 typedef void (*c_pretty_print_fn) (c_pretty_printer *, tree);
45 a tree that represents a C construct. Any pretty-printer for a
174 void pp_c_space_for_pointer_operator (c_pretty_printer *, tree);
177 void pp_c_tree_decl_identifier (c_pretty_printer *, tree);
178 void pp_c_function_definition (c_pretty_printer *, tree);
179 void pp_c_attributes (c_pretty_printer *, tree);
181 void pp_c_type_qualifier_list (c_pretty_printer *, tree);
182 void pp_c_parameter_type_list (c_pretty_printer *, tree);
183 void pp_c_declaration (c_pretty_printer *, tree);
    [all...]
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1-sources.jar 
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Antlr3.Runtime.csproj 98 <Compile Include="Tree\AstTreeRuleReturnScope`2.cs" />
99 <Compile Include="Tree\BaseTree.cs" />
100 <Compile Include="Tree\BaseTreeAdaptor.cs" />
101 <Compile Include="Tree\AntlrRuntime_BaseTreeDebugView.cs" />
102 <Compile Include="Tree\BufferedTreeNodeStream.cs" />
103 <Compile Include="Tree\CommonErrorNode.cs" />
104 <Compile Include="Tree\CommonTree.cs" />
105 <Compile Include="Tree\CommonTreeAdaptor.cs" />
106 <Compile Include="Tree\CommonTreeNodeStream.cs" />
107 <Compile Include="Tree\DotTreeGenerator.cs" /
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeIterator.java 28 package org.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:TreeIterator
57 public TreeIterator(Object tree) {
58 this(new CommonTreeAdaptor(),tree);
61 public TreeIterator(TreeAdaptor adaptor, Object tree) {
63 this.tree = tree;
64 this.root = tree;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
CHANGES.txt 9 * Text of imaginary nodes in tree rewrite mode weren't using NSStrings causing a runtime exception
11 * Add currently empty ANTLRCommonTreeNodeStream class, which will be buffering tree nodes
  /external/chromium_org/
.gn 2 # find the root of the source tree and to set startup options.
7 # The secondary source root is a parallel directory tree where
  /external/chromium_org/content/test/data/accessibility/
modal-dialog-closed-expected-android.txt 2 android.view.View clickable name='Test that elements respawn in the accessibility tree after a modal dialog closes.'
4 android.widget.Button clickable focusable name='This should be in the tree.'
modal-dialog-stack-expected-mac.txt 5 AXStaticText AXValue='This is the now active dialog. Of course it should be in the tree. '
6 AXButton AXTitle='This is in the active dialog and should be in the tree.'
modal-dialog-stack-expected-win.txt 5 ROLE_SYSTEM_TEXT name='This is the now active dialog. Of course it should be in the tree. ' READONLY
6 ROLE_SYSTEM_PUSHBUTTON name='This is in the active dialog and should be in the tree.' FOCUSABLE
modal-dialog-stack.html 6 Test the accessiblity tree after a pending modal dialog becomes active.
9 This was the top dialog and should not be in the tree.
13 <option>This should be pruned out of the tree.</option>
17 <button>This button should not be in the tree.</button>
19 This was the middle dialog and should not be in the tree.
22 This is the now active dialog. Of course it should be in the tree.
23 <button>This is in the active dialog and should be in the tree.</button>
26 This is the pending dialog and should not be in the tree.
  /prebuilts/tools/common/m2/internal/asm/asm-tree/3.3/
asm-tree-3.3.pom 10 <name>ASM Tree</name>
11 <artifactId>asm-tree</artifactId>
  /external/antlr/antlr-3.4/runtime/ActionScript/project/
.flexLibProperties 5 <classEntry path="org.antlr.runtime.tree.CommonErrorNode"/>
6 <classEntry path="org.antlr.runtime.tree.CommonTreeAdaptor"/>
7 <classEntry path="org.antlr.runtime.tree.BaseTree"/>
12 <classEntry path="org.antlr.runtime.tree.RewriteRuleNodeStream"/>
19 <classEntry path="org.antlr.runtime.tree.RewriteEarlyExitException"/>
21 <classEntry path="org.antlr.runtime.tree.TreeAdaptor"/>
24 <classEntry path="org.antlr.runtime.tree.RewriteCardinalityException"/>
27 <classEntry path="org.antlr.runtime.tree.TreeConstants"/>
30 <classEntry path="org.antlr.runtime.tree.CommonTree"/>
32 <classEntry path="org.antlr.runtime.tree.RewriteRuleSubtreeStream"/
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleNodeStream.js 1 /** Queues up nodes matched on left side of -> in a tree parser. This is
4 org.antlr.runtime.tree.RewriteRuleNodeStream = function(adaptor, elementDescription, el) {
5 org.antlr.runtime.tree.RewriteRuleNodeStream.superclass.constructor.apply(this, arguments);
8 org.antlr.lang.extend(org.antlr.runtime.tree.RewriteRuleNodeStream,
9 org.antlr.runtime.tree.RewriteRuleElementStream,
  /external/chromium_org/ui/webui/resources/js/cr/ui/
tree.js 26 * Helper function that finds the first ancestor tree item.
28 * @return {cr.ui.TreeItem} The found tree item or null if not found.
38 * Creates a new tree element.
43 var Tree = cr.ui.define('tree');
45 Tree.prototype = {
63 * Returns the tree item that are children of this tree.
70 * Adds a tree item to the tree
    [all...]

Completed in 427 milliseconds

1 2 3 45 6 7 8 91011>>