Home
last modified time | relevance | path

Searched defs:Open (Results 1 – 25 of 50) sorted by relevance

12

/external/lzma/CPP/Windows/
DFileIO.cpp287 bool CInFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttr… in Open() function in NWindows::NFile::NIO::CInFile
297 bool CInFile::Open(LPCTSTR fileName) in Open() function in NWindows::NFile::NIO::CInFile
301 bool CInFile::Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttr… in Open() function in NWindows::NFile::NIO::CInFile
311 bool CInFile::Open(LPCWSTR fileName) in Open() function in NWindows::NFile::NIO::CInFile
363 bool COutFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAtt… in Open() function in NWindows::NFile::NIO::COutFile
369 bool COutFile::Open(LPCTSTR fileName, DWORD creationDisposition) in Open() function in NWindows::NFile::NIO::COutFile
377 bool COutFile::Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAtt… in Open() function in NWindows::NFile::NIO::COutFile
380 bool COutFile::Open(LPCWSTR fileName, DWORD creationDisposition) in Open() function in NWindows::NFile::NIO::COutFile
DSynchronization.h35 WRes Open(DWORD desiredAccess, bool inheritHandle, LPCTSTR name) in Open() function
104 WRes Open(DWORD desiredAccess, bool inheritHandle, LPCTSTR name) in Open() function
DFileMapping.h21 WRes Open(DWORD desiredAccess, LPCTSTR name) in Open() function
/external/openfst/src/include/fst/extensions/far/
Dfar.h301 static STTableFarReader *Open(const string &filename) { in Open() function
308 static STTableFarReader *Open(const vector<string> &filenames) { in Open() function
349 static STListFarReader *Open(const string &filename) { in Open() function
356 static STListFarReader *Open(const vector<string> &filenames) { in Open() function
396 static FstFarReader *Open(const string &filename) { in Open() function
402 static FstFarReader *Open(const vector<string> &filenames) { in Open() function
501 FarReader<A> *FarReader<A>::Open(const string &filename) { in Open() function
515 FarReader<A> *FarReader<A>::Open(const vector<string> &filenames) { in Open() function
Dstlist.h188 static STListReader<T, R> *Open(const string &filename) { in Open() function
194 static STListReader<T, R> *Open(const vector<string> &filenames) { in Open() function
Dsttable.h173 static STTableReader<T, R> *Open(const string &filename) { in Open() function
183 static STTableReader<T, R> *Open(const vector<string> &filenames) { in Open() function
/external/lzma/CPP/7zip/Common/
DFileStreams.h93 bool Open(LPCTSTR fileName, DWORD creationDisposition) in Open() function
105 bool Open(LPCWSTR fileName, DWORD creationDisposition) in Open() function
DFileStreams.cpp32 bool CInFileStream::Open(LPCTSTR fileName) in Open() function in CInFileStream
39 bool CInFileStream::Open(LPCWSTR fileName) in Open() function in CInFileStream
/external/lzma/CPP/Common/
DC_FileIO.cpp49 bool CInFile::Open(const char *name) in Open() function in NC::NFile::NIO::CInFile
78 bool COutFile::Open(const char *name, DWORD creationDisposition) in Open() function in NC::NFile::NIO::COutFile
DStdOutStream.cpp26 bool CStdOutStream::Open(const char *fileName) in Open() function in CStdOutStream
DStdInStream.cpp29 bool CStdInStream::Open(LPCTSTR fileName) in Open() function in CStdInStream
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfPopUpAnnotationDictionary_autogen.cpp47 bool SkPdfPopUpAnnotationDictionary::Open(SkPdfNativeDoc* doc) { in Open() function in SkPdfPopUpAnnotationDictionary
DSkPdfTextAnnotationDictionary_autogen.cpp35 bool SkPdfTextAnnotationDictionary::Open(SkPdfNativeDoc* doc) { in Open() function in SkPdfTextAnnotationDictionary
/external/pdfium/core/src/fxcrt/
Dfxcrt_platforms.cpp42 FX_BOOL CFXCRT_FileAccess_CRT::Open(FX_BSTR fileName, FX_DWORD dwMode) in Open() function in CFXCRT_FileAccess_CRT
52 FX_BOOL CFXCRT_FileAccess_CRT::Open(FX_WSTR fileName, FX_DWORD dwMode) in Open() function in CFXCRT_FileAccess_CRT
Dfxcrt_posix.cpp36 FX_BOOL CFXCRT_FileAccess_Posix::Open(FX_BSTR fileName, FX_DWORD dwMode) in Open() function in CFXCRT_FileAccess_Posix
46 FX_BOOL CFXCRT_FileAccess_Posix::Open(FX_WSTR fileName, FX_DWORD dwMode) in Open() function in CFXCRT_FileAccess_Posix
Dfxcrt_windows.cpp57 FX_BOOL CFXCRT_FileAccess_Win64::Open(FX_BSTR fileName, FX_DWORD dwMode) in Open() function in CFXCRT_FileAccess_Win64
70 FX_BOOL CFXCRT_FileAccess_Win64::Open(FX_WSTR fileName, FX_DWORD dwMode) in Open() function in CFXCRT_FileAccess_Win64
/external/libvpx/libvpx/third_party/libwebm/
Dmkvwriter.cpp40 bool MkvWriter::Open(const char* filename) { in Open() function in mkvmuxer::MkvWriter
Dmkvreader.cpp27 int MkvReader::Open(const char* fileName) { in Open() function in mkvparser::MkvReader
/external/opencv/
DWLNonFileByteStream.cpp51 bool WLNonFileByteStream::Open(int data_size) in Open() function in WLNonFileByteStream
/external/lldb/source/Core/
DConnectionSharedMemory.cpp107 ConnectionSharedMemory::Open (bool create, const char *name, size_t size, Error *error_ptr) in Open() function in ConnectionSharedMemory
/external/sfntly/cpp/src/sfntly/port/
Dfile_input_stream.cc149 bool FileInputStream::Open(const char* file_path) { in Open() function in sfntly::FileInputStream
/external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
Dgflags2man.py453 def Open(self): raise NotImplementedError # define in subclass member in GenerateDoc
470 def Open(self): member in GenerateMan
/external/boringssl/src/ssl/test/runner/
Dchacha20_poly1305.go141 func (c *chaCha20Poly1305) Open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) { func
/external/webrtc/src/system_wrappers/source/
Dfile_impl.cc112 bool FileWrapperImpl::Open() const in Open() function in webrtc::FileWrapperImpl
/external/protobuf/src/google/protobuf/compiler/
Dplugin.cc72 virtual io::ZeroCopyOutputStream* Open(const string& filename) { in Open() function in google::protobuf::compiler::GeneratorResponseContext

12