HomeSort by relevance Sort by last modified time
    Searched full:prev (Results 1276 - 1300 of 3406) sorted by null

<<51525354555657585960>>

  /external/mockito/cglib-and-asm/src/org/mockito/asm/
AnnotationWriter.java 84 AnnotationWriter prev; field in class:AnnotationWriter
267 aw.prev = last;
276 aw = aw.prev;
304 aw.prev = last;
312 aw = aw.prev;
  /external/skia/experimental/webtry/res/js/cm/
clike.js 96 function Context(indented, column, type, align, prev) {
101 this.prev = prev;
113 return state.context = state.context.prev;
160 if (ctx.type == "statement" && firstChar == "}") ctx = ctx.prev;
  /external/skia/src/gpu/
GrResourceCache.cpp 414 GrResourceCacheEntry* prev = iter.prev(); local
419 entry = prev;
465 for ( ; NULL != entry; entry = iter.prev()) {
526 for ( ; NULL != entry; entry = iter.prev()) {
  /external/zlib/src/contrib/gcc_gvmat64/
gvmat64.S 129 printf("#define dsPrev %u\n",(int)(((char*)&(s->prev))-((char*)s)));
287 //;;; Posf *prev = s->prev;
368 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
380 ;;; edi = prev
  /external/zlib/src/contrib/masmx86/
match686.asm 55 prev equ dword ptr [esp+NbStack-44] define
289 ;;; Posf *prev = s->prev;
309 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
321 ;;; edi = prev
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 344 void *p, *prev = NULL; local
355 prev = p;
362 if (prev == NULL) {
366 PKTSETLINK(prev, PKTLINK(p));
382 void *p, *prev; local
391 for (prev = NULL; p != q->tail; p = PKTLINK(p))
392 prev = p;
394 if (prev)
395 PKTSETLINK(prev, NULL);
399 q->tail = prev;
411 void *p, *prev = NULL; local
536 void *p, *prev; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
tokenize.c 111 int pt; /* near block/prev token context index */
202 int pt; /* near block/prev token context index */
503 int pt; /* near block/prev token context index */
528 int pt; /* near block/prev token context index */
553 int pt; /* near block/prev token context index */
  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.c 298 struct open_file *prev;
303 prev = &r;
304 while ( (cur = prev->link) )
309 prev->link = cur->link;
314 prev = cur;
297 struct open_file *prev; local
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlrun.swg 216 iter->prev->next = iter->next;
218 iter->next->prev = iter->prev;
220 iter->prev = 0;
221 if (ty->cast) ty->cast->prev = iter;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 231 prev = node.prev_sibling
232 if prev is not None and prev.type == token.DOT:
243 (prev is not None and prev.type == token.COMMA) or
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 231 prev = node.prev_sibling
232 if prev is not None and prev.type == token.DOT:
243 (prev is not None and prev.type == token.COMMA) or
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 486 SsaInsn prev = getInsnForMove(def); local
489 TypeBearer lengthReg = prev.getSources().get(0).getTypeBearer();
496 replaceDef(def, prev, length, newRegs);
499 deletedInsns.add(prev);
506 replaceUse(use, prev, newRegs, deletedInsns);
529 * @param prev {@code non-null;} instruction for instantiating new array
534 private void replaceDef(SsaInsn def, SsaInsn prev, int length,
556 * @param prev {@code non-null;} instruction for instantiating new array
562 private void replaceUse(SsaInsn use, SsaInsn prev,
610 TypeBearer lengthReg = prev.getSources().get(0).getTypeBearer()
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
EscapeAnalysis.java 487 SsaInsn prev = getInsnForMove(def); local
490 TypeBearer lengthReg = prev.getSources().get(0).getTypeBearer();
497 replaceDef(def, prev, length, newRegs);
500 deletedInsns.add(prev);
507 replaceUse(use, prev, newRegs, deletedInsns);
530 * @param prev {@code non-null;} instruction for instantiating new array
535 private void replaceDef(SsaInsn def, SsaInsn prev, int length,
557 * @param prev {@code non-null;} instruction for instantiating new array
563 private void replaceUse(SsaInsn use, SsaInsn prev,
611 TypeBearer lengthReg = prev.getSources().get(0).getTypeBearer()
    [all...]
  /external/chromium_org/third_party/libevent/
ltmain.sh 145 prev=
441 if test -n "$prev"; then
442 case $prev in
475 eval "$prev=\$arg"
479 prev=
536 --mode) prevopt="--mode" prev=mode ;;
548 prev=tag
554 prev=tag
560 prev=execute_dlfiles
1161 prev
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
ltmain.sh 129 prev=
436 if test -n "$prev"; then
437 case $prev in
470 eval "$prev=\$arg"
474 prev=
530 --mode) prevopt="--mode" prev=mode ;;
542 prev=tag
548 prev=tag
554 prev=execute_dlfiles
1153 prev
    [all...]
  /external/cmockery/cmockery_0_1_2/
libtool 481 prev=
759 if test -n "$prev"; then
760 case $prev in
793 eval "$prev=\$arg"
797 prev=
853 --mode) prevopt="--mode" prev=mode ;;
865 prev=tag
871 prev=tag
877 prev=execute_dlfiles
    [all...]
ltmain.sh 129 prev=
407 if test -n "$prev"; then
408 case $prev in
441 eval "$prev=\$arg"
445 prev=
501 --mode) prevopt="--mode" prev=mode ;;
513 prev=tag
519 prev=tag
525 prev=execute_dlfiles
1124 prev
    [all...]
  /external/iptables/libiptc/
libiptc.c 705 list_for_each(pos, list_start_pos->prev) {
770 list_for_each(pos, list_start_pos->prev) {
823 h->chain_iterator_cur->rules.prev;
873 list_for_each_entry(tmp, list_start_pos->prev, list) {
875 list_add(&c->list, tmp->list.prev);
896 struct list_head *tail = h->chains.prev;
937 STRUCT_ENTRY **prev,
1049 STRUCT_ENTRY *prev; local
1059 cache_add_entry, h, &prev, &num);
1754 struct list_head *prev; local
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 107 FreeRangeHeader *Prev;
124 assert(Next->Prev == this && Prev->Next == this && "Freelist broken!");
125 Next->Prev = Prev;
126 return Prev->Next = Next;
131 Prev = FreeList->Prev;
132 Prev->Next = this;
133 Next->Prev = this
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_deflate.c 188 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
194 * prev[] will be initialized on the fly.
293 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
304 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
369 s->prev[str & s->w_mask] = s->head[s->ins_h];
1162 Posf *prev = s->prev; local
1865 uInt prev; \/* byte at distance one to match *\/ local
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
deflate.c 188 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
194 * prev[] will be initialized on the fly.
294 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
305 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
370 s->prev[str & s->w_mask] = s->head[s->ins_h];
1163 Posf *prev = s->prev; local
1866 uInt prev; \/* byte at distance one to match *\/ local
    [all...]
  /external/zlib/src/
deflate.c 188 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
194 * prev[] will be initialized on the fly.
294 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
305 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
370 s->prev[str & s->w_mask] = s->head[s->ins_h];
1163 Posf *prev = s->prev; local
1866 uInt prev; \/* byte at distance one to match *\/ local
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 1843 SectionMap::iterator out, prev, outBegin, outEnd; local
2182 LDSection* prev = NULL; local
2216 LDSection* prev = NULL; local
2355 Fragment* prev = invalid->getPrevNode(); local
2378 Fragment* prev = invalid->getPrevNode(); local
    [all...]
  /external/blktrace/
blkparse.c 43 struct skip_info *prev, *next; member in struct:skip_info
413 for (sip = pci->skips_tail; sip != NULL; sip = sip->prev) {
426 sip->prev = sip->next = NULL;
430 sip->prev = pci->skips_tail;
438 if (sip->prev == NULL) {
443 sip->next->prev = NULL;
446 pci->skips_tail = sip->prev;
447 sip->prev->next = NULL;
449 sip->prev->next = sip->next;
450 sip->next->prev = sip->prev
860 struct rb_node *prev = NULL; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
uniq.inp 411 *prev == OP_ASSERTBACK || *prev == OP_ASSERTBACK_NOT ||
412 *prev == OP_ONCE)
850 const uschar *prev = ecode - (ecode[1] << 8) - ecode[2];
851 const uschar *prev = ecode;
1005 eptrb = eptrb->prev; /* Back up the stack of bracket start pointers */
1126 if (*prev != OP_COND)
1127 if (*prev == OP_ASSERT || *prev == OP_ASSERT_NOT ||
1199 if (match (eptr, prev, offset_top, md, ims, eptrb, match_isgroup) |
    [all...]

Completed in 2518 milliseconds

<<51525354555657585960>>