Home
last modified time | relevance | path

Searched refs:get_next (Results 1 – 10 of 10) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
DGraph.py399 get_next = self.tail
403 get_next = self.head
416 tail_id = get_next(edge)
498 get_next = self.tail
501 get_next = self.head
509 tail = get_next(edge)
525 get_next = self.tail
528 get_next = self.head
542 tail = get_next(edge)
558 get_next = self.tail
[all …]
/external/mesa3d/src/glsl/
Dlower_jumps.cpp291 while (!ir->get_next()->is_tail_sentinel()) { in truncate_after_instruction()
292 ((ir_instruction *)ir->get_next())->remove(); in truncate_after_instruction()
299 while (!ir->get_next()->is_tail_sentinel()) { in move_outer_block_inside()
300 ir_instruction *move_ir = (ir_instruction *)ir->get_next(); in move_outer_block_inside()
474 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0 in should_lower_jump()
482 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in should_lower_jump()
514 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel()) in visit()
761 exec_node* next = ir->get_next(); in visit()
794 for(ir_after = (ir_instruction*)ir->get_next(); !ir_after->is_tail_sentinel();) in visit()
800 ir_instruction* ir_next = (ir_instruction*)ir_after->get_next(); in visit()
[all …]
Dloop_unroll.cpp178 while (!ir_if->get_next()->is_tail_sentinel()) { in visit_leave()
179 ir_instruction *move_ir = (ir_instruction *) ir_if->get_next(); in visit_leave()
Dlist.h103 const exec_node *get_next() const in get_next() function
108 exec_node *get_next() in get_next() function
/external/opencv3/3rdparty/jinja2/
D_compat.py47 get_next = lambda x: x.__next__ function
78 get_next = lambda x: x.next function
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
Dtest_six.py551 def get_next(tb): function
567 assert tb is get_next(tb2)
581 assert get_next(tb3) is tb2
589 assert tb is get_next(tb2)
/external/chromium-trace/catapult/third_party/six/
Dtest_six.py585 def get_next(tb): function
601 assert tb is get_next(tb2)
615 assert get_next(tb3) is tb2
623 assert tb is get_next(tb2)
/external/libxml2/python/
Dlibxml.py307 def get_next(self): member in xmlCore
393 next = property(get_next, None, None, "Next sibling node")
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
Dshell.py136 j = _tempfile._counter.get_next() # pylint: disable = E1101, W0212
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
Dshell.py136 j = _tempfile._counter.get_next() # pylint: disable = E1101, W0212