HomeSort by relevance Sort by last modified time
    Searched refs:tree (Results 226 - 250 of 1092) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/vp8/common/
treecoder.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.
59 vp8_tree tree,
96 i = tree[ i + b];
112 vp8_tree tree,
123 branch_counts(n, tok, tree, branch_ct, num_events);
  /external/libxslt/libxslt/
attributes.h 14 #include <libxml/tree.h>
  /external/smali/util/src/main/java/ds/tree/
RadixTree.java 25 package ds.tree;
30 * This interface represent the operation of a radix tree. A radix tree,
31 * Patricia trie/tree, or crit bit tree is a specialized set data structure
37 * radix tree and crit bit tree are only applied to trees storing integers and
46 * Insert a new string key and its value to the tree.
58 * Delete a key and its associated value from the tree.
67 * @param key The key for which to search the tree
    [all...]
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserScope.h 32 #include <libxml/tree.h>
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeIterator.h 43 __strong id<ANTLRBaseTree> tree; variable
54 @property(retain) id<ANTLRBaseTree> tree; variable
62 andTree:(id<ANTLRBaseTree>)tree;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.h 39 ANTLRCommonTree * tree; variable
43 @property (retain, getter=gettree, setter=settree:) ANTLRCommonTree * tree; variable
64 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; variable
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testdottreegen.py 12 from antlr3.tree import CommonTreeAdaptor
41 tree = self.wiz.create("(A B (B C C) (B (C D D)))")
42 st = toDOT(tree, self.adaptor, treeST, edgeST)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
visitor.rb 40 AST::Visitor is an extra utility class for working with tree objects. Visitor
42 instead a standard single iteration block. The <tt>visit(tree)</tt> method walks
43 through each node of the tree (top-down left-to-right). If +pre_action+ is
68 def visit( tree, pre_action = nil, post_action = nil )
69 flat = @adaptor.flat_list?( tree )
73 tree = before.call( tree ) unless before.nil? or flat
74 @adaptor.child_count( tree ).times do |index|
75 child = @adaptor.child_of( tree, index )
78 tree = after.call( tree ) unless after.nil? or fla
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
emit-rtl.h 33 extern void set_mem_expr (rtx, tree);
43 extern tree get_spill_slot_decl (bool);
62 extern void set_reg_attrs_for_decl_rtl (tree t, rtx x);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
emit-rtl.h 33 extern void set_mem_expr (rtx, tree);
43 extern tree get_spill_slot_decl (bool);
62 extern void set_reg_attrs_for_decl_rtl (tree t, rtx x);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
emit-rtl.h 33 extern void set_mem_expr (rtx, tree);
43 extern tree get_spill_slot_decl (bool);
62 extern void set_reg_attrs_for_decl_rtl (tree t, rtx x);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTreeNodeStream.java 28 package org.antlr.runtime.tree;
41 /** Pull nodes from which tree? */
44 /** If this tree (root) was created from a token stream, track it. */
47 /** What tree adaptor was used to build these trees */
50 /** The tree iterator we using */
56 /** Tree (nil A B C) trees like flat A B C streams */
59 /** Tracks tree depth. Level=0 means we're at root node level. */
62 public CommonTreeNodeStream(Object tree) {
63 this(new CommonTreeAdaptor(), tree);
66 public CommonTreeNodeStream(TreeAdaptor adaptor, Object tree) {
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm-protos.h 142 extern bool arm_is_long_call_p (tree);
157 extern void arm_init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx, tree);
159 extern bool arm_pad_reg_upward (enum machine_mode, tree, int);
174 extern int is_called_in_ARM_mode (tree);
197 extern void arm_pe_unique_section (tree, int);
198 extern void arm_pe_encode_section_info (tree, rtx, int);
199 extern int arm_dllexport_p (tree);
200 extern int arm_dllimport_p (tree);
201 extern void arm_mark_dllexport (tree);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm-protos.h 142 extern bool arm_is_long_call_p (tree);
157 extern void arm_init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx, tree);
159 extern bool arm_pad_reg_upward (enum machine_mode, tree, int);
174 extern int is_called_in_ARM_mode (tree);
197 extern void arm_pe_unique_section (tree, int);
198 extern void arm_pe_encode_section_info (tree, rtx, int);
199 extern int arm_dllexport_p (tree);
200 extern int arm_dllimport_p (tree);
201 extern void arm_mark_dllexport (tree);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm-protos.h 142 extern bool arm_is_long_call_p (tree);
157 extern void arm_init_cumulative_args (CUMULATIVE_ARGS *, tree, rtx, tree);
159 extern bool arm_pad_reg_upward (enum machine_mode, tree, int);
174 extern int is_called_in_ARM_mode (tree);
197 extern void arm_pe_unique_section (tree, int);
198 extern void arm_pe_encode_section_info (tree, rtx, int);
199 extern int arm_dllexport_p (tree);
200 extern int arm_dllimport_p (tree);
201 extern void arm_mark_dllexport (tree);
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
BaseTreeAdaptor.js 1 /** A TreeAdaptor that works with any Tree implementation. */
2 org.antlr.runtime.tree.BaseTreeAdaptor = function() {
5 org.antlr.runtime.tree.TreeAdaptor = function() {};
7 org.antlr.lang.extend(org.antlr.runtime.tree.BaseTreeAdaptor,
8 org.antlr.runtime.tree.TreeAdaptor,
14 /** create tree node that holds the start and stop tokens associated
17 * If you specify your own kind of tree nodes, you will likely have to
23 var t = new org.antlr.runtime.tree.CommonErrorNode(input, start, stop, e);
27 isNil: function(tree) {
28 return tree.isNil()
    [all...]
CommonErrorNode.js 1 org.antlr.runtime.tree.CommonErrorNode = function(input, start, stop, e) {
18 org.antlr.lang.extend(org.antlr.runtime.tree.CommonErrorNode, org.antlr.runtime.tree.CommonTree, {
37 else if ( this.start instanceof org.antlr.runtime.tree.Tree ) {
41 // people should subclass if they alter the tree type so this
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTTreeParser.stg 29 /** Templates for building ASTs during tree parsing.
63 retval.tree = _first_0
64 if self._adaptor.getParent(retval.tree) is not None and self._adaptor.isNil(self._adaptor.getParent(retval.tree)):
65 retval.tree = self._adaptor.getParent(retval.tree)
70 /** match ^(root children) in tree parser; override here to
71 * add tree construction actions.
73 tree(root, actionsAfterRoot, children, nullableChildList,
86 _first_<enclosingTreeLevel> = <root.el.label>.tree<\n
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/tools/
TestOctree.java 61 private Octree tree; field in class:TestOctree
104 // tree = new Octree(scene, 20000);
105 tree = new Octree(scene, 50);
106 tree.construct();
109 tree.createFastOctnodes(globalGeomList);
110 tree.generateFastOctnodeLinks();
119 fastRoot = tree.getFastRoot();
120 octBox = tree.getBound();
140 //tree.generateRenderSet(renderSet, cam);
155 // tree.renderBounds(rq, transform, box, mat)
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
audits.css 32 .audits-sidebar-tree-item .icon {
36 .audit-result-sidebar-tree-item .icon {
209 .audit-result-tree li.parent::before {
218 .audit-result-tree {
224 .audit-result-tree > ol {
233 .audit-result-tree, .audit-result-tree ol {
239 .audit-result-tree li {
247 .audit-result-tree li.parent {
251 .audit-result-tree li.parent::before
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTTreeParser.stg 29 /** Templates for building ASTs during tree parsing.
44 <recognizer.ASTLabelType; null="ANTLRCommonTree"> *tree;
59 return tree;
64 if (tree != aTree) {
65 if ( tree ) [tree release];
67 tree = aTree;
77 @synthesize tree;
81 @property (retain) <recognizer.ASTLabelType; null="ANTLRCommonTree"> *tree;
99 retval.tree = (<ASTLabelType> *)_first_0
    [all...]
  /external/v8/tools/
splaytree.js 30 * Constructs a Splay tree. A splay tree is a self-balancing binary
31 * search tree with the additional property that recently accessed
42 * Pointer to the root node of the tree.
51 * @return {boolean} Whether the tree is empty.
60 * Inserts a node into the tree with the specified key and value if
61 * the tree does not already contain a node with the specified key. If
62 * the value is inserted, it becomes the root of the tree.
64 * @param {number} key Key to insert into the tree.
65 * @param {*} value Value to insert into the tree
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ASTTreeParser.stg 29 /** Templates for building ASTs during tree parsing.
55 retval.tree = <ASTLabelType>(_first_0);
56 if ( adaptor.getParent(retval.tree)!=null && adaptor.isNil( adaptor.getParent(retval.tree) ) )
57 retval.tree = <ASTLabelType>(adaptor.getParent(retval.tree));
62 /** match ^(root children) in tree parser; override here to
63 * add tree construction actions.
65 tree(root, actionsAfterRoot, children, nullableChildList,
78 if ( _first_<enclosingTreeLevel>==null ) _first_<enclosingTreeLevel> = <root.el.label>.tree;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTTreeParser.stg 32 /** Templates for building ASTs during tree parsing.
63 retval.tree = (<ASTLabelType>)_first_0;
64 if ( ADAPTOR->getParent(ADAPTOR, retval.tree) != NULL && ADAPTOR->isNilNode(ADAPTOR, ADAPTOR->getParent(ADAPTOR, retval.tree) ) )
66 retval.tree = (<ASTLabelType>)ADAPTOR->getParent(ADAPTOR, retval.tree);
72 /** match ^(root children) in tree parser; override here to
73 * add tree construction actions.
75 tree(root, actionsAfterRoot, children, nullableChildList,
93 if ( _first_<enclosingTreeLevel> == NULL ) _first_<enclosingTreeLevel> = <root.el.label>.tree;
    [all...]
  /build/core/tasks/
vendor_module_check.mk 45 $(error Error: Product "$(TARGET_PRODUCT)" can not have overlay in vendor tree: \
49 $(error Error: Product "$(TARGET_PRODUCT)" can not have PRODUCT_COPY_FILES from vendor tree: \
70 $(ALL_MODULES.$(m).INSTALLED) which is not in the vendor tree))))

Completed in 949 milliseconds

1 2 3 4 5 6 7 8 91011>>