/system/extras/ioshark/ |
D | ioshark_bench_subr.c | 352 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/ |
D | README.md | 10 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/ |
D | kcmdlinectrl.rc | 15 # 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/ |
D | seapp_contexts | 80 # (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 …]
|
D | kernel.te | 13 # 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/ |
D | snapshot.proto | 72 // 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/ |
D | mtectrl.rc | 23 # 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/ |
D | styles.css | 77 button.help:before 94 button.help:hover:before
|
/system/tools/xsdc/ |
D | README.md | 13 #### 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/ |
D | Android.bp | 2 // that is running before the statsd APEX is mounted and
|
/system/core/libstats/socket_lazy/ |
D | Android.bp | 2 // that is running before the statsd APEX is mounted and
|
/system/security/mls/mls-rs-crypto-boringssl/ |
D | Android.bp | 4 // Content before the first "rust_*" or "genrule" module is preserved.
|
/system/libziparchive/cli-tests/ |
D | unzip.test | 75 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/ |
D | keychords_test.cpp | 296 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/ |
D | camera_metadata_tags.mako | 47 * 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/ |
D | tz_ids_proto.proto | 47 // 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/ |
D | kernel.te | 7 # context, and with properly labelled devices. This must be done before 59 # Init reboot before switching selinux domains under certain error
|
D | odrefresh.te | 33 # if we close fd 0-2 before execute. But minijial replaces them with /dev/null
|
/system/core/bootstat/ |
D | bootstat.rc | 5 # before post-fs trigger 63 # Need go after persist peroperties are loaded which is right before zygote-start trigger
|
/system/extras/pinner/ |
D | README.md | 148 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/ |
D | apex_build_info.proto | 34 // Content of the original AndroidManifest.xml, before being compiled by aapt.
|
D | session_state.proto | 43 // Build fingerprint before reboot
|
/system/libhidl/transport/manager/1.2/ |
D | IClientCallback.hal | 25 * unregister using @1.2::IServiceManager's tryUnregister before quiting in case another client
|
/system/extras/simpleperf/demo/SimpleperfExampleCpp/app/src/main/cpp/ |
D | CMakeLists.txt | 29 # you want to add. CMake verifies that the library exists before
|
/system/vold/model/ |
D | PublicVolume.cpp | 175 dev_t before = GetDevice(mSdcardFsFull); in doMount() local 216 while (before == GetDevice(mSdcardFsFull)) { in doMount()
|