/external/libbrillo/brillo/ |
D | key_value_store_unittest.cc | 103 store_.SetBoolean("A", true); in TEST_F() 107 store_.SetBoolean("A", false); in TEST_F() 141 store_.SetBoolean(" bar ", true); in TEST_F() 160 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/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()
|
D | cjx_layoutpseudomodel.cpp | 68 pValue->SetBoolean(iStatus >= 2); in ready()
|
D | cjx_field.cpp | 288 pValue->SetBoolean(FXSYS_wtoi(content.c_str()) == 0 ? false : true); in defaultValue()
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | shared_prefs_test.py | 159 prefs.SetBoolean('featureEnabled', True) 176 prefs.SetBoolean('featureEnabled', True)
|
D | shared_prefs.py | 342 def SetBoolean(self, key, value): member in SharedPrefs
|
/external/libchrome/ipc/ |
D | ipc_message_unittest.cc | 93 input.SetBoolean("bool", true); in TEST() 99 subdict->SetBoolean("bool", false); in TEST()
|
/external/libchrome/base/task/sequence_manager/ |
D | task_queue_impl.cc | 495 state->SetBoolean("unregistered", true); in AsValueInto() 507 state->SetBoolean("enabled", IsQueueEnabled()); in AsValueInto() 760 state->SetBoolean("nestable", task.nestable == Nestable::kNestable); in TaskAsValueInto() 761 state->SetBoolean("is_high_res", task.is_high_res); in TaskAsValueInto() 762 state->SetBoolean("is_cancelled", task.task.IsCancelled()); in TaskAsValueInto()
|
/external/pdfium/fxjs/ |
D | cfxjse_value.h | 49 void SetBoolean(bool bBoolean);
|
D | cfxjse_value.cpp | 403 void CFXJSE_Value::SetBoolean(bool bBoolean) { in SetBoolean() function in CFXJSE_Value
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | provision_devices.py | 553 shared_pref.SetBoolean('DaydreamSetupComplete', True) 556 shared_pref.SetBoolean('gConfigFlags:controller_recovery_enabled', False) 559 shared_pref.SetBoolean('UseAutomatedController', True)
|
/external/dng_sdk/source/ |
D | dng_xmp.h | 167 void SetBoolean (const char *ns,
|
/external/libchrome/base/ |
D | values_unittest.cc | 700 settings.SetBoolean("global", true); in TEST() 1035 dict.SetBoolean("a.long.key.path", true); in TEST() 1198 dv.SetBoolean("a", false); in TEST() 1225 copy->SetBoolean("aa", false); in TEST() 1405 root->SetBoolean("bool", true); in TEST()
|
D | values.h | 421 Value* SetBoolean(StringPiece path, bool in_value);
|
D | values.cc | 761 Value* DictionaryValue::SetBoolean(StringPiece path, bool in_value) { in SetBoolean() function in base::DictionaryValue
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.cpp | 2095 pSaveItems->JSObject()->SetBoolean(XFA_Attribute::Save, true, false); in InsertItem() 2108 pNode->JSObject()->SetBoolean(XFA_Attribute::Save, false, false); in InsertItem() 2113 pSaveItems->JSObject()->SetBoolean(XFA_Attribute::Save, true, false); in InsertItem()
|