Home
last modified time | relevance | path

Searched refs:SetBoolean (Results 1 – 25 of 31) 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.cc577 dict->SetBoolean(kEnableSamplingParam, enable_sampling_); in ToDict()
578 dict->SetBoolean(kEnableSystraceParam, enable_systrace_); in ToDict()
579 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/pdfium/xfa/fxfa/parser/
Dcscript_signaturepseudomodel.cpp47 pValue->SetBoolean(false); in Sign()
67 pValue->SetBoolean(false); in Clear()
Dcxfa_node.cpp1294 pValue->SetBoolean(bHas); in Script_NodeClass_IsPropertySpecified()
1530 pValue->SetBoolean(IsContainerNode()); in Script_NodeClass_IsContainer()
1541 pValue->SetBoolean(false); in Script_NodeClass_IsNull()
1545 pValue->SetBoolean(!TryContent(strValue) || strValue.IsEmpty()); in Script_NodeClass_IsNull()
1593 pValue->SetBoolean(wsNodeNameSpace == wsNameSpace); in Script_ModelClass_IsCompatibleNS()
1628 SetBoolean(eAttribute, pValue->ToBoolean(), true); in Script_Attribute_BOOL()
1882 pArguments->GetReturnValue()->SetBoolean(false); in Script_WsdlConnection_Execute()
2076 pValue->SetBoolean(wsValue == L"1"); in Script_Boolean_Value()
2261 pValue->SetBoolean(FXSYS_wtoi(content.c_str()) == 0 ? false : true); in Script_Field_DefaultValue()
2419 pArguments->GetReturnValue()->SetBoolean( in Script_Field_ExecEvent()
[all …]
Dcscript_hostpseudomodel.cpp63 pValue->SetBoolean(pNotify->GetDocEnvironment()->IsCalculationsEnabled(hDoc)); in CalculationsEnabled()
158 pValue->SetBoolean(bEnabled); in ValidationsEnabled()
Dcscript_eventpseudomodel.cpp44 pValue->SetBoolean(bValue); in BooleanProperty()
Dcscript_layoutpseudomodel.cpp46 pValue->SetBoolean(iStatus >= 2); in Ready()
Dcxfa_widgetdata.cpp1058 pSaveItems->SetBoolean(XFA_ATTRIBUTE_Save, true); in InsertItem()
1071 pNode->SetBoolean(XFA_ATTRIBUTE_Save, false); in InsertItem()
1075 pSaveItems->SetBoolean(XFA_ATTRIBUTE_Save, true); in InsertItem()
/external/libmojo/mojo/common/
Dcommon_custom_types_unittest.cc187 dict.SetBoolean("bool", false); in TEST_F()
190 dict.SetBoolean("nested.bool", true); in TEST_F()
/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/
Dcfxjse_value.h49 void SetBoolean(bool bBoolean);
/external/libchrome/base/
Dvalues_unittest.cc28 settings.SetBoolean("global", true); in TEST()
376 dict.SetBoolean("a.long.key.path", true); in TEST()
564 dv.SetBoolean("a", false); in TEST()
592 copy->SetBoolean("aa", false); in TEST()
690 root->SetBoolean("bool", true); in TEST()
Dvalues.h247 void SetBoolean(const std::string& path, bool in_value);
/external/dng_sdk/source/
Ddng_xmp.h167 void SetBoolean (const char *ns,

12