Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 107) sorted by relevance

12345

/system/bt/tools/scripts/
Dchange_types.sh55 after=${tt#*:}
58 sed -i -e "s/\b${before}/${after}/g; s/${after}_/${before}_/g;" "$1"
/system/extras/ioshark/
Dioshark_bench_subr.c359 static struct cpu_disk_util_stats after; variable
524 read_disk_util_state(&after); in report_cpu_disk_util()
525 read_cpu_util_state(&after); in report_cpu_disk_util()
527 tot2 = after.user_cpu_ticks + after.nice_cpu_ticks + in report_cpu_disk_util()
528 after.system_cpu_ticks + after.hardirq_cpu_ticks + in report_cpu_disk_util()
529 after.softirq_cpu_ticks; in report_cpu_disk_util()
534 tot2 += after.iowait_cpu_ticks + after.idle_cpu_ticks; in report_cpu_disk_util()
543 delta1 = (after.user_cpu_ticks + after.nice_cpu_ticks) - in report_cpu_disk_util()
550 delta1 = (after.system_cpu_ticks + after.hardirq_cpu_ticks + in report_cpu_disk_util()
551 after.softirq_cpu_ticks) - in report_cpu_disk_util()
[all …]
/system/extras/boottime_tools/bootanalyze/
DREADME.md8 stop_event: <logcat log message which will terminate log collection after reboot>
13 On some devise clock is showing incorrect time for first couple of seconds after boot.
15 be present in dmesg log after clock correction.
/system/bt/gd/os/linux_generic/
Dalarm_unittest.cc56 auto after = std::chrono::steady_clock::now(); in TEST_F() local
57 auto duration_ms = std::chrono::duration_cast<std::chrono::milliseconds>(after - before); in TEST_F()
Drepeating_alarm_unittest.cc80 auto after = std::chrono::steady_clock::now(); in TEST_F() local
81 auto duration = after - before; in TEST_F()
/system/libufdt/tests/testdata/
Dsuffix_compress-base.dts4 /* these name could be suffix compressed in dtb after compiled */
/system/core/debuggerd/tombstoned/
Dtombstoned.rc5 # Don't start tombstoned until after the real /data is mounted.
/system/sepolicy/prebuilts/api/28.0/public/
Didmap.te9 # Ignore reading /proc/<pid>/maps after a fork.
/system/core/libnativebridge/
DAndroid.bp33 // TODO(jiyong): remove this line after aosp/885921 lands
/system/netd/
DAndroid.bp27 "-cert-err34-c", // TODO: re-enable after removing atoi() and sscanf() calls
/system/core/bootstat/
Dbootstat.rc12 # root.root to system.log, may be deleted after ota has settled.
54 # This signaling is necessary to prevent logging boot metrics after a runtime
74 # Need go after persist peroperties are loaded which is right before zygote-start trigger
/system/sepolicy/prebuilts/api/29.0/public/
Dbufferhubd.te7 # TODO(b/112338294): remove these after migrate to Binder
Didmap.te11 # Ignore reading /proc/<pid>/maps after a fork.
/system/sepolicy/public/
Dbufferhubd.te7 # TODO(b/112338294): remove these after migrate to Binder
Didmap.te11 # Ignore reading /proc/<pid>/maps after a fork.
/system/core/fs_mgr/tests/
Dadb-remount-test.sh986 check_eq "cat: /vendor/hello: Permission denied" "${B}" vendor after reboot w/o root
990 check_eq "${A}" "${B}" /system after reboot
996 check_eq "${A}" "${B}" vendor after reboot
1092 check_eq "${A}" "${B}" system after flash vendor
1098 vendor content after flash vendor
1102 --warning vendor content after flash vendor
1131 check_eq "cat: /system/hello: No such file or directory" "${B}" after rm
1133 check_eq "cat: /vendor/hello: No such file or directory" "${B}" after rm
/system/core/init/test_service/
DREADME.md28 And then attempt to exactly match the token after `:`, `0000000000003000`,
/system/bt/
DEventLogTags.logtags14 # Optionally, after the tag names can be put a description for the value(s)
/system/core/init/
DREADME.md40 /{system,vendor,odm}/etc/init/ directories immediately after loading
49 These directories are intended for all Actions and Services used after
92 which can be set after optional paths. With "--early" set, the
328 > Provide a timeout after which point the service will be killed. The oneshot keyword is respected
417 after /data was mounted, and that were running at the time
431 after /data was mounted. Only used for FDE devices.
460 after "--" so that an optional security context, user, and supplementary
479 started after this command is executed)
503 > Used to mark the point right after /data is mounted. Used to implement the
559 > Set the rlimit for a resource. This applies to all processes launched after
[all …]
/system/tools/xsdc/
DREADME.md25 #### after subsubsection
62 #### after subsubsection
/system/extras/app-launcher/
DREADME61 to be written for that - modeled after the disk_stats_before/after
/system/core/liblog/
Devent.logtags14 # Optionally, after the tag names can be put a description for the value(s)
/system/core/storaged/
DEventLogTags.logtags14 # Optionally, after the tag names can be put a description for the value(s)
/system/core/logd/
Devent.logtags14 # Optionally, after the tag names can be put a description for the value(s)
/system/sepolicy/prebuilts/api/27.0/public/
Dsu.te10 # after performing an adb root command. The domain definition is

12345