/external/libbrillo/brillo/ |
H A D | key_value_store.h | 59 bool GetBoolean(const std::string& key, bool* value) const;
|
H A D | key_value_store_unittest.cc | 100 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 D | key_value_store.cc | 104 bool KeyValueStore::GetBoolean(const string& key, bool* value) const { function in class:brillo::KeyValueStore
|
/external/libweave/src/ |
H A D | base_api_handler.cc | 140 parameters.GetBoolean("localDiscoveryEnabled", &discovery_enabled); 141 parameters.GetBoolean("localPairingEnabled", &pairing_enabled);
|
H A D | config.cc | 216 if (dict->GetBoolean(config_keys::kLocalDiscoveryEnabled, &tmp_bool)) 219 if (dict->GetBoolean(config_keys::kLocalPairingEnabled, &tmp_bool))
|
/external/libchrome/base/ |
H A D | values_unittest.cc | 79 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 D | values.h | 285 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 D | values_unittest.cc | 79 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 D | values.h | 276 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 D | RecognitionException.cs | 174 _approximateLineInfo = info.GetBoolean("ApproximateLineInfo");
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
H A D | RecognitionException.cs | 196 _approximateLineInfo = info.GetBoolean("ApproximateLineInfo");
|
/external/libweave/examples/daemon/ledflasher/ |
H A D | ledflasher.cc | 88 params.GetBoolean("_on", &cmd_value)) {
|
/external/libweave/examples/daemon/speaker/ |
H A D | speaker.cc | 112 if (params.GetBoolean("isMuted", &isMuted_status)) {
|
/external/pdfium/core/include/fpdfdoc/ |
H A D | fpdf_doc.h | 229 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 D | trace_config.cc | 317 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 D | json_value_serializer_unittest.cc | 234 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 D | shared_prefs_test.py | 144 self.assertTrue(prefs.GetBoolean('featureEnabled'))
|
H A D | shared_prefs.py | 289 def GetBoolean(self, key): member in class:SharedPrefs
|
/external/dng_sdk/source/ |
H A D | dng_xmp.h | 163 bool GetBoolean (const char *ns,
|
/external/pdfium/xfa/include/fxjse/ |
H A D | fxjse.h | 46 FX_BOOL GetBoolean(int32_t index) const;
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
H A D | xfa_objectacc_imp.cpp | 678 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 D | xfa_locale.cpp | 369 if (pNode->GetBoolean(XFA_ATTRIBUTE_Abbr) == bAbbr) {
|
/external/opencv3/samples/winrt/ImageManipulations/common/ |
H A D | suspensionmanager.cpp | 361 writer->WriteBoolean(propertyValue->GetBoolean());
|
/external/pdfium/core/src/fpdfdoc/ |
H A D | doc_annot.cpp | 21 FX_BOOL bRegenerateAP = pAcroForm && pAcroForm->GetBoolean("NeedAppearances");
|
/external/pdfium/xfa/src/fxjse/src/ |
H A D | class.cpp | 174 FX_BOOL CFXJSE_Arguments::GetBoolean(int32_t index) const {
function in class:CFXJSE_Arguments
|