HomeSort by relevance Sort by last modified time
    Searched refs:Pop (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium/testing/gtest/scripts/
pump.py 476 def Pop(token_type=None):
483 Pop('$else')
484 Pop('[[')
486 Pop(']]')
489 Pop('$elif')
490 exp = Pop('code')
491 Pop('[[')
493 Pop(']]')
497 Pop('code')
504 def Pop(token_type=None)
    [all...]
  /external/chromium/chrome/browser/net/
predictor_unittest.cc 506 EXPECT_EQ(queue.Pop(), first);
508 EXPECT_EQ(queue.Pop(), second);
516 EXPECT_EQ(queue.Pop(), first);
518 EXPECT_EQ(queue.Pop(), second);
549 EXPECT_EQ(queue.Pop(), hi1);
550 EXPECT_EQ(queue.Pop(), hi2);
551 EXPECT_EQ(queue.Pop(), hi3);
554 EXPECT_EQ(queue.Pop(), low1);
555 EXPECT_EQ(queue.Pop(), low2);
556 EXPECT_EQ(queue.Pop(), low3)
    [all...]
predictor.cc 490 const GURL url(work_queue_.Pop());
529 info = &results_[work_queue_.Pop()];
570 GURL url = work_queue_.Pop();
730 GURL Predictor::HostNameQueue::Pop() {
735 queue->pop();
predictor.h 167 GURL Pop();
  /external/chromium/testing/gmock/test/
gmock-generated-function-mockers_test.cc 349 virtual void Pop() = 0;
361 MOCK_METHOD0_T(Pop, void());
381 EXPECT_CALL(mock, Pop())
388 mock.Pop();
402 STDMETHOD_(void, Pop)() = 0;
414 MOCK_METHOD0_T_WITH_CALLTYPE(STDMETHODCALLTYPE, Pop, void());
434 EXPECT_CALL(mock, Pop())
441 mock.Pop();
  /build/tools/releasetools/
check_target_files_signatures 85 def Pop():
86 PROBLEM_PREFIX.pop()
184 Pop()
195 Pop()
311 Pop()
417 Pop()
426 Pop()
  /external/v8/tools/
jsmin.py 80 def Pop(self):
107 self.Pop()
  /external/v8/src/
hydrogen.cc     [all...]
mark-compact.h 82 HeapObject* Pop() {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 87 // pop the (best/worst) from the heap
88 T Pop() {
replace.h 305 // if state is final, pop up stack
409 void Pop() {
472 // prefix id after a stack pop
474 prefix.Pop();
  /external/valgrind/tsan/
ts_util.h 297 void Pop() {
322 g_malloc_stack.Pop();
  /external/v8/src/arm/
regexp-macro-assembler-arm.h 210 inline void Pop(Register target);
regexp-macro-assembler-arm.cc 174 // Pop Code* offset from backtrack stack, add Code* and jump to location.
175 Pop(r0);
871 Pop(current_input_offset());
876 Pop(r0);
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.h 189 inline void Pop(Register target);
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...]
  /external/v8/src/mips/
regexp-macro-assembler-mips.h 211 inline void Pop(Register target);
virtual-frame-mips.cc 194 void VirtualFrame::Pop() {
regexp-macro-assembler-mips.cc 439 void RegExpMacroAssemblerMIPS::Pop(Register target) {
virtual-frame-mips.h 46 // stack. It supports push/pop operations on the expression stack, as well
333 // Pop an element from the top of the expression stack. Discards
335 void Pop();
337 // Pop an element from the top of the expression stack. The register
366 // Pop and save an element from the top of the expression stack and
367 // emit a corresponding pop instruction.
  /external/opencv/cv/src/
cvinpaint.cpp 152 bool Pop(int *i, int *j) {
165 // printf("pop i %3d j %3d T %12.4e in %4d\n",tmp->i,tmp->j,tmp->T,in);
169 bool Pop(int *i, int *j, float *T) {
183 // printf("pop i %3d j %3d T %12.4e in %4d\n",tmp->i,tmp->j,tmp->T,in);
241 while (Heap->Pop(&ii,&jj)) {
286 while (Heap->Pop(&ii,&jj)) {
399 while (Heap->Pop(&ii,&jj)) {
520 while (Heap->Pop(&ii,&jj)) {
611 while (Heap->Pop(&ii,&jj)) {
    [all...]
  /external/valgrind/unittest/
windows_tests.cc 405 void Pop() {
416 MyThreadArray t(Push, Pop);
  /external/v8/src/x64/
regexp-macro-assembler-x64.h 247 inline void Pop(Register target);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtFallbackWebPopup.cpp 186 CleanupStack::Pop();
  /external/v8/test/cctest/
test-assembler-mips.cc 1000 __ Pop();
1003 __ Pop(); // These instructions disappear after opt.
1007 __ Pop(t3);
1010 __ Pop(t4);
1020 __ Pop(t1);
1024 __ Pop(t1);
1028 __ Pop(t2);
1032 __ Pop(t1);
1036 __ Pop(t3);
    [all...]

Completed in 1053 milliseconds

1 2