Searched defs:Open (Results 176 - 200 of 200) sorted by relevance

12345678

/external/chromium_org/v8/src/
H A Dd8.h104 virtual bool Open(Isolate* isolate) { return true; } function in class:v8::LineEditor
/external/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp280 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *) function in class:NArchive::NLzma::CHandler
H A DXzHandler.cpp388 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *callback) function in class:NArchive::NXz::CHandler
/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/chromium_org/chrome/browser/devtools/
H A Ddevtools_targets_ui.cc270 virtual void Open(const std::string& browser_id,
313 void AdbTargetsUIHandler::Open( function in class:__anon3556::AdbTargetsUIHandler
319 it->second->Open(url, base::Bind(&CallOnTarget, callback));
450 void DevToolsTargetsUIHandler::Open(const std::string& browser_id, function in class:DevToolsTargetsUIHandler
/external/chromium_org/net/socket/
H A Dtcp_socket_win.cc292 int TCPSocketWin::Open(AddressFamily family) { function in class:net::TCPSocketWin
345 // The operation here is more like Open but with an existing socket.
/external/chromium_org/sql/
H A Dconnection.cc229 bool Connection::Open(const base::FilePath& path) { function in class:sql::Connection
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_bench.cc420 Open();
521 Open();
690 void Open() { function in class:leveldb::__anon12439::RandomGenerator::Benchmark
698 Status s = DB::Open(options, FLAGS_db, &db_);
H A Ddb_impl.cc101 // Open a log file in the same directory as the db
380 // Open the log file
438 // file-systems cause the DB::Open() to fail.
449 // file-systems cause the DB::Open() to fail.
952 // Open output file if necessary
1445 Status DB::Open(const Options& options, const std::string& dbname, function in class:leveldb::DB
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc254 io::ZeroCopyOutputStream* Open(const string& filename);
435 io::ZeroCopyOutputStream* CommandLineInterface::GeneratorContextImpl::Open( function in class:google::protobuf::compiler::CommandLineInterface::GeneratorContextImpl
472 // This was just a regular Open().
1267 // Open a file for insert.
1274 // Starting a new file. Open it.
1278 current_output.reset(generator_context->Open(output_file.name()));
/external/chromium_org/third_party/webrtc/base/
H A Dstream.cc323 bool FileStream::Open(const std::string& filename, const char* mode, function in class:rtc::FileStream
364 return Open(filename, mode, error);
518 bool CircularFileStream::Open( function in class:rtc::CircularFileStream
520 if (!FileStream::Open(filename.c_str(), mode, error))
705 bool POpenStream::Open(const std::string& subcommand, function in class:rtc::POpenStream
720 return Open(subcommand, mode, error);
1161 LOG_V(level_) << label_ << " Open";
/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()));
/external/chromium_org/chrome/browser/devtools/device/
H A Ddevtools_android_bridge.cc605 void DevToolsAndroidBridge::RemoteBrowser::Open( function in class:DevToolsAndroidBridge::RemoteBrowser
/external/chromium_org/sync/syncable/
H A Ddirectory.cc120 DirOpenResult Directory::Open( function in class:syncer::syncable::Directory
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel_unittest.cc118 rtc::StreamInterface* Open(const std::string& path) { function
1498 new cricket::RtpDumpSink(Open(path.pathname())));
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc4463 virtual io::ZeroCopyInputStream* Open(const string& filename) { function in class:google::protobuf::descriptor_unittest::SingletonSourceTree
/external/chromium_org/third_party/webrtc/modules/media_file/source/
H A Davi_file.cc193 int32_t AviFile::Open(AVIStreamType streamType, const char* fileName, bool loop) function in class:webrtc::AviFile
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp5 // This file is distributed under the University of Illinois Open Source
90 SourceLocation Open = SilenceableCondVal.getBegin(); variable
91 if (Open.isValid()) {
95 S.Diag(Open, diag::note_unreachable_silence)
96 << FixItHint::CreateInsertion(Open, "/* DISABLES CODE */ (")
H A DSemaExpr.cpp5 // This file is distributed under the University of Illinois Open Source
12873 SourceLocation Open = E->getLocStart(); local
12876 << FixItHint::CreateInsertion(Open, "(")
/external/lldb/source/Target/
H A DProcess.cpp5 // This file is distributed under the University of Illinois Open Source
616 ProcessLaunchInfo::FileAction::Open (int fd, const char *path, bool read, bool write) function in class:ProcessLaunchInfo::FileAction
752 if (action.Open (STDIN_FILENO, option_arg, true, false))
757 case 'o': // Open STDOUT for write only
760 if (action.Open (STDOUT_FILENO, option_arg, false, true))
768 if (action.Open (STDERR_FILENO, option_arg, false, true))
781 if (action.Open (STDIN_FILENO, "/dev/null", true, false))
783 if (action.Open (STDOUT_FILENO, "/dev/null", false, true))
785 if (action.Open (STDERR_FILENO, "/dev/null", false, true))
794 case 't': // Open proces
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp360 HRESULT CInArchive::Open(IInStream *stream, const UInt64 *searchHeaderSizeLimit) function in class:NArchive::N7z::CInArchive
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc493 return LevelDBDatabase::Open(file_name, comparator, db, is_disk_full);
775 scoped_refptr<IndexedDBBackingStore> IndexedDBBackingStore::Open( function in class:content::IndexedDBBackingStore
788 return IndexedDBBackingStore::Open(indexed_db_factory,
929 scoped_refptr<IndexedDBBackingStore> IndexedDBBackingStore::Open( function in class:content::IndexedDBBackingStore
941 IDB_TRACE("IndexedDBBackingStore::Open");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3357 milliseconds

12345678