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

12345678

/external/opencv/
H A DWLNonFileByteStream.cpp51 bool WLNonFileByteStream::Open(int data_size) function in class:WLNonFileByteStream
/external/chromium_org/cloud_print/service/win/
H A Dlocal_security_policy.cc69 bool LocalSecurityPolicy::Open() { function in class:LocalSecurityPolicy
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_cleanup_on_io_error_unittest.cc46 static scoped_ptr<LevelDBDatabase> Open( function in class:__anon7197::BustedLevelDBDatabase
70 *db = BustedLevelDBDatabase::Open(file_name, comparator);
109 IndexedDBBackingStore::Open(factory,
150 IndexedDBBackingStore::Open(factory,
168 IndexedDBBackingStore::Open(factory,
184 IndexedDBBackingStore::Open(factory,
202 IndexedDBBackingStore::Open(factory,
/external/chromium_org/content/renderer/pepper/
H A Dppb_audio_impl.cc74 int32_t PPB_Audio_Impl::Open(PP_Resource config, function in class:content::PPB_Audio_Impl
/external/chromium_org/device/serial/
H A Dtest_serial_io_handler.cc26 void TestSerialIoHandler::Open(const std::string& port, function in class:device::TestSerialIoHandler
/external/chromium_org/media/audio/android/
H A Daudio_record_input.cc64 bool AudioRecordInputStream::Open() { function in class:media::AudioRecordInputStream
/external/chromium_org/net/base/
H A Dfile_stream.cc25 int FileStream::Open(const base::FilePath& path, int open_flags, function in class:net::FileStream
33 context_->Open(path, open_flags, callback);
/external/chromium_org/ppapi/c/
H A Dppb_file_io.h50 * FileIO::Open() will fail.
61 * file already exists, then the FileIO::Open() call will fail.
107 * Open() opens the specified regular file for I/O according to the given
120 * completion of Open().
124 int32_t (*Open)(PP_Resource file_io, member in struct:PPB_FileIO_1_1
263 * valid to call Open() again after a call to this method.
305 int32_t (*Open)(PP_Resource file_io, member in struct:PPB_FileIO_1_0
/external/chromium_org/ppapi/cpp/dev/
H A Dvideo_capture_dev.cc62 int32_t VideoCapture_Dev::Open( function in class:pp::VideoCapture_Dev
68 return get_interface<PPB_VideoCapture_Dev_0_3>()->Open(
/external/chromium_org/ppapi/cpp/
H A Durl_loader.cc40 int32_t URLLoader::Open(const URLRequestInfo& request_info, function in class:pp::URLLoader
44 return get_interface<PPB_URLLoader_1_0>()->Open(pp_resource(),
/external/chromium_org/ppapi/proxy/
H A Dvideo_source_resource.cc40 int32_t VideoSourceResource::Open( function in class:ppapi::proxy::VideoSourceResource
/external/chromium_org/ppapi/thunk/
H A Dppb_audio_input_dev_thunk.cc61 VLOG(4) << "PPB_AudioInput_Dev::Open()";
72 int32_t Open(PP_Resource audio_input, function in namespace:ppapi::thunk::__anon10241
78 VLOG(4) << "PPB_AudioInput_Dev::Open()";
82 return enter.SetResult(enter.object()->Open(device_ref,
138 &Open,
H A Dppb_url_loader_thunk.cc36 int32_t Open(PP_Resource loader, function in namespace:ppapi::thunk::__anon10313
39 VLOG(4) << "PPB_URLLoader::Open()";
43 return enter.SetResult(enter.object()->Open(request_info, enter.callback()));
124 &Open,
H A Dppb_video_capture_thunk.cc53 int32_t Open(PP_Resource video_capture, function in namespace:ppapi::thunk::__anon10320
72 return enter.SetResult(enter.object()->Open(
109 &Open,
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.cc72 virtual io::ZeroCopyOutputStream* Open(const string& filename) { function in class:google::protobuf::compiler::GeneratorResponseContext
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.cc151 bool FileInputStream::Open(const char* file_path) { function in class:sfntly::FileInputStream
/external/lldb/source/Core/
H A DConnectionSharedMemory.cpp5 // This file is distributed under the University of Illinois Open Source
107 ConnectionSharedMemory::Open (bool create, const char *name, size_t size, Error *error_ptr) function in class:ConnectionSharedMemory
/external/lzma/CPP/Common/
H A DC_FileIO.cpp49 bool CInFile::Open(const char *name) function in class:NC::NFile::NIO::CInFile
56 return Open(name);
78 bool COutFile::Open(const char *name, DWORD creationDisposition) function in class:NC::NFile::NIO::COutFile
H A DStdInStream.cpp29 bool CStdInStream::Open(LPCTSTR fileName) function in class:CStdInStream
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.cc70 virtual io::ZeroCopyOutputStream* Open(const string& filename) { function in class:google::protobuf::compiler::GeneratorResponseOutputDirectory
/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/chromium_org/base/memory/
H A Dshared_memory_nacl.cc83 bool SharedMemory::Open(const std::string& name, bool read_only) { function in class:base::SharedMemory
H A Dshared_memory_win.cc171 bool SharedMemory::Open(const std::string& name, bool read_only) { function in class:base::SharedMemory
/external/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store_unittest.cc47 void Open() { function in class:LevelDBPrefStoreTest
60 Open();
74 Open();
84 Open();
112 Open();
129 Open();
158 Open();
173 Open();
189 Open();
215 // Open
[all...]
/external/chromium_org/chrome/browser/ui/app_list/search/people/
H A Dpeople_result.cc88 void PeopleResult::Open(int event_flags) { function in class:app_list::PeopleResult

Completed in 424 milliseconds

12345678