/external/libchrome/base/trace_event/ |
D | trace_event_argument_unittest.cc | 21 value->SetBoolean("bool", true); in TEST() 34 value->SetBoolean("bo.ol", true); in TEST() 49 value->SetBoolean("b2", false); in TEST() 54 value->SetBoolean("b0", true); in TEST() 104 dict_value->SetBoolean("bool", true); in TEST()
|
D | trace_config.cc | 536 dict.SetBoolean(kEnableSamplingParam, true); in ToDict() 538 dict.SetBoolean(kEnableSamplingParam, false); in ToDict() 541 dict.SetBoolean(kEnableSystraceParam, true); in ToDict() 543 dict.SetBoolean(kEnableSystraceParam, false); in ToDict() 546 dict.SetBoolean(kEnableArgumentFilterParam, true); in ToDict() 548 dict.SetBoolean(kEnableArgumentFilterParam, false); in ToDict()
|
D | process_memory_totals.cc | 28 value->SetBoolean("is_peak_rss_resetable", is_peak_rss_resetable_); in AsValueInto()
|
D | trace_event_argument.h | 36 void SetBoolean(const char* name, bool value);
|
D | trace_event_argument.cc | 114 void TracedValue::SetBoolean(const char* name, bool value) { in SetBoolean() function in base::trace_event::TracedValue
|
/external/libbrillo/brillo/ |
D | key_value_store_unittest.cc | 102 store_.SetBoolean("A", true); in TEST_F() 106 store_.SetBoolean("A", false); in TEST_F() 140 store_.SetBoolean(" bar ", true); in TEST_F() 159 EXPECT_DEATH(store_.SetBoolean(" ", "4"), ""); in TEST_F()
|
D | key_value_store.h | 62 void SetBoolean(const std::string& key, bool value);
|
D | key_value_store.cc | 119 void KeyValueStore::SetBoolean(const string& key, bool value) { in SetBoolean() function in brillo::KeyValueStore
|
/external/libweave/src/ |
D | base_api_handler.cc | 163 state.SetBoolean(kBaseStateDiscoveryEnabled, in OnConfigChanged() 165 state.SetBoolean(kBaseStatePairingEnabled, settings.local_pairing_enabled); in OnConfigChanged()
|
D | config.cc | 275 dict.SetBoolean(config_keys::kLocalDiscoveryEnabled, in Save() 277 dict.SetBoolean(config_keys::kLocalPairingEnabled, in Save()
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | shared_prefs_test.py | 136 prefs.SetBoolean('featureEnabled', True) 153 prefs.SetBoolean('featureEnabled', True)
|
D | shared_prefs.py | 293 def SetBoolean(self, key, value): member in SharedPrefs
|
/external/libweave/examples/daemon/speaker/ |
D | speaker.cc | 153 state.SetBoolean("volume.isMuted", isMuted_status_); in UpdateSpeakerState()
|
/external/libweave/third_party/chromium/base/ |
D | values_unittest.cc | 26 settings.SetBoolean("global", true); in TEST() 359 dict.SetBoolean("a.long.key.path", true); in TEST() 525 dv.SetBoolean("a", false); in TEST() 552 copy->SetBoolean("aa", false); in TEST() 642 root->SetBoolean("bool", true); in TEST()
|
D | values.h | 242 void SetBoolean(const std::string& path, bool in_value);
|
D | values.cc | 413 void DictionaryValue::SetBoolean(const std::string& path, bool in_value) { in SetBoolean() function in base::DictionaryValue
|
/external/libchrome/base/ |
D | values_unittest.cc | 26 settings.SetBoolean("global", true); in TEST() 373 dict.SetBoolean("a.long.key.path", true); in TEST() 558 dv.SetBoolean("a", false); in TEST() 586 copy->SetBoolean("aa", false); in TEST() 682 root->SetBoolean("bool", true); in TEST()
|
D | values.h | 248 void SetBoolean(const std::string& path, bool in_value);
|
D | values.cc | 428 void DictionaryValue::SetBoolean(const std::string& path, bool in_value) { in SetBoolean() function in base::DictionaryValue
|
/external/dng_sdk/source/ |
D | dng_xmp.h | 167 void SetBoolean (const char *ns,
|
D | dng_xmp.cpp | 1131 void dng_xmp::SetBoolean (const char *ns, in SetBoolean() function in dng_xmp
|
/external/pdfium/xfa/src/fxjse/src/ |
D | value.h | 162 V8_INLINE void SetBoolean(FX_BOOL bBoolean) { in SetBoolean() function
|
D | value.cpp | 98 return lpValue->SetBoolean(bBoolean); in FXJSE_Value_SetBoolean()
|
/external/pdfium/xfa/src/fxfa/src/common/ |
D | xfa_object.h | 159 FX_BOOL SetBoolean(XFA_ATTRIBUTE eAttr,
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_objectacc_imp.cpp | 2372 pSaveItems->SetBoolean(XFA_ATTRIBUTE_Save, TRUE); in InsertItem() 2386 pNode->SetBoolean(XFA_ATTRIBUTE_Save, FALSE); in InsertItem() 2390 pSaveItems->SetBoolean(XFA_ATTRIBUTE_Save, TRUE); in InsertItem()
|