Home
last modified time | relevance | path

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

12

/system/extras/ioshark/
Dioshark_bench_subr.c354 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/
Dchange_types.sh55 after=${tt#*:}
58 sed -i -e "s/\b${before}/${after}/g; s/${after}_/${before}_/g;" "$1"
/system/core/libutils/tests/
DREADME.txt4 (after adb root; adb disable-verity; adb reboot)
/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/extras/app-launcher/
DREADME50 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)
DAndroid.bp66 // TODO: This is to work around b/24465209. Remove after root cause is fixed
/system/bt/
DEventLogTags.logtags14 # Optionally, after the tag names can be put a description for the value(s)
/system/core/init/test_service/
DREADME.md28 And then attempt to exactly match the token after `:`, `0000000000003000`,
/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/public/
Dsu.te10 # after performing an adb root command. The domain definition is
Dperfprofd.te17 # simpleperf retains perfprofd domain after exec
Dnetd.te49 # work. However, after all the WiFi stuff is gone, we still need them.
/system/bt/osi/
DBUILD.gn40 # TODO(mcchou): Remove these sources after platform specific
DAndroid.bp57 // TODO(mcchou): Remove socket_utils sources after platform specific
/system/core/bootstat/
Dbootstat.rc16 # This signaling is necessary to prevent logging boot metrics after a runtime
/system/core/init/
DREADME.md39 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/
Dlogcatd.rc4 # Make sure any property changes are only performed with /data mounted, after
/system/extras/simpleperf/
Dthread_tree.cpp173 MapEntry* after = AllocateMap(MapEntry( in FixOverlappedMap() local
177 maps->insert(after); in FixOverlappedMap()
/system/core/adb/
DOVERVIEW.TXT110 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/
Dtpm_manager.proto56 // 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/
Dhtml.mako61 .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/
Dupdate_metadata.proto56 // 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