Home
last modified time | relevance | path

Searched refs:GetFile (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
Dremote_method_tests.cpp170 PDX_REMOTE_METHOD(GetFile, kOpGetFile, LocalHandle(const std::string&, int));
183 SendTestType, SendVector, Rot13, NoArgs, SendFile, GetFile,
272 LocalHandle GetFile(const std::string& path, int mode) { in GetFile() function in __anonb1f814ea0111::TestClient
274 InvokeRemoteMethod<TestInterface::GetFile>(path, mode); in GetFile()
281 int GetFile(const std::string& path, int mode, LocalHandle* fd_out) { in GetFile() function in __anonb1f814ea0111::TestClient
283 InvokeRemoteMethodInPlace<TestInterface::GetFile>(fd_out, path, mode); in GetFile()
397 case TestInterface::GetFile::Opcode: in HandleMessage()
398 DispatchRemoteMethod<TestInterface::GetFile>( in HandleMessage()
660 fd = client->GetFile("/dev/zero", O_RDONLY); in TEST_F()
669 const int error = client->GetFile("/dev/zero", O_RDONLY, &fd); in TEST_F()
/frameworks/native/libs/vr/libpdx/
Dclient_tests.cpp53 PDX_REMOTE_METHOD(GetFile, kOpGetFile, LocalHandle(const std::string&, int));
56 PDX_REMOTE_API(API, Add, SendFile, GetFile, PushChannel);
249 client_->InvokeRemoteMethod<TestInterface::GetFile>(); in TEST_F()
264 client_->InvokeRemoteMethod<TestInterface::GetFile>("file", 0); in TEST_F()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor.cc432 static PyObject* GetFile(PyBaseDescriptor *self, void *closure) { in GetFile() function
594 { "file", (getter)GetFile, NULL, "File descriptor"},
988 static PyObject* GetFile(PyBaseDescriptor *self, void *closure) { in GetFile() function
1055 { "file", (getter)GetFile, NULL, "File descriptor"},
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc307 const FileDescriptor* GetFile() const { in CONSTRUCTOR()
1197 if (!result.IsNull()) return result.GetFile(); in FindFileContainingSymbol()
1205 if (!result.IsNull()) return result.GetFile(); in FindFileContainingSymbol()
3365 const FileDescriptor* file = result.GetFile(); in FindSymbol()
3606 const FileDescriptor* other_file = tables_->FindSymbol(full_name).GetFile(); in AddSymbol()
3649 "a package) in file \"" + existing_symbol.GetFile()->name() + in AddPackage()