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

1 2

  /external/libbrillo/brillo/
key_value_store.h 62 void SetBoolean(const std::string& key, bool value);
key_value_store_unittest.cc 103 store_.SetBoolean("A", true);
107 store_.SetBoolean("A", false);
141 store_.SetBoolean(" bar ", true);
160 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) {
  /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);
cjx_hostpseudomodel.cpp 100 pValue->SetBoolean(pNotify->GetDocEnvironment()->IsCalculationsEnabled(hDoc));
199 pValue->SetBoolean(bEnabled);
cjx_object.h 195 bool SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify);
cjx_object.cpp 234 return SetBoolean(eAttr, wsValue != L"0", bNotify);
342 bool CJX_Object::SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify) {
    [all...]
cjx_field.cpp 288 pValue->SetBoolean(FXSYS_wtoi(content.c_str()) == 0 ? false : true);
  /external/pdfium/fxjs/
cfxjse_value.h 49 void SetBoolean(bool bBoolean);
cfxjse_value.cpp 403 void CFXJSE_Value::SetBoolean(bool bBoolean) {
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs_test.py 159 prefs.SetBoolean('featureEnabled', True)
176 prefs.SetBoolean('featureEnabled', True)
shared_prefs.py 342 def SetBoolean(self, key, value):
  /external/libchrome/ipc/
ipc_message_unittest.cc 93 input.SetBoolean("bool", true);
99 subdict->SetBoolean("bool", false);
  /external/libchrome/base/task/sequence_manager/
task_queue_impl.cc 495 state->SetBoolean("unregistered", true);
507 state->SetBoolean("enabled", IsQueueEnabled());
760 state->SetBoolean("nestable", task.nestable == Nestable::kNestable);
761 state->SetBoolean("is_high_res", task.is_high_res);
762 state->SetBoolean("is_cancelled", task.task.IsCancelled());
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/tools/
provision_devices.py 553 shared_pref.SetBoolean('DaydreamSetupComplete', True)
556 shared_pref.SetBoolean('gConfigFlags:controller_recovery_enabled', False)
559 shared_pref.SetBoolean('UseAutomatedController', True)
  /art/runtime/
common_dex_operations.h 189 field->SetBoolean<transaction_active>(obj, value.GetZ());
art_field.h 108 void SetBoolean(ObjPtr<mirror::Object> object, uint8_t z) REQUIRES_SHARED(Locks::mutator_lock_);
transaction_test.cc 234 booleanField->SetBoolean<true>(h_klass.Get(), true);
334 booleanField->SetBoolean<true>(h_instance.Get(), true);
art_field-inl.h 145 inline void ArtField::SetBoolean(ObjPtr<mirror::Object> object, uint8_t z) {
  /external/dng_sdk/source/
dng_xmp.h 167 void SetBoolean (const char *ns,
  /external/libchrome/base/
values.h 421 Value* SetBoolean(StringPiece path, bool in_value);
    [all...]

Completed in 891 milliseconds

1 2