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

  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
Graph.py 399 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.tai
    [all...]
  /external/mesa3d/src/glsl/
lower_jumps.cpp 291 while (!ir->get_next()->is_tail_sentinel()) {
292 ((ir_instruction *)ir->get_next())->remove();
299 while (!ir->get_next()->is_tail_sentinel()) {
300 ir_instruction *move_ir = (ir_instruction *)ir->get_next();
474 if(ir->get_next()->is_tail_sentinel() && (this->loop.nesting_depth == 0
482 if(this->function.nesting_depth == 0 && ir->get_next()->is_tail_sentinel())
514 if(this->loop.nesting_depth == 0 && ir->get_next()->is_tail_sentinel())
761 exec_node* next = ir->get_next();
794 for(ir_after = (ir_instruction*)ir->get_next(); !ir_after->is_tail_sentinel();)
800 ir_instruction* ir_next = (ir_instruction*)ir_after->get_next();
    [all...]
loop_unroll.cpp 178 while (!ir_if->get_next()->is_tail_sentinel()) {
179 ir_instruction *move_ir = (ir_instruction *) ir_if->get_next();
list.h 103 const exec_node *get_next() const function in struct:exec_node
108 exec_node *get_next() function in struct:exec_node
  /external/opencv3/3rdparty/jinja2/
_compat.py 47 get_next = lambda x: x.__next__ variable
78 get_next = lambda x: x.next variable
environment.py 32 get_next, encode_filename, PY2, PYPY
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/six/
test_six.py 551 def get_next(tb): function in function:test_reraise
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/
test_six.py 585 def get_next(tb): function in function:test_reraise
601 assert tb is get_next(tb2)
615 assert get_next(tb3) is tb2
623 assert tb is get_next(tb2)
  /external/libxml2/python/
libxml.py 307 def get_next(self): member in class:xmlCore
393 next = property(get_next, None, None, "Next sibling node")
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 136 j = _tempfile._counter.get_next() # pylint: disable = E1101, W0212
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 136 j = _tempfile._counter.get_next() # pylint: disable = E1101, W0212

Completed in 291 milliseconds