/aosp_15_r20/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/ |
H A D | HostTestHelper.java | 126 RollbackInfo committed = RollbackUtils.getCommittedRollback(TestApp.A); in testApkOnlyStagedRollback_Phase2_RollBack() local 148 RollbackInfo committed = RollbackUtils.getCommittedRollback(TestApp.A); in testApkOnlyStagedRollback_Phase3_Confirm() local 189 RollbackInfo committed = RollbackUtils.getCommittedRollback(TestApp.A); in testApkOnlyMultipleStagedRollback_Phase2_RollBack() local 227 RollbackInfo committed = RollbackUtils.getCommittedRollback(TestApp.A); in testApkOnlyMultipleStagedRollback_Phase3_Confirm() local 277 RollbackInfo committed = RollbackUtils.getCommittedRollback(TestApp.A); in testApkOnlyMultipleStagedPartialRollback_Phase2_RollBack() local 296 RollbackInfo committed = RollbackUtils.getCommittedRollback(TestApp.A); in testApkOnlyMultipleStagedPartialRollback_Phase3_Confirm() local 355 RollbackInfo committed = RollbackUtils.getCommittedRollbackById(available.getRollbackId()); in testApexOnlyStagedRollback_Phase3_RollBack() local 416 RollbackInfo committed = RollbackUtils.getCommittedRollbackById(available.getRollbackId()); in testApexOnlySystemVersionStagedRollback_Phase2_RollBack() local 490 RollbackInfo committed = RollbackUtils.getCommittedRollback(TestApp.A); in testApexAndApkStagedRollback_Phase3_RollBack() local 523 RollbackInfo committed = RollbackUtils.getCommittedRollback(TestApp.A); in testApexAndApkStagedRollback_Phase4_Confirm() local [all …]
|
/aosp_15_r20/external/cronet/third_party/lss/ |
H A D | README.md | 109 ### Review 116 ### Testing 130 ### Rolling into Chromium
|
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/ |
D | repeat.rs | 240 committed: bool, field 1169 let mut committed = Commit::Peek(()); localVariable 1293 let mut committed = Commit::Peek(()); localVariable 1395 let mut committed = Commit::Peek(()); localVariable
|
D | token.rs | 242 let mut committed = false; in parse_lazy() localVariable 346 let mut committed = false; in parse_lazy() localVariable
|
/aosp_15_r20/external/jemalloc_new/test/include/test/ |
H A D | extent_hooks.h | 105 bool committed, unsigned arena_ind) { in extent_dalloc_hook() 126 bool committed, unsigned arena_ind) { in extent_destroy_hook() 234 size_t size_a, size_t size_b, bool committed, unsigned arena_ind) { in extent_split_hook() 258 void *addr_b, size_t size_b, bool committed, unsigned arena_ind) { in extent_merge_hook()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_nir_rt_builder.h | 235 bool committed) in brw_nir_rt_mem_hit_addr_from_addr() 241 brw_nir_rt_mem_hit_addr(nir_builder *b, bool committed) in brw_nir_rt_mem_hit_addr() 414 bool committed) in brw_nir_rt_load_mem_hit_from_addr() 446 bool committed) in brw_nir_rt_load_mem_hit()
|
H A D | brw_nir_lower_ray_queries.c | 358 const bool committed = nir_intrinsic_committed(intrin); in lower_ray_query_intrinsic() local
|
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/ime/indic/ |
H A D | IndicInputMethodImpl.java | 302 private int committed = 0; field in IndicInputMethodImpl.ACIText 305 ACIText( char [] chArray, int offset, int length, int committed ) { in ACIText()
|
/aosp_15_r20/cts/tests/rollback/src/com/android/cts/rollback/ |
H A D | RollbackManagerTest.java | 134 RollbackInfo committed = RollbackUtils.getCommittedRollback(TestApp.A); in testBasic() local 197 RollbackInfo committed = RollbackUtils.getCommittedRollback(TestApp.A); in testSingleRollbackPersistence() local
|
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | extent.c | 1276 bool committed = false; in extent_grow_retained() local 1680 bool committed, unsigned arena_ind) { in extent_dalloc_default() 1781 bool committed, unsigned arena_ind) { in extent_destroy_default() 1977 size_t size_a, size_t size_b, bool committed, unsigned arena_ind) { in extent_split_default() 2094 void *addr_b, size_t size_b, bool committed, unsigned arena_ind) { in extent_merge_default()
|
H A D | pages.c | 614 bool committed = false; in pages_boot() local
|
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/ |
H A D | extent_inlines.h | 280 extent_committed_set(extent_t *extent, bool committed) { in extent_committed_set() 305 bool committed, bool dumpable) { in extent_init()
|
/aosp_15_r20/external/cronet/components/prefs/ |
H A D | testing_pref_store.h | 96 bool committed() { return committed_; } in committed() function
|
/aosp_15_r20/frameworks/base/tests/RollbackTest/RollbackTest/src/com/android/tests/rollback/ |
H A D | RollbackTest.java | 185 RollbackInfo committed = getUniqueRollbackInfoForPackage( in testBasic() local
|
/aosp_15_r20/external/ltp/testcases/kernel/mem/tunable/ |
H A D | overcommit_memory.c | 203 long committed; in update_mem_commit() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | RandomVariable.cpp | 664 std::set<int> committed; member 709 const auto& committed = context->at(var).committed; in toString() local 1058 auto& committed = context->at(var).committed; in enforceDimProd() local
|
/aosp_15_r20/frameworks/av/media/codec2/hal/client/ |
H A D | GraphicsTracker.cpp | 369 bool committed = true; in configureMaxDequeueCount() local 433 bool committed = true; in updateDequeueConf() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageInstallerHistoricalSession.java | 86 String stageCid, float clientProgress, float progress, boolean committed, in PackageInstallerHistoricalSession()
|
/aosp_15_r20/external/jemalloc_new/test/unit/ |
H A D | arena_reset.c | 270 bool committed, unsigned arena_ind) { in extent_dalloc_unmap()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | SurfaceFlinger_NotifyExpectedPresentTest.cpp | 114 bool committed = true; member
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/pkg/mutate/ |
H A D | PackageStateMutator.java | 154 public Result(boolean committed, boolean packagesChanged, boolean stateChanged, in Result()
|
/aosp_15_r20/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/ |
H A D | DiskLruCache.java | 708 private boolean committed; field in DiskLruCache.Editor
|
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/ |
D | error.rs | 11 fn committed(self) -> ParseResult<E, T>; in committed() method 15 fn committed(self) -> ParseResult<E, T> { in committed() method
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | mstats.go | 670 committed int64 // byte delta of memory committed member
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/ |
D | transaction.rs | 96 committed: bool, field
|