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

  /system/update_engine/
connection_manager.cc 95 bool stored_value; local
97 &stored_value)) {
101 if (!stored_value) {
metrics_utils.cc 279 int64_t stored_value; local
280 if (system_state->prefs()->GetInt64(state_variable_key, &stored_value)) {
281 Time stored_time = Time::FromInternalValue(stored_value);
320 int64_t stored_value;
321 if (!prefs->GetInt64(key, &stored_value))
324 if (stored_value < 0) {
325 LOG(ERROR) << key << ": Invalid value (" << stored_value local
330 return stored_value;
370 int64_t stored_value = GetPersistedValue(kPrefsSystemUpdatedMarker, prefs); local
371 if (stored_value == 0
    [all...]
update_attempter.cc 177 int64_t stored_value; local
181 &stored_value)) {
182 Time last_reported_at = Time::FromInternalValue(stored_value);
    [all...]
payload_state.cc 843 string stored_value; local
845 prefs_->GetString(kPrefsCurrentResponseSignature, &stored_value)) {
846 SetResponseSignature(stored_value);
953 int64_t stored_value; local
987 int64_t stored_value; local
1038 int64_t stored_value; local
1328 int64_t stored_value = time.ToInternalValue(); local
1333 int64_t stored_value = local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
types_traits.hpp 78 struct stored_value struct in namespace:__gnu_pbds::detail
96 : public stored_value<_Tv>, public stored_hash<_Th>
102 : public stored_value<_Tv>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
types_traits.hpp 78 struct stored_value struct in namespace:__gnu_pbds::detail
96 : public stored_value<_Tv>, public stored_hash<_Th>
102 : public stored_value<_Tv>
  /system/bt/btif/src/
btif_config.cc 300 const std::string* stored_value = local
302 if (!stored_value) return false;
303 strlcpy(value, stored_value->c_str(), *size_bytes);

Completed in 529 milliseconds