Home
last modified time | relevance | path

Searched refs:GetY (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang/test/CodeGenCXX/
Dms-property.cpp35 __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/clang/test/CodeGenCXX/
Dms-property.cpp35 __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/
Dvideo_frame_unittest.cc250 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/deqp-deps/amber/src/
Dcommand.h170 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
Dverifier.cc425 command->GetY()); in Probe()
434 y = static_cast<uint32_t>(command->GetY()); in Probe()
/external/flatbuffers/tests/MyGame/Example/
DVec3.php36 public function GetY() function in MyGame\\Example\\Vec3
/external/googletest/docs/
Dgmock_for_dummies.md114 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/
Dengine_vulkan.cc467 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/vkscript/
Dcommand_parser_test.cc48 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/deqp-deps/amber/src/amberscript/
Dparser_run_test.cc49 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()
Dparser_debug_test.cc151 EXPECT_EQ(4U, compute->GetY()); in TEST_F()
Dparser_expect_test.cc57 EXPECT_EQ(6U, probe->GetY()); in TEST_F()
99 EXPECT_EQ(7U, probe->GetY()); in TEST_F()
/external/flatbuffers/tests/
DphpTest.php109 $assert->strictEqual($pos->GetY(), 2.0);
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc1250 float y = command->GetY(); in DoDrawRect()
1441 pass.Dispatch(command->GetX(), command->GetY(), command->GetZ()); in DoCompute()
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2973 func (m *GroupNew_G) GetY() int32 { func