Home
last modified time | relevance | path

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

12

/external/libbrillo/brillo/
Dkey_value_store_unittest.cc103 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()
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/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()
Dcjx_layoutpseudomodel.cpp68 pValue->SetBoolean(iStatus >= 2); in ready()
Dcjx_field.cpp288 pValue->SetBoolean(FXSYS_wtoi(content.c_str()) == 0 ? false : true); in defaultValue()
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs_test.py159 prefs.SetBoolean('featureEnabled', True)
176 prefs.SetBoolean('featureEnabled', True)
Dshared_prefs.py342 def SetBoolean(self, key, value): member in SharedPrefs
/external/libchrome/ipc/
Dipc_message_unittest.cc93 input.SetBoolean("bool", true); in TEST()
99 subdict->SetBoolean("bool", false); in TEST()
/external/libchrome/base/task/sequence_manager/
Dtask_queue_impl.cc495 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/
Dcfxjse_value.h49 void SetBoolean(bool bBoolean);
Dcfxjse_value.cpp403 void CFXJSE_Value::SetBoolean(bool bBoolean) { in SetBoolean() function in CFXJSE_Value
/external/chromium-trace/catapult/devil/devil/android/tools/
Dprovision_devices.py553 shared_pref.SetBoolean('DaydreamSetupComplete', True)
556 shared_pref.SetBoolean('gConfigFlags:controller_recovery_enabled', False)
559 shared_pref.SetBoolean('UseAutomatedController', True)
/external/dng_sdk/source/
Ddng_xmp.h167 void SetBoolean (const char *ns,
/external/libchrome/base/
Dvalues_unittest.cc700 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()
Dvalues.h421 Value* SetBoolean(StringPiece path, bool in_value);
Dvalues.cc761 Value* DictionaryValue::SetBoolean(StringPiece path, bool in_value) { in SetBoolean() function in base::DictionaryValue
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp2095 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()

12