Home
last modified time | relevance | path

Searched refs:checkpoint (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/art/test/203-multi-checkpoint/
H A DAndroid.bp3 // Build rules for ART run-test `203-multi-checkpoint`.
16 name: "art-run-test-203-multi-checkpoint",
21 ":art-run-test-203-multi-checkpoint-expected-stdout",
22 ":art-run-test-203-multi-checkpoint-expected-stderr",
28 name: "art-run-test-203-multi-checkpoint-expected-stdout",
29 out: ["art-run-test-203-multi-checkpoint-expected-stdout.txt"],
36 name: "art-run-test-203-multi-checkpoint-expected-stderr",
37 out: ["art-run-test-203-multi-checkpoint-expected-stderr.txt"],
/aosp12/frameworks/base/core/java/android/os/
H A DFileUtils.java481 long checkpoint = 0; in copyInternalSplice() local
487 checkpoint += t; in copyInternalSplice()
490 if (checkpoint >= COPY_CHECKPOINT_BYTES) { in copyInternalSplice()
500 checkpoint = 0; in copyInternalSplice()
522 long checkpoint = 0; in copyInternalSendfile() local
527 checkpoint += t; in copyInternalSendfile()
530 if (checkpoint >= COPY_CHECKPOINT_BYTES) { in copyInternalSendfile()
540 checkpoint = 0; in copyInternalSendfile()
581 long checkpoint = 0; in copyInternalUserspace() local
589 checkpoint += t; in copyInternalUserspace()
[all …]
/aosp12/art/runtime/
H A Dmutator_gc_coord.md105 Suspension and checkpoint API
117 that runs a checkpoint function on behalf of each thread, either by using
143 request suspension or a checkpoint. Note that the actual checkpoint function
145 target thread notices that a checkpoint is requested, it then acquires
146 the `suspend_count_lock_` to read the checkpoint function.
H A Dcha.cc700 CHACheckpoint checkpoint(dependent_method_headers); in InvalidateSingleImplementationMethods() local
701 size_t threads_running_checkpoint = runtime->GetThreadList()->RunCheckpoint(&checkpoint); in InvalidateSingleImplementationMethods()
703 checkpoint.WaitForThreadsToRunThroughCheckpoint(threads_running_checkpoint); in InvalidateSingleImplementationMethods()
H A Dthread_list.cc252 DumpCheckpoint checkpoint(&os, dump_native_stack); in Dump() local
257 threads_running_checkpoint = RunCheckpoint(&checkpoint); in Dump()
260 checkpoint.WaitForThreadsToRunThroughCheckpoint(threads_running_checkpoint); in Dump()
H A Dthread.cc1556 Closure* checkpoint; in RunCheckpointFunction() local
1559 checkpoint = tlsPtr_.checkpoint_function; in RunCheckpointFunction()
1572 CHECK(checkpoint != nullptr) << "Checkpoint flag set without pending checkpoint"; in RunCheckpointFunction()
1573 checkpoint->Run(this); in RunCheckpointFunction()
/aosp12/frameworks/base/core/tests/batterystatstests/BatteryStatsLoadTests/src/com/android/frameworks/core/batterystatsloadtests/
H A DWiFiLoadTest.java50 while (mPowerMetricsCollector.checkpoint()) { in test()
H A DSystemServiceCallLoadTest.java53 while (mPowerMetricsCollector.checkpoint()) { in test()
H A DPowerMetricsCollector.java211 public boolean checkpoint() {
/aosp12/frameworks/base/core/tests/coretests/src/android/metrics/
H A DMetricsReaderTest.java111 mReader.checkpoint(); in testWriteCheckpoint()
/aosp12/system/vold/
H A DBenchmarkGen.h282 if (!checkpoint(52)) return -1; in BenchmarkRun()
539 if (!checkpoint(55)) return -1; in BenchmarkRun()
783 if (!checkpoint(58)) return -1; in BenchmarkRun()
1009 if (!checkpoint(61)) return -1; in BenchmarkRun()
1232 if (!checkpoint(64)) return -1; in BenchmarkRun()
1462 if (!checkpoint(67)) return -1; in BenchmarkRun()
1707 if (!checkpoint(70)) return -1; in BenchmarkRun()
1940 if (!checkpoint(73)) return -1; in BenchmarkRun()
2172 if (!checkpoint(76)) return -1; in BenchmarkRun()
4091 if (!checkpoint(3)) return -1; in BenchmarkCreate()
[all …]
/aosp12/frameworks/base/core/java/android/metrics/
H A DMetricsReader.java112 public void checkpoint() { in checkpoint() method in MetricsReader
/aosp12/system/apex/tests/testdata/
H A Dtrigger_watchdog.rc29 # meaning that /system/bin/vdc checkpoint markBootAttempt was already called.
/aosp12/hardware/google/pixel/pixelstats/
H A Dpixelatoms.proto230 /* The times of checkpoint function called in foreground*/
232 /* The times of checkpoint function called in background */
279 /* The F2FS checkpoint=disable time in secs */
/aosp12/system/core/rootdir/
H A Dinit.rc513 exec - system system -- /system/bin/vdc checkpoint markBootAttempt
624 # Start checkpoint before we touch data
625 exec - system system -- /system/bin/vdc checkpoint prepareCheckpoint
1251 exec - system system -- /system/bin/vdc checkpoint resetCheckpoint
1252 exec - system system -- /system/bin/vdc checkpoint markBootAttempt
/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.cc300 ActivateReadBarrierEntrypointsCheckpoint checkpoint(this); in ActivateReadBarrierEntrypoints() local
304 const size_t barrier_count = thread_list->RunCheckpoint(&checkpoint, &callback); in ActivateReadBarrierEntrypoints()
/aosp12/system/update_engine/
H A DREADME.md131 continue from the last checkpoint.
/aosp12/art/test/
H A DAndroid.bp868 "203-multi-checkpoint/multi_checkpoint.cc",
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt7378 method public void checkpoint();
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
H A Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
H A Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
H A Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...

12