HomeSort by relevance Sort by last modified time
    Searched defs:GetBoolean (Results 1 - 12 of 12) sorted by null

  /system/update_engine/common/
prefs.cc 79 bool Prefs::GetBoolean(const string& key, bool* value) const {
fake_prefs.cc 82 bool FakePrefs::GetBoolean(const string& key, bool* value) const {
  /external/libbrillo/brillo/
key_value_store.cc 104 bool KeyValueStore::GetBoolean(const string& key, bool* value) const {
  /system/update_engine/update_manager/
evaluation_context_unittest.cc 58 bool GetBoolean(bool* value) {
259 Bind(&GetBoolean, &value));
276 Bind(&GetBoolean, &value));
320 Bind(&GetBoolean, &done));
351 Bind(&GetBoolean, &value));
  /art/runtime/
art_field-inl.h 142 inline uint8_t ArtField::GetBoolean(mirror::Object* object) {
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 289 def GetBoolean(self, key):
  /external/pdfium/xfa/src/fxjse/src/
class.cpp 174 FX_BOOL CFXJSE_Arguments::GetBoolean(int32_t index) const {
  /external/dng_sdk/source/
dng_xmp.cpp 1095 bool dng_xmp::GetBoolean (const char *ns,
    [all...]
  /external/libchrome/base/
values.cc 523 bool DictionaryValue::GetBoolean(const std::string& path,
942 bool ListValue::GetBoolean(size_t index, bool* bool_value) const {
    [all...]
  /external/libweave/third_party/chromium/base/
values.cc 498 bool DictionaryValue::GetBoolean(const std::string& path,
899 bool ListValue::GetBoolean(size_t index, bool* bool_value) const {
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 656 FX_BOOL CPDF_Dictionary::GetBoolean(const CFX_ByteStringC& key,
    [all...]
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_object.h 168 FX_BOOL GetBoolean(XFA_ATTRIBUTE eAttr) {
    [all...]

Completed in 575 milliseconds