Home
last modified time | relevance | path

Searched refs:next_node (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_sorter.cc431 GraphNode* next_node = NULL; in Sort() local
436 next_node = &nodes_[i]; in Sort()
439 DCHECK(next_node); in Sort()
441 for (size_t e = 0; e < next_node->incoming.size(); e++) { in Sort()
442 GraphEdge* incoming_edge = next_node->incoming[e]; in Sort()
447 next_node->incoming.clear(); in Sort()
448 next_node->incoming_edge_weight = 0.f; in Sort()
449 no_incoming_edge_node_list.push_back(next_node); in Sort()
451 next_node->layer->id() << in Sort()
/external/srec/srec/include/
Dsearch_network.h52 #define NEXT_NODE(NOD) (NOD)->next_node
76 #define NEXT_NODE(NOD) fst->FSMnode_list[(NOD)].un_ptr.next_node
110 FSMnode_ptr next_node; member
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DAST.stg237 @adaptor.add_child( root_<treeLevel>, stream_<label>.next_node )<\n>
241 @adaptor.add_child( root_<treeLevel>, stream_<label>.next_node )<\n>
245 root_<treeLevel> = @adaptor.become_root( stream_<label>.next_node, root_<treeLevel> )<\n>
273 root_<treeLevel> = @adaptor.become_root( stream_<rule>.next_node, root_<treeLevel> )<\n>
293 root_<treeLevel> = @adaptor.become_root( stream_<label>.next_node, root_<treeLevel> )<\n>
297 root_<treeLevel> = @adaptor.become_root( stream_<label>.next_node, root_<treeLevel> )<\n>
324 stream_<token>.next_node
DASTTreeParser.stg228 <terminalOptions.node; format="constantPath">.new( stream_<token>.next_node )
230 stream_<token>.next_node
/external/kernel-headers/original/linux/
Dnodemask.h232 #define next_node(n, src) __next_node((n), &(src)) macro
333 (node) = next_node((node), (mask)))
354 #define next_online_node(nid) next_node((nid), node_online_map)
/external/chromium_org/third_party/handlebar/
Dhandlebar.py951 next_node = nodes[i + 1] if i < len(nodes) - 1 else None
958 if next_node:
959 next_node.TrimStartingNewLine()
961 (not next_node or next_node.StartsWithNewLine())):
965 if next_node:
966 next_node.TrimStartingNewLine()
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
Dtree.jquery.js2070 handleNode = function(node, next_node, $element) { argument
2078 if (next_node === _this.current_item.node || node === _this.current_item.node) {
2093 handleAfterOpenFolder = function(node, next_node, $element) { argument
2094 if (node === _this.current_item.node || next_node === _this.current_item.node) {
2100 handleClosedFolder = function(node, next_node, $element) { argument
2107 if (next_node !== _this.current_item.node) {
2142 iterate = function(node, next_node) { argument
2155 handle_node(node, next_node, $element);
2161 handle_closed_folder(node, next_node, $element);
2176 return handle_after_open_folder(node, next_node, $element);
/external/chromium_org/net/cert/
Dcert_verify_proc_nss.cc185 CERTCertListNode* next_node = CERT_LIST_NEXT(node); in GetCertChainInfo() local
187 if (!CERT_LIST_END(next_node, cert_list)) { in GetCertChainInfo()
188 next_cert = next_node->cert; in GetCertChainInfo()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtree.rb1331 def next_node method in CommonTreeNodeStream.RewriteRuleTokenStream
1351 def next_node method in CommonTreeNodeStream.RewriteRuleSubtreeStream
1371 alias next_node __next__ alias in CommonTreeNodeStream.RewriteRuleNodeStream
/external/srec/srec/crec/
Dsrec_context.c1092 fst->FSMnode_list[i].un_ptr.next_node = NODE_ItoX(i + 1); in FST_LoadGraph()
1096 fst->FSMnode_list[i].un_ptr.next_node = FSMNODE_NULL; in FST_LoadGraph()
1679 for( ; *last_free_node!=MAXnodeID; last_free_node = &ntoken->un_ptr.next_node) in FST_ResetGrammar()
1989 fst->FSMnode_freelist = NODE_XtoI(ntoken->un_ptr.next_node); in fst_get_free_node()
2001 node->un_ptr.next_node = fst->FSMnode_freelist; in fst_free_node()
2381 tmp_FSMnode_list[atokid_node].un_ptr.next_node = NODE_ItoX(atokid_node + 1); in fst_add_arcs()
2384 tmp_FSMnode_list[atokid_node].un_ptr.next_node = FSMNODE_NULL; in fst_add_arcs()
2391 for( ; *last_free_node!=MAXnodeID; last_free_node = &ntoken->un_ptr.next_node) in fst_add_arcs()
3428 fst->FSMnode_list[i].un_ptr.next_node = NODE_ItoX(i + 1); in FST_LoadContextFromImageV2()
3431 fst->FSMnode_list[i].un_ptr.next_node = FSMNODE_NULL; in FST_LoadContextFromImageV2()
/external/libxml2/
Dxmlreader.c1933 next_node: in xmlTextReaderReadTree()
1986 goto next_node; in xmlTextReaderReadTree()
Dxpath.c14267 next_node: in xmlXPathRunStreamEval()
14298 goto next_node; in xmlXPathRunStreamEval()
14328 goto next_node; in xmlXPathRunStreamEval()
Dtree.c8071 goto next_node; in xmlDOMWrapRemoveNode()
8108 next_node: in xmlDOMWrapRemoveNode()
/external/chromium_org/third_party/libxml/src/
Dxmlreader.c1927 next_node: in xmlTextReaderReadTree()
1980 goto next_node; in xmlTextReaderReadTree()
Dxpath.c14197 next_node: in xmlXPathRunStreamEval()
14228 goto next_node; in xmlXPathRunStreamEval()
14258 goto next_node; in xmlXPathRunStreamEval()
Dtree.c8058 goto next_node; in xmlDOMWrapRemoveNode()
8095 next_node: in xmlDOMWrapRemoveNode()