HomeSort by relevance Sort by last modified time
    Searched refs:pop (Results 226 - 250 of 926) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Browser/src/com/android/browser/
BreadCrumbView.java 136 pop(false);
138 pop(true);
167 pop(true);
216 private void pop(boolean notify) { method in class:BreadCrumbView
302 // pop until view matches crumb view
304 pop(false);
  /external/clang/lib/AST/
DumpXML.cpp 214 /// Pop a node.
215 void pop() { function in struct:__anon4213::XMLDumper
278 Dumper.pop();
288 pop();
296 pop();
304 pop();
334 pop();
383 // pop();
387 pop();
537 pop();
    [all...]
  /external/libvpx/vp8/common/x86/
postproc_mmx.asm 243 pop rax
253 pop rbx
256 pop rdi
257 pop rsi
260 pop rbp
409 pop rax
450 pop rsp
453 pop rdi
454 pop rsi
457 pop rb
    [all...]
iwalsh_sse2.asm 103 pop rdi
104 pop rsi
107 pop rbp
postproc_sse2.asm 238 pop rsp
241 pop rdi
242 pop rsi
246 pop rbp
398 pop rax
439 pop rsp
442 pop rdi
443 pop rsi
447 pop rbp
614 pop rs
    [all...]
subpixel_mmx.asm 108 pop rdi
109 pop rsi
112 pop rbp
195 pop rbx
198 pop rdi
199 pop rsi
202 pop rbp
355 pop rdi
356 pop rsi
359 pop rb
    [all...]
  /external/libvpx/vp8/decoder/x86/
dequantize_mmx.asm 46 pop rdi
47 pop rsi
49 pop rbp
242 pop rdi
243 pop rsi
246 pop rbp
444 pop rdi
445 pop rsi
448 pop rbp
  /external/libvpx/vp8/encoder/x86/
subtract_mmx.asm 70 pop rdi
71 pop rsi
73 pop rbp
144 pop rdi
145 pop rsi
148 pop rbp
428 pop rdi
429 pop rsi
431 pop rbp
subtract_sse2.asm 66 pop rdi
67 pop rsi
70 pop rbp
138 pop rdi
139 pop rsi
144 pop rbp
346 pop rdi
347 pop rsi
350 pop rbp
temporal_filter_apply_sse2.asm 189 pop rsp
190 pop rdi
191 pop rsi
195 pop rbp
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 153 // Pop Code* offset from backtrack stack, add Code* and jump to location.
154 Pop(ebx);
291 __ add(Operand(backtrack_stackpointer()), Immediate(kPointerSize)); // Pop.
356 __ pop(backtrack_stackpointer());
357 __ pop(edi);
362 __ pop(backtrack_stackpointer());
402 // Pop original values before reacting on result value.
403 __ pop(ebx);
404 __ pop(backtrack_stackpointer());
405 __ pop(edi)
    [all...]
builtins-ia32.cc 63 __ pop(scratch); // Save return address.
171 __ pop(edi);
172 __ pop(eax);
311 __ pop(edi);
378 __ pop(ecx);
475 __ pop(edi);
497 __ pop(edi);
572 __ pop(ebx);
628 __ pop(eax);
671 __ pop(ebx); // Discard copy of return address
    [all...]
  /external/chromium/base/
message_loop.cc 362 deferred_non_nestable_work_queue_.pop();
429 work_queue_.pop();
458 deferred_non_nestable_work_queue_.pop();
465 delayed_work_queue_.pop();
571 work_queue_.pop();
611 delayed_work_queue_.pop();
  /external/quake/quake/src/QW/client/
surf8.asm 382 pop ebx
383 pop esi
384 pop edi
385 pop ebp
488 pop ebx
489 pop esi
490 pop edi
491 pop ebp
572 pop ebx
573 pop esi
    [all...]
d_polysa.asm 513 pop ebx
514 pop edi
515 pop esi
516 pop ebp
724 pop esi
731 pop edi
732 pop ebp
733 pop ebx
734 pop esi
857 pop edx
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
IntList.java 296 public int pop() { method in class:IntList
313 public void pop(int n) { method in class:IntList
  /dalvik/dx/src/com/android/dx/util/
IntList.java 296 public int pop() { method in class:IntList
313 public void pop(int n) { method in class:IntList
  /external/easymock/src/org/easymock/internal/
LastControl.java 85 stack.pop();
122 stack.pop();
  /external/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp 119 SUnit *LatencyPriorityQueue::pop() { function in class:LatencyPriorityQueue
147 SUnit *su = q.pop();
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmx_main.asm 65 pop ebp
x86_main.asm 66 pop ebp
  /external/skia/src/animator/
SkTDArray_Experimental.h 137 void pop(T* elem) { if (elem) *elem = (*this)[fCount - 1]; --fCount; } function in class:SkTDS32Array
138 void pop() { --fCount; } function in class:SkTDS32Array
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Compiler.cpp 30 // push should not have a corresponding pop, so that built-ins
63 if (mPushPopAllocator) mAllocator->pop();
155 symbolTable.pop();
PoolAlloc.cpp 182 // last pop(), or since the object's creation.
186 void TPoolAllocator::pop() function in class:TPoolAllocator
218 pop();
  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 147 mUris.pop();
208 mUris.pop();

Completed in 1474 milliseconds

1 2 3 4 5 6 7 8 91011>>