Home
last modified time | relevance | path

Searched defs:tree (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
DSimpleCParser.h50 ANTLRCommonTree *tree; // start of memVars() variable
64 ANTLRCommonTree *tree; // start of memVars() variable
78 ANTLRCommonTree *tree; // start of memVars() variable
92 ANTLRCommonTree *tree; // start of memVars() variable
106 ANTLRCommonTree *tree; // start of memVars() variable
120 ANTLRCommonTree *tree; // start of memVars() variable
134 ANTLRCommonTree *tree; // start of memVars() variable
148 ANTLRCommonTree *tree; // start of memVars() variable
162 ANTLRCommonTree *tree; // start of memVars() variable
176 ANTLRCommonTree *tree; // start of memVars() variable
[all …]
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3commontree.c156 pANTLR3_COMMON_TREE tree; in newPoolTree() local
213 newFromTree(pANTLR3_ARBORETUM factory, pANTLR3_COMMON_TREE tree) in newFromTree()
289 antlr3SetCTAPI(pANTLR3_COMMON_TREE tree) in antlr3SetCTAPI()
339 pANTLR3_COMMON_TREE tree; in antlr3CommonTreeNew() local
374 createChildrenList (pANTLR3_BASE_TREE tree) in createChildrenList()
381 getToken (pANTLR3_BASE_TREE tree) in getToken()
393 dupNode (pANTLR3_BASE_TREE tree) in dupNode()
408 isNilNode (pANTLR3_BASE_TREE tree) in isNilNode()
423 getType (pANTLR3_BASE_TREE tree) in getType()
440 getText (pANTLR3_BASE_TREE tree) in getText()
[all …]
Dantlr3basetree.c58 antlr3BaseTreeNew(pANTLR3_BASE_TREE tree) in antlr3BaseTreeNew()
84 getCharPositionInLine (pANTLR3_BASE_TREE tree) in getCharPositionInLine()
90 getLine (pANTLR3_BASE_TREE tree) in getLine()
95 getFirstChildWithType (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 type) in getFirstChildWithType()
119 getChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i) in getChild()
131 getChildCount (pANTLR3_BASE_TREE tree) in getChildCount()
144 addChild (pANTLR3_BASE_TREE tree, pANTLR3_BASE_TREE child) in addChild()
222 addChildren (pANTLR3_BASE_TREE tree, pANTLR3_LIST kids) in addChildren()
236 setChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i, void * child) in setChild()
246 deleteChild (pANTLR3_BASE_TREE tree, ANTLR3_UINT32 i) in deleteChild()
[all …]
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
Dtranslate.py11 def _MapTree(func, tree, name): argument
56 def _MapField(tree): argument
63 def _MapParameter(tree): argument
69 def _MapMethod(tree): argument
78 def _MapEnumField(tree): argument
82 def _MapStruct(tree): argument
91 def _MapInterface(tree): argument
100 def _MapEnum(tree): argument
106 def _MapConstant(tree): argument
113 def _MapModule(tree, name): argument
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCParser.h68 ANTLRCommonTree *tree; /* ObjC start of memVars() */ variable
87 ANTLRCommonTree *tree; /* ObjC start of memVars() */ variable
106 ANTLRCommonTree *tree; /* ObjC start of memVars() */ variable
125 ANTLRCommonTree *tree; /* ObjC start of memVars() */ variable
144 ANTLRCommonTree *tree; /* ObjC start of memVars() */ variable
163 ANTLRCommonTree *tree; /* ObjC start of memVars() */ variable
182 ANTLRCommonTree *tree; /* ObjC start of memVars() */ variable
201 ANTLRCommonTree *tree; /* ObjC start of memVars() */ variable
220 ANTLRCommonTree *tree; /* ObjC start of memVars() */ variable
239 ANTLRCommonTree *tree; /* ObjC start of memVars() */ variable
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/
DPODRedBlackTreeTest.cpp49 PODRedBlackTree<int> tree(arena); in TEST() local
60 PODRedBlackTree<int> tree; in TEST() local
68 PODRedBlackTree<int> tree; in TEST() local
84 PODRedBlackTree<int> tree; in TEST() local
97 PODRedBlackTree<int> tree; in TEST() local
108 PODRedBlackTree<int> tree; in TEST() local
135 PODRedBlackTree<int> tree; in TEST() local
159 PODRedBlackTree<int> tree; in TEST() local
178 PODRedBlackTree<int> tree; in InsertionAndDeletionTest() local
DPODIntervalTreeTest.cpp60 PODIntervalTree<float> tree; in TEST() local
67 PODIntervalTree<float> tree; in TEST() local
78 PODIntervalTree<float> tree; in TEST() local
101 PODIntervalTree<float, int*> tree; in TEST() local
144 PODIntervalTree<float, UserData1> tree; in TEST() local
154 PODIntervalTree<float, UserData1> tree; in TEST() local
201 PODIntervalTree<EndpointType1> tree; in TEST() local
224 PODIntervalTree<int> tree; in InsertionAndDeletionTest() local
297 PODIntervalTree<int> tree; in TEST() local
335 PODIntervalTree<int> tree; in TEST() local
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
Dregion_data_builder_test.cc70 const RegionData& tree = builder_.Build("US", "en-US", &best_language_); in TEST_F() local
76 const RegionData& tree = builder_.Build("CN", "zh-Hans", &best_language_); in TEST_F() local
83 const RegionData& tree = builder_.Build("CH", "de-CH", &best_language_); in TEST_F() local
92 const RegionData& tree = builder_.Build("ZW", "en-ZW", &best_language_); in TEST_F() local
98 const RegionData& tree = builder_.Build("US", "en-US", &best_language_); in TEST_F() local
108 const RegionData& tree = builder_.Build("KR", "ko-Latn", &best_language_); in TEST_F() local
117 const RegionData& tree = builder_.Build("KR", "ko-KR", &best_language_); in TEST_F() local
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
Dwizard.rb341 def index( tree, map = {} ) argument
350 def find( tree, what ) argument
359 def find_token_type( tree, type ) argument
365 def find_pattern( tree, pattern ) argument
371 def visit( tree, what = nil, &block ) argument
386 def visit_all( tree, parent = nil, &block ) argument
394 def visit_type( tree, parent, type, &block ) argument
403 def visit_pattern( tree, pattern, &block ) argument
416 def match( tree, pattern ) argument
422 def match!( tree, pattern, labels = {} ) argument
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_treewriter.c13 static void tree2tok(struct vp9_token *tokens, const vp9_tree_index *tree, in tree2tok()
30 const vp9_tree_index *tree) { in vp9_tokens_from_tree()
34 static unsigned int convert_distribution(unsigned int i, vp9_tree tree, in convert_distribution()
54 void vp9_tree_probs_from_distribution(vp9_tree tree, in vp9_tree_probs_from_distribution()
Dvp9_cost.c37 static void cost(int *costs, vp9_tree tree, const vp9_prob *probs, in cost()
53 void vp9_cost_tokens(int *costs, const vp9_prob *probs, vp9_tree tree) { in vp9_cost_tokens()
57 void vp9_cost_tokens_skip(int *costs, const vp9_prob *probs, vp9_tree tree) { in vp9_cost_tokens_skip()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_treewriter.c13 static void tree2tok(struct vp9_token *tokens, const vp9_tree_index *tree, in tree2tok()
30 const vp9_tree_index *tree) { in vp9_tokens_from_tree()
34 static unsigned int convert_distribution(unsigned int i, vp9_tree tree, in convert_distribution()
54 void vp9_tree_probs_from_distribution(vp9_tree tree, in vp9_tree_probs_from_distribution()
/external/doclava/src/com/google/doclava/
DInfoBuilder.java75 ParseTree tree = builder.getTree(); in parseFile() local
342 private void parseFile(ParseTree tree) { in parseFile()
392 private PackageInfo buildPackage(ParseTree tree) { in buildPackage()
412 private static String buildQualifiedName(ParseTree tree) { in buildQualifiedName()
427 private String buildImport(ParseTree tree) { in buildImport()
450 private ClassInfo buildClass(ParseTree tree, ClassInfo containingClass) { in buildClass()
520 private void parseInterfaces(ParseTree tree, ClassInfo cls) { in parseInterfaces()
554 private ClassInfo buildClassName(ParseTree tree, ClassInfo containingClass, Modifiers modifiers, in buildClassName()
623 private void buildClassBody(ParseTree tree, ClassInfo cls) { in buildClassBody()
682 private ArrayList<FieldInfo> buildFields(ParseTree tree, ClassInfo containingClass) { in buildFields()
[all …]
/external/openssl/crypto/x509v3/
Dpcy_tree.c96 static void tree_print(char *str, X509_POLICY_TREE *tree, in tree_print()
146 X509_POLICY_TREE *tree; in tree_init() local
378 X509_POLICY_TREE *tree) in tree_add_unmatched()
405 X509_POLICY_TREE *tree) in tree_link_unmatched()
444 X509_POLICY_TREE *tree) in tree_link_any()
504 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune()
586 static int tree_calculate_authority_set(X509_POLICY_TREE *tree, in tree_calculate_authority_set()
632 static int tree_calculate_user_set(X509_POLICY_TREE *tree, in tree_calculate_user_set()
696 static int tree_evaluate(X509_POLICY_TREE *tree) in tree_evaluate()
728 void X509_policy_tree_free(X509_POLICY_TREE *tree) in X509_policy_tree_free()
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
Dpcy_tree.c96 static void tree_print(char *str, X509_POLICY_TREE *tree, in tree_print()
146 X509_POLICY_TREE *tree; in tree_init() local
378 X509_POLICY_TREE *tree) in tree_add_unmatched()
405 X509_POLICY_TREE *tree) in tree_link_unmatched()
444 X509_POLICY_TREE *tree) in tree_link_any()
504 static int tree_prune(X509_POLICY_TREE *tree, X509_POLICY_LEVEL *curr) in tree_prune()
586 static int tree_calculate_authority_set(X509_POLICY_TREE *tree, in tree_calculate_authority_set()
632 static int tree_calculate_user_set(X509_POLICY_TREE *tree, in tree_calculate_user_set()
696 static int tree_evaluate(X509_POLICY_TREE *tree) in tree_evaluate()
728 void X509_policy_tree_free(X509_POLICY_TREE *tree) in X509_policy_tree_free()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DDotTreeGenerator.cs95 public virtual string ToDot( object tree, ITreeAdaptor adaptor ) in ToDot()
120 public virtual string ToDot( ITree tree ) in ToDot()
124 protected virtual IEnumerable<string> DefineNodes( object tree, ITreeAdaptor adaptor ) in DefineNodes()
150 protected virtual IEnumerable<string> DefineEdges( object tree, ITreeAdaptor adaptor ) in DefineEdges()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DDotTreeGenerator.cs95 public virtual string ToDot( object tree, ITreeAdaptor adaptor ) in ToDot()
120 public virtual string ToDot( ITree tree ) in ToDot()
124 protected virtual IEnumerable<string> DefineNodes( object tree, ITreeAdaptor adaptor ) in DefineNodes()
150 protected virtual IEnumerable<string> DefineEdges( object tree, ITreeAdaptor adaptor ) in DefineEdges()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DDOTTreeGenerator.cs93 public virtual string ToDot(object tree, ITreeAdaptor adaptor) { in ToDot()
117 public virtual string ToDot(ITree tree) { in ToDot()
120 protected virtual IEnumerable<string> DefineNodes(object tree, ITreeAdaptor adaptor) { in DefineNodes()
143 protected virtual IEnumerable<string> DefineEdges(object tree, ITreeAdaptor adaptor) { in DefineEdges()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Ddot.rb91 def self.generate( tree, adaptor = nil, tree_template = TREE_TEMPLATE, argument
105 def to_dot( tree, adaptor = nil, tree_template = TREE_TEMPLATE, argument
117 def define_nodes( tree, adaptor, tree_template, known_nodes = nil ) argument
142 def define_edges( tree, adaptor, tree_template, edge_template ) argument
163 def node_template_for( adaptor, tree ) argument
/external/chromium_org/third_party/libwebp/utils/
Dhuffman.c38 static int IsFull(const HuffmanTree* const tree) { in IsFull()
42 static void AssignChildren(HuffmanTree* const tree, in AssignChildren()
58 static int HuffmanTreeAllocate(HuffmanTree* const tree, int num_nodes) { in HuffmanTreeAllocate()
65 static int TreeInit(HuffmanTree* const tree, int num_leaves) { in TreeInit()
78 void VP8LHuffmanTreeFree(HuffmanTree* const tree) { in VP8LHuffmanTreeFree()
188 static int TreeAddSymbol(HuffmanTree* const tree, in TreeAddSymbol()
231 int VP8LHuffmanTreeBuildImplicit(HuffmanTree* const tree, in VP8LHuffmanTreeBuildImplicit()
288 int VP8LHuffmanTreeBuildExplicit(HuffmanTree* const tree, in VP8LHuffmanTreeBuildExplicit()
/external/jemalloc/test/unit/
Drb.c47 tree_t tree; in TEST_BEGIN() local
109 tree_iterate_cb(tree_t *tree, node_t *node, void *data) in tree_iterate_cb()
137 tree_iterate(tree_t *tree) in tree_iterate()
148 tree_iterate_reverse(tree_t *tree) in tree_iterate_reverse()
159 node_remove(tree_t *tree, node_t *node, unsigned nnodes) in node_remove()
193 remove_iterate_cb(tree_t *tree, node_t *node, void *data) in remove_iterate_cb()
204 remove_reverse_iterate_cb(tree_t *tree, node_t *node, void *data) in remove_reverse_iterate_cb()
221 tree_t tree; in TEST_BEGIN() local
/external/webp/src/utils/
Dhuffman.c38 static int IsFull(const HuffmanTree* const tree) { in IsFull()
42 static void AssignChildren(HuffmanTree* const tree, in AssignChildren()
58 static int HuffmanTreeAllocate(HuffmanTree* const tree, int num_nodes) { in HuffmanTreeAllocate()
65 static int TreeInit(HuffmanTree* const tree, int num_leaves) { in TreeInit()
78 void VP8LHuffmanTreeFree(HuffmanTree* const tree) { in VP8LHuffmanTreeFree()
188 static int TreeAddSymbol(HuffmanTree* const tree, in TreeAddSymbol()
231 int VP8LHuffmanTreeBuildImplicit(HuffmanTree* const tree, in VP8LHuffmanTreeBuildImplicit()
288 int VP8LHuffmanTreeBuildExplicit(HuffmanTree* const tree, in VP8LHuffmanTreeBuildExplicit()
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
Dwebtreemap.js43 function handleFocus(tree) {} argument
45 function focus(tree) { argument
73 function makeDom(tree, level) { argument
148 function layout(tree, level, width, height) { argument
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
Dtrace-event-listener.rb52 def consume_node( tree ) argument
57 def look( i, tree ) argument
62 def flat_node( tree ) argument
66 def create_node( tree, token = nil ) argument
86 def set_token_boundaries( tree, token_start_index, token_stop_index ) argument
Devent-hub.rb63 def consume_hidden_token( tree ) argument
69 def consume_node( tree ) argument
75 def consume_token( tree ) argument
123 def error_node( tree ) argument
147 def flat_node( tree ) argument
159 def look( i, tree ) argument
195 def set_token_boundaries( tree, token_start_index, token_stop_index ) argument

12345678910>>...12