HomeSort by relevance Sort by last modified time
    Searched defs:Open (Results 176 - 200 of 246) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_html5_fs.cc 297 int32_t FakeFileIoInterface::Open(PP_Resource file_io,
685 int32_t FakeFileSystemInterface::Open(PP_Resource file_system,
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 128 void Open(const pp::DeviceRef_Dev& device);
217 Open(pp::DeviceRef_Dev());
226 Open(monitor_devices_[index]);
233 Open(enumerate_devices_[index]);
427 void VCDemoInstance::Open(const pp::DeviceRef_Dev& device) {
430 int32_t result = video_capture_.Open(device, capture_info_, 4, callback);
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_util.h 147 Panic("Could not open directory %s: %s\n", strerror(errno));
182 void Open(const char* path, const char* mode) {
185 Panic("Could not open file for reading: %s: %s\n", path, strerror(errno));
229 src_file.Open(src_path.c_str(), "rb");
234 dst_file.Open(dst_path.c_str(), "wb");
331 Panic("Could not open /proc/self/maps (pid %d): %s\n",
389 Panic("Could not open %s: %s\n", name, crazy_context_get_error(context));
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_sqlite3.cc 345 Open();
417 void Open() {
425 // Open database
434 fprintf(stderr, "open error: %s\n", sqlite3_errmsg(db_));
488 Open();
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 280 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *)
XzHandler.cpp 388 STDMETHODIMP CHandler::Open(IInStream *inStream, const UInt64 *, IArchiveOpenCallback *callback)
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp 289 result = archive->Open(stream, &kMaxCheckStartPosition, callback);
342 if (!fileStreamSpec->Open(Path))
375 HRESULT CArchiveLink::Open(
509 RINOK(Open(codecs, formatIndices, stdInMode, stream, filePath, callback));
531 if (!fileStreamSpec->Open(filePath))
533 HRESULT res = GetArchive()->Open(stream, &kMaxCheckStartPosition, callback);
  /external/openfst/src/include/fst/extensions/far/
far.h 122 static FarReader *Open(const string &filename);
126 static FarReader *Open(const vector<string> &filenames);
301 static STTableFarReader *Open(const string &filename) {
303 STTableReader<Fst<A>, FstReader<A> >::Open(filename);
308 static STTableFarReader *Open(const vector<string> &filenames) {
310 STTableReader<Fst<A>, FstReader<A> >::Open(filenames);
349 static STListFarReader *Open(const string &filename) {
351 STListReader<Fst<A>, FstReader<A> >::Open(filename);
356 static STListFarReader *Open(const vector<string> &filenames) {
358 STListReader<Fst<A>, FstReader<A> >::Open(filenames)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
SDL_epocaudio.cpp 93 TInt Open();
101 TInt TDump::Open()
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)
541 CEpocAudio::Current(thisdevice).Open(spec->freq, spec->channels, type, bytes);
  /frameworks/native/include/media/openmax/
OMX_ContentPipe.h 103 /** enumeration of contact access types used in the CP_PIPETYPE's Open function
154 /** Open a content stream for reading or writing. */
155 CPresult (*Open)( CPhandle* hContent, CPstring szURI, CP_ACCESSTYPE eAccess );
160 /** Create a content source and open it for writing. */
  /hardware/qcom/media/mm-core/inc/
OMX_ContentPipe.h 86 /** enumeration of contact access types used in the CP_PIPETYPE's Open function
137 /** Open a content stream for reading or writing. */
138 CPresult (*Open)( CPhandle* hContent, CPstring szURI, CP_ACCESSTYPE eAccess );
143 /** Create a content source and open it for writing. */
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_ContentPipe.h 86 /** enumeration of contact access types used in the CP_PIPETYPE's Open function
137 /** Open a content stream for reading or writing. */
138 CPresult (*Open)( CPhandle* hContent, CPstring szURI, CP_ACCESSTYPE eAccess );
143 /** Create a content source and open it for writing. */
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_ContentPipe.h 86 /** enumeration of contact access types used in the CP_PIPETYPE's Open function
137 /** Open a content stream for reading or writing. */
138 CPresult (*Open)( CPhandle* hContent, CPstring szURI, CP_ACCESSTYPE eAccess );
143 /** Create a content source and open it for writing. */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ContentPipe.h 86 /** enumeration of contact access types used in the CP_PIPETYPE's Open function
137 /** Open a content stream for reading or writing. */
138 CPresult (*Open)( CPhandle* hContent, CPstring szURI, CP_ACCESSTYPE eAccess );
143 /** Create a content source and open it for writing. */
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_ContentPipe.h 103 /** enumeration of contact access types used in the CP_PIPETYPE's Open function
154 /** Open a content stream for reading or writing. */
155 CPresult (*Open)( CPhandle* hContent, CPstring szURI, CP_ACCESSTYPE eAccess );
160 /** Create a content source and open it for writing. */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ContentPipe.h 86 /** enumeration of contact access types used in the CP_PIPETYPE's Open function
137 /** Open a content stream for reading or writing. */
138 CPresult (*Open)( CPhandle* hContent, CPstring szURI, CP_ACCESSTYPE eAccess );
143 /** Create a content source and open it for writing. */
  /ndk/sources/android/crazy_linker/tests/
test_util.h 147 Panic("Could not open directory %s: %s\n", strerror(errno));
182 void Open(const char* path, const char* mode) {
185 Panic("Could not open file for reading: %s: %s\n", path, strerror(errno));
229 src_file.Open(src_path.c_str(), "rb");
234 dst_file.Open(dst_path.c_str(), "wb");
331 Panic("Could not open /proc/self/maps (pid %d): %s\n",
389 Panic("Could not open %s: %s\n", name, crazy_context_get_error(context));
  /external/chromium_org/chrome/browser/devtools/
devtools_targets_ui.cc 270 virtual void Open(const std::string& browser_id,
313 void AdbTargetsUIHandler::Open(
319 it->second->Open(url, base::Bind(&CallOnTarget, callback));
450 void DevToolsTargetsUIHandler::Open(const std::string& browser_id,
  /external/chromium_org/chrome/browser/ui/webui/
inspect_ui.cc 42 const char kOpenCommand[] = "open";
165 inspect_ui_->Open(source_id, browser_id, url);
317 void InspectUI::Open(const std::string& source_id,
322 handler->Open(browser_id, url, base::Bind(&NoOp));
  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store_unittest.cc 51 return LevelDBDatabase::Open(file_name, comparator, db, is_disk_full);
64 static scoped_refptr<TestableIndexedDBBackingStore> Open(
216 return TestableIndexedDBBackingStore::Open(this,
    [all...]
  /external/chromium_org/net/socket/
tcp_socket_win.cc 292 int TCPSocketWin::Open(AddressFamily family) {
345 // The operation here is more like Open but with an existing socket.
    [all...]
  /external/chromium_org/sql/
connection.cc 229 bool Connection::Open(const base::FilePath& path) {
396 DLOG(FATAL) << "Unable to open in-memory database.";
867 DLOG(FATAL) << "sql::Connection is already open.";
876 // should be treating the database as open, but is_open() currently
880 DLOG_IF(FATAL, poisoned_) << "sql::Connection is already open.";
889 // Histogram failures specific to initial open for debugging
    [all...]
  /external/chromium_org/third_party/webrtc/base/
stream.cc 323 bool FileStream::Open(const std::string& filename, const char* mode,
364 return Open(filename, mode, error);
485 // Stream not open.
495 // Stream not open.
518 bool CircularFileStream::Open(
520 if (!FileStream::Open(filename.c_str(), mode, error))
705 bool POpenStream::Open(const std::string& subcommand,
720 return Open(subcommand, mode, error);
1161 LOG_V(level_) << label_ << " Open";
    [all...]
  /external/chromium_org/v8/src/
d8.h 104 virtual bool Open(Isolate* isolate) { return true; }
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 11 // For Open Source Computer Vision Library
141 bool RBaseStream::Open( const char* filename )
760 bool WBaseStream::Open( const char* filename )
967 bool WMBitStream::Open( const char* filename )
970 return WBaseStream::Open( filename );

Completed in 3597 milliseconds

1 2 3 4 5 6 78 910