Searched refs:GetBoolean (Results 1 - 25 of 40) sorted by relevance

12

/external/libbrillo/brillo/
H A Dkey_value_store.h59 bool GetBoolean(const std::string& key, bool* value) const;
H A Dkey_value_store_unittest.cc100 EXPECT_FALSE(store_.GetBoolean("A", &result));
103 EXPECT_TRUE(store_.GetBoolean("A", &result));
107 EXPECT_TRUE(store_.GetBoolean("A", &result));
118 EXPECT_FALSE(store_.GetBoolean("DONT_SHOUT", &value));
124 EXPECT_TRUE(store_.GetBoolean(it.first, &value)) << "key: " << it.first;
142 ASSERT_TRUE(store_.GetBoolean("bar", &value));
H A Dkey_value_store.cc104 bool KeyValueStore::GetBoolean(const string& key, bool* value) const { function in class:brillo::KeyValueStore
/external/libweave/src/
H A Dbase_api_handler.cc140 parameters.GetBoolean("localDiscoveryEnabled", &discovery_enabled);
141 parameters.GetBoolean("localPairingEnabled", &pairing_enabled);
H A Dconfig.cc216 if (dict->GetBoolean(config_keys::kLocalDiscoveryEnabled, &tmp_bool))
219 if (dict->GetBoolean(config_keys::kLocalPairingEnabled, &tmp_bool))
/external/libchrome/base/
H A Dvalues_unittest.cc79 ASSERT_FALSE(mixed_list->GetBoolean(1, &bool_value));
85 ASSERT_FALSE(mixed_list->GetBoolean(3, &bool_value));
88 ASSERT_TRUE(mixed_list->GetBoolean(0, &bool_value));
902 EXPECT_TRUE(main_dict.GetBoolean("bool", NULL));
903 EXPECT_FALSE(main_dict.GetBoolean("int", NULL));
904 EXPECT_FALSE(main_dict.GetBoolean("double", NULL));
905 EXPECT_FALSE(main_dict.GetBoolean("string", NULL));
906 EXPECT_FALSE(main_dict.GetBoolean("binary", NULL));
907 EXPECT_FALSE(main_dict.GetBoolean("dict", NULL));
908 EXPECT_FALSE(main_dict.GetBoolean("lis
[all...]
H A Dvalues.h285 bool GetBoolean(const std::string& path, bool* out_value) const;
429 bool GetBoolean(size_t index, bool* out_value) const;
/external/libweave/third_party/chromium/base/
H A Dvalues_unittest.cc79 ASSERT_FALSE(mixed_list->GetBoolean(1, &bool_value));
85 ASSERT_FALSE(mixed_list->GetBoolean(3, &bool_value));
88 ASSERT_TRUE(mixed_list->GetBoolean(0, &bool_value));
862 EXPECT_TRUE(main_dict.GetBoolean("bool", NULL));
863 EXPECT_FALSE(main_dict.GetBoolean("int", NULL));
864 EXPECT_FALSE(main_dict.GetBoolean("double", NULL));
865 EXPECT_FALSE(main_dict.GetBoolean("string", NULL));
866 EXPECT_FALSE(main_dict.GetBoolean("binary", NULL));
867 EXPECT_FALSE(main_dict.GetBoolean("dict", NULL));
868 EXPECT_FALSE(main_dict.GetBoolean("lis
[all...]
H A Dvalues.h276 bool GetBoolean(const std::string& path, bool* out_value) const;
417 bool GetBoolean(size_t index, bool* out_value) const;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRecognitionException.cs174 _approximateLineInfo = info.GetBoolean("ApproximateLineInfo");
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DRecognitionException.cs196 _approximateLineInfo = info.GetBoolean("ApproximateLineInfo");
/external/libweave/examples/daemon/ledflasher/
H A Dledflasher.cc88 params.GetBoolean("_on", &cmd_value)) {
/external/libweave/examples/daemon/speaker/
H A Dspeaker.cc112 if (params.GetBoolean("isMuted", &isMuted_status)) {
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h229 FX_BOOL GetNewWindow() const { return m_pDict->GetBoolean("NewWindow"); }
233 FX_BOOL GetMouseMap() const { return m_pDict->GetBoolean("IsMap"); }
237 FX_BOOL GetHideStatus() const { return m_pDict->GetBoolean("H", TRUE); }
253 FX_BOOL IsSynchronous() const { return m_pDict->GetBoolean("Synchronous"); }
255 FX_BOOL IsRepeat() const { return m_pDict->GetBoolean("Repeat"); }
257 FX_BOOL IsMixPlay() const { return m_pDict->GetBoolean("Mix"); }
/external/libchrome/base/trace_event/
H A Dtrace_config.cc317 if (!dict->GetBoolean(kEnableSamplingParam, &enable_sampling))
323 if (!dict->GetBoolean(kEnableSystraceParam, &enable_systrace))
329 if (!dict->GetBoolean(kEnableArgumentFilterParam, &enable_argument_filter))
/external/libchrome/base/json/
H A Djson_value_serializer_unittest.cc234 ASSERT_TRUE(root_dict->GetBoolean("bool", &bool_value));
433 ASSERT_TRUE(root_dict->GetBoolean("bool", &bool_value));
/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dshared_prefs_test.py144 self.assertTrue(prefs.GetBoolean('featureEnabled'))
H A Dshared_prefs.py289 def GetBoolean(self, key): member in class:SharedPrefs
/external/dng_sdk/source/
H A Ddng_xmp.h163 bool GetBoolean (const char *ns,
/external/pdfium/xfa/include/fxjse/
H A Dfxjse.h46 FX_BOOL GetBoolean(int32_t index) const;
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_objectacc_imp.cpp678 return m_pNode->GetBoolean(XFA_ATTRIBUTE_EmbedPDF);
1253 return m_pNode->GetBoolean(XFA_ATTRIBUTE_Circular);
1424 return m_pNode ? m_pNode->GetBoolean(XFA_ATTRIBUTE_Inverted) : FALSE;
1839 return pUIChild->GetBoolean(XFA_ATTRIBUTE_AllowNeutral);
2038 return pUIChild->GetBoolean(XFA_ATTRIBUTE_TextEntry);
2076 FX_BOOL bItemOneHasSave = pItems[0]->GetBoolean(XFA_ATTRIBUTE_Save);
2077 FX_BOOL bItemTwoHasSave = pItems[1]->GetBoolean(XFA_ATTRIBUTE_Save);
2108 FX_BOOL bItemOneHasSave = pItemsArray[0]->GetBoolean(XFA_ATTRIBUTE_Save);
2109 FX_BOOL bItemTwoHasSave = pItemsArray[1]->GetBoolean(XFA_ATTRIBUTE_Save);
2144 FX_BOOL bItemOneHasSave = pItems[0]->GetBoolean(XFA_ATTRIBUTE_Sav
[all...]
H A Dxfa_locale.cpp369 if (pNode->GetBoolean(XFA_ATTRIBUTE_Abbr) == bAbbr) {
/external/opencv3/samples/winrt/ImageManipulations/common/
H A Dsuspensionmanager.cpp361 writer->WriteBoolean(propertyValue->GetBoolean());
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_annot.cpp21 FX_BOOL bRegenerateAP = pAcroForm && pAcroForm->GetBoolean("NeedAppearances");
/external/pdfium/xfa/src/fxjse/src/
H A Dclass.cpp174 FX_BOOL CFXJSE_Arguments::GetBoolean(int32_t index) const { function in class:CFXJSE_Arguments

Completed in 780 milliseconds

12