/external/libvpx/libvpx/vp8/common/x86/ |
sad_sse4.asm | 192 pop rdi 193 pop rsi 195 pop rbp 230 pop rdi 231 pop rsi 233 pop rbp 268 pop rdi 269 pop rsi 271 pop rbp 309 pop rd [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_sad_mmx.asm | 103 pop rdi 104 pop rsi 108 pop rbp 175 pop rdi 176 pop rsi 180 pop rbp 245 pop rdi 246 pop rsi 250 pop rbp 334 pop rd [all...] |
vp9_sad_sse4.asm | 201 pop rdi 202 pop rsi 204 pop rbp 238 pop rdi 239 pop rsi 241 pop rbp 275 pop rdi 276 pop rsi 278 pop rbp 316 pop rd [all...] |
/external/v8/test/cctest/ |
test-assembler-x64.cc | 141 __ pop(rax); 142 __ pop(rax); 143 __ pop(rax); 144 __ pop(rbp); 225 __ pop(arg2); 226 __ pop(arg2); 227 __ pop(arg2); 228 __ pop(rbp); 258 __ pop(rbp); 411 __ pop(rsi) [all...] |
/external/proguard/src/proguard/evaluation/ |
Stack.java | 272 public Value pop() method in class:Stack 288 // Pop methods that provide convenient casts to the expected value types. 295 return pop().integerValue(); 304 return pop().longValue(); 313 return pop().floatValue(); 322 return pop().doubleValue(); 331 return pop().referenceValue(); 340 return pop().instructionOffsetValue();
|
/frameworks/base/services/java/com/android/server/content/ |
SyncQueue.java | 95 SyncStorageEngine.PendingOperation pop) { 119 operation.pendingOperation = pop; 124 pop = new SyncStorageEngine.PendingOperation( 127 pop = mSyncStorageEngine.insertIntoPending(pop); 128 if (pop == null) { 132 operation.pendingOperation = pop;
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
ConsoleHandlerTest.java | 162 assertNull(CallVerificationStack.getInstance().pop()); 199 assertNull(CallVerificationStack.getInstance().pop()); 258 assertNull(CallVerificationStack.getInstance().pop()); 259 assertSame(r, CallVerificationStack.getInstance().pop()); 278 assertNull(CallVerificationStack.getInstance().pop()); 279 assertSame(r, CallVerificationStack.getInstance().pop()); 284 assertNull(CallVerificationStack.getInstance().pop()); 290 assertNull(CallVerificationStack.getInstance().pop()); 291 assertSame(r, CallVerificationStack.getInstance().pop()); 297 assertNull(CallVerificationStack.getInstance().pop()); [all...] |
/external/chromium_org/third_party/angle_dx11/src/compiler/depgraph/ |
DependencyGraphBuilder.h | 55 nodeSets.pop(); 65 nodeSets.pop(); 131 // When it goes out of scope, it will pop the leftmost symbol at the top of the scope. 149 leftmostSymbols.pop();
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
x86cpuid.pl | 14 &pop ("eax"); 20 &pop ("eax"); 163 &data_word(0x9058900e); # push %cs; pop %eax 168 &pop ("eax"); 199 &pop ("eax") 216 &data_word (0x1f909090); # pop %ds 265 &pop ("ebx"); 303 &pop ("ebp");
|
/external/chromium_org/third_party/pexpect/ |
ANSI.py | 48 ns = fsm.memory.pop() 59 count = int(fsm.memory.pop()) 70 count = int(fsm.memory.pop()) 81 count = int(fsm.memory.pop()) 97 count = int(fsm.memory.pop()) 103 c = int(fsm.memory.pop()) 104 r = int(fsm.memory.pop()) 122 arg = int(fsm.memory.pop()) 138 arg = int(fsm.memory.pop()) 165 r2 = int(fsm.memory.pop()) [all...] |
/external/openssl/crypto/ |
x86cpuid.pl | 14 &pop ("eax"); 20 &pop ("eax"); 163 &data_word(0x9058900e); # push %cs; pop %eax 168 &pop ("eax"); 199 &pop ("eax") 216 &data_word (0x1f909090); # pop %ds 265 &pop ("ebx"); 303 &pop ("ebp");
|
/external/valgrind/main/memcheck/tests/ |
mempool.c | 70 void pop(pool *p) function 88 pop(p); 133 pop(p); 145 // pop(p);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
misc.py | 34 self.pop = self.stack.pop 71 node = worklist.pop(0)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
misc.py | 34 self.pop = self.stack.pop 71 node = worklist.pop(0)
|
/sdk/emulator/qtools/ |
read_method.cpp | 37 frame* pop(); 50 frame *Stack::pop() { function in class:Stack 131 pframe = pStack->pop();
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
strcat.S | 152 m_ret inst=pop 199 m_ret inst=pop 219 m_ret inst=pop 258 m_ret inst=pop 306 m_ret inst=pop 312 m_ret inst=pop 319 m_ret inst=pop 351 m_ret inst=pop 381 m_ret inst=pop 387 m_ret inst=pop [all...] |
/art/runtime/arch/arm/ |
jni_entrypoints_arm.S | 36 pop {r0, r1, r2, r3, lr} @ restore regs 41 pop {r0, r1, r2, r3, pc} @ restore regs and return to caller to handle exception 64 pop {r0-r3, lr} @ restore possibly modified argument registers
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3cyclicdfa.h | 93 #pragma warning (pop)
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
StackExtensions.cs | 57 public static T pop<T>( this Stack<T> stack ) method in class:Antlr.Runtime.JavaExtensions.StackExtensions 59 return stack.Pop(); 81 stack.Pop();
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
IntArray.h | 58 public int pop() { function in class:IntArray
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
BoolStack.java | 104 public final boolean pop() method in class:BoolStack
|
IntStack.java | 99 public final int pop() method in class:IntStack
|
/external/bison/examples/calc++/ |
stack.hh | 86 pop (unsigned int n = 1) function in class:yy::stack
|
/external/chromium/base/ |
at_exit.cc | 60 g_top_manager->stack_.pop();
|
/external/chromium/chrome/browser/ui/app_modal_dialogs/ |
app_modal_dialog_queue.cc | 63 app_modal_dialog_queue_.pop();
|