Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 94) sorted by relevance

1234

/system/extras/ioshark/
Dioshark_bench_subr.c352 static struct cpu_disk_util_stats before; variable
508 read_disk_util_state(&before); in capture_util_state_before()
509 read_cpu_util_state(&before); in capture_util_state_before()
524 tot1 = before.user_cpu_ticks + before.nice_cpu_ticks + in report_cpu_disk_util()
525 before.system_cpu_ticks + before.hardirq_cpu_ticks + in report_cpu_disk_util()
526 before.softirq_cpu_ticks; in report_cpu_disk_util()
529 tot1 += before.iowait_cpu_ticks + before.idle_cpu_ticks; in report_cpu_disk_util()
538 (before.user_cpu_ticks + before.nice_cpu_ticks); in report_cpu_disk_util()
546 (before.system_cpu_ticks + before.hardirq_cpu_ticks + in report_cpu_disk_util()
547 before.softirq_cpu_ticks); in report_cpu_disk_util()
[all …]
/system/core/cli-test/
DREADME.md10 should be able to read tests even if they've never seen this tool before.
53 supplied as zero or more `before:` lines (run before `command:`) and zero or
57 Any `command:`, `before:`, or `after:` line is expected to exit with status 0.
83 * In addition to using a `before:` (which will fail a test), it can be useful
/system/extras/kcmdlinectrl/
Dkcmdlinectrl.rc15 # adbd gets initialized in init, so run before that. this makes sure that the
16 # user does not change the value before we initialize it
/system/sepolicy/private/
Dseapp_contexts80 # (1) isSystemServer=true before isSystemServer=false.
81 # (2) Specified isEphemeralApp= before unspecified isEphemeralApp=
83 # (3) Specified user= string before unspecified user= string;
84 # more specific user= string before less specific user= string.
85 # (4) Specified seinfo= string before unspecified seinfo= string.
86 # (5) Specified name= string before unspecified name= string;
87 # more specific name= string before less specific name= string.
88 # (6) Specified isPrivApp= before unspecified isPrivApp= boolean.
89 # (7) Higher value of minTargetSdkVersion= before lower value of
92 # (8) fromRunAs=true before fromRunAs=false.
[all …]
Dkernel.te13 # context, and with properly labelled devices. This must be done before
74 # Init reboot before switching selinux domains under certain error
138 # before the domain is switched to the target domain. So, we need to allow the kernel
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto72 // blocks in the super partition, and use those before creating the COW
89 // the update and before the merge allows us to infer the progress of the
95 // before the update and before the merge allows us to infer the progress of
197 // Total number of sectors allocated in the COW files before performing the
239 // Number of reboots that occurred after issuing and before completeing the
243 // Total size of all the COW images before the update.
/system/extras/mtectrl/
Dmtectrl.rc23 # adbd gets initialized in init, so run before that. this makes sure that the
24 # user does not change the value before we initialize it
/system/extras/simpleperf/scripts/purgatorio/templates/
Dstyles.css77 button.help:before
94 button.help:hover:before
/system/tools/xsdc/
DREADME.md13 #### before subsubsection
50 #### before subsubsection
83 If there are any changes, we update last_current.txt and last_removed.txt before
/system/core/libstats/pull_lazy/
DAndroid.bp2 // that is running before the statsd APEX is mounted and
/system/core/libstats/socket_lazy/
DAndroid.bp2 // that is running before the statsd APEX is mounted and
/system/security/mls/mls-rs-crypto-boringssl/
DAndroid.bp4 // Content before the first "rust_*" or "genrule" module is preserved.
/system/libziparchive/cli-tests/
Dunzip.test75 before: mkdir -p d1/d2
76 before: echo b > d1/d2/a.txt
83 before: mkdir -p d1/d2
84 before: echo b > d1/d2/a.txt
112 before: mkdir dir
/system/core/init/
Dkeychords_test.cpp296 std::string before(InitInputFds()); in TEST() local
303 for (int retry = 1000; retry && before == InitInputFds(); --retry) test_frame.RelaxForMs(); in TEST()
305 EXPECT_NE(before, after); in TEST()
/system/media/camera/docs/
Dcamera_metadata_tags.mako47 * New sections must be added right before ANDROID_SECTION_COUNT to maintain
72 * before the section _END tag to preserve existing enumeration values. In
/system/timezone/input_tools/android/tzids/src/main/proto/
Dtz_ids_proto.proto47 // before some point in time. After that point in time, the two zones have been judged as
49 // 1974, so the two can be considered equivalent today, but not for dates before that.
/system/sepolicy/microdroid/system/private/
Dkernel.te7 # context, and with properly labelled devices. This must be done before
59 # Init reboot before switching selinux domains under certain error
Dodrefresh.te33 # if we close fd 0-2 before execute. But minijial replaces them with /dev/null
/system/core/bootstat/
Dbootstat.rc5 # before post-fs trigger
63 # Need go after persist peroperties are loaded which is right before zygote-start trigger
/system/extras/pinner/
DREADME.md148 Take the steps listed below before generating your pinlist to improve its quality.
150 ### Disable disk read-ahead before generating the pinlist
169 ### Drop the page cache before generating the pinlist
/system/apex/proto/
Dapex_build_info.proto34 // Content of the original AndroidManifest.xml, before being compiled by aapt.
Dsession_state.proto43 // Build fingerprint before reboot
/system/libhidl/transport/manager/1.2/
DIClientCallback.hal25 * unregister using @1.2::IServiceManager's tryUnregister before quiting in case another client
/system/extras/simpleperf/demo/SimpleperfExampleCpp/app/src/main/cpp/
DCMakeLists.txt29 # you want to add. CMake verifies that the library exists before
/system/vold/model/
DPublicVolume.cpp175 dev_t before = GetDevice(mSdcardFsFull); in doMount() local
216 while (before == GetDevice(mSdcardFsFull)) { in doMount()

1234