/external/clang/test/SemaCXX/ |
D | ms-property-error.cpp | 5 __declspec(property(get=GetX,put=PutX)) int x[]; 6 int GetX(int i, int j) { return i+j; } // expected-note {{'GetX' declared here}} in GetX() function in S 14 __declspec(property(get=GetX,put=PutX)) T x[]; 15 T GetX(T i, T j) { return i+j; } // expected-note 3 {{'GetX' declared here}} in GetX() function in St
|
D | ms-property.cpp | 22 __declspec(property(get=GetX,put=PutX)) int x[]; 23 int GetX(int i, int j) { return i+j; } in GetX() function in S 30 __declspec(property(get=GetX,put=PutX)) T x[]; 31 T GetX(T i, T j) { return i+j; } in GetX() function in St
|
/external/clang/test/CodeGenCXX/ |
D | ms-property.cpp | 23 __declspec(property(get=GetX,put=PutX)) int x[]; 24 int GetX(int i, int j) { return i+j; } in GetX() function in S 31 __declspec(property(get=GetX,put=PutX)) T x[]; 32 T GetX(T i, T j) { return i+j; } in GetX() function in St 33 T GetX() { return 0; } in GetX() function in St
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser_repeat_test.cc | 57 EXPECT_EQ(1U, repeat_cmds[0]->AsCompute()->GetX()); in TEST_F() 59 EXPECT_EQ(4U, repeat_cmds[1]->AsCompute()->GetX()); in TEST_F() 61 EXPECT_EQ(7U, repeat_cmds[2]->AsCompute()->GetX()); in TEST_F()
|
D | parser_run_test.cc | 48 EXPECT_EQ(2U, cmd->AsCompute()->GetX()); in TEST_F() 217 EXPECT_FLOAT_EQ(2.f, cmd->AsDrawRect()->GetX()); in TEST_F()
|
D | parser_expect_test.cc | 56 EXPECT_EQ(5U, probe->GetX()); in TEST_F() 98 EXPECT_EQ(2U, probe->GetX()); in TEST_F()
|
/external/googletest/googlemock/docs/ |
D | for_dummies.md | 115 virtual int GetX() const = 0; 127 `GoTo()`. Finally, `GetX()` and `GetY()` tell you the current position of the 179 MOCK_METHOD(int, GetX, (), (const, override)); 330 EXPECT_CALL(turtle, GetX()) 337 says that the `turtle` object's `GetX()` method will be called five times, it 454 EXPECT_CALL(turtle, GetX()) 460 says that `turtle.GetX()` will be called *exactly three times* (gMock inferred 496 EXPECT_CALL(turtle, GetX()) 642 EXPECT_CALL(turtle, GetX()) 647 If you think it says that `turtle.GetX()` will be called `n` times and will [all …]
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Vec3.php | 28 public function GetX() function in MyGame\\Example\\Vec3
|
/external/deqp-deps/amber/src/ |
D | command.h | 151 float GetX() const { return x_; } in GetX() function 245 uint32_t GetX() const { return x_; } in GetX() function 323 float GetX() const { return x_; } in GetX() function
|
D | verifier.cc | 472 command->GetX()); in Probe() 482 x = static_cast<uint32_t>(command->GetX()); in Probe()
|
/external/deqp-deps/amber/src/vulkan/ |
D | engine_vulkan.cc | 379 float x = command->GetX(); in DoDrawRect() 451 command->GetX(), command->GetY(), command->GetZ()); in DoCompute()
|
/external/deqp-deps/amber/src/vkscript/ |
D | command_parser_test.cc | 47 EXPECT_FLOAT_EQ(1.2f, draw_cmd->GetX()); in TEST_F() 85 EXPECT_FLOAT_EQ(1.2f, cmd->GetX()); in TEST_F() 107 EXPECT_FLOAT_EQ(1.2f, cmd->GetX()); in TEST_F() 129 EXPECT_FLOAT_EQ(1.2f, cmd->GetX()); in TEST_F() 151 EXPECT_FLOAT_EQ(1.2f, cmd->GetX()); in TEST_F() 374 EXPECT_EQ(1U, cmd->GetX()); in TEST_F() 865 EXPECT_FLOAT_EQ(25U, cmd->GetX()); in TEST_P() 900 EXPECT_FLOAT_EQ(25U, cmd->GetX()); in TEST_P() 936 EXPECT_FLOAT_EQ(25U, cmd->GetX()); in TEST_P() 972 EXPECT_FLOAT_EQ(25U, cmd->GetX()); in TEST_P() [all …]
|
/external/flatbuffers/tests/ |
D | phpTest.php | 108 $assert->strictEqual($pos->GetX(), 1.0);
|
/external/v8/test/torque/ |
D | test-torque.tq | 733 macro GetX(): int32 { 758 check(a.b.GetX() == 2);
|
/external/deqp-deps/amber/src/dawn/ |
D | engine_dawn.cc | 1249 float x = command->GetX(); in DoDrawRect() 1437 pass.Dispatch(command->GetX(), command->GetY(), command->GetZ()); in DoCompute()
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 2887 func (m *GroupOld_G) GetX() int32 { func 2966 func (m *GroupNew_G) GetX() int32 { func 3455 func (m *Oneof_F_Group) GetX() int32 { func
|