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

  /system/update_engine/
metrics_utils.cc 272 int64_t stored_value; local
273 if (system_state->prefs()->GetInt64(state_variable_key, &stored_value)) {
274 Time stored_time = Time::FromInternalValue(stored_value);
connection_manager.cc 95 bool stored_value; local
97 &stored_value)) {
101 if (!stored_value) {
update_attempter.cc 187 int64_t stored_value; local
191 &stored_value)) {
192 Time last_reported_at = Time::FromInternalValue(stored_value);
    [all...]
payload_state.cc 806 int64_t stored_value;
807 if (!prefs_->GetInt64(key, &stored_value))
810 if (stored_value < 0) {
811 LOG(ERROR) << key << ": Invalid value (" << stored_value local
816 return stored_value;
854 string stored_value; local
856 prefs_->GetString(kPrefsCurrentResponseSignature, &stored_value)) {
857 SetResponseSignature(stored_value);
965 int64_t stored_value; local
999 int64_t stored_value; local
1054 int64_t stored_value; local
1256 int64_t stored_value; local
1382 int64_t stored_value = time.ToInternalValue(); local
1387 int64_t stored_value = GetPersistedValue(kPrefsP2PFirstAttemptTimestamp); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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-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>
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/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 292 const char* stored_value = config_get_string(config, section, key, NULL); local
293 if (!stored_value) return false;
294 strlcpy(value, stored_value, *size_bytes);

Completed in 813 milliseconds