Searched defs:Open (Results 1 - 25 of 200) sorted by last modified time

12345678

/external/webrtc/src/system_wrappers/source/
H A Dfile_impl.cc112 bool FileWrapperImpl::Open() const function in class:webrtc::FileWrapperImpl
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/
H A DOpen.java25 public class Open extends IQ { class in inherits:IQ
49 public Open(String sessionID, int blockSize, StanzaType stanza) { method in class:Open
75 public Open(String sessionID, int blockSize) { method in class:Open
/external/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.cc149 bool FileInputStream::Open(const char* file_path) { function in class:sfntly::FileInputStream
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfPopUpAnnotationDictionary_autogen.cpp47 bool SkPdfPopUpAnnotationDictionary::Open(SkPdfNativeDoc* doc) { function in class:SkPdfPopUpAnnotationDictionary
48 SkPdfNativeObject* ret = get("Open", "");
56 return get("Open", "") != NULL;
H A DSkPdfTextAnnotationDictionary_autogen.cpp35 bool SkPdfTextAnnotationDictionary::Open(SkPdfNativeDoc* doc) { function in class:SkPdfTextAnnotationDictionary
36 SkPdfNativeObject* ret = get("Open", "");
44 return get("Open", "") != NULL;
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A DSDL_epocaudio.cpp93 TInt Open();
101 TInt TDump::Open() function in class:TDump
178 void Open(TInt iRate, TInt iChannels, TUint32 aType, TInt aBytes);
301 User::LeaveIfError(iDump.Open());
340 iPlayer->Open();
432 void CEpocAudio::Open(TInt aRate, TInt aChannels, TUint32 aType, TInt aBytes) function in class:CEpocAudio
541 CEpocAudio::Current(thisdevice).Open(spec->freq, spec->channels, type, bytes);
H A Dstreamplayer.cpp87 Open();
117 void CStreamPlayer::Open() function in class:CStreamPlayer
129 iStream->Open(&audioSettings);
152 Open();
/external/qemu/distrib/sdl-1.2.15/src/cdrom/
H A DSDL_syscdrom.h31 /* Open the specified drive, returning a drive id, or -1 on error */
32 int (*Open)(int drive); member in struct:CDcaps
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc242 io::ZeroCopyOutputStream* Open(const string& filename);
416 io::ZeroCopyOutputStream* CommandLineInterface::MemoryOutputDirectory::Open( function in class:google::protobuf::compiler::CommandLineInterface::MemoryOutputDirectory
453 // This was just a regular Open().
1179 // Open a file for insert.
1186 // Starting a new file. Open it.
1190 current_output.reset(output_directory->Open(output_file.name()));
H A Dimporter.cc124 scoped_ptr<io::ZeroCopyInputStream> input(source_tree_->Open(filename));
398 io::ZeroCopyInputStream* DiskSourceTree::Open(const string& filename) { function in class:google::protobuf::compiler::DiskSourceTree
H A Dimporter_unittest.cc86 io::ZeroCopyInputStream* Open(const string& filename) { function in class:google::protobuf::compiler::__anon28937::MockSourceTree
359 scoped_ptr<io::ZeroCopyInputStream> input(source_tree_.Open(filename));
375 scoped_ptr<io::ZeroCopyInputStream> input(source_tree_.Open(filename));
H A Dplugin.cc70 virtual io::ZeroCopyOutputStream* Open(const string& filename) { function in class:google::protobuf::compiler::GeneratorResponseOutputDirectory
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc107 virtual io::ZeroCopyOutputStream* Open(const string& filename) { function in class:google::protobuf::compiler::cpp::__anon28928::MockOutputDirectory
/external/pdfium/core/src/fxcrt/
H A Dfxcrt_platforms.cpp46 FX_BOOL CFXCRT_FileAccess_CRT::Open(FX_BSTR fileName, FX_DWORD dwMode) function in class:CFXCRT_FileAccess_CRT
56 FX_BOOL CFXCRT_FileAccess_CRT::Open(FX_WSTR fileName, FX_DWORD dwMode) function in class:CFXCRT_FileAccess_CRT
168 if (!src.Open(fileNameSrc, FX_FILEMODE_ReadOnly)) {
175 if (!dst.Open(fileNameDst, FX_FILEMODE_Truncate)) {
H A Dfxcrt_posix.cpp40 FX_BOOL CFXCRT_FileAccess_Posix::Open(FX_BSTR fileName, FX_DWORD dwMode) function in class:CFXCRT_FileAccess_Posix
50 FX_BOOL CFXCRT_FileAccess_Posix::Open(FX_WSTR fileName, FX_DWORD dwMode) function in class:CFXCRT_FileAccess_Posix
52 return Open(FX_UTF8Encode(fileName), dwMode);
164 if (!src.Open(fileNameSrc, FX_FILEMODE_ReadOnly)) {
171 if (!dst.Open(fileNameDst, FX_FILEMODE_Truncate)) {
H A Dfxcrt_windows.cpp61 FX_BOOL CFXCRT_FileAccess_Win64::Open(FX_BSTR fileName, FX_DWORD dwMode) function in class:CFXCRT_FileAccess_Win64
74 FX_BOOL CFXCRT_FileAccess_Win64::Open(FX_WSTR fileName, FX_DWORD dwMode) function in class:CFXCRT_FileAccess_Win64
/external/opencv/
H A DWLNonFileByteStream.cpp51 bool WLNonFileByteStream::Open(int data_size) function in class:WLNonFileByteStream
/external/opencv/otherlibs/highgui/
H A Dbitstrm.cpp11 // For Open Source Computer Vision Library
141 bool RBaseStream::Open( const char* filename ) function in class:RBaseStream
760 bool WBaseStream::Open( const char* filename ) function in class:WBaseStream
967 bool WMBitStream::Open( const char* filename ) function in class:WMBitStream
970 return WBaseStream::Open( filename );
H A Dgrfmt_jpeg.cpp11 // For Open Source Computer Vision Library
511 bool RJpegBitStream::Open( const char* filename ) function in class:RJpegBitStream
516 m_is_opened = m_low_strm.Open( filename );
816 if( !m_strm.Open( m_filename )) return false;
1335 bool WJpegBitStream::Open( const char* filename ) function in class:WJpegBitStream
1340 m_is_opened = m_low_strm.Open( filename );
1624 if( !m_strm.Open( m_filename ) ) return false;
/external/openfst/src/include/fst/extensions/far/
H A Dfar.h122 static FarReader *Open(const string &filename);
126 static FarReader *Open(const vector<string> &filenames);
301 static STTableFarReader *Open(const string &filename) { function in class:fst::STTableFarReader
303 STTableReader<Fst<A>, FstReader<A> >::Open(filename);
308 static STTableFarReader *Open(const vector<string> &filenames) { function in class:fst::STTableFarReader
310 STTableReader<Fst<A>, FstReader<A> >::Open(filenames);
349 static STListFarReader *Open(const string &filename) { function in class:fst::STListFarReader
351 STListReader<Fst<A>, FstReader<A> >::Open(filename);
356 static STListFarReader *Open(const vector<string> &filenames) { function in class:fst::STListFarReader
358 STListReader<Fst<A>, FstReader<A> >::Open(filename
396 static FstFarReader *Open(const string &filename) { function in class:fst::FstFarReader
402 static FstFarReader *Open(const vector<string> &filenames) { function in class:fst::FstFarReader
501 FarReader<A> *FarReader<A>::Open(const string &filename) { function in class:fst::FarReader
515 FarReader<A> *FarReader<A>::Open(const vector<string> &filenames) { function in class:fst::FarReader
[all...]
H A Dstlist.h188 static STListReader<T, R> *Open(const string &filename) { function in class:fst::STListReader
194 static STListReader<T, R> *Open(const vector<string> &filenames) { function in class:fst::STListReader
H A Dsttable.h173 static STTableReader<T, R> *Open(const string &filename) { function in class:fst::STTableReader
183 static STTableReader<T, R> *Open(const vector<string> &filenames) { function in class:fst::STTableReader
/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp384 STDMETHODIMP CHandler::Open(IInStream *stream, function in class:NArchive::N7z::CHandler
406 RINOK(archive.Open(stream, maxCheckStartPosition));
H A D7zIn.cpp360 HRESULT CInArchive::Open(IInStream *stream, const UInt64 *searchHeaderSizeLimit) function in class:NArchive::N7z::CInArchive
/external/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp280 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *) function in class:NArchive::NLzma::CHandler

Completed in 325 milliseconds

12345678