Home
last modified time | relevance | path

Searched refs:Pop (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/external/pdfium/core/fpdfapi/page/
Dcpdf_psengine.cpp197 float CPDF_PSEngine::Pop() { in Pop() function in CPDF_PSEngine
202 return static_cast<int>(Pop()); in PopInt()
218 d1 = Pop(); in DoOperator()
219 d2 = Pop(); in DoOperator()
223 d2 = Pop(); in DoOperator()
224 d1 = Pop(); in DoOperator()
228 d1 = Pop(); in DoOperator()
229 d2 = Pop(); in DoOperator()
233 d2 = Pop(); in DoOperator()
234 d1 = Pop(); in DoOperator()
[all …]
/external/mesa3d/src/intel/tools/tests/gen4/
Dbreak.asm1 (-f0.0) break(16) Jump: 10 Pop: 0 { align1 };
2 break(16) Jump: 5 Pop: 1 { align1 };
3 (+f0.0) break(16) Jump: 156 Pop: 0 { align1 };
4 (+f0.0.x) break(8) Jump: 16 Pop: 0 { align16 };
5 break(8) Jump: 6 Pop: 2 { align16 };
Dendif.asm1 endif(16) Pop: 1 { align1 switch };
2 endif(8) Pop: 1 { align16 switch };
/external/mesa3d/src/intel/tools/tests/gen4.5/
Dbreak.asm1 (-f0.0) break(16) Jump: 10 Pop: 0 { align1 };
2 break(16) Jump: 5 Pop: 1 { align1 };
3 (+f0.0) break(16) Jump: 141 Pop: 0 { align1 };
4 (+f0.0.x) break(8) Jump: 16 Pop: 0 { align16 };
5 break(8) Jump: 6 Pop: 2 { align16 };
/external/v8/src/torque/
Dinstructions.cc64 stack->Pop(); in TypeInstruction()
69 locations->Poke(slot, locations->Pop()); in RecomputeDefinitionLocations()
152 const Type* arg_type = stack->Pop(); in TypeInstruction()
191 const Type* arg_type = stack->Pop(); in TypeInstruction()
222 locations->Pop(); in RecomputeDefinitionLocations()
251 const Type* arg_type = stack->Pop(); in TypeInstruction()
313 locations->Pop(); in RecomputeDefinitionLocations()
393 locations->Pop(); in RecomputeDefinitionLocations()
420 const BuiltinPointerType* f = BuiltinPointerType::DynamicCast(stack->Pop()); in TypeInstruction()
481 locations->Pop(); in RecomputeDefinitionLocations()
[all …]
/external/libchrome/base/task/sequence_manager/
Dintrusive_heap_unittest.cc142 TEST_F(IntrusiveHeapTest, Pop) { in TEST_F() argument
153 heap.Pop(); in TEST_F()
158 heap.Pop(); in TEST_F()
174 heap.Pop(); in TEST_F()
197 heap.Pop(); in TEST_F()
199 heap.Pop(); in TEST_F()
201 heap.Pop(); in TEST_F()
203 heap.Pop(); in TEST_F()
236 heap.Pop(); in TEST_F()
240 heap.Pop(); in TEST_F()
[all …]
/external/mesa3d/src/intel/tools/tests/gen5/
Dbreak.asm1 (+f0.0) break(8) Jump: 282 Pop: 0 { align1 };
2 (+f0.0) break(16) Jump: 282 Pop: 0 { align1 };
3 (+f0.0.x) break(8) Jump: 32 Pop: 0 { align16 };
4 break(8) Jump: 12 Pop: 2 { align16 };
Dendif.asm1 endif(8) Pop: 1 { align16 switch };
2 endif(8) Pop: 1 { align1 switch };
3 endif(16) Pop: 1 { align1 switch };
Delse.asm1 else(8) Jump: 86 Pop: 1 { align1 switch };
2 else(16) Jump: 86 Pop: 1 { align1 switch };
3 else(8) Jump: 14 Pop: 1 { align16 switch };
/external/googletest/googlemock/scripts/
Dpump.py477 def Pop(token_type=None): function
484 Pop('$else')
485 Pop('[[')
487 Pop(']]')
490 Pop('$elif')
491 exp = Pop('code')
492 Pop('[[')
494 Pop(']]')
498 Pop('code')
505 def Pop(token_type=None): function
[all …]
/external/google-breakpad/src/testing/gtest/scripts/
Dpump.py476 def Pop(token_type=None): function
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): function
[all …]
/external/libchrome/base/task_scheduler/
Dsequence_unittest.cc65 EXPECT_FALSE(sequence->Pop()); in TEST()
71 EXPECT_FALSE(sequence->Pop()); in TEST()
77 EXPECT_FALSE(sequence->Pop()); in TEST()
88 EXPECT_FALSE(sequence->Pop()); in TEST()
94 EXPECT_TRUE(sequence->Pop()); in TEST()
118 background_sequence->Pop(); in TEST()
143 foreground_sequence->Pop(); in TEST()
152 EXPECT_DCHECK_DEATH({ sequence->Pop(); }); in TEST()
/external/v8/src/heap/
Dmarking-worklist-inl.h32 bool MarkingWorklists::Local::Pop(HeapObject* object) { in Pop() function
33 if (active_.Pop(object)) return true; in Pop()
45 return on_hold_.Pop(object); in PopOnHold()
53 return embedder_.Pop(object); in PopEmbedder()
Dworklist.h39 bool Pop(EntryType* entry) { return worklist_->Pop(task_id_, entry); } in Pop() function
105 bool Pop(int task_id, EntryType* entry) { in Pop() function
108 if (!private_pop_segment(task_id)->Pop(entry)) { in Pop()
116 bool success = private_pop_segment(task_id)->Pop(entry); in Pop()
234 bool Pop(EntryType* entry) { in Pop() function
299 V8_INLINE bool Pop(Segment** segment) { in Pop() function
432 if (global_pool_.Pop(&new_segment)) { in StealPopSegmentFromGlobal()
/external/libchrome/base/message_loop/
Dincoming_task_queue.cc104 PendingTask IncomingTaskQueue::TriageQueue::Pop() { in Pop() function in base::internal::IncomingTaskQueue::TriageQueue
145 PendingTask pending_task = Pop(); in Clear()
181 PendingTask IncomingTaskQueue::DelayedQueue::Pop() { in Pop() function in base::internal::IncomingTaskQueue::DelayedQueue
198 Pop(); in HasTasks()
206 Pop(); in Clear()
231 PendingTask IncomingTaskQueue::DeferredQueue::Pop() { in Pop() function in base::internal::IncomingTaskQueue::DeferredQueue
247 Pop(); in Clear()
Dincoming_task_queue.h58 virtual PendingTask Pop() = 0;
159 PendingTask Pop() override;
180 PendingTask Pop() override;
209 PendingTask Pop() override;
/external/libchrome/mojo/public/cpp/bindings/tests/
Dmessage_queue.cc27 void MessageQueue::Pop(Message* message) { in Pop() function in mojo::test::MessageQueue
30 Pop(); in Pop()
33 void MessageQueue::Pop() { in Pop() function in mojo::test::MessageQueue
Dconnector_unittest.cc42 void Pop(Message* message) { queue_.Pop(message); } in Pop() function in mojo::test::__anon5c0fcc610111::MessageAccumulator
134 accumulator.Pop(&message_received); in TEST_F()
159 accumulator.Pop(&message_received); in TEST_F()
185 accumulator.Pop(&message_received); in TEST_F()
216 accumulator.Pop(&message_received); in TEST_F()
244 accumulator.Pop(&message_received); in TEST_F()
305 accumulator.Pop(&message_received); in TEST_F()
332 accumulator2.Pop(&message_received); in TEST_F()
367 accumulator.Pop(&message_received); in TEST_F()
398 accumulator.Pop(&message_received); in TEST_F()
[all …]
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Collections.Tests.pas116 CheckEquals(FIStackList.Pop,'Item 2');
117 CheckEquals(FIStackList.Pop,'Item 1');
125 FIStackList.Pop;
127 CheckEquals(FIStackList.Pop, 'Item 2');
/external/webrtc/webrtc/modules/video_coding/
Dgeneric_decoder.cc58 frameInfo = _timestampMap.Pop(decodedImage.timestamp()); in Decoded()
116 int32_t VCMDecodedFrameCallback::Pop(uint32_t timestamp) { in Pop() function in webrtc::VCMDecodedFrameCallback
118 if (_timestampMap.Pop(timestamp) == NULL) { in Pop()
160 _callback->Pop(frame.TimeStamp()); in Decode()
165 _callback->Pop(frame.TimeStamp()); in Decode()
/external/vixl/test/aarch32/
Dtest-simulator-rd-rn-rm-a32.cc86 __ Pop(lr); \
87 __ Pop(r11); \
88 __ Pop(r10); \
89 __ Pop(r9); \
90 __ Pop(r8); \
91 __ Pop(r7); \
92 __ Pop(r6); \
93 __ Pop(r5); \
94 __ Pop(r4); \
Dtest-simulator-rd-rn-rm-t32.cc86 __ Pop(lr); \
87 __ Pop(r11); \
88 __ Pop(r10); \
89 __ Pop(r9); \
90 __ Pop(r8); \
91 __ Pop(r7); \
92 __ Pop(r6); \
93 __ Pop(r5); \
94 __ Pop(r4); \
Dtest-simulator-cond-rd-rn-operand-imm12-t32.cc86 __ Pop(lr); \
87 __ Pop(r11); \
88 __ Pop(r10); \
89 __ Pop(r9); \
90 __ Pop(r8); \
91 __ Pop(r7); \
92 __ Pop(r6); \
93 __ Pop(r5); \
94 __ Pop(r4); \
/external/v8/src/wasm/
Dfunction-body-decoder-impl.h2311 Value exception = Pop(0, kWasmExnRef);
2370 Value exception = Pop(0, kWasmExnRef);
2389 for (int i = value_count - 1; i >= 0; i--) Pop(i);
2399 Value ref_object = Pop(0);
2471 Value cond = Pop(0, kWasmI32);
2549 Value cond = Pop(2, kWasmI32);
2550 Value fval = Pop(1);
2551 Value tval = Pop(0, fval.type);
2567 Value cond = Pop(2, kWasmI32);
2568 Value fval = Pop(1, imm.type);
[all …]
/external/google-breakpad/src/testing/test/
Dgmock-generated-function-mockers_test.cc349 virtual void Pop() = 0;
361 MOCK_METHOD0_T(Pop, void());
381 EXPECT_CALL(mock, Pop()) in TEST()
388 mock.Pop(); in TEST()
402 STDMETHOD_(void, Pop)() = 0;
414 MOCK_METHOD0_T_WITH_CALLTYPE(STDMETHODCALLTYPE, Pop, void());
434 EXPECT_CALL(mock, Pop()) in TEST()
441 mock.Pop(); in TEST()

12345678910>>...13