Searched refs:after (Results 1 – 25 of 45) sorted by relevance
12
/system/extras/ioshark/ |
D | ioshark_bench_subr.c | 354 static struct cpu_disk_util_stats after; variable 510 read_disk_util_state(&after); in report_cpu_disk_util() 511 read_cpu_util_state(&after); in report_cpu_disk_util() 513 tot2 = after.user_cpu_ticks + after.nice_cpu_ticks + in report_cpu_disk_util() 514 after.system_cpu_ticks + after.hardirq_cpu_ticks + in report_cpu_disk_util() 515 after.softirq_cpu_ticks; in report_cpu_disk_util() 520 tot2 += after.iowait_cpu_ticks + after.idle_cpu_ticks; in report_cpu_disk_util() 529 delta1 = (after.user_cpu_ticks + after.nice_cpu_ticks) - in report_cpu_disk_util() 536 delta1 = (after.system_cpu_ticks + after.hardirq_cpu_ticks + in report_cpu_disk_util() 537 after.softirq_cpu_ticks) - in report_cpu_disk_util() [all …]
|
/system/bt/tools/scripts/ |
D | change_types.sh | 55 after=${tt#*:} 58 sed -i -e "s/\b${before}/${after}/g; s/${after}_/${before}_/g;" "$1"
|
/system/core/libutils/tests/ |
D | README.txt | 4 (after adb root; adb disable-verity; adb reboot)
|
/system/libufdt/tests/testdata/ |
D | suffix_compress-base.dts | 4 /* these name could be suffix compressed in dtb after compiled */
|
/system/core/debuggerd/tombstoned/ |
D | tombstoned.rc | 5 # Don't start tombstoned until after the real /data is mounted.
|
/system/extras/app-launcher/ |
D | README | 50 to be written for that - modeled after the disk_stats_before/after
|
/system/core/liblog/ |
D | event.logtags | 14 # Optionally, after the tag names can be put a description for the value(s)
|
D | Android.bp | 66 // TODO: This is to work around b/24465209. Remove after root cause is fixed
|
/system/bt/ |
D | EventLogTags.logtags | 14 # Optionally, after the tag names can be put a description for the value(s)
|
/system/core/init/test_service/ |
D | README.md | 28 And then attempt to exactly match the token after `:`, `0000000000003000`,
|
/system/core/storaged/ |
D | EventLogTags.logtags | 14 # Optionally, after the tag names can be put a description for the value(s)
|
/system/core/logd/ |
D | event.logtags | 14 # Optionally, after the tag names can be put a description for the value(s)
|
/system/sepolicy/public/ |
D | su.te | 10 # after performing an adb root command. The domain definition is
|
D | perfprofd.te | 17 # simpleperf retains perfprofd domain after exec
|
D | netd.te | 49 # work. However, after all the WiFi stuff is gone, we still need them.
|
/system/bt/osi/ |
D | BUILD.gn | 40 # TODO(mcchou): Remove these sources after platform specific
|
D | Android.bp | 57 // TODO(mcchou): Remove socket_utils sources after platform specific
|
/system/core/bootstat/ |
D | bootstat.rc | 16 # This signaling is necessary to prevent logging boot metrics after a runtime
|
/system/core/init/ |
D | README.md | 39 These directories are intended for all Actions and Services used after 82 which can be set after optional paths. With "--early" set, the 317 after "--" so that an optional security context, user, and supplementary 331 started after this command is executed) 451 handled immediately after the .rc file that contains it has finished 481 > Time after boot in ns (via the CLOCK\_BOOTTIME clock) at which the first 491 > Time after boot in ns (via the CLOCK\_BOOTTIME clock) that the service was 558 Limitation: recording trace events is started after persistent properties are loaded, so
|
/system/core/logcat/ |
D | logcatd.rc | 4 # Make sure any property changes are only performed with /data mounted, after
|
/system/extras/simpleperf/ |
D | thread_tree.cpp | 173 MapEntry* after = AllocateMap(MapEntry( in FixOverlappedMap() local 177 maps->insert(after); in FixOverlappedMap()
|
/system/core/adb/ |
D | OVERVIEW.TXT | 110 Note that the connection is still alive after an OKAY, which allows the 115 where '<serialnumber>' is used to identify a given device/emulator; after
|
/system/tpm/tpm_manager/common/ |
D | tpm_manager.proto | 56 // owner privilege this is always after the TPM is cleared. This typically 75 // is whatever executes first after boot. Typically this access is locked
|
/system/media/camera/docs/ |
D | html.mako | 61 .entry_type_name_enum:after { color: #669900; font-weight: bold; content:" (enum)" } 97 tr { page-break-after: always; page-break-inside: avoid; } 111 # insert line breaks after every two \n\n
|
/system/update_engine/ |
D | update_metadata.proto | 56 // before the entire delta file is downloaded (but after at least the 78 // xz file after decompression. The xz file should only use crc32 or no crc at 170 // The offset into the delta file (after the protobuf)
|
12