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

  /external/chromium_org/chrome/common/extensions/docs/server2/
host_file_system_iterator.py 15 def _ForEach(self, channel_info, callback, get_next):
16 '''Iterates through a sequence of file systems defined by |get_next| until
30 channel_info = get_next(channel_info)
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/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 namespace
    [all...]
  /external/openssl/crypto/asn1/
t_req.c 197 get_next:
219 if (++ii < count) goto get_next;
  /external/openssl/ssl/
kssl.c 707 krb5_error_code (KRB5_CALLCONV *get_next) member in struct:_krb5_cc_ops
    [all...]

Completed in 3122 milliseconds