/external/pdfium/core/fpdfapi/page/ |
D | fpdf_page_func.cpp | 111 results[m_nOutputs - i - 1] = PS.Pop(); in v_Call() 171 if (static_cast<int>(pEngine->Pop())) in Execute() 178 size_t offset = static_cast<int>(pEngine->Pop()) ? 2 : 1; in Execute() 197 FX_FLOAT CPDF_PSEngine::Pop() { in Pop() function in CPDF_PSEngine 257 d1 = Pop(); in DoOperator() 258 d2 = Pop(); in DoOperator() 262 d2 = Pop(); in DoOperator() 263 d1 = Pop(); in DoOperator() 267 d1 = Pop(); in DoOperator() 268 d2 = Pop(); in DoOperator() [all …]
|
/external/googletest/googletest/scripts/ |
D | pump.py | 476 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/v8/testing/gtest/scripts/ |
D | pump.py | 476 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/protobuf/gtest/scripts/ |
D | pump.py | 467 def Pop(token_type=None): function 474 Pop('$else') 475 Pop('[[') 477 Pop(']]') 480 Pop('$elif') 481 exp = Pop('code') 482 Pop('[[') 484 Pop(']]') 488 Pop('code') 495 def Pop(token_type=None): function [all …]
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | pump.py | 476 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/vulkan-validation-layers/tests/gtest-1.7.0/scripts/ |
D | pump.py | 476 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/v8/src/compiler/ |
D | ast-graph-builder.cc | 972 return environment()->Pop(); in ConsumeValue() 977 return environment()->Pop(); in ConsumeValue() 1146 Node* value = environment()->Pop(); in VisitFunctionDeclaration() 1152 Node* value = environment()->Pop(); in VisitFunctionDeclaration() 1159 Node* value = environment()->Pop(); in VisitFunctionDeclaration() 1215 Node* condition = environment()->Pop(); in VisitIfStatement() 1237 Node* result = environment()->Pop(); in VisitReturnStatement() 1244 Node* value = environment()->Pop(); in VisitWithStatement() 1277 Node* label = environment()->Pop(); in VisitSwitchStatement() 1292 environment()->Pop(); in VisitSwitchStatement() [all …]
|
D | control-builders.cc | 94 *extra_value_to_rename = environment()->Pop(); in ExitLoop() 194 environment()->Pop(); in Throw() 201 exception_node_ = catch_environment_->Pop(); in EndTry() 232 token_node_ = finally_environment_->Pop(); in EndTry() 233 value_node_ = finally_environment_->Pop(); in EndTry()
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | message_queue.cc | 18 Pop(); in ~MessageQueue() 30 void MessageQueue::Pop(Message* message) { in Pop() function in mojo::test::MessageQueue 33 Pop(); in Pop() 36 void MessageQueue::Pop() { in Pop() function in mojo::test::MessageQueue
|
D | connector_unittest.cc | 41 void Pop(Message* message) { queue_.Pop(message); } in Pop() function in mojo::test::__anonfe9cfbad0111::MessageAccumulator 137 accumulator.Pop(&message_received); in TEST_F() 165 accumulator.Pop(&message_received); in TEST_F() 194 accumulator.Pop(&message_received); in TEST_F() 228 accumulator.Pop(&message_received); in TEST_F() 259 accumulator.Pop(&message_received); in TEST_F() 326 accumulator.Pop(&message_received); in TEST_F() 358 accumulator2.Pop(&message_received); in TEST_F() 396 accumulator.Pop(&message_received); in TEST_F() 430 accumulator.Pop(&message_received); in TEST_F() [all …]
|
D | router_unittest.cc | 63 message_queue.Pop(&response); in TEST_F() 81 message_queue.Pop(&response); in TEST_F() 108 message_queue.Pop(&response); in TEST_F() 125 message_queue.Pop(&response); in TEST_F() 190 message_queue.Pop(&response); in TEST_F() 218 message_queue.Pop(&response); in TEST_F()
|
D | multiplex_router_unittest.cc | 89 message_queue.Pop(&response); in TEST_F() 107 message_queue.Pop(&response); in TEST_F() 134 message_queue.Pop(&response); in TEST_F() 151 message_queue.Pop(&response); in TEST_F() 219 message_queue.Pop(&response); in TEST_F() 245 message_queue.Pop(&response); in TEST_F()
|
D | message_queue.h | 30 void Pop(Message* message); 35 void Pop();
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Collections.Tests.pas | 116 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/ |
D | generic_decoder.cc | 58 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/ |
D | test-simulator-rd-rn-rm-a32.cc | 87 __ Pop(lr); \ 88 __ Pop(r11); \ 89 __ Pop(r10); \ 90 __ Pop(r9); \ 91 __ Pop(r8); \ 92 __ Pop(r7); \ 93 __ Pop(r6); \ 94 __ Pop(r5); \ 95 __ Pop(r4); \
|
D | test-simulator-rd-rn-rm-t32.cc | 87 __ Pop(lr); \ 88 __ Pop(r11); \ 89 __ Pop(r10); \ 90 __ Pop(r9); \ 91 __ Pop(r8); \ 92 __ Pop(r7); \ 93 __ Pop(r6); \ 94 __ Pop(r5); \ 95 __ Pop(r4); \
|
D | test-simulator-cond-rd-rn-operand-imm12-t32.cc | 87 __ Pop(lr); \ 88 __ Pop(r11); \ 89 __ Pop(r10); \ 90 __ Pop(r9); \ 91 __ Pop(r8); \ 92 __ Pop(r7); \ 93 __ Pop(r6); \ 94 __ Pop(r5); \ 95 __ Pop(r4); \
|
D | test-simulator-cond-rd-operand-imm16-t32.cc | 87 __ Pop(lr); \ 88 __ Pop(r11); \ 89 __ Pop(r10); \ 90 __ Pop(r9); \ 91 __ Pop(r8); \ 92 __ Pop(r7); \ 93 __ Pop(r6); \ 94 __ Pop(r5); \ 95 __ Pop(r4); \
|
D | test-simulator-cond-rd-operand-const-a32.cc | 87 __ Pop(lr); \ 88 __ Pop(r11); \ 89 __ Pop(r10); \ 90 __ Pop(r9); \ 91 __ Pop(r8); \ 92 __ Pop(r7); \ 93 __ Pop(r6); \ 94 __ Pop(r5); \ 95 __ Pop(r4); \
|
D | test-simulator-cond-rd-operand-const-t32.cc | 87 __ Pop(lr); \ 88 __ Pop(r11); \ 89 __ Pop(r10); \ 90 __ Pop(r9); \ 91 __ Pop(r8); \ 92 __ Pop(r7); \ 93 __ Pop(r6); \ 94 __ Pop(r5); \ 95 __ Pop(r4); \
|
/external/google-breakpad/src/testing/test/ |
D | gmock-generated-function-mockers_test.cc | 349 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()
|
/external/googletest/googlemock/test/ |
D | gmock-generated-function-mockers_test.cc | 391 virtual void Pop() = 0; 403 MOCK_METHOD0_T(Pop, void()); 427 EXPECT_CALL(mock, Pop()) in TEST() 434 mock.Pop(); in TEST() 461 STDMETHOD_(void, Pop)() = 0; 473 MOCK_METHOD0_T_WITH_CALLTYPE(STDMETHODCALLTYPE, Pop, void()); 493 EXPECT_CALL(mock, Pop()) in TEST() 500 mock.Pop(); in TEST()
|
/external/v8/testing/gmock/test/ |
D | gmock-generated-function-mockers_test.cc | 391 virtual void Pop() = 0; 403 MOCK_METHOD0_T(Pop, void()); 427 EXPECT_CALL(mock, Pop()) in TEST() 434 mock.Pop(); in TEST() 461 STDMETHOD_(void, Pop)() = 0; 473 MOCK_METHOD0_T_WITH_CALLTYPE(STDMETHODCALLTYPE, Pop, void()); 493 EXPECT_CALL(mock, Pop()) in TEST() 500 mock.Pop(); in TEST()
|
/external/v8/src/wasm/ |
D | wasm-interpreter.cc | 1287 WasmVal cond = Pop(); in Execute() 1307 WasmVal cond = Pop(); in Execute() 1308 WasmVal fval = Pop(); in Execute() 1309 WasmVal tval = Pop(); in Execute() 1321 WasmVal cond = Pop(); in Execute() 1335 uint32_t key = Pop().to<uint32_t>(); in Execute() 1398 WasmVal val = Pop(); in Execute() 1405 WasmVal val = Pop(); in Execute() 1412 Pop(); in Execute() 1425 uint32_t entry_index = Pop().to<uint32_t>(); in Execute() [all …]
|