Searched refs:committed (Results 1 – 7 of 7) sorted by relevance
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | RandomVariable.cpp | 664 std::set<int> committed; member 678 return committed.find(var->value) != committed.end(); in eval() 683 if (staging.size() != committed.size()) { in commit() 684 committed = std::move(staging); in commit() 691 if (committed.size() != var->range.size()) { in updateRange() 692 var->range = RandomVariableRange(committed); in updateRange() 695 committed.clear(); in updateRange() 700 committed(var->range.getChoices().begin(), var->range.getChoices().end()), in EvalInfo() 709 const auto& committed = context->at(var).committed; in toString() local 713 << joinStr(", ", 20, std::vector<int>(committed.begin(), committed.end())) << "]"; in toString() [all …]
|
/frameworks/base/tests/RollbackTest/RollbackTest/src/com/android/tests/rollback/ |
D | StagedRollbackTest.java | 401 RollbackInfo committed = RollbackUtils.getCommittedRollbackById(available.getRollbackId()); in testRollbackApexWithApk_Phase2() local 402 assertThat(committed).isNotNull(); in testRollbackApexWithApk_Phase2() 403 assertThat(committed).isStaged(); in testRollbackApexWithApk_Phase2() 404 assertThat(committed).packagesContainsExactly( in testRollbackApexWithApk_Phase2() 407 assertThat(committed).causePackagesContainsExactly(TEST_APEX_WITH_APK_V2); in testRollbackApexWithApk_Phase2() 408 assertThat(committed.getCommittedSessionId()).isNotEqualTo(-1); in testRollbackApexWithApk_Phase2() 412 InstallUtils.waitForSessionReady(committed.getCommittedSessionId()); in testRollbackApexWithApk_Phase2() 470 RollbackInfo committed = RollbackUtils.getCommittedRollbackById(available.getRollbackId()); in testRollbackApexDataDirectories_Phase2() local 474 InstallUtils.waitForSessionReady(committed.getCommittedSessionId()); in testRollbackApexDataDirectories_Phase2()
|
D | RollbackTest.java | 191 RollbackInfo committed = getUniqueRollbackInfoForPackage( in testBasic() local 193 assertThat(committed).isNotNull(); in testBasic() 194 assertThat(committed).isNotStaged(); in testBasic() 195 assertThat(committed).packagesContainsExactly( in testBasic() 197 assertThat(committed).hasRollbackId(available.getRollbackId()); in testBasic() 371 RollbackInfo committed = getUniqueRollbackInfoForPackage( in testRecentlyCommittedRollbackPersistence() local 373 assertThat(committed).isNotNull(); in testRecentlyCommittedRollbackPersistence() 374 assertThat(committed).packagesContainsExactly( in testRecentlyCommittedRollbackPersistence() 376 assertThat(committed).causePackagesContainsExactly(cause); in testRecentlyCommittedRollbackPersistence() 382 committed = getUniqueRollbackInfoForPackage( in testRecentlyCommittedRollbackPersistence() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerSession.java | 543 boolean committed, boolean destroyed, boolean sealed, in PackageInstallerSession() argument 588 mCommitted = committed; in PackageInstallerSession() 3498 final boolean committed = readBooleanAttribute(in, ATTR_COMMITTED); in readFromXml() 3621 prepared, committed, destroyed, sealed, childSessionIdsArray, parentSessionId, in readFromXml()
|
/frameworks/ml/nn/runtime/ |
D | NOTICE | 806 committed. 879 committed.
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 886 final boolean committed = winAnimator.commitFinishDrawingLocked(); 887 if (isDefaultDisplay && committed) {
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 4964 // Id of the Blob committed 11159 * Logs the current state of a Blob committed with BlobStoreManager
|