/aosp12/art/test/203-multi-checkpoint/ |
H A D | Android.bp | 3 // 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 D | FileUtils.java | 481 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 D | mutator_gc_coord.md | 105 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 D | cha.cc | 700 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 D | thread_list.cc | 252 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 D | thread.cc | 1556 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 D | WiFiLoadTest.java | 50 while (mPowerMetricsCollector.checkpoint()) { in test()
|
H A D | SystemServiceCallLoadTest.java | 53 while (mPowerMetricsCollector.checkpoint()) { in test()
|
H A D | PowerMetricsCollector.java | 211 public boolean checkpoint() {
|
/aosp12/frameworks/base/core/tests/coretests/src/android/metrics/ |
H A D | MetricsReaderTest.java | 111 mReader.checkpoint(); in testWriteCheckpoint()
|
/aosp12/system/vold/ |
H A D | BenchmarkGen.h | 282 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 D | MetricsReader.java | 112 public void checkpoint() { in checkpoint() method in MetricsReader
|
/aosp12/system/apex/tests/testdata/ |
H A D | trigger_watchdog.rc | 29 # meaning that /system/bin/vdc checkpoint markBootAttempt was already called.
|
/aosp12/hardware/google/pixel/pixelstats/ |
H A D | pixelatoms.proto | 230 /* 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 D | init.rc | 513 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 D | concurrent_copying.cc | 300 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 D | README.md | 131 continue from the last checkpoint.
|
/aosp12/art/test/ |
H A D | Android.bp | 868 "203-multi-checkpoint/multi_checkpoint.cc",
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 7378 method public void checkpoint();
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
H A D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
H A D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |