/external/pdfium/core/fpdfapi/page/ |
D | cpdf_psengine.cpp | 148 pEngine->Push(m_Operators[i]->GetFloatValue()); in Execute() 192 void CPDF_PSEngine::Push(float v) { in Push() function in CPDF_PSEngine 220 Push(d1 + d2); in DoOperator() 225 Push(d1 - d2); in DoOperator() 230 Push(d1 * d2); in DoOperator() 235 Push(d1 / d2); in DoOperator() 243 Push(result.ValueOrDefault(0)); in DoOperator() 245 Push(0); in DoOperator() 254 Push(result.ValueOrDefault(0)); in DoOperator() 256 Push(0); in DoOperator() [all …]
|
/external/llvm-project/flang/unittests/Evaluate/ |
D | intrinsics.cpp | 62 template <typename A> TestCall &Push(A &&x) { in Push() function 67 template <typename A> TestCall &Push(NamedArg<A> &&x) { in Push() function 73 template <typename A, typename... As> TestCall &Push(A &&x, As &&...xs) { in Push() function 74 Push(std::move(x)); in Push() 75 return Push(std::move(xs)...); in Push() 161 .Push(Const(Scalar<Int4>{})) in TestIntrinsics() 164 .Push(Named("a", Const(Scalar<Int4>{}))) in TestIntrinsics() 167 .Push(Const(Scalar<Int4>{})) in TestIntrinsics() 170 .Push(Named("bad", Const(Scalar<Int4>{}))) in TestIntrinsics() 174 .Push(Const(Scalar<Int4>{})) in TestIntrinsics() [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/webrtc/modules/audio_processing/echo_detector/ |
D | circular_buffer_unittest.cc | 19 test_buffer.Push(1.f); in TEST() 20 test_buffer.Push(2.f); in TEST() 27 test_buffer.Push(1.f); in TEST() 28 test_buffer.Push(2.f); in TEST() 29 test_buffer.Push(3.f); in TEST() 37 test_buffer.Push(1.f); in TEST() 38 test_buffer.Push(2.f); in TEST() 39 test_buffer.Push(3.f); in TEST() 40 test_buffer.Push(4.f); in TEST()
|
/external/perfetto/src/protozero/filtering/ |
D | message_tokenizer_unittest.cc | 78 auto token = tokenizer.Push(octet); in TEST() 126 auto token = tokenizer.Push(octet); in TEST() 148 EXPECT_FALSE(tokenizer.Push(0x08).valid()); in TEST() 150 EXPECT_FALSE(tokenizer.Push(0xff).valid()); in TEST() 151 EXPECT_FALSE(tokenizer.Push(0x0).valid()); in TEST() 158 EXPECT_FALSE(tokenizer.Push(0x0A).valid()); in TEST() 159 EXPECT_FALSE(tokenizer.Push(0xFF).valid()); in TEST() 160 EXPECT_FALSE(tokenizer.Push(0xFF).valid()); in TEST() 161 EXPECT_FALSE(tokenizer.Push(0xFF).valid()); in TEST() 162 EXPECT_FALSE(tokenizer.Push(0xFF).valid()); in TEST() [all …]
|
/external/libchrome/base/task_scheduler/ |
D | scheduler_worker_stack_unittest.cc | 82 stack.Push(worker_a_.get()); in TEST_F() 86 stack.Push(worker_b_.get()); in TEST_F() 90 stack.Push(worker_c_.get()); in TEST_F() 98 stack.Push(worker_c_.get()); in TEST_F() 125 stack.Push(worker_a_.get()); in TEST_F() 130 stack.Push(worker_b_.get()); in TEST_F() 135 stack.Push(worker_c_.get()); in TEST_F() 164 stack.Push(worker_a_.get()); in TEST_F() 169 stack.Push(worker_b_.get()); in TEST_F() 174 stack.Push(worker_c_.get()); in TEST_F() [all …]
|
/external/openscreen/platform/impl/ |
D | tls_write_buffer_unittest.cc | 21 EXPECT_TRUE(buffer.Push(write_buffer, write_size)); in TEST() 43 EXPECT_TRUE(buffer.Push(write_buffer, write_size)); in TEST() 44 EXPECT_TRUE(buffer.Push(write_buffer, write_size)); in TEST() 47 EXPECT_FALSE(buffer.Push(write_buffer, write_size)); in TEST() 48 EXPECT_FALSE(buffer.Push(write_buffer, 1)); in TEST() 58 EXPECT_TRUE(buffer.Push(write_buffer, partial_buffer_size)); in TEST() 76 EXPECT_TRUE(buffer.Push(write_buffer, buffer_size / 2)); in TEST() 97 EXPECT_FALSE(buffer.Push(write_buffer, buffer_size)); in TEST() 99 EXPECT_TRUE(buffer.Push(write_buffer, buffer_size * 3 / 4)); in TEST() 101 EXPECT_FALSE(buffer.Push(write_buffer, buffer_size)); // Not enough room. in TEST() [all …]
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter.cc | 507 Push("fields", Item::MAP, true, true); in StartObject() 520 Push("struct_value", Item::MESSAGE, true, false); in StartObject() 521 Push("fields", Item::MAP, true, true); in StartObject() 559 Push("", Item::MESSAGE, false, false); in StartObject() 562 Push("value", IsAny(*Lookup("value")) ? Item::ANY : Item::MESSAGE, true, in StartObject() 572 Push("fields", Item::MAP, true, true); in StartObject() 581 Push("struct_value", Item::MESSAGE, true, false); in StartObject() 582 Push("fields", Item::MAP, true, true); in StartObject() 595 Push(name, Item::MESSAGE, false, false); in StartObject() 596 Push("fields", Item::MAP, true, true); in StartObject() [all …]
|
/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/swiftshader/third_party/llvm-10.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-project/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCAPElim.cpp | 66 Instruction *Push = nullptr; in OptimizeBB() local 71 Push = Inst; in OptimizeBB() 76 if (Push && cast<CallInst>(Inst)->getArgOperand(0) == Push) { in OptimizeBB() 82 << " Push: " << *Push in OptimizeBB() 85 Push->eraseFromParent(); in OptimizeBB() 87 Push = nullptr; in OptimizeBB() 91 Push = nullptr; in OptimizeBB()
|
/external/libtextclassifier/native/utils/ |
D | lua-utils.cc | 84 Push(table->GetField<bool>(field->offset(), field->default_integer())); in GetField() 87 Push(table->GetField<uint8>(field->offset(), field->default_integer())); in GetField() 90 Push(table->GetField<int8>(field->offset(), field->default_integer())); in GetField() 93 Push(table->GetField<int32>(field->offset(), field->default_integer())); in GetField() 96 Push(table->GetField<uint32>(field->offset(), field->default_integer())); in GetField() 99 Push(table->GetField<int64>(field->offset(), field->default_integer())); in GetField() 102 Push(table->GetField<uint64>(field->offset(), field->default_integer())); in GetField() 105 Push(table->GetField<float>(field->offset(), field->default_real())); in GetField() 108 Push(table->GetField<double>(field->offset(), field->default_real())); in GetField() 111 Push(table->GetPointer<const flatbuffers::String*>(field->offset())); in GetField() [all …]
|
D | lua-utils.h | 115 void Push(const int64 value) const { lua_pushinteger(state_, value); } in Push() function 116 void Push(const uint64 value) const { lua_pushinteger(state_, value); } in Push() function 117 void Push(const int32 value) const { lua_pushinteger(state_, value); } in Push() function 118 void Push(const uint32 value) const { lua_pushinteger(state_, value); } in Push() function 119 void Push(const int16 value) const { lua_pushinteger(state_, value); } in Push() function 120 void Push(const uint16 value) const { lua_pushinteger(state_, value); } in Push() function 121 void Push(const int8 value) const { lua_pushinteger(state_, value); } in Push() function 122 void Push(const uint8 value) const { lua_pushinteger(state_, value); } in Push() function 123 void Push(const float value) const { lua_pushnumber(state_, value); } in Push() function 124 void Push(const double value) const { lua_pushnumber(state_, value); } in Push() function [all …]
|
/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
D | sequence_buffer_unittest.cc | 33 seq_buf.Push(chunk); in TestSequenceBufferPushOp() 38 seq_buf.Push(chunk); in TestSequenceBufferPushOp() 44 seq_buf.Push(chunk); in TestSequenceBufferPushOp() 53 seq_buf.Push(chunk); in TestSequenceBufferPushOp() 58 seq_buf.Push(chunk); in TestSequenceBufferPushOp() 77 seq_buf.Push(chunk); in TEST()
|
/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/pigweed/pw_protobuf/ |
D | encoder_test.cc | 149 EXPECT_EQ(encoder.Push(kTestProtoNestedField), OkStatus()); in TEST() 157 EXPECT_EQ(encoder.Push(kNestedProtoPairField), OkStatus()); in TEST() 170 EXPECT_EQ(encoder.Push(kNestedProtoPairField), OkStatus()); in TEST() 227 EXPECT_EQ(encoder.Push(2), OkStatus()); in TEST() 229 EXPECT_EQ(encoder.Push(1), OkStatus()); in TEST() 231 EXPECT_EQ(encoder.Push(1), Status::ResourceExhausted()); in TEST() 244 EXPECT_EQ(encoder.Push(1), OkStatus()); in TEST() 248 EXPECT_EQ(encoder.Push(2), OkStatus()); in TEST() 251 EXPECT_EQ(encoder.Push(3), OkStatus()); in TEST() 258 EXPECT_EQ(encoder.Push(4), OkStatus()); in TEST()
|
/external/llvm-project/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/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | mpscq.cc | 29 bool MultiProducerSingleConsumerQueue::Push(Node* node) { in Push() function in grpc_core::MultiProducerSingleConsumerQueue 67 Push(&stub_); in PopAndCheckEnd() 83 bool LockedMultiProducerSingleConsumerQueue::Push(Node* node) { in Push() function in grpc_core::LockedMultiProducerSingleConsumerQueue 84 return queue_.Push(node); in Push()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | bitstate.cc | 51 void Push(int id, const char* p); 107 void BitState::Push(int id, const char* p) { in Push() function in re2::BitState 145 Push(id0, p0); in TrySearch() 201 Push(id+ip->hint(), p); // try the next when we're done in TrySearch() 209 Push(id+1, p); // try the next when we're done in TrySearch() 213 Push(-id, cap_[ip->cap()]); // undo when we're done in TrySearch() 225 Push(id+1, p); // try the next when we're done in TrySearch() 231 Push(id+1, p); // try the next when we're done in TrySearch()
|
/external/llvm-project/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/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); \
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils_devicetest.py | 91 self.adb.Push(host_file_path, device_file_path) 104 self.adb.Push(host_file_path, device_file_path) 123 self.adb.Push(host_file_path, device_file_path) 143 self.adb.Push(host_file_path1, device_file_path1) 144 self.adb.Push(host_file_path2, device_file_path2) 185 self.adb.Push(host_file_path1, device_file_path1) 186 self.adb.Push(host_file_path2, device_file_path2) 187 self.adb.Push(host_file_path3, device_file_path3) 188 self.adb.Push(host_file_path4, device_file_path4)
|