Home
last modified time | relevance | path

Searched defs:stored_value (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/update_engine/
H A Dmetrics_utils.cc302 int64_t stored_value; in GetPersistedValue() local
361 int64_t stored_value = GetPersistedValue(kPrefsSystemUpdatedMarker, prefs); in LoadAndReportTimeToReboot() local
/aosp12/system/update_engine/cros/
H A Dpayload_state.cc882 string stored_value; in LoadResponseSignature() local
1003 int64_t stored_value; in LoadBackoffExpiryTime() local
1036 int64_t stored_value; in LoadUpdateTimestampStart() local
1083 int64_t stored_value; in LoadUpdateDurationUptime() local
1380 int64_t stored_value = time.ToInternalValue(); in SetP2PFirstAttemptTimestamp() local
1385 int64_t stored_value = in LoadP2PFirstAttemptTimestamp() local
H A Dmetrics_reporter_omaha.cc558 int64_t stored_value; in WallclockDurationHelper() local
H A Dupdate_attempter.cc218 int64_t stored_value; in CheckAndReportDailyMetrics() local
H A Domaha_request_action.cc412 int64_t stored_value; in GetInstallDate() local
/aosp12/system/bt/btif/src/
H A Dbtif_config.cc484 auto stored_value = btif_config_cache.GetString(section, key); in btif_config_get_str() local
/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc1281 HInstruction* stored_value; member
2497 HInstruction* stored_value = nullptr; in ProcessLoopPhiWithUnknownInput() local
2849 HInstruction* stored_value = FindSubstitute(store_record.stored_value); in FindStoresWritingOldValues() local
H A Dinstruction_builder.cc563 void HInstructionBuilder::UpdateLocal(uint32_t reg_number, HInstruction* stored_value) { in UpdateLocal()