Searched refs:GetFile (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTResourceFile.cpp | 135 …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
|
D | PVRTMemoryFileSystem.h | 50 static bool GetFile(const char* pszFilename, const void** ppBuffer, size_t* pSize);
|
/external/golang-protobuf/protoc-gen-go/plugin/ |
D | plugin.pb.go | 165 func (m *CodeGeneratorResponse) GetFile() []*CodeGeneratorResponse_File { func
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 427 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/ |
D | 7zUpdate.cpp | 1537 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/ |
D | configure.js | 645 var t = fso.GetFile(new_makefile); 655 var t = fso.GetFile(configh);
|
/external/curl/lib/ |
D | mk-ca-bundle.vbs | 145 Set myTmpFh = objFSO.GetFile(myCaFile)
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 307 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/ |
D | descriptor.pb.go | 353 func (m *FileDescriptorSet) GetFile() []*FileDescriptorProto { func
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 1552 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()
|