/external/llvm-project/lldb/unittests/Utility/ |
D | ReproducerInstrumentationTest.cpp | 131 int GetA(); 224 int InstrumentedFoo::GetA() { in GetA() function in InstrumentedFoo 225 LLDB_RECORD_METHOD_NO_ARGS(int, InstrumentedFoo, GetA); in GetA() 375 LLDB_REGISTER_METHOD(int, InstrumentedFoo, GetA, ()); in TestingRegistry() 815 EXPECT_EQ(foo.GetA(), 100); in TEST() 843 EXPECT_EQ(foo.GetA(), 100); in TEST() 874 EXPECT_EQ(foo.GetA(), 100); in TEST() 899 EXPECT_EQ(foo.GetA(), 100); in TEST() 901 EXPECT_DEATH(foo.GetA(), ""); in TEST() 927 EXPECT_EQ(foo.GetA(), 100); in TEST() [all …]
|
/external/protobuf/php/tests/ |
D | test_base.php | 63 $this->assertEquals(34, $m->getRepeatedMessage()[0]->GetA()); 80 $this->assertEquals(35, $m->getRepeatedMessage()[1]->GetA()); 106 $this->assertEquals(36, $m->getMapInt32Message()[1]->GetA()); 151 $this->assertEquals(34, $m->getRepeatedMessage()[0]->GetA()); 169 $this->assertEquals(35, $m->getRepeatedMessage()[1]->GetA()); 187 $this->assertEquals(134, $m->getRepeatedMessage()[2]->GetA()); 213 $this->assertEquals(136, $m->getMapInt32Message()[1]->GetA()); 239 $this->assertEquals(136, $m->getMapInt32Message()[2]->GetA());
|
D | test_util.php | 317 assert(36 === $m->getMapInt32Message()[1]->GetA());
|
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
D | StructInNestedNS.php | 28 public function GetA() function in NamespaceA\\NamespaceB\\StructInNestedNS
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Test.php | 28 public function GetA() function in MyGame\\Example\\Test
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_dependence_helpers.cpp | 503 return *scalar_evolution->CreateConstant(1) == *line->GetA() && in operator ==() 520 return *this_line->GetA() == *other_line->GetA() && in operator ==()
|
D | loop_dependence.cpp | 1229 : constraint_0->AsDependenceLine()->GetA(); in IntersectConstraints() 1240 : constraint_1->AsDependenceLine()->GetA(); in IntersectConstraints() 1361 : line_or_distance->AsDependenceLine()->GetA(); in IntersectConstraints()
|
D | loop_dependence.h | 210 SENode* GetA() const { return a_; } in GetA() function
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | loop_dependence_helpers.cpp | 503 return *scalar_evolution->CreateConstant(1) == *line->GetA() && in operator ==() 520 return *this_line->GetA() == *other_line->GetA() && in operator ==()
|
D | loop_dependence.cpp | 1229 : constraint_0->AsDependenceLine()->GetA(); in IntersectConstraints() 1240 : constraint_1->AsDependenceLine()->GetA(); in IntersectConstraints() 1361 : line_or_distance->AsDependenceLine()->GetA(); in IntersectConstraints()
|
D | loop_dependence.h | 210 SENode* GetA() const { return a_; } in GetA() function
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_dependence_helpers.cpp | 503 return *scalar_evolution->CreateConstant(1) == *line->GetA() && in operator ==() 520 return *this_line->GetA() == *other_line->GetA() && in operator ==()
|
D | loop_dependence.cpp | 1229 : constraint_0->AsDependenceLine()->GetA(); in IntersectConstraints() 1240 : constraint_1->AsDependenceLine()->GetA(); in IntersectConstraints() 1361 : line_or_distance->AsDependenceLine()->GetA(); in IntersectConstraints()
|
D | loop_dependence.h | 210 SENode* GetA() const { return a_; } in GetA() function
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser_clear_color_test.cc | 53 EXPECT_FLOAT_EQ(32.f / 255.f, clr->GetA()); in TEST_F()
|
D | parser_expect_test.cc | 105 EXPECT_FLOAT_EQ(99.f / 255.f, probe->GetA()); in TEST_F()
|
/external/flatbuffers/tests/ |
D | phpTest.php | 116 $assert->strictEqual($t->GetA(), 5); 136 … $assert->strictEqual($test_0->GetA() + $test_0->GetB() + $test_1->GetA() + $test_1->GetB(), 100);
|
/external/deqp-deps/amber/src/ |
D | verifier.cc | 333 expected = static_cast<double>(command->GetA()); in IsTexelEqualToExpected() 493 reason += ", " + std::to_string(command->GetA() * scale); in Probe()
|
D | command.h | 399 float GetA() const { return a_; } in GetA() function 612 float GetA() const { return a_; } in GetA() function
|
D | executor_test.cc | 452 EXPECT_EQ(13U, cmd->GetA()); in TEST_F()
|
/external/llvm-project/llvm/unittests/Transforms/Vectorize/ |
D | VPlanSlpTest.cpp | 195 VPInstruction *GetA = cast<VPInstruction>(&*std::next(Body->begin(), 1)); in TEST_F() local 197 EXPECT_EQ(GetA, CombinedLoadA->getOperand(0)); in TEST_F()
|
/external/deqp-deps/amber/src/vkscript/ |
D | parser_test.cc | 412 EXPECT_FLOAT_EQ(0.0f, color_cmd->GetA()); in TEST_F()
|
D | command_parser_test.cc | 58 EXPECT_EQ(100, clear_cmd->GetA()); in TEST_F() 561 EXPECT_FLOAT_EQ(1.3f, cmd->GetA()); in TEST_F() 903 EXPECT_FLOAT_EQ(4.0f, cmd->GetA()); in TEST_P() 939 EXPECT_FLOAT_EQ(4.0f, cmd->GetA()); in TEST_P() 975 EXPECT_FLOAT_EQ(4.0f, cmd->GetA()); in TEST_P() 1035 EXPECT_FLOAT_EQ(0.5f, cmd->GetA()); in TEST_F()
|
/external/deqp-deps/amber/src/vulkan/ |
D | engine_vulkan.cc | 432 command->GetR(), command->GetG(), command->GetB(), command->GetA()); in DoClearColor()
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 997 int GetA() EXCLUSIVE_LOCKS_REQUIRED(foo_->mu_) { return a_; } in GetA() function in thread_annot_lock_43::FooBar 1007 x = fb->GetA(); in main()
|