Home
last modified time | relevance | path

Searched refs:GetA (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm-project/lldb/unittests/Utility/
DReproducerInstrumentationTest.cpp131 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/
Dtest_base.php63 $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());
Dtest_util.php317 assert(36 === $m->getMapInt32Message()[1]->GetA());
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.php28 public function GetA() function in NamespaceA\\NamespaceB\\StructInNestedNS
/external/flatbuffers/tests/MyGame/Example/
DTest.php28 public function GetA() function in MyGame\\Example\\Test
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp503 return *scalar_evolution->CreateConstant(1) == *line->GetA() && in operator ==()
520 return *this_line->GetA() == *other_line->GetA() && in operator ==()
Dloop_dependence.cpp1229 : constraint_0->AsDependenceLine()->GetA(); in IntersectConstraints()
1240 : constraint_1->AsDependenceLine()->GetA(); in IntersectConstraints()
1361 : line_or_distance->AsDependenceLine()->GetA(); in IntersectConstraints()
Dloop_dependence.h210 SENode* GetA() const { return a_; } in GetA() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_dependence_helpers.cpp503 return *scalar_evolution->CreateConstant(1) == *line->GetA() && in operator ==()
520 return *this_line->GetA() == *other_line->GetA() && in operator ==()
Dloop_dependence.cpp1229 : constraint_0->AsDependenceLine()->GetA(); in IntersectConstraints()
1240 : constraint_1->AsDependenceLine()->GetA(); in IntersectConstraints()
1361 : line_or_distance->AsDependenceLine()->GetA(); in IntersectConstraints()
Dloop_dependence.h210 SENode* GetA() const { return a_; } in GetA() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp503 return *scalar_evolution->CreateConstant(1) == *line->GetA() && in operator ==()
520 return *this_line->GetA() == *other_line->GetA() && in operator ==()
Dloop_dependence.cpp1229 : constraint_0->AsDependenceLine()->GetA(); in IntersectConstraints()
1240 : constraint_1->AsDependenceLine()->GetA(); in IntersectConstraints()
1361 : line_or_distance->AsDependenceLine()->GetA(); in IntersectConstraints()
Dloop_dependence.h210 SENode* GetA() const { return a_; } in GetA() function
/external/deqp-deps/amber/src/amberscript/
Dparser_clear_color_test.cc53 EXPECT_FLOAT_EQ(32.f / 255.f, clr->GetA()); in TEST_F()
Dparser_expect_test.cc105 EXPECT_FLOAT_EQ(99.f / 255.f, probe->GetA()); in TEST_F()
/external/flatbuffers/tests/
DphpTest.php116 $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/
Dverifier.cc333 expected = static_cast<double>(command->GetA()); in IsTexelEqualToExpected()
493 reason += ", " + std::to_string(command->GetA() * scale); in Probe()
Dcommand.h399 float GetA() const { return a_; } in GetA() function
612 float GetA() const { return a_; } in GetA() function
Dexecutor_test.cc452 EXPECT_EQ(13U, cmd->GetA()); in TEST_F()
/external/llvm-project/llvm/unittests/Transforms/Vectorize/
DVPlanSlpTest.cpp195 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/
Dparser_test.cc412 EXPECT_FLOAT_EQ(0.0f, color_cmd->GetA()); in TEST_F()
Dcommand_parser_test.cc58 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/
Dengine_vulkan.cc432 command->GetR(), command->GetG(), command->GetB(), command->GetA()); in DoClearColor()
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp997 int GetA() EXCLUSIVE_LOCKS_REQUIRED(foo_->mu_) { return a_; } in GetA() function in thread_annot_lock_43::FooBar
1007 x = fb->GetA(); in main()

12