/external/clang/test/CodeGenCXX/ |
D | ms-property.cpp | 35 __declspec(property(get=GetY,put=PutY)) T y[]; 36 char GetY(char i, Test1 j) { return i+j.get_x(); } in GetY() function in St
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | ms-property.cpp | 35 __declspec(property(get=GetY,put=PutY)) T y[]; 36 char GetY(char i, Test1 j) { return i+j.get_x(); } in GetY() function in St
|
/external/webrtc/common_video/ |
D | video_frame_unittest.cc | 250 int GetY(rtc::scoped_refptr<PlanarYuvBuffer> buf, int col, int row) { in GetY() function 483 EXPECT_EQ(GetY(original, i, j), GetY(buf, i, j)); in TEST_P() 487 EXPECT_EQ(GetY(picture, i - kOffsetx, j - kOffsety), GetY(buf, i, j)); in TEST_P()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Vec3.php | 36 public function GetY() function in MyGame\\Example\\Vec3
|
/external/deqp-deps/amber/src/ |
D | command.h | 170 float GetY() const { return y_; } in GetY() function 202 float GetY() const { return y_; } in GetY() function 302 uint32_t GetY() const { return y_; } in GetY() function 380 float GetY() const { return y_; } in GetY() function
|
D | verifier.cc | 425 command->GetY()); in Probe() 434 y = static_cast<uint32_t>(command->GetY()); in Probe()
|
/external/googletest/docs/ |
D | gmock_for_dummies.md | 114 virtual int GetY() const = 0; 125 `GoTo()`. Finally, `GetX()` and `GetY()` tell you the current position of the 178 MOCK_METHOD(int, GetY, (), (const, override)); 464 EXPECT_CALL(turtle, GetY()) 470 says that `turtle.GetY()` will be called *at least twice* (gMock knows this as 510 EXPECT_CALL(turtle, GetY()) 515 Obviously `turtle.GetY()` is expected to be called four times. But if you think 518 will be taken afterwards. So the right answer is that `turtle.GetY()` will 694 `GetY()` get called.
|
/external/deqp-deps/amber/src/vulkan/ |
D | engine_vulkan.cc | 467 float y = command->GetY(); in DoDrawRect() 532 float y = command->GetY(); in DoDrawGrid() 626 command->GetX(), command->GetY(), command->GetZ()); in DoCompute()
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser_debug_test.cc | 151 EXPECT_EQ(4U, compute->GetY()); in TEST_F()
|
D | parser_run_test.cc | 49 EXPECT_EQ(4U, cmd->AsCompute()->GetY()); in TEST_F() 218 EXPECT_FLOAT_EQ(4.f, cmd->AsDrawRect()->GetY()); in TEST_F() 517 EXPECT_FLOAT_EQ(4.f, cmd->AsDrawGrid()->GetY()); in TEST_F()
|
D | parser_expect_test.cc | 57 EXPECT_EQ(6U, probe->GetY()); in TEST_F() 99 EXPECT_EQ(7U, probe->GetY()); in TEST_F()
|
/external/deqp-deps/amber/src/vkscript/ |
D | command_parser_test.cc | 48 EXPECT_FLOAT_EQ(2.3f, draw_cmd->GetY()); in TEST_F() 86 EXPECT_FLOAT_EQ(2.3f, cmd->GetY()); in TEST_F() 108 EXPECT_FLOAT_EQ(2.3f, cmd->GetY()); in TEST_F() 130 EXPECT_FLOAT_EQ(2.3f, cmd->GetY()); in TEST_F() 152 EXPECT_FLOAT_EQ(2.3f, cmd->GetY()); in TEST_F() 370 EXPECT_EQ(2U, cmd->GetY()); in TEST_F() 861 EXPECT_FLOAT_EQ(30U, cmd->GetY()); in TEST_P() 896 EXPECT_FLOAT_EQ(30U, cmd->GetY()); in TEST_P() 932 EXPECT_FLOAT_EQ(30U, cmd->GetY()); in TEST_P() 968 EXPECT_FLOAT_EQ(30U, cmd->GetY()); in TEST_P() [all …]
|
/external/flatbuffers/tests/ |
D | phpTest.php | 109 $assert->strictEqual($pos->GetY(), 2.0);
|
/external/deqp-deps/amber/src/dawn/ |
D | engine_dawn.cc | 1250 float y = command->GetY(); in DoDrawRect() 1441 pass.Dispatch(command->GetX(), command->GetY(), command->GetZ()); in DoCompute()
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 2973 func (m *GroupNew_G) GetY() int32 { func
|