Home
last modified time | relevance | path

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

12

/external/libchrome/base/trace_event/
Dtrace_event_argument_unittest.cc20 value->SetBoolean("bool", true); in TEST()
33 value->SetBoolean("bo.ol", true); in TEST()
53 value->SetBoolean("b0", true); in TEST()
57 value->SetBoolean("b2", false); in TEST()
105 dict_value->SetBoolean("bool", true); in TEST()
Dtrace_event_argument.h37 void SetBoolean(const char* name, bool value);
Dblame_context_unittest.cc44 state->SetBoolean("crossStreams", false); in AsValueInto()
Dtrace_config.cc536 dict->SetBoolean(kEnableSystraceParam, enable_systrace_); in ToDict()
537 dict->SetBoolean(kEnableArgumentFilterParam, enable_argument_filter_); in ToDict()
/external/libbrillo/brillo/
Dkey_value_store_test.cc42 store_.SetBoolean("a_boolean", true); in TEST_F()
56 store_.SetBoolean("a_boolean", true); in TEST_F()
153 store_.SetBoolean("A", true); in TEST_F()
157 store_.SetBoolean("A", false); in TEST_F()
191 store_.SetBoolean(" bar ", true); in TEST_F()
210 EXPECT_DEATH(store_.SetBoolean(" ", "4"), ""); in TEST_F()
Dkey_value_store.h76 void SetBoolean(const std::string& key, bool value);
Dkey_value_store.cc126 void KeyValueStore::SetBoolean(const string& key, bool value) { in SetBoolean() function in brillo::KeyValueStore
/external/libchrome/components/policy/core/common/
Dschema_unittest.cc675 bundle.SetBoolean("Integer", true); in TEST()
698 bundle.SetBoolean("Unknown", true); in TEST()
703 bundle.SetBoolean("Boolean", true); in TEST()
738 dict.SetBoolean("one", true); in TEST()
808 bundle.SetBoolean("Boolean", true); in TEST()
817 root.SetBoolean("Object.three", false); in TEST()
846 dict_value->SetBoolean("three", true); in TEST()
858 dict_value->SetBoolean("two", true); in TEST()
957 root.SetBoolean("fooo", false); in TEST()
963 root.SetBoolean("foo", false); in TEST()
[all …]
Dconfiguration_policy_provider_test.cc295 expected_value.SetBoolean("bool", true); in TEST_P()
364 policy_dict.SetBoolean("bool", true); in TEST_P()
Dregistry_dict_unittest.cc235 expected.SetBoolean("int-to-bool", true); in TEST()
237 expected.SetBoolean("string-to-bool", false); in TEST()
Dconfig_dir_policy_loader_unittest.cc118 dict.SetBoolean(policy_name, policy_value); in InstallBooleanPolicy()
/external/libchrome/dbus/
Dvalues_util_unittest.cc300 dictionary_value.SetBoolean(kKey1, kBoolValue); in TEST()
524 dictionary_value->SetBoolean(kKey1, kBoolValue); in TEST()
528 test_dictionary.SetBoolean(kKey1, kBoolValue); in TEST()
571 dictionary_value->SetBoolean(kKey1, kBoolValue); in TEST()
575 test_dictionary.SetBoolean(kKey1, kBoolValue); in TEST()
615 dictionary_value->SetBoolean(kKey1, kBoolValue); in TEST()
659 dictionary_value->SetBoolean(kKey1, kBoolValue); in TEST()
/external/pdfium/fxjs/xfa/
Dcjx_boolean.cpp24 pValue->SetBoolean(GetContent(true).EqualsASCII("1")); in defaultValue()
Dcfxjse_value.h48 void SetBoolean(bool bBoolean);
Dcjx_node.cpp478 pValue->SetBoolean(GetXFANode()->IsContainerNode()); in isContainer()
489 pValue->SetBoolean(false); in isNull()
492 pValue->SetBoolean(GetContent(false).IsEmpty()); in isNull()
Dcjx_hostpseudomodel.cpp106 pValue->SetBoolean(hDoc->GetDocEnvironment()->IsCalculationsEnabled(hDoc)); in calculationsEnabled()
204 pValue->SetBoolean(bEnabled); in validationsEnabled()
Dcjx_object.h196 void SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify);
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs_test.py165 prefs.SetBoolean('featureEnabled', True)
182 prefs.SetBoolean('featureEnabled', True)
/external/libchrome/base/json/
Djson_perftest.cc21 root->SetBoolean("Bool", true); in GenerateDict()
/external/libchrome/ipc/
Dipc_message_unittest.cc93 input.SetBoolean("bool", true); in TEST()
99 subdict->SetBoolean("bool", false); in TEST()
/external/libchrome/base/test/launcher/
Dtest_results_tracker.cc369 test_result_value->SetBoolean("losless_snippet", lossless_snippet); in SaveSummaryAsJSON()
396 result_part_value->SetBoolean("lossless_summary", lossless_summary); in SaveSummaryAsJSON()
409 result_part_value->SetBoolean("lossless_message", lossless_message); in SaveSummaryAsJSON()
/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/chromium-trace/catapult/devil/devil/android/tools/
Dprovision_devices.py558 shared_pref.SetBoolean('DaydreamSetupComplete', True)
561 shared_pref.SetBoolean('gConfigFlags:controller_recovery_enabled', False)
564 shared_pref.SetBoolean('UseAutomatedController', True)
/external/libchrome/components/json_schema/
Djson_schema_validator_unittest_base.cc201 instance->SetBoolean("extra", true); in TestObject()
254 instance->SetBoolean("extra", true); in TestObject()
261 instance->SetBoolean("extra", true); in TestObject()
276 bar_property->SetBoolean(schema::kOptional, true); in TestObject()
416 item0_schema->SetBoolean(schema::kOptional, true); in TestArrayTuple()
/external/dng_sdk/source/
Ddng_xmp.h167 void SetBoolean (const char *ns,

12