/external/gemmlowp/internal/ |
D | allocator.h | 52 inline TypeId GetTypeId() { in GetTypeId() function 146 h.type_ = GetTypeId<T>(); 163 assert(h.type_ == GetTypeId<T>() && "type mismatch");
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_primitives.cpp | 52 const uint32_t stream_type = _.GetTypeId(stream_id); in PrimitivesPass()
|
D | validate_image.cpp | 256 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands() 289 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands() 323 const uint32_t dx_type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands() 324 const uint32_t dy_type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands() 361 const uint32_t type_id = _.GetTypeId(id); in ValidateImageOperands() 389 const uint32_t type_id = _.GetTypeId(id); in ValidateImageOperands() 421 const uint32_t type_id = _.GetTypeId(id); in ValidateImageOperands() 469 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands() 483 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands()
|
D | validation_state.cpp | 569 uint32_t ValidationState_t::GetTypeId(uint32_t id) const { in GetTypeId() function in spvtools::val::ValidationState_t 849 return GetTypeId(inst->GetOperandAs<uint32_t>(operand_index)); in GetOperandTypeId()
|
D | validation_state.h | 533 uint32_t GetTypeId(uint32_t id) const;
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_primitives.cpp | 52 const uint32_t stream_type = _.GetTypeId(stream_id); in PrimitivesPass()
|
D | validate_image.cpp | 256 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands() 289 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands() 323 const uint32_t dx_type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands() 324 const uint32_t dy_type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands() 361 const uint32_t type_id = _.GetTypeId(id); in ValidateImageOperands() 389 const uint32_t type_id = _.GetTypeId(id); in ValidateImageOperands() 421 const uint32_t type_id = _.GetTypeId(id); in ValidateImageOperands() 469 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands() 483 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands()
|
D | validation_state.cpp | 586 uint32_t ValidationState_t::GetTypeId(uint32_t id) const { in GetTypeId() function in spvtools::val::ValidationState_t 866 return GetTypeId(inst->GetOperandAs<uint32_t>(operand_index)); in GetOperandTypeId()
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 459 TypeId GetTestCaseTypeId() const override { return GetTypeId<TestCase>(); } in GetTestCaseTypeId() 577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()
|
D | gtest-internal.h | 521 TypeId GetTypeId() { in GetTypeId() function 689 GetTypeId<FixtureClass>(), in Register()
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId() 577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()
|
D | gtest-internal.h | 492 TypeId GetTypeId() { in GetTypeId() function 660 GetTypeId<FixtureClass>(), in Register()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId() 577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()
|
D | gtest-internal.h | 512 TypeId GetTypeId() { in GetTypeId() function 680 GetTypeId<FixtureClass>(), in Register()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_unittest.cc | 170 using testing::internal::GetTypeId; 271 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>()); in TEST() 272 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>()); in TEST() 279 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>()); in TEST() 280 EXPECT_NE(GetTypeId<int>(), GetTypeId<char>()); in TEST() 281 EXPECT_NE(GetTypeId<int>(), GetTestTypeId()); in TEST() 282 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId()); in TEST() 283 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId()); in TEST() 284 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTypeId<SubClassOfTest>()); in TEST()
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 516 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId() 688 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()
|
D | gtest-internal.h | 447 TypeId GetTypeId() { in GetTypeId() function 646 GetTypeId<FixtureClass>(), in Register()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 516 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId() 688 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()
|
D | gtest-internal.h | 447 TypeId GetTypeId() { in GetTypeId() function 646 GetTypeId<FixtureClass>(), in Register()
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-param-util.h | 512 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId() 683 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()
|
D | gtest-internal.h | 435 TypeId GetTypeId() { in GetTypeId() function 671 code_location, GetTypeId<FixtureClass>(), TestClass::SetUpTestCase,
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 516 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId() 688 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()
|
D | gtest-internal.h | 447 TypeId GetTypeId() { in GetTypeId() function 646 GetTypeId<FixtureClass>(), in Register()
|
/external/googletest/googletest/test/ |
D | gtest_unittest.cc | 251 using testing::internal::GetTypeId; 357 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>()); in TEST() 358 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>()); in TEST() 365 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>()); in TEST() 366 EXPECT_NE(GetTypeId<int>(), GetTypeId<char>()); in TEST() 367 EXPECT_NE(GetTypeId<int>(), GetTestTypeId()); in TEST() 368 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId()); in TEST() 369 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId()); in TEST() 370 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTypeId<SubClassOfTest>()); in TEST()
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 502 TypeId GetTestSuiteTypeId() const override { return GetTypeId<TestSuite>(); } in GetTestSuiteTypeId() 671 if (test_suite_info->GetTestSuiteTypeId() != GetTypeId<TestSuite>()) { in GetTestSuitePatternHolder()
|