Searched refs:get_next (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dhost_file_system_iterator.py15 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/
H A Dlower_jumps.cpp291 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...]
H A Dloop_unroll.cpp178 while (!ir_if->get_next()->is_tail_sentinel()) {
179 ir_instruction *move_ir = (ir_instruction *) ir_if->get_next();
H A Dlist.h103 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/
H A Dlower_jumps.cpp291 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...]
H A Dloop_unroll.cpp178 while (!ir_if->get_next()->is_tail_sentinel()) {
179 ir_instruction *move_ir = (ir_instruction *) ir_if->get_next();
H A Dlist.h103 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/
H A D_compat.py47 get_next = lambda x: x.__next__ variable
78 get_next = lambda x: x.next variable
H A Denvironment.py32 get_next, encode_filename, PY2, PYPY namespace
1152 self._next = get_next(self._gen)
1180 self._next = get_next(generator(get_next(self._gen)))
/external/openssl/crypto/asn1/
H A Dt_req.c197 get_next:
219 if (++ii < count) goto get_next;
/external/openssl/ssl/
H A Dkssl.c707 krb5_error_code (KRB5_CALLCONV *get_next) member in struct:_krb5_cc_ops

Completed in 3906 milliseconds