Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTResourceFile.cpp135 …m_bOpen = m_bMemoryFile = CPVRTMemoryFileSystem::GetFile(pszFilename, (const void**)(&m_pData), &m… in CPVRTResourceFile()
301 bool CPVRTMemoryFileSystem::GetFile(const char* pszFilename, const void** ppBuffer, size_t* pSize) in GetFile() function in CPVRTMemoryFileSystem
DPVRTMemoryFileSystem.h50 static bool GetFile(const char* pszFilename, const void** ppBuffer, size_t* pSize);
/external/golang-protobuf/protoc-gen-go/plugin/
Dplugin.pb.go165 func (m *CodeGeneratorResponse) GetFile() []*CodeGeneratorResponse_File { func
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc427 static PyObject* GetFile(PyBaseDescriptor *self, void *closure) { in GetFile() function
589 { "file", (getter)GetFile, NULL, "File descriptor"},
983 static PyObject* GetFile(PyBaseDescriptor *self, void *closure) { in GetFile() function
1050 { "file", (getter)GetFile, NULL, "File descriptor"},
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp1537 static void GetFile(const CDatabase &inDb, unsigned index, CFileItem &file, CFileItem2 &file2) in GetFile() function
1895 GetFile(*db, ui.IndexInArchive, file, file2); in Update()
2229 GetFile(*db, fi, file, file2); in Update()
2375 GetFile(*db, ui.IndexInArchive, file, file2); in Update()
/external/libxml2/win32/
Dconfigure.js645 var t = fso.GetFile(new_makefile);
655 var t = fso.GetFile(configh);
/external/curl/lib/
Dmk-ca-bundle.vbs145 Set myTmpFh = objFSO.GetFile(myCaFile)
/external/protobuf/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()
3359 const FileDescriptor* file = result.GetFile(); in FindSymbol()
3600 const FileDescriptor* other_file = tables_->FindSymbol(full_name).GetFile(); in AddSymbol()
3643 "a package) in file \"" + existing_symbol.GetFile()->name() + in AddPackage()
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go353 func (m *FileDescriptorSet) GetFile() []*FileDescriptorProto { func
/external/clang/lib/Serialization/
DASTReader.cpp1552 auto GetFile = [&](const internal_key_type &Key) -> const FileEntry* { in EqualKey() local
1561 const FileEntry *FEA = GetFile(a); in EqualKey()
1562 const FileEntry *FEB = GetFile(b); in EqualKey()