HomeSort by relevance Sort by last modified time
    Searched refs:node_stack (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
arm-reloc-property.cc 47 Tree_node_vector node_stack; local
59 size_stack.push(node_stack.size());
64 size_t current_size = node_stack.size();
68 new Tree_node(node_stack.begin() + prev_size,
69 node_stack.begin() + current_size);
70 node_stack.resize(prev_size);
71 node_stack.push_back(node);
74 // Just push a leaf node to node_stack.
75 node_stack.push_back(new Tree_node(token));
82 // At this point, size_stack should be empty and node_stack should onl
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
apk_helper.py 41 node_stack = [parsed_manifest]
52 node_stack = node_stack[:indent_depth]
53 node = node_stack[-1]
59 node_stack += [node[m.group(1)]]
  /external/chromium-trace/catapult/devil/devil/android/
apk_helper.py 51 node_stack = [parsed_manifest]
58 node_stack.insert(0, {})
77 node_stack = node_stack[:indent_depth + 1]
78 node = node_stack[-1]
90 node_stack += [node[manifest_key][-1]]
  /frameworks/base/tools/aapt2/xml/
XmlDom.cpp 43 std::stack<xml::Element*> node_stack; member in struct:aapt::xml::Stack
68 CHECK(!stack->node_stack.empty());
69 stack->node_stack.top()->AppendChild(std::move(stack->last_text_node));
135 if (!stack->node_stack.empty()) {
136 stack->node_stack.top()->AppendChild(std::move(el));
140 stack->node_stack.push(this_el);
148 CHECK(!stack->node_stack.empty());
150 stack->node_stack.pop();
273 std::stack<Element*> node_stack; local
333 if (!node_stack.empty())
    [all...]
  /frameworks/base/tools/aapt2/
ResourceParser.cpp 244 std::vector<Node*> node_stack; local
245 node_stack.push_back(&root);
261 last_segment = node_stack.back()->AddChild(std::move(segment_node));
289 node_stack.push_back(node_stack.back()->AddChild(std::move(span_node)));
303 node_stack.push_back(
304 node_stack.back()->AddChild(util::make_unique<UntranslatableNode>()));
308 node_stack.push_back(node_stack.back()->AddChild(util::make_unique<Node>()));
315 node_stack.push_back(node_stack.back()->AddChild(util::make_unique<Node>()))
    [all...]
  /external/syslinux/core/lwip/src/core/snmp/
mib_structs.c 58 static struct nse node_stack[NODE_STACK_SIZE]; variable in typeref:struct:nse
70 node_stack[node_stack_cnt] = *node;
84 *node = node_stack[node_stack_cnt];
  /external/tensorflow/tensorflow/python/debug/cli/
analyzer_cli.py 835 node_stack = self._debug_dump.node_traceback(node_name)
837 node_stack):
    [all...]

Completed in 252 milliseconds