Searched refs:Open (Results 701 - 725 of 949) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
H A Dhtml5_fs_node.cc297 file_io_iface_->Open(fileio_resource_,
/external/chromium_org/net/base/
H A Dfile_stream_context.cc87 void FileStream::Context::Open(const base::FilePath& path, function in class:net::FileStream::Context
/external/chromium_org/net/socket/
H A Dtcp_client_socket.cc315 int result = socket_->Open(family);
/external/chromium_org/net/url_request/
H A Durl_request_file_job.cc244 int rv = stream_->Open(file_path_, flags,
/external/chromium_org/ppapi/proxy/
H A Daudio_input_resource.cc79 int32_t AudioInputResource::Open(PP_Resource device_ref, function in class:ppapi::proxy::AudioInputResource
H A Dfile_io_resource.h39 virtual int32_t Open(PP_Resource file_ref,
H A Dfile_system_resource.cc73 int32_t FileSystemResource::Open(int64_t expected_size, function in class:ppapi::proxy::FileSystemResource
130 // This call is mutually exclusive with Open() above, so we can reuse the
H A Dvideo_capture_resource.cc77 int32_t VideoCaptureResource::Open( function in class:ppapi::proxy::VideoCaptureResource
/external/chromium_org/remoting/client/plugin/
H A Dpepper_port_allocator.cc136 int result = relay_url_loader_->Open(request_info, callback);
/external/chromium_org/sql/
H A Dconnection.h87 // The database is opened by calling Open[InMemory](). Any uncommitted
105 // called before Open() to have an effect.
117 // This must be called before Open() to have an effect.
120 // Call to cause Open() to restrict access permissions of the
168 bool Open(const base::FilePath& path) WARN_UNUSED_RESULT;
172 // empty. You can call this or Open.
540 // allowing this function to be const. Open statements can block
582 // with Open().
H A Dmeta_table_unittest.cc19 ASSERT_TRUE(db_.Open(temp_dir_.path().AppendASCII("SQLMetaTableTest.db")));
/external/chromium_org/storage/browser/fileapi/
H A Dlocal_file_stream_writer.cc42 // by its Open() method.
116 return stream_impl_->Open(file_path_,
/external/chromium_org/sync/syncable/
H A Dsyncable_unittest.cc141 ASSERT_EQ(FAILED_INITIAL_WRITE, test_dir->Open(name, &delegate,
174 dir()->Open(kDirectoryName,
357 dir()->Open(kDirectoryName,
573 dir.Open("ScopeTest", &delegate_, NullTransactionObserver());
/external/chromium_org/third_party/decklink/mac/include/
H A DDeckLinkAPIDeckControl.h169 virtual HRESULT Open (/* in */ BMDTimeScale timeScale, /* in */ BMDTimeValue timeValue, /* in */ bool timecodeIsDropFrame, /* out */ BMDDeckControlError *error) = 0;
/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 Dleveldb_main.cc137 s = Table::Open(Options(), file, file_size, &table);
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
H A Dmemenv_test.cc194 ASSERT_OK(DB::Open(options, "/dir/db", &db));
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dmock_code_generator.cc187 context->Open(GetOutputFileName(name_, file)));
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DAPITest.cc219 _inFileA.Open(file_name, frequencyHz, "rb", true);
225 _outFileA.Open(out_file_a, frequencyHz, "wb");
231 _inFileB.Open(file_name, frequencyHz, "rb", true);
237 _outFileB.Open(out_file_b, frequencyHz, "wb");
H A DRTPFile.cc126 void RTPFile::Open(const char *filename, const char *mode) { function in class:webrtc::RTPFile
/external/chromium_org/third_party/webrtc/modules/media_file/source/
H A Davi_file.h95 int32_t Open(AVIStreamType streamType, const char* fileName,
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialcli.py33 """Open port with current settings. This may throw a SerialException
46 self._port_handle.Open()
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h231 HRESULT Open(IInStream *stream, const UInt64 *searchHeaderSizeLimit); // S_FALSE means is not archive
/external/lzma/CPP/7zip/Archive/
H A DIArchive.h125 STDMETHOD(Open)(IInStream *stream, const UInt64 *maxCheckStartPosition, IArchiveOpenCallback *openArchiveCallback) x; \
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_file.cc206 output_directory->Open(filename));

Completed in 579 milliseconds

<<21222324252627282930>>