Home
last modified time | relevance | path

Searched refs:IsPresent (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/device/nfc/
Dnfc_chromeos_unittest.cc99 EXPECT_TRUE(adapter_->IsPresent()); in TEST_F()
107 EXPECT_FALSE(adapter_->IsPresent()); in TEST_F()
113 EXPECT_TRUE(adapter_->IsPresent()); in TEST_F()
118 EXPECT_TRUE(adapter_->IsPresent()); in TEST_F()
122 EXPECT_FALSE(adapter_->IsPresent()); in TEST_F()
185 EXPECT_TRUE(adapter_->IsPresent()); in TEST_F()
199 EXPECT_FALSE(adapter_->IsPresent()); in TEST_F()
Dnfc_adapter_chromeos.cc48 bool NfcAdapterChromeOS::IsPresent() const { in IsPresent() function in chromeos::NfcAdapterChromeOS
53 if (!IsPresent()) in IsPowered()
60 if (!IsPresent()) in IsPolling()
73 if (!IsPresent()) { in SetPowered()
115 if (!IsPresent()) in AdapterAdded()
190 DCHECK(!IsPresent()); in SetAdapter()
209 DCHECK(IsPresent()); in RemoveAdapter()
267 if (IsPresent()) { in OnSetPowered()
Dnfc_adapter.h107 virtual bool IsPresent() const = 0;
Dnfc_adapter_chromeos.h34 virtual bool IsPresent() const OVERRIDE;
/external/chromium_org/device/bluetooth/
Dbluetooth_adapter_chromeos.cc59 if (!IsPresent()) in GetAddress()
71 if (!IsPresent()) in GetName()
86 bool BluetoothAdapterChromeOS::IsPresent() const { in IsPresent() function in chromeos::BluetoothAdapterChromeOS
91 if (!IsPresent()) in IsPowered()
115 if (!IsPresent()) in IsDiscovering()
166 if (!IsPresent()) in AdapterAdded()
295 DCHECK(!IsPresent()); in SetAdapter()
353 DCHECK(IsPresent()); in RemoveAdapter()
Dbluetooth_adapter_win.cc62 bool BluetoothAdapterWin::IsPresent() const { in IsPresent() function in device::BluetoothAdapterWin
165 bool was_present = IsPresent(); in AdapterStateChanged()
Dbluetooth_chromeos_unittest.cc335 EXPECT_TRUE(adapter_->IsPresent()); in TEST_F()
351 ASSERT_FALSE(adapter_->IsPresent()); in TEST_F()
363 EXPECT_TRUE(adapter_->IsPresent()); in TEST_F()
379 ASSERT_TRUE(adapter_->IsPresent()); in TEST_F()
391 EXPECT_FALSE(adapter_->IsPresent()); in TEST_F()
407 ASSERT_TRUE(adapter_->IsPresent()); in TEST_F()
418 EXPECT_TRUE(adapter_->IsPresent()); in TEST_F()
429 EXPECT_FALSE(adapter_->IsPresent()); in TEST_F()
699 ASSERT_FALSE(adapter_->IsPresent()); in TEST_F()
712 EXPECT_TRUE(adapter_->IsPresent()); in TEST_F()
[all …]
Dbluetooth_adapter.h100 virtual bool IsPresent() const = 0;
Dbluetooth_adapter_mac.h51 virtual bool IsPresent() const OVERRIDE;
Dbluetooth_adapter_win.h43 virtual bool IsPresent() const OVERRIDE;
Dbluetooth_adapter_chromeos.h44 virtual bool IsPresent() const OVERRIDE;
Dbluetooth_adapter_mac.mm134 bool BluetoothAdapterMac::IsPresent() const {
193 bool was_present = IsPresent();
Dbluetooth_adapter_win_unittest.cc150 EXPECT_FALSE(adapter_win_->IsPresent()); in TEST_F()
158 EXPECT_TRUE(adapter_win_->IsPresent()); in TEST_F()
Dbluetooth_profile_chromeos_unittest.cc62 ASSERT_TRUE(adapter_->IsPresent()); in SetUp()
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dvdso_support.h80 bool IsPresent() const { return image_.IsPresent(); } in IsPresent() function
Delf_mem_image.h91 bool IsPresent() const { return ehdr_ != NULL; } in IsPresent() function
Delf_mem_image.cc394 CHECK(image->IsPresent() || increment == 0); in Update()
395 if (!image->IsPresent()) { in Update()
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dvdso_support.h80 bool IsPresent() const { return image_.IsPresent(); } in IsPresent() function
Delf_mem_image.h91 bool IsPresent() const { return ehdr_ != NULL; } in IsPresent() function
Delf_mem_image.cc394 CHECK(image->IsPresent() || increment == 0); in Update()
395 if (!image->IsPresent()) { in Update()
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
Dbluetooth_api_utils.cc28 out->available = adapter.IsPresent(); in PopulateAdapterState()
Dbluetooth_apitest.cc220 EXPECT_CALL(*mock_adapter_, IsPresent()) in IN_PROC_BROWSER_TEST_F()
395 EXPECT_CALL(*mock_adapter_, IsPresent()) in IN_PROC_BROWSER_TEST_F()
452 EXPECT_CALL(*mock_adapter_, IsPresent()) in IN_PROC_BROWSER_TEST_F()
464 EXPECT_CALL(*mock_adapter_, IsPresent()) in IN_PROC_BROWSER_TEST_F()
476 EXPECT_CALL(*mock_adapter_, IsPresent()) in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/device/bluetooth/test/
Dmock_bluetooth_adapter.h39 MOCK_CONST_METHOD0(IsPresent, bool());
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dstacktrace_x86-inl.h157 if (vdso.IsPresent()) { in NextStackFrame()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dstacktrace_x86-inl.h160 if (vdso.IsPresent()) { in NextStackFrame()

12