Home
last modified time | relevance | path

Searched refs:GetBoolean (Results 1 – 25 of 26) sorted by relevance

12

/external/libbrillo/brillo/
Dkey_value_store_unittest.cc101 EXPECT_FALSE(store_.GetBoolean("A", &result)); in TEST_F()
104 EXPECT_TRUE(store_.GetBoolean("A", &result)); in TEST_F()
108 EXPECT_TRUE(store_.GetBoolean("A", &result)); in TEST_F()
119 EXPECT_FALSE(store_.GetBoolean("DONT_SHOUT", &value)); in TEST_F()
125 EXPECT_TRUE(store_.GetBoolean(it.first, &value)) << "key: " << it.first; in TEST_F()
143 ASSERT_TRUE(store_.GetBoolean("bar", &value)); in TEST_F()
Dkey_value_store.h59 bool GetBoolean(const std::string& key, bool* value) const;
Dkey_value_store.cc104 bool KeyValueStore::GetBoolean(const string& key, bool* value) const { in GetBoolean() function in brillo::KeyValueStore
/external/libchrome/base/
Dvalues_unittest.cc753 ASSERT_FALSE(mixed_list->GetBoolean(1, &bool_value)); in TEST()
759 ASSERT_FALSE(mixed_list->GetBoolean(3, &bool_value)); in TEST()
762 ASSERT_TRUE(mixed_list->GetBoolean(0, &bool_value)); in TEST()
1662 EXPECT_TRUE(main_dict.GetBoolean("bool", nullptr)); in TEST()
1663 EXPECT_FALSE(main_dict.GetBoolean("int", nullptr)); in TEST()
1664 EXPECT_FALSE(main_dict.GetBoolean("double", nullptr)); in TEST()
1665 EXPECT_FALSE(main_dict.GetBoolean("string", nullptr)); in TEST()
1666 EXPECT_FALSE(main_dict.GetBoolean("binary", nullptr)); in TEST()
1667 EXPECT_FALSE(main_dict.GetBoolean("dict", nullptr)); in TEST()
1668 EXPECT_FALSE(main_dict.GetBoolean("list", nullptr)); in TEST()
[all …]
Dvalues.h460 bool GetBoolean(StringPiece path, bool* out_value) const;
641 bool GetBoolean(size_t index, bool* out_value) const;
Dvalues.cc832 bool DictionaryValue::GetBoolean(StringPiece path, bool* bool_value) const { in GetBoolean() function in base::DictionaryValue
1206 bool ListValue::GetBoolean(size_t index, bool* bool_value) const { in GetBoolean() function in base::ListValue
/external/pdfium/fxjs/
Dcfxjse_arguments.h24 bool GetBoolean(int32_t index) const;
Dcfxjse_arguments.cpp30 bool CFXJSE_Arguments::GetBoolean(int32_t index) const { in GetBoolean() function in CFXJSE_Arguments
/external/pdfium/xfa/fxfa/parser/
Dcxfa_submit.cpp46 return JSObject()->GetBoolean(XFA_Attribute::EmbedPDF); in IsSubmitEmbedPDF()
Dcxfa_stroke.cpp142 return JSObject()->GetBoolean(XFA_Attribute::Inverted); in IsInverted()
Dcxfa_nodelocale.cpp170 if (pNode->JSObject()->GetBoolean(XFA_Attribute::Abbr) == bAbbr) { in GetCalendarSymbol()
Dcxfa_box.cpp107 return JSObject()->GetBoolean(XFA_Attribute::Circular); in IsCircular()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp1615 pUIChild->JSObject()->GetBoolean(XFA_Attribute::AllowNeutral); in IsAllowNeutral()
1810 return pUIChild && pUIChild->JSObject()->GetBoolean(XFA_Attribute::TextEntry); in IsChoiceListAllowTextEntry()
1850 pItems[0]->JSObject()->GetBoolean(XFA_Attribute::Save); in CountChoiceListItems()
1852 pItems[1]->JSObject()->GetBoolean(XFA_Attribute::Save); in CountChoiceListItems()
1879 pItemsArray[0]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItem()
1881 pItemsArray[1]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItem()
1908 items[0]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItems()
1910 items[1]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItems()
2100 bool bHasSave = pNode->JSObject()->GetBoolean(XFA_Attribute::Save); in InsertItem()
2153 bool bSave = pLabelItems->JSObject()->GetBoolean(XFA_Attribute::Save); in GetItemLabel()
[all …]
/external/libbrillo/brillo/imageloader/
Dmanifest.cc142 if (!manifest_dict->GetBoolean(kIsRemovableField, &(is_removable_))) { in ParseManifest()
/external/libchrome/base/json/
Djson_value_serializer_unittest.cc230 ASSERT_TRUE(root_dict->GetBoolean("bool", &bool_value)); in TEST()
423 ASSERT_TRUE(root_dict->GetBoolean("bool", &bool_value)); in TEST_F()
Djson_reader_unittest.cc378 EXPECT_TRUE(dict_val->GetBoolean("false", &bool_value)); in TEST()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DRecognitionException.cs174 _approximateLineInfo = info.GetBoolean("ApproximateLineInfo"); in RecognitionException()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DRecognitionException.cs228 _approximateLineInfo = info.GetBoolean("ApproximateLineInfo"); in RecognitionException()
/external/dng_sdk/source/
Ddng_xmp.h163 bool GetBoolean (const char *ns,
Ddng_xmp.cpp1095 bool dng_xmp::GetBoolean (const char *ns, in GetBoolean() function in dng_xmp
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs_test.py167 self.assertTrue(prefs.GetBoolean('featureEnabled'))
Dshared_prefs.py338 def GetBoolean(self, key): member in SharedPrefs
/external/pdfium/fxjs/xfa/
Dcjx_object.h196 bool GetBoolean(XFA_Attribute eAttr);
Dcjx_object.cpp350 bool CJX_Object::GetBoolean(XFA_Attribute eAttr) { in GetBoolean() function in CJX_Object
1284 pValue->SetString(GetBoolean(eAttribute) ? "1" : "0"); in Script_Attribute_BOOL()
/external/v8/src/
Dd8.cc305 if (GetBoolean(isolate, context, trace_config_object, in FillTraceConfig()
309 if (GetBoolean(isolate, context, trace_config_object, in FillTraceConfig()
318 static bool GetBoolean(v8::Isolate* isolate, Local<Context> context, in GetBoolean() function in v8::tracing::__anoncd2d3b7e0211::TraceConfigParser

12