HomeSort by relevance Sort by last modified time
    Searched refs:SetBoolean (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/pdfium/xfa/fxfa/parser/
cscript_signaturepseudomodel.cpp 47 pValue->SetBoolean(false);
67 pValue->SetBoolean(false);
cxfa_node.cpp     [all...]
  /external/libchrome/base/trace_event/
process_memory_totals.cc 28 value->SetBoolean("is_peak_rss_resetable", is_peak_rss_resetable_);
trace_event_argument_unittest.cc 22 value->SetBoolean("bool", true);
35 value->SetBoolean("bo.ol", true);
50 value->SetBoolean("b2", false);
55 value->SetBoolean("b0", true);
105 dict_value->SetBoolean("bool", true);
trace_event_argument.h 37 void SetBoolean(const char* name, bool value);
trace_config.cc 577 dict->SetBoolean(kEnableSamplingParam, enable_sampling_);
578 dict->SetBoolean(kEnableSystraceParam, enable_systrace_);
579 dict->SetBoolean(kEnableArgumentFilterParam, enable_argument_filter_);
  /external/libbrillo/brillo/
key_value_store.h 62 void SetBoolean(const std::string& key, bool value);
key_value_store_unittest.cc 102 store_.SetBoolean("A", true);
106 store_.SetBoolean("A", false);
140 store_.SetBoolean(" bar ", true);
159 EXPECT_DEATH(store_.SetBoolean(" ", "4"), "");
key_value_store.cc 119 void KeyValueStore::SetBoolean(const string& key, bool value) {
  /external/v8/src/tracing/
traced-value.h 31 void SetBoolean(const char* name, bool value);
traced-value.cc 88 void TracedValue::SetBoolean(const char* name, bool value) {
  /system/update_engine/common/
mock_prefs.h 39 MOCK_METHOD2(SetBoolean, bool(const std::string& key, const bool value));
prefs_interface.h 72 virtual bool SetBoolean(const std::string& key, const bool value) = 0;
fake_prefs.h 47 bool SetBoolean(const std::string& key, const bool value) override;
prefs_unittest.cc 238 EXPECT_TRUE(prefs_.SetBoolean(kKey, true));
246 EXPECT_TRUE(prefs_.SetBoolean(kKey, false));
254 EXPECT_FALSE(prefs_.SetBoolean(kKey, true));
fake_prefs.cc 86 bool FakePrefs::SetBoolean(const string& key, const bool value) {
prefs.h 68 bool SetBoolean(const std::string& key, const bool value) override;
  /external/pdfium/fxjs/
cfxjse_value.h 49 void SetBoolean(bool bBoolean);
  /system/update_engine/
image_properties_android.cc 146 prefs->SetBoolean(kPrefsImgPropPowerwashAllowed,
image_properties_chromeos.cc 142 lsb_release.SetBoolean(kLsbReleaseIsPowerwashAllowedKey,
common_service.cc 223 if (!prefs->SetBoolean(kPrefsP2PEnabled, in_enabled)) {
279 if (!prefs->SetBoolean(kPrefsUpdateOverCellularPermission, in_allowed)) {
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs_test.py 141 prefs.SetBoolean('featureEnabled', True)
158 prefs.SetBoolean('featureEnabled', True)
  /external/libmojo/mojo/common/
common_custom_types_unittest.cc 187 dict.SetBoolean("bool", false);
190 dict.SetBoolean("nested.bool", true);
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
shared_prefs_test.py 136 prefs.SetBoolean('featureEnabled', True)
153 prefs.SetBoolean('featureEnabled', True)
  /system/update_engine/update_manager/
real_updater_provider_unittest.cc 379 fake_prefs_.SetBoolean(chromeos_update_engine::kPrefsP2PEnabled, false);
384 fake_prefs_.SetBoolean(chromeos_update_engine::kPrefsP2PEnabled, true);
390 fake_prefs_.SetBoolean(chromeos_update_engine::kPrefsP2PEnabled, false);
392 fake_prefs_.SetBoolean(chromeos_update_engine::kPrefsP2PEnabled, true);
403 fake_prefs_.SetBoolean(

Completed in 333 milliseconds

1 2 3