Home
last modified time | relevance | path

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

12

/external/libchrome/base/trace_event/
Dtrace_event_argument_unittest.cc22 value->SetBoolean("bool", true); in TEST()
35 value->SetBoolean("bo.ol", true); in TEST()
50 value->SetBoolean("b2", false); in TEST()
55 value->SetBoolean("b0", true); in TEST()
105 dict_value->SetBoolean("bool", true); in TEST()
Dprocess_memory_totals.cc28 value->SetBoolean("is_peak_rss_resetable", is_peak_rss_resetable_); in AsValueInto()
Dtrace_event_argument.h37 void SetBoolean(const char* name, bool value);
Dtrace_config.cc511 dict->SetBoolean(kEnableSystraceParam, enable_systrace_); in ToDict()
512 dict->SetBoolean(kEnableArgumentFilterParam, enable_argument_filter_); in ToDict()
Dtrace_event_argument.cc115 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/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs_test.py141 prefs.SetBoolean('featureEnabled', True)
158 prefs.SetBoolean('featureEnabled', True)
Dshared_prefs.py310 def SetBoolean(self, key, value): member in SharedPrefs
/external/libmojo/third_party/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/v8/src/tracing/
Dtraced-value.h31 void SetBoolean(const char* name, bool value);
Dtraced-value.cc88 void TracedValue::SetBoolean(const char* name, bool value) { in SetBoolean() function in v8::tracing::TracedValue
/external/pdfium/fxjs/xfa/
Dcjx_boolean.cpp28 pValue->SetBoolean(wsValue == L"1"); in defaultValue()
Dcjx_node.cpp427 pValue->SetBoolean(GetXFANode()->IsContainerNode()); in isContainer()
438 pValue->SetBoolean(false); in isNull()
441 pValue->SetBoolean(GetContent(false).IsEmpty()); in isNull()
Dcjx_eventpseudomodel.cpp41 pValue->SetBoolean(bValue); in BooleanProperty()
Dcjx_hostpseudomodel.cpp100 pValue->SetBoolean(pNotify->GetDocEnvironment()->IsCalculationsEnabled(hDoc)); in calculationsEnabled()
199 pValue->SetBoolean(bEnabled); in validationsEnabled()
Dcjx_object.h195 bool SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify);
Dcjx_object.cpp234 return SetBoolean(eAttr, wsValue != L"0", bNotify); in SetAttribute()
342 bool CJX_Object::SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify) { in SetBoolean() function in CJX_Object
1281 SetBoolean(eAttribute, pValue->ToBoolean(), true); in Script_Attribute_BOOL()
/external/pdfium/fxjs/
Dcfxjse_value.h49 void SetBoolean(bool bBoolean);
/external/libmojo/mojo/common/
Dcommon_custom_types_unittest.cc302 dict->SetBoolean("bool", false); in TEST_F()
305 dict->SetBoolean("nested.bool", true); in TEST_F()
/external/dng_sdk/source/
Ddng_xmp.h167 void SetBoolean (const char *ns,
/external/libchrome/base/
Dvalues_unittest.cc361 settings.SetBoolean("global", true); in TEST()
633 dict.SetBoolean("a.long.key.path", true); in TEST()
814 dv.SetBoolean("a", false); in TEST()
842 copy->SetBoolean("aa", false); in TEST()
1056 root->SetBoolean("bool", true); in TEST()
Dvalues.h247 void SetBoolean(StringPiece path, bool in_value);

12