Searched refs:apex_version (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/odrefresh/ |
H A D | odr_compilation_log.cc | 45 is >> entry.apex_version >> std::ws; in operator >>() 63 os << entry.apex_version << kSpace; in operator <<() 75 return lhs.apex_version == rhs.apex_version && lhs.last_update_millis == rhs.last_update_millis && in operator ==() 160 void OdrCompilationLog::Log(int64_t apex_version, in Log() argument 166 Log(apex_version, last_update_millis, trigger, now, compilation_result); in Log() 169 void OdrCompilationLog::Log(int64_t apex_version, in Log() argument 174 entries_.push_back(OdrCompilationLogEntry{apex_version, in Log() 182 bool OdrCompilationLog::ShouldAttemptCompile(int64_t apex_version, in ShouldAttemptCompile() argument 191 if (apex_version != entries_.back().apex_version) { in ShouldAttemptCompile()
|
H A D | odr_compilation_log.h | 34 int64_t apex_version; member 68 bool ShouldAttemptCompile(int64_t apex_version, 79 void Log(int64_t apex_version, 84 void Log(int64_t apex_version,
|
H A D | odr_compilation_log_test.cc | 273 ocl.Log(e.apex_version, in TEST_F() 311 ocl.Log(e.apex_version, in TEST_F() 486 for (int64_t apex_version = 0; apex_version < 10000; apex_version += 1000) { in TEST() local 488 ASSERT_TRUE(ocl.ShouldAttemptCompile(apex_version, in TEST() 492 ocl.Log(apex_version, in TEST() 497 ASSERT_FALSE(ocl.ShouldAttemptCompile(apex_version, in TEST()
|
/aosp12/packages/modules/Gki/ |
H A D | build_gki_apex_manifest.cpp | 54 int WriteApexManifest(const std::string& apex_name, Json::UInt64 apex_version, in WriteApexManifest() argument 58 root["version"] = apex_version; in WriteApexManifest() 79 DEFINE_uint64(apex_version, GetFactoryApexVersion(), 123 uint64_t apex_version = FLAGS_apex_version; in main() local 128 int res = WriteApexManifest(apex_name, apex_version, FLAGS_apex_manifest); in main()
|
/aosp12/packages/modules/Gki/build/ |
H A D | gki.go | 295 ret += ` --apex_version ` + apexVersion
|