/external/libchrome/base/trace_event/ |
D | trace_event_argument_unittest.cc | 22 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()
|
D | process_memory_totals.cc | 28 value->SetBoolean("is_peak_rss_resetable", is_peak_rss_resetable_); in AsValueInto()
|
D | trace_event_argument.h | 37 void SetBoolean(const char* name, bool value);
|
D | trace_config.cc | 511 dict->SetBoolean(kEnableSystraceParam, enable_systrace_); in ToDict() 512 dict->SetBoolean(kEnableArgumentFilterParam, enable_argument_filter_); in ToDict()
|
D | trace_event_argument.cc | 115 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/chromium-trace/catapult/devil/devil/android/sdk/ |
D | shared_prefs_test.py | 141 prefs.SetBoolean('featureEnabled', True) 158 prefs.SetBoolean('featureEnabled', True)
|
D | shared_prefs.py | 310 def SetBoolean(self, key, value): member in SharedPrefs
|
/external/libmojo/third_party/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/v8/src/tracing/ |
D | traced-value.h | 31 void SetBoolean(const char* name, bool value);
|
D | traced-value.cc | 88 void TracedValue::SetBoolean(const char* name, bool value) { in SetBoolean() function in v8::tracing::TracedValue
|
/external/pdfium/fxjs/xfa/ |
D | cjx_boolean.cpp | 28 pValue->SetBoolean(wsValue == L"1"); in defaultValue()
|
D | cjx_node.cpp | 427 pValue->SetBoolean(GetXFANode()->IsContainerNode()); in isContainer() 438 pValue->SetBoolean(false); in isNull() 441 pValue->SetBoolean(GetContent(false).IsEmpty()); in isNull()
|
D | cjx_eventpseudomodel.cpp | 41 pValue->SetBoolean(bValue); in BooleanProperty()
|
D | cjx_hostpseudomodel.cpp | 100 pValue->SetBoolean(pNotify->GetDocEnvironment()->IsCalculationsEnabled(hDoc)); in calculationsEnabled() 199 pValue->SetBoolean(bEnabled); in validationsEnabled()
|
D | cjx_object.h | 195 bool SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify);
|
D | cjx_object.cpp | 234 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/ |
D | cfxjse_value.h | 49 void SetBoolean(bool bBoolean);
|
/external/libmojo/mojo/common/ |
D | common_custom_types_unittest.cc | 302 dict->SetBoolean("bool", false); in TEST_F() 305 dict->SetBoolean("nested.bool", true); in TEST_F()
|
/external/dng_sdk/source/ |
D | dng_xmp.h | 167 void SetBoolean (const char *ns,
|
/external/libchrome/base/ |
D | values_unittest.cc | 361 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()
|
D | values.h | 247 void SetBoolean(StringPiece path, bool in_value);
|