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

  /external/testng/
generate-version-file 44 stored_value="$(egrep "val[[:space:]]+$value_variable" "$value_file" | awk 'NF>1{print $NF}' | tr -d '"')"
59 sed -e "s:$template_variable:$stored_value:g" "$template_file"
  /system/update_engine/
payload_state.cc 792 int64_t stored_value;
793 if (!prefs_->GetInt64(key, &stored_value))
796 if (stored_value < 0) {
797 LOG(ERROR) << key << ": Invalid value (" << stored_value local
802 return stored_value;
834 string stored_value; local
836 prefs_->GetString(kPrefsCurrentResponseSignature, &stored_value)) {
837 SetResponseSignature(stored_value);
931 int64_t stored_value; local
965 int64_t stored_value; local
1020 int64_t stored_value; local
1220 int64_t stored_value; local
1346 int64_t stored_value = time.ToInternalValue(); local
1351 int64_t stored_value = GetPersistedValue(kPrefsP2PFirstAttemptTimestamp); local
    [all...]
connection_manager.cc 95 bool stored_value; local
97 &stored_value)) {
101 if (!stored_value) {
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);
omaha_request_action.cc 589 int64_t stored_value;
590 if (prefs->GetInt64(kPrefsInstallDateDays, &stored_value)) {
592 int install_date_days = static_cast<int>(stored_value);
    [all...]
update_attempter.cc 189 int64_t stored_value; local
193 &stored_value)) {
194 Time last_reported_at = Time::FromInternalValue(stored_value);
    [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 297 const char* stored_value = config_get_string(config, section, key, NULL); local
298 if (!stored_value) return false;
299 strlcpy(value, stored_value, *size_bytes);
  /art/compiler/optimizing/
instruction_builder.cc 403 void HInstructionBuilder::UpdateLocal(uint32_t reg_number, HInstruction* stored_value) {
404 Primitive::Type stored_type = stored_value->GetType();
426 (*current_locals_)[reg_number] = stored_value;
    [all...]

Completed in 308 milliseconds