Home
last modified time | relevance | path

Searched refs:committed (Results 1 – 5 of 5) sorted by relevance

/frameworks/ml/nn/runtime/test/fuzzing/
DRandomVariable.cpp664 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/
DRollbackTest.java160 RollbackInfo committed = getUniqueRollbackInfoForPackage( in testBasic() local
162 assertThat(committed).isNotNull(); in testBasic()
163 assertThat(committed).isNotStaged(); in testBasic()
164 assertThat(committed).packagesContainsExactly( in testBasic()
166 assertThat(committed).hasRollbackId(available.getRollbackId()); in testBasic()
340 RollbackInfo committed = getUniqueRollbackInfoForPackage( in testRecentlyCommittedRollbackPersistence() local
342 assertThat(committed).isNotNull(); in testRecentlyCommittedRollbackPersistence()
343 assertThat(committed).packagesContainsExactly( in testRecentlyCommittedRollbackPersistence()
345 assertThat(committed).causePackagesContainsExactly(cause); in testRecentlyCommittedRollbackPersistence()
351 committed = getUniqueRollbackInfoForPackage( in testRecentlyCommittedRollbackPersistence()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java411 File stageDir, String stageCid, boolean prepared, boolean committed, boolean sealed, in PackageInstallerSession() argument
446 mCommitted = committed; in PackageInstallerSession()
2504 final boolean committed = readBooleanAttribute(in, ATTR_COMMITTED); in readFromXml()
2591 installerUid, params, createdMillis, stageDir, stageCid, prepared, committed, in readFromXml()
/frameworks/ml/nn/runtime/
DNOTICE806 committed.
879 committed.
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java844 final boolean committed = winAnimator.commitFinishDrawingLocked();
845 if (isDefaultDisplay && committed) {