Home
last modified time | relevance | path

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

12

/external/libbrillo/brillo/
Dkey_value_store_test.cc47 EXPECT_TRUE(moved_to.GetBoolean("a_boolean", &b_value)); in TEST_F()
62 EXPECT_TRUE(moved_to.GetBoolean("a_boolean", &b_value)); in TEST_F()
151 EXPECT_FALSE(store_.GetBoolean("A", &result)); in TEST_F()
154 EXPECT_TRUE(store_.GetBoolean("A", &result)); in TEST_F()
158 EXPECT_TRUE(store_.GetBoolean("A", &result)); in TEST_F()
169 EXPECT_FALSE(store_.GetBoolean("DONT_SHOUT", &value)); in TEST_F()
175 EXPECT_TRUE(store_.GetBoolean(it.first, &value)) << "key: " << it.first; in TEST_F()
193 ASSERT_TRUE(store_.GetBoolean("bar", &value)); in TEST_F()
Dkey_value_store.h73 bool GetBoolean(const std::string& key, bool* value) const;
Dkey_value_store.cc111 bool KeyValueStore::GetBoolean(const string& key, bool* value) const { in GetBoolean() function in brillo::KeyValueStore
/external/llvm-project/lldb/tools/lldb-vscode/
DJSONUtils.h92 bool GetBoolean(const llvm::json::Object &obj, llvm::StringRef key,
94 bool GetBoolean(const llvm::json::Object *obj, llvm::StringRef key,
Dlldb-vscode.cpp558 const auto wait_for = GetBoolean(arguments, "waitFor", false); in request_attach()
568 core_file.empty() ? GetBoolean(arguments, "stopOnEntry", false) : true; in request_attach()
807 GetBoolean(arguments, "terminateDebuggee", defaultTerminateDebuggee); in request_disconnect()
1533 g_vsc.stop_at_entry = GetBoolean(arguments, "stopOnEntry", false); in request_launch()
1559 if (GetBoolean(arguments, "runInTerminal", false)) { in request_launch()
1587 if (GetBoolean(arguments, "disableASLR", true)) in request_launch()
1589 if (GetBoolean(arguments, "disableSTDIO", false)) in request_launch()
1591 if (GetBoolean(arguments, "shellExpandArguments", false)) in request_launch()
1593 const bool detatchOnError = GetBoolean(arguments, "detachOnError", false); in request_launch()
2817 hex = GetBoolean(format, "hex", false); in request_variables()
DJSONUtils.cpp73 bool GetBoolean(const llvm::json::Object &obj, llvm::StringRef key, in GetBoolean() function
82 bool GetBoolean(const llvm::json::Object *obj, llvm::StringRef key, in GetBoolean() function
86 return GetBoolean(*obj, key, fail_value); in GetBoolean()
/external/pdfium/fxjs/xfa/
Dcfxjse_arguments.h26 bool GetBoolean(int32_t index) const;
Dcfxjse_arguments.cpp30 bool CFXJSE_Arguments::GetBoolean(int32_t index) const { in GetBoolean() function in CFXJSE_Arguments
Dcjx_object.h197 bool GetBoolean(XFA_Attribute eAttr);
/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;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_checkbutton.cpp59 return JSObject()->GetBoolean(XFA_Attribute::AllowNeutral); in IsAllowNeutral()
Dcxfa_submit.cpp45 return JSObject()->GetBoolean(XFA_Attribute::EmbedPDF); in IsSubmitEmbedPDF()
Dcxfa_nodelocale.cpp169 if (pNode->JSObject()->GetBoolean(XFA_Attribute::Abbr) == bAbbr) { in GetCalendarSymbol()
Dcxfa_stroke.cpp140 return JSObject()->GetBoolean(XFA_Attribute::Inverted); in IsInverted()
Dcxfa_box.cpp105 return JSObject()->GetBoolean(XFA_Attribute::Circular); in IsCircular()
Dcxfa_node.cpp4135 return pUIChild && pUIChild->JSObject()->GetBoolean(XFA_Attribute::TextEntry); in IsChoiceListAllowTextEntry()
4175 pItems[0]->JSObject()->GetBoolean(XFA_Attribute::Save); in CountChoiceListItems()
4177 pItems[1]->JSObject()->GetBoolean(XFA_Attribute::Save); in CountChoiceListItems()
4204 pItemsArray[0]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItem()
4206 pItemsArray[1]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItem()
4233 items[0]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItems()
4235 items[1]->JSObject()->GetBoolean(XFA_Attribute::Save); in GetChoiceListItems()
4409 bool bHasSave = pNode->JSObject()->GetBoolean(XFA_Attribute::Save); in InsertItem()
4454 bool bSave = pLabelItems->JSObject()->GetBoolean(XFA_Attribute::Save); in GetItemLabel()
4495 bool bSave = pLabelItems->JSObject()->GetBoolean(XFA_Attribute::Save); in GetItemValue()
[all …]
/external/libchrome/base/test/
Dvalues_test_util.cc21 EXPECT_TRUE(value.GetBoolean(key, &boolean_value)) << key; in ExpectDictBooleanValue()
/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()
/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/libchrome/base/trace_event/
Dtrace_config.cc370 enable_systrace_ = dict.GetBoolean(kEnableSystraceParam, &val) ? val : false; in InitializeFromConfigDict()
372 dict.GetBoolean(kEnableArgumentFilterParam, &val) ? val : false; in InitializeFromConfigDict()
/external/dng_sdk/source/
Ddng_xmp.h163 bool GetBoolean (const char *ns,
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs_test.py173 self.assertTrue(prefs.GetBoolean('featureEnabled'))
Dshared_prefs.py350 def GetBoolean(self, key): member in SharedPrefs

12