Home
last modified time | relevance | path

Searched refs:SetBoolean (Results 1 – 25 of 27) sorted by relevance

12

/external/libchrome/base/trace_event/
Dtrace_event_argument_unittest.cc21 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()
Dtrace_config.cc536 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()
Dprocess_memory_totals.cc28 value->SetBoolean("is_peak_rss_resetable", is_peak_rss_resetable_); in AsValueInto()
Dtrace_event_argument.h36 void SetBoolean(const char* name, bool value);
Dtrace_event_argument.cc114 void TracedValue::SetBoolean(const char* name, bool value) { in SetBoolean() function in base::trace_event::TracedValue
/external/libbrillo/brillo/
Dkey_value_store_unittest.cc102 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()
Dkey_value_store.h62 void SetBoolean(const std::string& key, bool value);
Dkey_value_store.cc119 void KeyValueStore::SetBoolean(const string& key, bool value) { in SetBoolean() function in brillo::KeyValueStore
/external/libweave/src/
Dbase_api_handler.cc163 state.SetBoolean(kBaseStateDiscoveryEnabled, in OnConfigChanged()
165 state.SetBoolean(kBaseStatePairingEnabled, settings.local_pairing_enabled); in OnConfigChanged()
Dconfig.cc275 dict.SetBoolean(config_keys::kLocalDiscoveryEnabled, in Save()
277 dict.SetBoolean(config_keys::kLocalPairingEnabled, in Save()
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs_test.py136 prefs.SetBoolean('featureEnabled', True)
153 prefs.SetBoolean('featureEnabled', True)
Dshared_prefs.py293 def SetBoolean(self, key, value): member in SharedPrefs
/external/libweave/examples/daemon/speaker/
Dspeaker.cc153 state.SetBoolean("volume.isMuted", isMuted_status_); in UpdateSpeakerState()
/external/libweave/third_party/chromium/base/
Dvalues_unittest.cc26 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()
Dvalues.h242 void SetBoolean(const std::string& path, bool in_value);
Dvalues.cc413 void DictionaryValue::SetBoolean(const std::string& path, bool in_value) { in SetBoolean() function in base::DictionaryValue
/external/libchrome/base/
Dvalues_unittest.cc26 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()
Dvalues.h248 void SetBoolean(const std::string& path, bool in_value);
Dvalues.cc428 void DictionaryValue::SetBoolean(const std::string& path, bool in_value) { in SetBoolean() function in base::DictionaryValue
/external/dng_sdk/source/
Ddng_xmp.h167 void SetBoolean (const char *ns,
Ddng_xmp.cpp1131 void dng_xmp::SetBoolean (const char *ns, in SetBoolean() function in dng_xmp
/external/pdfium/xfa/src/fxjse/src/
Dvalue.h162 V8_INLINE void SetBoolean(FX_BOOL bBoolean) { in SetBoolean() function
Dvalue.cpp98 return lpValue->SetBoolean(bBoolean); in FXJSE_Value_SetBoolean()
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_object.h159 FX_BOOL SetBoolean(XFA_ATTRIBUTE eAttr,
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp2372 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()

12