Searched refs:Open (Results 126 - 150 of 949) sorted by relevance

1234567891011>>

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A DAndroid.mk1 # Copyright 2006 The Android Open Source Project
/external/tinyxml/
H A DAndroid.mk1 # Copyright 2005 The Android Open Source Project
/external/yaffs2/
H A DAndroid.mk1 # Copyright 2005 The Android Open Source Project
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediarecorder_unittest.cc42 rtc::StreamInterface* Open(const std::string& path) { function in namespace:cricket
55 sink_.reset(new RtpDumpSink(Open(path_.pathname())));
194 Open(send_file), Open(recv_file), filter));
197 Open(send_file), Open(recv_file), filter));
270 Open(send_header_file), Open(recv_header_file), PF_RTPHEADER));
274 Open(send_header_file), Open(recv_header_fil
[all...]
/external/lzma/CPP/Windows/
H A DFileIO.cpp287 bool CInFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) function in class:NWindows::NFile::NIO::CInFile
295 { return Open(fileName, FILE_SHARE_READ | (shareForWrite ? FILE_SHARE_WRITE : 0), OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL); }
297 bool CInFile::Open(LPCTSTR fileName) function in class:NWindows::NFile::NIO::CInFile
301 bool CInFile::Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) function in class:NWindows::NFile::NIO::CInFile
309 { return Open(fileName, FILE_SHARE_READ | (shareForWrite ? FILE_SHARE_WRITE : 0), OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL); }
311 bool CInFile::Open(LPCWSTR fileName) function in class:NWindows::NFile::NIO::CInFile
363 bool COutFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) function in class:NWindows::NFile::NIO::COutFile
369 bool COutFile::Open(LPCTSTR fileName, DWORD creationDisposition) function in class:NWindows::NFile::NIO::COutFile
370 { return Open(fileName, FILE_SHARE_READ, creationDisposition, FILE_ATTRIBUTE_NORMAL); }
373 { return Open(fileNam
377 bool COutFile::Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) function in class:NWindows::NFile::NIO::COutFile
380 bool COutFile::Open(LPCWSTR fileName, DWORD creationDisposition) function in class:NWindows::NFile::NIO::COutFile
[all...]
/external/chromium_org/media/audio/cras/
H A Dcras_unified_unittest.cc113 EXPECT_TRUE(test_stream->Open());
121 EXPECT_FALSE(test_stream->Open());
128 EXPECT_FALSE(test_stream->Open());
133 ASSERT_TRUE(test_stream->Open());
141 ASSERT_TRUE(test_stream->Open());
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dfile_io_test.cc47 is.Open(SAMPLE_TTF_FILE);
56 is.Open(SAMPLE_TTF_FILE);
107 is.Open(SAMPLE_TTF_FILE);
117 is.Open(SAMPLE_TTF_FILE);
134 is.Open(SAMPLE_TTF_FILE);
/external/pdfium/core/src/fxcrt/
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)) {
/external/sfntly/cpp/src/test/
H A Dfile_io_test.cc47 is.Open(SAMPLE_TTF_FILE);
56 is.Open(SAMPLE_TTF_FILE);
107 is.Open(SAMPLE_TTF_FILE);
117 is.Open(SAMPLE_TTF_FILE);
134 is.Open(SAMPLE_TTF_FILE);
/external/chromium_org/components/webdata/common/
H A Dweb_database_migration_unittest.cc261 ASSERT_TRUE(connection.Open(GetDatabasePath()));
270 ASSERT_TRUE(connection.Open(GetDatabasePath()));
292 ASSERT_TRUE(connection.Open(GetDatabasePath()));
327 ASSERT_TRUE(connection.Open(GetDatabasePath()));
340 ASSERT_TRUE(connection.Open(GetDatabasePath()));
360 ASSERT_TRUE(connection.Open(GetDatabasePath()));
435 ASSERT_TRUE(connection.Open(GetDatabasePath()));
483 ASSERT_TRUE(connection.Open(GetDatabasePath()));
497 ASSERT_TRUE(connection.Open(GetDatabasePath()));
525 ASSERT_TRUE(connection.Open(GetDatabasePat
[all...]
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dhttp_fs_test.cc85 ASSERT_EQ(EIO, fs_.Open(Path("/file"), O_RDONLY, &node));
99 ASSERT_EQ(0, fs_.Open(Path("/file"), O_RDONLY, &node));
129 ASSERT_EQ(0, fs_.Open(Path("/file"), O_RDONLY, &node));
153 ASSERT_EQ(0, fs_.Open(Path("/file"), O_WRONLY, &node));
168 ASSERT_EQ(0, fs_.Open(Path("/file"), O_RDONLY, &node));
185 ASSERT_EQ(0, fs_.Open(Path("/file"), O_RDWR, &node));
212 ASSERT_EQ(0, fs_.Open(Path("/file"), O_RDONLY, &node));
242 ASSERT_EQ(0, fs_.Open(Path("/file"), O_RDONLY, &node));
268 ASSERT_EQ(0, fs.Open(Path("/"), O_RDONLY, &node));
357 ASSERT_EQ(0, fs.Open(Pat
[all...]
/external/chromium_org/chrome/installer/util/
H A Ddelete_reg_key_work_item_unittest.cc43 EXPECT_NE(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(),
47 EXPECT_NE(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(),
59 EXPECT_NE(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(),
63 EXPECT_EQ(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(),
75 EXPECT_NE(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(),
118 EXPECT_EQ(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_name.c_str(),
122 EXPECT_EQ(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_name.c_str(),
H A Dwork_item_list_unittest.cc85 key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ));
98 key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ));
151 key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ));
156 key.Open(HKEY_CURRENT_USER, not_created_key.c_str(), KEY_READ));
162 key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ));
210 key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ));
223 key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ));
272 key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ));
286 key.Open(HKEY_CURRENT_USER, key_to_create.c_str(), KEY_READ));
/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/browser/renderer_host/media/
H A Daudio_input_device_manager_unittest.cc45 // AudioInputDeviceManager::Open() must be called on the audio thread.
113 int session_id = manager_->Open(*iter);
145 session_id[index] = manager_->Open(*iter);
187 int session_id = manager_->Open(dummy_device);
203 int first_session_id = manager_->Open(devices_.front());
204 int second_session_id = manager_->Open(devices_.front());
238 // Loops through the devices and calls Open()/Close()/GetOpenedDeviceInfoById
244 session_id[index] = manager_->Open(*iter);
268 int session_id = manager_->Open(*iter);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dlocal_file_reader_unittest.cc66 file_reader_->Open(kTestFile, 0, callback.callback());
77 file_reader_->Open(test_file, 0, callback.callback());
96 file_reader_->Open(
H A Dlocal_file_reader.h39 void Open(const base::FilePath& file_path,
/external/chromium_org/ppapi/thunk/
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/zlib/google/
H A Dzip_reader_unittest.cc179 ASSERT_TRUE(reader.Open(test_zip_file_));
190 ASSERT_FALSE(reader.Open(test_data_dir_.AppendASCII("nonexistent.zip")));
195 ASSERT_FALSE(reader.Open(test_data_dir_.AppendASCII("create_test_zip.sh")));
203 ASSERT_TRUE(reader.Open(test_zip_file_));
216 // Open the test zip file from a file descriptor, iterate through its contents,
238 ASSERT_TRUE(reader.Open(test_zip_file_));
247 ASSERT_TRUE(reader.Open(test_zip_file_));
255 ASSERT_TRUE(reader.Open(test_zip_file_));
314 ASSERT_TRUE(reader.Open(test_zip_file_));
325 ASSERT_TRUE(reader.Open(test_zip_file
[all...]
/external/chromium_org/base/memory/
H A Dshared_memory_android.cc60 bool SharedMemory::Open(const std::string& name, bool read_only) { function in class:base::SharedMemory
/external/chromium_org/chrome/browser/history/
H A Dhistory_unittest_base.cc34 ASSERT_TRUE(connection.Open(db_path));
/external/chromium_org/chrome/browser/ui/app_list/search/people/
H A Dpeople_result.h27 virtual void Open(int event_flags) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
H A Dcolor_chooser_aura.h27 static ColorChooserAura* Open(content::WebContents* web_contents,
/external/chromium_org/content/renderer/
H A Drenderer_webcolorchooser_impl.h34 void Open(SkColor initial_color,

Completed in 1613 milliseconds

1234567891011>>