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

1 2 3 4 5 6 7 8 91011>>

  /external/selinux/libsepol/cil/src/
cil_tree.h 57 int cil_tree_init(struct cil_tree **tree);
58 void cil_tree_destroy(struct cil_tree **tree);
65 void cil_tree_print(struct cil_tree_node *tree, uint32_t depth);
  /external/v8/src/profiler/
profile-generator-inl.h 32 ProfileNode::ProfileNode(ProfileTree* tree, CodeEntry* entry,
34 : tree_(tree),
39 id_(tree->next_node_id()),
  /frameworks/base/tools/aapt2/tools/
public_attr_map.py 26 tree = None variable
28 tree = ET.parse(f) variable
31 for node in tree.iter('public'):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
emit-rtl.h 33 extern void set_mem_expr (rtx, tree);
49 extern tree get_spill_slot_decl (bool);
69 extern void set_reg_attrs_for_decl_rtl (tree t, rtx x);
tree-flow-inline.h 1 /* Inline functions for tree-flow.h
25 tree-flow.h. See tree-flow.h for documentation. */
38 static inline tree
157 link_imm_use (ssa_use_operand_t *linknode, tree def)
174 set_ssa_use_from_ptr (use_operand_p use, tree val)
184 link_imm_use_stmt (ssa_use_operand_t *linknode, tree def, gimple stmt)
233 first_readonly_imm_use (imm_use_iterator *imm, tree var)
266 /* tree-cfg.c */
366 /* Return the tree pointed-to by USE. *
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliParser.java 15 import org.antlr.runtime.tree.*;
476 CommonTree tree; field in class:smaliParser.smali_file_return
478 public CommonTree getTree() { return tree; }
659 retval.tree = root_0;
721 retval.tree = root_0;
727 retval.tree = (CommonTree)adaptor.rulePostProcessing(root_0);
728 adaptor.setTokenBoundaries(retval.tree, retval.start, retval.stop);
734 retval.tree = (CommonTree)adaptor.errorNode(input, retval.start, input.LT(-1), re);
747 CommonTree tree; field in class:smaliParser.class_spec_return
749 public CommonTree getTree() { return tree; }
829 CommonTree tree; field in class:smaliParser.super_spec_return
909 CommonTree tree; field in class:smaliParser.implements_spec_return
989 CommonTree tree; field in class:smaliParser.source_spec_return
1069 CommonTree tree; field in class:smaliParser.access_list_return
1173 CommonTree tree; field in class:smaliParser.field_return
1471 CommonTree tree; field in class:smaliParser.method_return
1588 CommonTree tree; field in class:smaliParser.statements_and_directives_return
1879 CommonTree tree; field in class:smaliParser.ordered_method_item_return
2041 CommonTree tree; field in class:smaliParser.registers_directive_return
2196 CommonTree tree; field in class:smaliParser.param_list_or_id_return
2272 CommonTree tree; field in class:smaliParser.simple_name_return
3740 CommonTree tree; field in class:smaliParser.member_name_return
3841 CommonTree tree; field in class:smaliParser.method_prototype_return
3948 CommonTree tree; field in class:smaliParser.param_list_or_id_primitive_type_return
4015 CommonTree tree; field in class:smaliParser.param_list_return
4147 CommonTree tree; field in class:smaliParser.array_descriptor_return
4210 CommonTree tree; field in class:smaliParser.type_descriptor_return
4335 CommonTree tree; field in class:smaliParser.nonvoid_type_descriptor_return
4441 CommonTree tree; field in class:smaliParser.reference_type_descriptor_return
4526 CommonTree tree; field in class:smaliParser.integer_literal_return
4642 CommonTree tree; field in class:smaliParser.float_literal_return
4742 CommonTree tree; field in class:smaliParser.double_literal_return
4842 CommonTree tree; field in class:smaliParser.literal_return
5330 CommonTree tree; field in class:smaliParser.parsed_integer_literal_return
5383 CommonTree tree; field in class:smaliParser.integral_literal_return
5528 CommonTree tree; field in class:smaliParser.fixed_32bit_literal_return
5713 CommonTree tree; field in class:smaliParser.fixed_literal_return
5919 CommonTree tree; field in class:smaliParser.array_literal_return
6074 CommonTree tree; field in class:smaliParser.annotation_element_return
6163 CommonTree tree; field in class:smaliParser.annotation_return
6297 CommonTree tree; field in class:smaliParser.subannotation_return
6417 CommonTree tree; field in class:smaliParser.enum_literal_return
6498 CommonTree tree; field in class:smaliParser.type_field_method_literal_return
6901 CommonTree tree; field in class:smaliParser.method_reference_return
7011 CommonTree tree; field in class:smaliParser.field_reference_return
7127 CommonTree tree; field in class:smaliParser.label_return
7208 CommonTree tree; field in class:smaliParser.label_ref_return
7282 CommonTree tree; field in class:smaliParser.register_list_return
7442 CommonTree tree; field in class:smaliParser.register_range_return
7570 CommonTree tree; field in class:smaliParser.verification_error_reference_return
7657 CommonTree tree; field in class:smaliParser.catch_directive_return
7781 CommonTree tree; field in class:smaliParser.catchall_directive_return
7897 CommonTree tree; field in class:smaliParser.parameter_directive_return
8128 CommonTree tree; field in class:smaliParser.debug_directive_return
8316 CommonTree tree; field in class:smaliParser.line_directive_return
8397 CommonTree tree; field in class:smaliParser.local_directive_return
8640 CommonTree tree; field in class:smaliParser.end_local_directive_return
8720 CommonTree tree; field in class:smaliParser.restart_local_directive_return
8800 CommonTree tree; field in class:smaliParser.prologue_directive_return
8873 CommonTree tree; field in class:smaliParser.epilogue_directive_return
8946 CommonTree tree; field in class:smaliParser.source_directive_return
9046 CommonTree tree; field in class:smaliParser.instruction_format12x_return
9146 CommonTree tree; field in class:smaliParser.instruction_format22s_return
9246 CommonTree tree; field in class:smaliParser.instruction_format31i_return
9346 CommonTree tree; field in class:smaliParser.instruction_return
10317 CommonTree tree; field in class:smaliParser.insn_format10t_return
10399 CommonTree tree; field in class:smaliParser.insn_format10x_return
10473 CommonTree tree; field in class:smaliParser.insn_format10x_odex_return
10527 CommonTree tree; field in class:smaliParser.insn_format11n_return
10622 CommonTree tree; field in class:smaliParser.insn_format11x_return
10703 CommonTree tree; field in class:smaliParser.insn_format12x_return
10797 CommonTree tree; field in class:smaliParser.insn_format20bc_return
10897 CommonTree tree; field in class:smaliParser.insn_format20t_return
10979 CommonTree tree; field in class:smaliParser.insn_format21c_field_return
11074 CommonTree tree; field in class:smaliParser.insn_format21c_field_odex_return
11174 CommonTree tree; field in class:smaliParser.insn_format21c_string_return
11268 CommonTree tree; field in class:smaliParser.insn_format21c_type_return
11363 CommonTree tree; field in class:smaliParser.insn_format21ih_return
11458 CommonTree tree; field in class:smaliParser.insn_format21lh_return
11553 CommonTree tree; field in class:smaliParser.insn_format21s_return
11648 CommonTree tree; field in class:smaliParser.insn_format21t_return
11743 CommonTree tree; field in class:smaliParser.insn_format22b_return
11849 CommonTree tree; field in class:smaliParser.insn_format22c_field_return
11955 CommonTree tree; field in class:smaliParser.insn_format22c_field_odex_return
12066 CommonTree tree; field in class:smaliParser.insn_format22c_type_return
12172 CommonTree tree; field in class:smaliParser.insn_format22cs_field_return
12256 CommonTree tree; field in class:smaliParser.insn_format22s_return
12363 CommonTree tree; field in class:smaliParser.insn_format22t_return
12469 CommonTree tree; field in class:smaliParser.insn_format22x_return
12562 CommonTree tree; field in class:smaliParser.insn_format23x_return
12666 CommonTree tree; field in class:smaliParser.insn_format30t_return
12748 CommonTree tree; field in class:smaliParser.insn_format31c_return
12842 CommonTree tree; field in class:smaliParser.insn_format31i_return
12938 CommonTree tree; field in class:smaliParser.insn_format31t_return
13033 CommonTree tree; field in class:smaliParser.insn_format32x_return
13126 CommonTree tree; field in class:smaliParser.insn_format35c_method_return
13234 CommonTree tree; field in class:smaliParser.insn_format35c_type_return
13342 CommonTree tree; field in class:smaliParser.insn_format35c_method_odex_return
13428 CommonTree tree; field in class:smaliParser.insn_format35mi_method_return
13513 CommonTree tree; field in class:smaliParser.insn_format35ms_method_return
13598 CommonTree tree; field in class:smaliParser.insn_format3rc_method_return
13706 CommonTree tree; field in class:smaliParser.insn_format3rc_method_odex_return
13792 CommonTree tree; field in class:smaliParser.insn_format3rc_type_return
13900 CommonTree tree; field in class:smaliParser.insn_format3rmi_method_return
13985 CommonTree tree; field in class:smaliParser.insn_format3rms_method_return
14070 CommonTree tree; field in class:smaliParser.insn_format45cc_method_return
14191 CommonTree tree; field in class:smaliParser.insn_format4rcc_method_return
14312 CommonTree tree; field in class:smaliParser.insn_format51l_return
14407 CommonTree tree; field in class:smaliParser.insn_array_data_directive_return
14548 CommonTree tree; field in class:smaliParser.insn_packed_switch_directive_return
14683 CommonTree tree; field in class:smaliParser.insn_sparse_switch_directive_return
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_parser.py 8 # and that these valid trees are indeed allowed by the tree-loading side
23 "could not re-generate syntax tree")
265 def walk(tree):
266 node_type = tree[0]
267 next = tree[1]
269 for elt in tree[1:]:
273 yield tree
303 def check_bad_tree(self, tree, label):
305 parser.sequence2st(tree)
309 self.fail("did not detect invalid tree for %r" % label)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_parser.py 10 # and that these valid trees are indeed allowed by the tree-loading side
25 "could not re-generate syntax tree")
267 def walk(tree):
268 node_type = tree[0]
269 next = tree[1]
271 for elt in tree[1:]:
275 yield tree
305 def check_bad_tree(self, tree, label):
307 parser.sequence2st(tree)
311 self.fail("did not detect invalid tree for %r" % label
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_parser.py 10 # and that these valid trees are indeed allowed by the tree-loading side
25 "could not re-generate syntax tree")
267 def walk(tree):
268 node_type = tree[0]
269 next = tree[1]
271 for elt in tree[1:]:
275 yield tree
305 def check_bad_tree(self, tree, label):
307 parser.sequence2st(tree)
311 self.fail("did not detect invalid tree for %r" % label
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_parser.py 10 # and that these valid trees are indeed allowed by the tree-loading side
25 "could not re-generate syntax tree")
267 def walk(tree):
268 node_type = tree[0]
269 next = tree[1]
271 for elt in tree[1:]:
275 yield tree
305 def check_bad_tree(self, tree, label):
307 parser.sequence2st(tree)
311 self.fail("did not detect invalid tree for %r" % label
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_parser.py 10 # and that these valid trees are indeed allowed by the tree-loading side
25 "could not re-generate syntax tree")
267 def walk(tree):
268 node_type = tree[0]
269 next = tree[1]
271 for elt in tree[1:]:
275 yield tree
305 def check_bad_tree(self, tree, label):
307 parser.sequence2st(tree)
311 self.fail("did not detect invalid tree for %r" % label
    [all...]
  /external/dtc/tests/
run_tests.sh 202 tree="overlay_bad_fixup_$test"
203 run_dtc_test -I dts -O dtb -o $tree.test.dtb $tree.dts
204 run_test overlay_bad_fixup overlay_base_no_symbols.test.dtb $tree.test.dtb
237 TREE=$1
240 run_test get_mem_rsv $TREE
241 run_test root_node $TREE
242 run_test find_property $TREE
243 run_test subnode_offset $TREE
244 run_test path_offset $TREE
    [all...]
  /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...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
StructuredLockingTest.java 30 import org.objectweb.asm.tree.AbstractInsnNode;
31 import org.objectweb.asm.tree.ClassNode;
32 import org.objectweb.asm.tree.MethodNode;
33 import org.objectweb.asm.tree.TryCatchBlockNode;
34 import org.objectweb.asm.tree.VarInsnNode;
35 import org.objectweb.asm.tree.analysis.Analyzer;
36 import org.objectweb.asm.tree.analysis.AnalyzerException;
37 import org.objectweb.asm.tree.analysis.BasicInterpreter;
38 import org.objectweb.asm.tree.analysis.BasicValue;
39 import org.objectweb.asm.tree.analysis.Frame
    [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...]
  /system/extras/simpleperf/scripts/
report.py 206 tree = Treeview(report_frame, columns=[title_line], show='')
207 tree.pack(side=LEFT, fill=BOTH, expand=1)
208 tree.tag_configure('set_font', font=font)
210 tree.config(yscrollcommand=yscrollbar.set)
211 yscrollbar.config(command=tree.yview)
212 tree.config(xscrollcommand=xscrollbar.set)
213 xscrollbar.config(command=tree.xview)
215 self.display_report_items(tree, report_items)
217 def display_report_items(self, tree, report_items):
220 id = tree.insert
    [all...]
  /system/libufdt/
ufdt_overlay.c 38 * device tree (FDT).
40 * Here we introduce `libufdt` which builds a real tree structure (named
41 * ufdt -- unflattned device tree) from FDT. In the real tree, we can perform
45 * This file is the improved version of fdt_overlay.c by using the real tree
48 * How the device tree overlay works and some
70 static uint32_t ufdt_get_max_phandle(struct ufdt *tree) {
71 struct static_phandle_table sorted_table = tree->phandle_table;
99 static void ufdt_try_increase_phandle(struct ufdt *tree, uint32_t offset) {
100 struct static_phandle_table sorted_table = tree->phandle_table
    [all...]
  /prebuilts/go/darwin-x86/src/compress/bzip2/
huffman.go 9 // A huffmanTree is a binary tree which is navigated, bit-by-bit to reach a
12 // nodes contains all the non-leaf nodes in the tree. nodes[0] is the
13 // root of the tree and nextNode contains the index of the next element
14 // of nodes to use when the tree is being constructed.
19 // A huffmanNode is a node in the tree. left and right contain indexes into the
20 // nodes slice of the tree. If left or right is invalidNodeValue then the child
24 // tree, but also two magic values for run-length encoding and an EOF symbol.
31 // invalidNodeValue is an invalid index which marks a leaf node in the tree.
34 // Decode reads bits from the given bitReader and navigates the tree until a
37 nodeIndex := uint16(0) // node 0 is the root of the tree
    [all...]
  /prebuilts/go/linux-x86/src/compress/bzip2/
huffman.go 9 // A huffmanTree is a binary tree which is navigated, bit-by-bit to reach a
12 // nodes contains all the non-leaf nodes in the tree. nodes[0] is the
13 // root of the tree and nextNode contains the index of the next element
14 // of nodes to use when the tree is being constructed.
19 // A huffmanNode is a node in the tree. left and right contain indexes into the
20 // nodes slice of the tree. If left or right is invalidNodeValue then the child
24 // tree, but also two magic values for run-length encoding and an EOF symbol.
31 // invalidNodeValue is an invalid index which marks a leaf node in the tree.
34 // Decode reads bits from the given bitReader and navigates the tree until a
37 nodeIndex := uint16(0) // node 0 is the root of the tree
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /art/test/968-default-partial-compile-gen/util-src/
generate_smali.py 41 # The max depth the type tree can have.
146 # System.out.printf("{tree} calls %s\\n", v.getName());
149 # System.out.println("{tree} threw AbstractMethodError");
151 # System.out.println("{tree} threw NoSuchMethodError");
153 # System.out.println("{tree} threw IncompatibleClassChangeError");
183 const-string v5, "{tree} calls %s\\n"
193 const-string v5, "{tree} threw AbstractMethodError"
197 const-string v5, "{tree} threw NoSuchMethodError"
201 const-string v5, "{tree} threw IncompatibleClassChangeError"
211 NSME_RESULT_TEMPLATE = "{tree} threw NoSuchMethodError
    [all...]

Completed in 1217 milliseconds

1 2 3 4 5 6 7 8 91011>>