Searched refs:before (Results 1 - 10 of 10) sorted by relevance

/system/bt/tools/scripts/
H A Dchange_types.sh54 before=${tt%%:*}
58 sed -i -e "s/\b${before}/${after}/g; s/${after}_/${before}_/g;" "$1"
/system/extras/ioshark/
H A Dioshark_bench_subr.c356 static struct cpu_disk_util_stats before; variable in typeref:struct:cpu_disk_util_stats
468 * jiffies_to_msecs() on this field before printing
512 read_disk_util_state(&before);
513 read_cpu_util_state(&before);
528 tot1 = before.user_cpu_ticks + before.nice_cpu_ticks +
529 before.system_cpu_ticks + before.hardirq_cpu_ticks +
530 before.softirq_cpu_ticks;
533 tot1 += before
[all...]
/system/vold/model/
H A DEmulatedVolume.cpp80 dev_t before = GetDevice(mFuseWrite); local
106 while (before == GetDevice(mFuseWrite)) {
124 // Unmount the storage before we kill the FUSE process. If we kill
H A DPublicVolume.cpp167 dev_t before = GetDevice(mFuseWrite); local
203 while (before == GetDevice(mFuseWrite)) {
221 // Unmount the storage before we kill the FUSE process. If we kill
/system/media/camera/docs/
H A 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
H A Dhtml.mako68 .entry_type_enum_notes:before { content:" - " }
70 .entry_type_enum_value:before { content:" = " }
95 supposedly there is a bug in chrome that it lays out tables before
/system/extras/simpleperf/doc/
H A Dinferno.md93 unwinding with `dwarf`. Dwarf unwinding involves copying the stack before it is
/system/extras/simpleperf/
H A Dthread_tree.cpp169 MapEntry* before = AllocateMap( local
172 maps->maps.insert(before);
/system/core/rootdir/
H A DAndroid.mk129 # system before reboot.
/system/sepolicy/
H A DAndroid.mk95 # BOARD_SEPOLICY_DIRS was used for vendor/odm sepolicy customization before.
721 # If SELINUX_IGNORE_NEVERALLOWS is set, we use sed to remove the neverallow lines before compiling.

Completed in 207 milliseconds