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

1 2 3

  /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);
  /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/xfa/
cjx_boolean.cpp 28 pValue->SetBoolean(wsValue == L"1");
cjx_node.cpp 427 pValue->SetBoolean(GetXFANode()->IsContainerNode());
438 pValue->SetBoolean(false);
441 pValue->SetBoolean(GetContent(false).IsEmpty());
cjx_eventpseudomodel.cpp 41 pValue->SetBoolean(bValue);
  /external/pdfium/fxjs/
cfxjse_value.h 49 void SetBoolean(bool bBoolean);
  /system/update_engine/update_manager/
real_updater_provider_unittest.cc 369 fake_prefs_.SetBoolean(chromeos_update_engine::kPrefsP2PEnabled, false);
374 fake_prefs_.SetBoolean(chromeos_update_engine::kPrefsP2PEnabled, true);
380 fake_prefs_.SetBoolean(chromeos_update_engine::kPrefsP2PEnabled, false);
382 fake_prefs_.SetBoolean(chromeos_update_engine::kPrefsP2PEnabled, true);
393 fake_prefs_.SetBoolean(
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs_test.py 141 prefs.SetBoolean('featureEnabled', True)
158 prefs.SetBoolean('featureEnabled', 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/
image_properties_chromeos.cc 144 lsb_release.SetBoolean(kLsbReleaseIsPowerwashAllowedKey,
common_service.cc 233 if (!prefs->SetBoolean(kPrefsP2PEnabled, in_enabled)) {
289 if (!prefs->SetBoolean(kPrefsUpdateOverCellularPermission, in_allowed)) {
  /art/runtime/
common_dex_operations.h 178 field->SetBoolean<transaction_active>(obj, value.GetZ());
  /external/dng_sdk/source/
dng_xmp.h 167 void SetBoolean (const char *ns,

Completed in 5559 milliseconds

1 2 3