/external/pdfium/core/fxcrt/ |
D | maybe_owned_unittest.cpp | 22 int GetID() const { return id_; } in GetID() function in fxcrt::__anona1cc140d0111::PseudoDeletable 49 EXPECT_EQ(100, ptr->GetID()); in TEST() 66 EXPECT_EQ(200, ptr->GetID()); in TEST() 74 EXPECT_EQ(100, ptr->GetID()); in TEST() 77 EXPECT_EQ(300, ptr->GetID()); in TEST() 89 EXPECT_EQ(100, ptr->GetID()); in TEST() 103 EXPECT_EQ(300, ptr->GetID()); in TEST() 116 EXPECT_EQ(400, ptr->GetID()); in TEST() 161 EXPECT_EQ(100, ptr3->GetID()); in TEST() 162 EXPECT_EQ(200, ptr4->GetID()); in TEST() [all …]
|
D | bytestring.h | 188 uint32_t GetID() const { return AsStringView().GetID(); } in GetID() function
|
D | bytestring_unittest.cpp | 1091 TEST(ByteStringView, GetID) { in TEST() argument 1093 EXPECT_EQ(0u, null_string.GetID()); in TEST() 1096 EXPECT_EQ(0u, empty_string.GetID()); in TEST() 1099 EXPECT_EQ(FXBSTR_ID('a', 'b', 0, 0), short_string.GetID()); in TEST() 1102 EXPECT_EQ(FXBSTR_ID('a', 'b', 'c', 'd'), longer_string.GetID()); in TEST()
|
D | string_view_template.h | 114 uint32_t GetID() const { in GetID() function
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeHeader.cpp | 264 if ((*Iter)->GetID() == ID) { in GetTaggedField() 311 if (!FieldIDs.insert(Field->GetID()).second) { in InstallFields() 317 NaClBitcodeHeaderField::FieldType ExpectedTy = ExpectedType[Field->GetID()]; in InstallFields() 331 switch (Field->GetID()) { in InstallFields()
|
/external/vixl/test/ |
D | test-pool-manager.cc | 122 int GetID() { return id_; } in GetID() function in TestObject 224 int GetID() { return id_; } in GetID() function in TestBranchObject 393 ForwardReference<int32_t> *ref = CreateReference(object->GetID(), in TEST() 405 ref = CreateReference(object->GetID(), in TEST() 471 ForwardReference<int32_t> *ref = CreateReference(object->GetID(), in TEST() 481 ref = CreateReference(object->GetID(), in TEST()
|
/external/tensorflow/tensorflow/c/eager/ |
D | tape.h | 227 tensor_tape_[o.GetID()] = op_id; in RecordOperation() 228 tensor_usage_[o.GetID()] = 1; in RecordOperation() 261 if (tensor_usage_.find(output.GetID()) != tensor_usage_.end()) { in DeleteTrace() 417 if (op_it->second.output_tensor_info[j].GetID() == id) { in InitialGradients() 529 const int64 id = trace.output_tensor_info[i].GetID(); in ComputeGradient()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 209 Function *GetID = Intrinsic::getDeclaration(GV->getParent(), in lowerGlobal() local 211 Value *ThreadID = Builder.CreateCall(GetID, {}); in lowerGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 209 Function *GetID = Intrinsic::getDeclaration(GV->getParent(), in lowerGlobal() local 211 Value *ThreadID = Builder.CreateCall(GetID, {}); in lowerGlobal()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_generalstate.cpp | 17 uint32_t id = ri.GetID(); in RI_StringToId() 31 switch (mode.GetID()) { in GetBlendTypeInternal()
|
D | cpdf_allstates.cpp | 48 uint32_t key = key_str.GetID(); in ProcessExtGS()
|
D | cpdf_colorspace.cpp | 436 switch (familyname.GetID()) { in Load()
|
D | cpdf_streamcontentparser.cpp | 564 auto it = s_OpCodes.find(op.GetID()); in OnOperator()
|
/external/google-breakpad/src/client/mac/crash_generation/ |
D | Inspector.h | 104 const char *GetID() { return minidump_id_; } in GetID() function
|
D | Inspector.mm | 312 stringWithUTF8String:minidumpLocation.GetID()]; 320 minidumpLocation.GetID());
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitcodeHeader.h | 112 Tag GetID() const { return ID; } in GetID() function
|
/external/libcxx/test/support/ |
D | container_test_types.h | 118 static ID const& GetID() { static ID id(&dummy_addr); return id; } in GetID() function 137 inline constexpr TypeID const& makeTypeID() { return TypeInfo<T>::GetID(); } in makeTypeID()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 717 static PyObject* GetID(PyBaseDescriptor *self, void *closure) { in GetID() function 894 { "id", (getter)GetID, NULL, "ID"},
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 964 tensorflow::int64 GetID() const { return id_; } in GetID() function in PyTapeTensor
|