/external/pdfium/core/fpdfapi/page/ |
D | cpdf_psengine.cpp | 136 pEngine->Push(m_Operators[i]->GetFloatValue()); in Execute() 180 void CPDF_PSEngine::Push(float v) { in Push() function in CPDF_PSEngine 209 Push(d1 + d2); in DoOperator() 214 Push(d1 - d2); in DoOperator() 219 Push(d1 * d2); in DoOperator() 224 Push(d1 / d2); in DoOperator() 232 Push(result.ValueOrDefault(0)); in DoOperator() 234 Push(0); in DoOperator() 243 Push(result.ValueOrDefault(0)); in DoOperator() 245 Push(0); in DoOperator() [all …]
|
/external/libchrome/base/task/sequence_manager/ |
D | work_queue_unittest.cc | 85 work_queue_->Push(FakeTaskWithEnqueueOrder(1)); in TEST_F() 90 work_queue_->Push(FakeTaskWithEnqueueOrder(1)); in TEST_F() 101 work_queue_->Push(FakeTaskWithEnqueueOrder(2)); in TEST_F() 102 work_queue_->Push(FakeTaskWithEnqueueOrder(3)); in TEST_F() 103 work_queue_->Push(FakeTaskWithEnqueueOrder(4)); in TEST_F() 115 work_queue_->Push(FakeTaskWithEnqueueOrder(2)); in TEST_F() 116 work_queue_->Push(FakeTaskWithEnqueueOrder(3)); in TEST_F() 117 work_queue_->Push(FakeTaskWithEnqueueOrder(4)); in TEST_F() 128 work_queue_->Push(FakeTaskWithEnqueueOrder(2)); in TEST_F() 129 work_queue_->Push(FakeTaskWithEnqueueOrder(3)); in TEST_F() [all …]
|
D | work_queue_sets_unittest.cc | 93 work_queue->Push(FakeTaskWithEnqueueOrder(10)); in TEST_F() 101 work_queue->Push(FakeTaskWithEnqueueOrder(10)); in TEST_F() 112 work_queue->Push(FakeTaskWithEnqueueOrder(10)); in TEST_F() 128 queue1->Push(FakeTaskWithEnqueueOrder(6)); in TEST_F() 129 queue2->Push(FakeTaskWithEnqueueOrder(5)); in TEST_F() 130 queue3->Push(FakeTaskWithEnqueueOrder(4)); in TEST_F() 145 queue1->Push(FakeTaskWithEnqueueOrder(6)); in TEST_F() 146 queue2->Push(FakeTaskWithEnqueueOrder(1)); in TEST_F() 147 queue2->Push(FakeTaskWithEnqueueOrder(3)); in TEST_F() 148 queue3->Push(FakeTaskWithEnqueueOrder(4)); in TEST_F() [all …]
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter.cc | 430 Push("fields", Item::MAP, true, true); in StartObject() 443 Push("struct_value", Item::MESSAGE, true, false); in StartObject() 444 Push("fields", Item::MAP, true, true); in StartObject() 482 Push("", Item::MESSAGE, false, false); in StartObject() 485 Push("value", Item::MESSAGE, true, false); in StartObject() 494 Push("fields", Item::MAP, true, true); in StartObject() 503 Push("struct_value", Item::MESSAGE, true, false); in StartObject() 504 Push("fields", Item::MAP, true, true); in StartObject() 517 Push(name, Item::MESSAGE, false, false); in StartObject() 518 Push("fields", Item::MAP, true, true); in StartObject() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCAPElim.cpp | 94 Instruction *Push = nullptr; in OptimizeBB() local 99 Push = Inst; in OptimizeBB() 104 if (Push && cast<CallInst>(Inst)->getArgOperand(0) == Push) { in OptimizeBB() 110 << " Push: " << *Push in OptimizeBB() 113 Push->eraseFromParent(); in OptimizeBB() 115 Push = nullptr; in OptimizeBB() 119 Push = nullptr; in OptimizeBB()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCAPElim.cpp | 94 Instruction *Push = nullptr; in OptimizeBB() local 99 Push = Inst; in OptimizeBB() 104 if (Push && cast<CallInst>(Inst)->getArgOperand(0) == Push) { in OptimizeBB() 109 << " Push: " << *Push << "\n"); in OptimizeBB() 111 Push->eraseFromParent(); in OptimizeBB() 113 Push = nullptr; in OptimizeBB() 117 Push = nullptr; in OptimizeBB()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | Antlr.Runtime.Collections.Tests.pas | 113 FIStackList.Push(Item); 115 FIStackList.Push(Item); 122 FIStackList.Push('Item 1'); 123 FIStackList.Push('Item 2'); 124 FIStackList.Push('Item 3');
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 49 __ Push(rax); in GenerateTailCallToReturnedCode() local 51 __ Push(rdi); in GenerateTailCallToReturnedCode() local 52 __ Push(rdx); in GenerateTailCallToReturnedCode() local 54 __ Push(rdi); in GenerateTailCallToReturnedCode() local 86 __ Push(rsi); in Generate_JSBuiltinsConstructStubHelper() local 87 __ Push(rcx); in Generate_JSBuiltinsConstructStubHelper() local 110 __ Push(Operand(rbx, rcx, times_pointer_size, 0)); in Generate_JSBuiltinsConstructStubHelper() local 157 __ Push(rsi); in Generate_JSConstructStubGeneric() local 158 __ Push(rcx); in Generate_JSConstructStubGeneric() local 159 __ Push(rdi); in Generate_JSConstructStubGeneric() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/Inputs/ |
D | tag-dialog.rc | 14 PUSHBUTTON "Push 1", 32, 200, 0, 54, 11 15 PUSHBUTTON "Push 2", 33, 201, 15, 54, 11, 12345 16 PUSHBUTTON "Push 3", 34, 202, 30, 54, 11, 0xA, 0xC0000042 17 PUSHBUTTON "Push 4", 35, 200, 45, 54, 11, 0, 1, 2
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 43 __ Push(Immediate(StackFrame::TypeToMarker(type()))); // context slot in Generate() local 47 __ Push(kScratchRegister); // context in Generate() local 82 __ Push(c_entry_fp_operand); in Generate() local 91 __ Push(Immediate(StackFrame::OUTERMOST_JSENTRY_FRAME)); in Generate() local 97 __ Push(Immediate(StackFrame::INNER_JSENTRY_FRAME)); in Generate() local 434 __ Push(call_data); in Generate() local 443 __ Push(scratch); in Generate() local 445 __ Push(holder); in Generate() local 527 __ Push(receiver); in Generate() local 528 __ Push(FieldOperand(callback, AccessorInfo::kDataOffset)); in Generate() local [all …]
|
D | macro-assembler-x64.cc | 192 Push(kScratchRegister); in PushAddress() 202 Push(Operand(kRootRegister, RootRegisterOffset(index))); in PushRoot() 1202 void TurboAssembler::Push(Smi* source) { in Push() function in v8::internal::TurboAssembler 1205 Push(Immediate(static_cast<int32_t>(smi))); in Push() 1212 Push(Immediate(0)); in Push() 1218 Push(constant); in Push() 1324 void TurboAssembler::Push(Handle<HeapObject> source) { in Push() function in v8::internal::TurboAssembler 1326 Push(kScratchRegister); in Push() 1366 void TurboAssembler::Push(Register src) { in Push() function in v8::internal::TurboAssembler 1377 void TurboAssembler::Push(Operand src) { in Push() function in v8::internal::TurboAssembler [all …]
|
/external/v8/src/heap/ |
D | worklist.h | 36 bool Push(EntryType entry) { return worklist_->Push(task_id_, entry); } in Push() function 90 bool Push(int task_id, EntryType entry) { in Push() function 93 if (!private_push_segment(task_id)->Push(entry)) { in Push() 95 bool success = private_push_segment(task_id)->Push(entry); in Push() 223 bool Push(EntryType entry) { in Push() function 284 V8_INLINE void Push(Segment* segment) { in Push() function 390 global_pool_.Push(private_push_segment(task_id)); in PublishPushSegmentToGlobal() 397 global_pool_.Push(private_pop_segment(task_id)); in PublishPopSegmentToGlobal()
|
D | concurrent-marking.cc | 122 weak_objects_->weak_references.Push(task_id_, std::make_pair(host, slot)); in ProcessWeakHeapObject() 189 bailout_.Push(object); in VisitJSApiObject() 268 bailout_.Push(object); in VisitCode() 313 bailout_.Push(map); in VisitMap() 331 weak_objects_->transition_arrays.Push(task_id_, array); in VisitTransitionArray() 341 weak_objects_->ephemeron_hash_tables.Push(task_id_, table); in VisitEphemeronHashTable() 365 weak_objects_->discovered_ephemerons.Push(task_id_, in VisitEphemeronHashTable() 380 shared_.Push(value); in VisitEphemeron() 385 weak_objects_->next_ephemerons.Push(task_id_, Ephemeron{key, value}); in VisitEphemeron() 400 shared_.Push(object); in MarkObject() [all …]
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | frameindex.ll | 21 %2 = alloca [496 x i8] ; Push the frame right up to 512 bytes 36 %2 = alloca [497 x i8] ; Push the frame just over 512 bytes 53 %2 = alloca [32752 x i8] ; Push the frame right up to 32768 bytes 72 %2 = alloca [32753 x i8] ; Push the frame just over 32768 bytes 124 %2 = alloca [1008 x i8] ; Push the frame right up to 1024 bytes 139 %2 = alloca [1009 x i8] ; Push the frame just over 1024 bytes 156 %2 = alloca [32752 x i8] ; Push the frame right up to 32768 bytes 175 %2 = alloca [32753 x i8] ; Push the frame just over 32768 bytes 227 %2 = alloca [2032 x i8] ; Push the frame right up to 2048 bytes 242 %2 = alloca [2033 x i8] ; Push the frame just over 2048 bytes [all …]
|
/external/vixl/test/aarch32/ |
D | test-simulator-rd-rn-rm-t32.cc | 73 __ Push(r4); \ 74 __ Push(r5); \ 75 __ Push(r6); \ 76 __ Push(r7); \ 77 __ Push(r8); \ 78 __ Push(r9); \ 79 __ Push(r10); \ 80 __ Push(r11); \ 81 __ Push(lr); \
|
D | test-simulator-rd-rn-rm-a32.cc | 73 __ Push(r4); \ 74 __ Push(r5); \ 75 __ Push(r6); \ 76 __ Push(r7); \ 77 __ Push(r8); \ 78 __ Push(r9); \ 79 __ Push(r10); \ 80 __ Push(r11); \ 81 __ Push(lr); \
|
D | test-simulator-cond-rd-rn-operand-imm12-t32.cc | 73 __ Push(r4); \ 74 __ Push(r5); \ 75 __ Push(r6); \ 76 __ Push(r7); \ 77 __ Push(r8); \ 78 __ Push(r9); \ 79 __ Push(r10); \ 80 __ Push(r11); \ 81 __ Push(lr); \
|
D | test-simulator-cond-rd-operand-const-a32.cc | 73 __ Push(r4); \ 74 __ Push(r5); \ 75 __ Push(r6); \ 76 __ Push(r7); \ 77 __ Push(r8); \ 78 __ Push(r9); \ 79 __ Push(r10); \ 80 __ Push(r11); \ 81 __ Push(lr); \
|
D | test-simulator-cond-rd-operand-imm16-t32.cc | 73 __ Push(r4); \ 74 __ Push(r5); \ 75 __ Push(r6); \ 76 __ Push(r7); \ 77 __ Push(r8); \ 78 __ Push(r9); \ 79 __ Push(r10); \ 80 __ Push(r11); \ 81 __ Push(lr); \
|
D | test-simulator-cond-rd-operand-const-t32.cc | 73 __ Push(r4); \ 74 __ Push(r5); \ 75 __ Push(r6); \ 76 __ Push(r7); \ 77 __ Push(r8); \ 78 __ Push(r9); \ 79 __ Push(r10); \ 80 __ Push(r11); \ 81 __ Push(lr); \
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils_devicetest.py | 89 self.adb.Push(host_file_path, device_file_path) 101 self.adb.Push(host_file_path, device_file_path) 119 self.adb.Push(host_file_path, device_file_path) 139 self.adb.Push(host_file_path1, device_file_path1) 140 self.adb.Push(host_file_path2, device_file_path2) 180 self.adb.Push(host_file_path1, device_file_path1) 181 self.adb.Push(host_file_path2, device_file_path2) 182 self.adb.Push(host_file_path3, device_file_path3) 183 self.adb.Push(host_file_path4, device_file_path4)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/msa/ |
D | frameindex.ll | 21 %2 = alloca [492 x i8] ; Push the frame--acounting for the emergency spill 37 %2 = alloca [497 x i8] ; Push the frame--acounting for the emergency spill 55 %2 = alloca [32752 x i8] ; Push the frame--acounting for the emergency spill 75 %2 = alloca [32753 x i8] ; Push the frame--acounting for the emergency spill 128 %2 = alloca [1004 x i8] ; Push the frame--acounting for the emergency spill 144 %2 = alloca [1009 x i8] ; Push the frame--acounting for the emergency spill 162 %2 = alloca [32752 x i8] ; Push the frame--acounting for the emergency spill 182 %2 = alloca [32753 x i8] ; Push the frame--acounting for the emergency spill 235 %2 = alloca [2028 x i8] ; Push the frame--acounting for the emergency spill 251 %2 = alloca [2033 x i8] ; Push the frame--acounting for the emergency spill [all …]
|
/external/google-breakpad/src/testing/test/ |
D | gmock-generated-function-mockers_test.cc | 348 virtual void Push(const T& value) = 0; 360 MOCK_METHOD1_T(Push, void(const T& elem)); 377 EXPECT_CALL(mock, Push(_)); in TEST() 385 mock.Push(5); in TEST() 401 STDMETHOD_(void, Push)(const T& value) = 0; 413 MOCK_METHOD1_T_WITH_CALLTYPE(STDMETHODCALLTYPE, Push, void(const T& elem)); 430 EXPECT_CALL(mock, Push(_)); in TEST() 438 mock.Push(5); in TEST()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_framework_unittest.cc | 93 stats.Push(1); in TEST() 94 stats.Push(3); in TEST() 98 stats.Push(-3); in TEST() 107 stats.Push(1); in TEST() 108 stats.Push(3); in TEST() 113 stats.Push(-4); in TEST() 122 stats.Push(1); in TEST() 123 stats.Push(3); in TEST() 127 stats.Push(-4); in TEST() 136 stats.Push(1); in TEST() [all …]
|
/external/flatbuffers/rust/flatbuffers/src/ |
D | builder.rs | 26 use push::{Push, PushAlignment}; 129 pub fn push<P: Push>(&mut self, x: P) -> WIPOffset<P::Output> { in push() 144 pub fn push_slot<X: Push + PartialEq>(&mut self, slotoff: VOffsetT, x: X, default: X) { in push_slot() 155 pub fn push_slot_always<X: Push>(&mut self, slotoff: VOffsetT, x: X) { in push_slot_always() 204 pub fn start_vector<T: Push>(&mut self, num_items: usize) { in start_vector() 217 pub fn end_vector<T: Push>(&mut self, num_elems: usize) -> WIPOffset<Vector<'fbb, T>> { in end_vector() 251 …pub fn create_vector_direct<'a: 'b, 'b, T: SafeSliceAccess + Push + Sized + 'b>(&'a mut self, item… in create_vector_direct() 291 …pub fn create_vector<'a: 'b, 'b, T: Push + Copy + 'b>(&'a mut self, items: &'b [T]) -> WIPOffset<V… in create_vector()
|