Home
last modified time | relevance | path

Searched refs:arg7 (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/opengl/libs/GLES2_dbg/test/
Dtest_server.cpp168 static const float arg7 = -87.2331f; in TEST_F() local
175 msg.set_arg7((int &)arg7); in TEST_F()
199 const int readArg7 = read.arg7(); in TEST_F()
200 EXPECT_EQ(arg7, (float &)readArg7); in TEST_F()
Dtest_socket.cpp113 static const float arg7 = -87.2331f; in TEST_F() local
120 msg.set_arg7((int &)arg7); in TEST_F()
138 EXPECT_NE((int &)arg7, read.arg7()); in TEST_F()
375 EXPECT_EQ(_type, read.arg7()); in TEST_F()
449 EXPECT_EQ(_border, read.arg7()); in TEST_F()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java82 boolean arg4_5, Rect arg5, Rect arg6, Rect arg7, Configuration arg7b, Surface arg8) in relayout() argument
DBridgeWindowManager.java353 CharSequence arg4, int arg5, int arg6, int arg7, IBinder arg8, boolean arg9) in setAppStartingWindow() argument
/frameworks/base/opengl/libs/GLES2_dbg/src/
Ddebugger_message.pb.cpp1105 ::google::protobuf::internal::WireFormatLite::WriteInt32(19, this->arg7(), output); in SerializeWithCachedSizes()
1242 this->arg7()); in ByteSize()
1365 set_arg7(from.arg7()); in MergeFrom()
Ddebugger_message.pb.h649 inline ::google::protobuf::int32 arg7() const;
982 inline ::google::protobuf::int32 Message::arg7() const { in arg7() function
Dcaller.cpp226 static_cast<GLsizei>(cmd.arg6()), static_cast<GLint>(cmd.arg7()) in GenerateCall()
234 static_cast<GLsizei>(cmd.arg6()), static_cast<GLsizei>(cmd.arg7()) in GenerateCall()