Home
last modified time | relevance | path

Searched refs:read_value (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/dom_storage/
Ddom_storage_context_impl_unittest.cc233 base::NullableString16 read_value; in TEST_F() local
234 read_value = area->GetItem(kKey); in TEST_F()
235 EXPECT_EQ(kValue, read_value.string()); in TEST_F()
257 read_value = area->GetItem(kKey); in TEST_F()
258 EXPECT_TRUE(read_value.is_null()); in TEST_F()
277 base::NullableString16 read_value = area1->GetItem(kKey); in TEST_F() local
278 EXPECT_TRUE(!read_value.is_null() && read_value.string() == kValue); in TEST_F()
292 read_value = area2->GetItem(kKey); in TEST_F()
293 EXPECT_TRUE(!read_value.is_null() && read_value.string() == kValue); in TEST_F()
298 read_value = area1->GetItem(kKey); in TEST_F()
[all …]
/external/chromium_org/chrome/installer/util/
Dshell_util.cc611 base::string16 read_value; in StatusInRegistryUnderRoot() local
612 found = key.ReadValue(name_.c_str(), &read_value) == ERROR_SUCCESS; in StatusInRegistryUnderRoot()
614 correct_value = read_value.size() == value_.size() && in StatusInRegistryUnderRoot()
615 std::equal(value_.begin(), value_.end(), read_value.begin(), in StatusInRegistryUnderRoot()
619 DWORD read_value; in StatusInRegistryUnderRoot() local
620 found = key.ReadValueDW(name_.c_str(), &read_value) == ERROR_SUCCESS; in StatusInRegistryUnderRoot()
622 correct_value = read_value == int_value_; in StatusInRegistryUnderRoot()
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_act.c1309 tBTA_GATT_READ_VAL read_value; in bta_gattc_read_cmpl() local
1312 memset(&read_value, 0, sizeof(tBTA_GATT_READ_VAL)); in bta_gattc_read_cmpl()
1333 &read_value); in bta_gattc_read_cmpl()
1334 cb_data.read.p_value = &read_value; in bta_gattc_read_cmpl()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp292 bool read_value = true, in ExtractRuntimeGlobalSymbol() argument
315 if (read_value) in ExtractRuntimeGlobalSymbol()