/external/libbrillo/brillo/ |
D | key_value_store_unittest.cc | 101 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()
|
D | key_value_store.h | 59 bool GetBoolean(const std::string& key, bool* value) const;
|
D | key_value_store.cc | 104 bool KeyValueStore::GetBoolean(const string& key, bool* value) const { in GetBoolean() function in brillo::KeyValueStore
|
/external/libchrome/base/ |
D | values_unittest.cc | 753 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 …]
|
D | values.h | 460 bool GetBoolean(StringPiece path, bool* out_value) const; 641 bool GetBoolean(size_t index, bool* out_value) const;
|
D | values.cc | 832 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/ |
D | cfxjse_arguments.h | 24 bool GetBoolean(int32_t index) const;
|
D | cfxjse_arguments.cpp | 30 bool CFXJSE_Arguments::GetBoolean(int32_t index) const { in GetBoolean() function in CFXJSE_Arguments
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_submit.cpp | 46 return JSObject()->GetBoolean(XFA_Attribute::EmbedPDF); in IsSubmitEmbedPDF()
|
D | cxfa_stroke.cpp | 142 return JSObject()->GetBoolean(XFA_Attribute::Inverted); in IsInverted()
|
D | cxfa_nodelocale.cpp | 170 if (pNode->JSObject()->GetBoolean(XFA_Attribute::Abbr) == bAbbr) { in GetCalendarSymbol()
|
D | cxfa_box.cpp | 107 return JSObject()->GetBoolean(XFA_Attribute::Circular); in IsCircular()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.cpp | 1615 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/ |
D | manifest.cc | 142 if (!manifest_dict->GetBoolean(kIsRemovableField, &(is_removable_))) { in ParseManifest()
|
/external/libchrome/base/json/ |
D | json_value_serializer_unittest.cc | 230 ASSERT_TRUE(root_dict->GetBoolean("bool", &bool_value)); in TEST() 423 ASSERT_TRUE(root_dict->GetBoolean("bool", &bool_value)); in TEST_F()
|
D | json_reader_unittest.cc | 378 EXPECT_TRUE(dict_val->GetBoolean("false", &bool_value)); in TEST()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | RecognitionException.cs | 174 _approximateLineInfo = info.GetBoolean("ApproximateLineInfo"); in RecognitionException()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | RecognitionException.cs | 228 _approximateLineInfo = info.GetBoolean("ApproximateLineInfo"); in RecognitionException()
|
/external/dng_sdk/source/ |
D | dng_xmp.h | 163 bool GetBoolean (const char *ns,
|
D | dng_xmp.cpp | 1095 bool dng_xmp::GetBoolean (const char *ns, in GetBoolean() function in dng_xmp
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | shared_prefs_test.py | 167 self.assertTrue(prefs.GetBoolean('featureEnabled'))
|
D | shared_prefs.py | 338 def GetBoolean(self, key): member in SharedPrefs
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.h | 196 bool GetBoolean(XFA_Attribute eAttr);
|
D | cjx_object.cpp | 350 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/ |
D | d8.cc | 305 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
|