Searched refs:pop (Results 201 - 225 of 1896) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DLinkedStack.h49 void pop();
97 inline void LinkedStack<T>::pop() function in class:WTF::LinkedStack
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dserver_process_mock.py50 return self.lines.pop(0) + "\n"
55 self.lines.pop(0)
/external/chromium_org/third_party/skia/src/core/
H A DSkTInternalSList.h80 this->push(other->pop());
89 T* pop() { function in class:SkTInternalSList
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DJsonWriter.h31 state_.pop();
40 state_.pop();
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dpath_set_unittest.py23 self.assertEqual(ps.pop(), os.path.realpath(__file__))
30 self.assertEqual(ps.pop(), os.path.realpath(__file__))
/external/chromium_org/tools/traceline/traceline/scripts/
H A Dcrit_sec.js52 var tid = tid_stack.pop()
79 var tid = tid_stack.pop();
/external/compiler-rt/lib/tsan/
H A Danalyze_libtsan.sh33 pop=$(grep 'pop' $file | wc -l)
41 printf "%10s tot %3d; size %4d; rsp %d; push %d; pop %d; call %d; load %2d; store %2d; sh %3d; mov %3d; lea %3d; cmp %3d\n" \
42 $f $tot $size $rsp $push $pop $call $load $store $sh $mov $lea $cmp;
/external/libcxxabi/src/
H A Dcxa_exception.hpp112 #pragma GCC visibility pop
121 #pragma GCC visibility pop
/external/lldb/test/api/multithreaded/
H A Dcommon.h40 T pop(int timeout_seconds, bool &success) { function in class:multithreaded_queue
47 m_data.pop();
H A Dtest_listener_event_process_state.cpp60 string desc = g_thread_descriptions.pop(5, got_description);
65 desc = g_frame_functions.pop(5, got_description);
/external/llvm/test/MC/MachO/ARM/
H A Dlong-call-branch-island-relocation.s17 pop {r7, pc}
36 pop {r7, pc}
/external/llvm/test/MC/PowerPC/
H A Dppc-machine.s10 .machine pop
14 .machine "pop"
/external/lzma/Asm/x86/
H A D7zAsm.asm89 pop r7
90 pop r6
91 pop r5
92 pop r3
/external/skia/src/core/
H A DSkTInternalSList.h80 this->push(other->pop());
89 T* pop() { function in class:SkTInternalSList
/external/chromium_org/third_party/webrtc/test/
H A Dfake_network_pipe.cc89 capacity_link_.pop();
93 delay_link_.pop();
165 capacity_link_.pop();
195 delay_link_.pop();
205 packets_to_deliver.pop();
/external/chromium_org/v8/test/cctest/
H A Dtest-code-stubs-ia32.cc102 __ pop(edi);
103 __ pop(esi);
104 __ pop(edx);
105 __ pop(ecx);
106 __ pop(ebx);
H A Dtest-code-stubs-x87.cc102 __ pop(edi);
103 __ pop(esi);
104 __ pop(edx);
105 __ pop(ecx);
106 __ pop(ebx);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_copy_neon.asm41 pop {r4-r5, pc}
52 pop {r4-r5, pc}
63 pop {r4-r5, pc}
74 pop {r4-r5, pc}
81 pop {r4-r5, pc}
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
H A Dmachotest64.asm47 pop rcx
77 pop rcx
78 pop rdx
79 pop rsi
80 pop rdi
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_ssse3.asm122 pop rsi
123 pop rdi
126 pop rsi
127 pop rdi
132 pop rbp
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_copy_neon.asm41 pop {r4-r5, pc}
52 pop {r4-r5, pc}
63 pop {r4-r5, pc}
74 pop {r4-r5, pc}
81 pop {r4-r5, pc}
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dsad_mmx.asm103 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...]
H A Dsad_sse4.asm192 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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_sad_sse4.asm201 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/libvpx/libvpx/vp8/common/x86/
H A Dsad_mmx.asm103 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...]

Completed in 1167 milliseconds

1234567891011>>