HomeSort by relevance Sort by last modified time
    Searched refs:Open (Results 226 - 250 of 4029) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/installer/util/
delete_reg_key_work_item_unittest.cc 43 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(),
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_device_manager_unittest.cc 45 // 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);
media_stream_provider.h 77 // possible for other applications to open the device before the device is
80 virtual int Open(const StreamDeviceInfo& device) = 0;
  /art/compiler/
elf_writer_test.cc 2 * Copyright (C) 2011 The Android Open Source Project
67 // We only use dlopen for loading with portable. See OatFile::Open.
91 std::unique_ptr<ElfFile> ef(ElfFile::Open(file.get(), false, false, &error_msg));
99 std::unique_ptr<ElfFile> ef(ElfFile::Open(file.get(), false, false, &error_msg));
107 std::unique_ptr<ElfFile> ef(ElfFile::Open(file.get(), false, true, &error_msg));