Searched refs:cat (Results 1 - 25 of 923) sorted by relevance

1234567891011>>

/external/jemalloc/include/jemalloc/internal/
H A Dprivate_unnamespace.sh3 for symbol in `cat $1` ; do
H A Dprivate_namespace.sh3 for symbol in `cat $1` ; do
H A Dpublic_namespace.sh3 for nm in `cat $1` ; do
H A Dpublic_unnamespace.sh3 for nm in `cat $1` ; do
/external/linux-kselftest/tools/testing/selftests/ftrace/samples/
H A Dfail.tc3 cat non-exist-file
H A Dxfail.tc3 cat non-exist-file || exit_xfail
/external/toolchain-utils/binary_search_tool/ndk/
H A Dget_initial_items.sh11 cat ${BISECT_DIR}/good/_LIST
H A Dswitch_to_bad.sh44 cat $OBJ_LIST_FILE | xargs rm
H A Dswitch_to_good.sh44 cat $OBJ_LIST_FILE | xargs rm
/external/valgrind/drd/scripts/
H A Drun-splash2-water-input11 cat <<EOF
/external/valgrind/tests/
H A Dfilter_sink3 cat > /dev/null
/external/ltp/testcases/kdump/lib/
H A Dsysinfo.sh10 cat /proc/version
14 cat /proc/cpuinfo
18 cat /proc/meminfo
22 cat /proc/devices
26 cat /proc/interrupts
30 cat /proc/iomem
34 cat /proc/partitions
/external/ltp/tools/pounder21/test_repo/
H A DT00hwinfo33 cat /proc/cmdline
37 cat /proc/cpuinfo
45 cat /proc/devices
49 cat /proc/dma
53 cat /proc/interrupts
57 cat /proc/iomem
61 cat /proc/ioports
69 find /proc/ide -type f | while read f; do echo $f; cat $f; done;
73 find /proc/scsi -type f | while read f; do echo $f; cat $f; done;
85 find /sys -mount -type f | while read f; do echo $f: `cat
[all...]
/external/ltp/tools/pounder21/test_scripts/
H A Dget_hw_info33 cat /proc/cmdline
37 cat /proc/cpuinfo
45 cat /proc/devices
49 cat /proc/dma
53 cat /proc/interrupts
57 cat /proc/iomem
61 cat /proc/ioports
69 find /proc/ide -type f | while read f; do echo $f; cat $f; done;
73 find /proc/scsi -type f | while read f; do echo $f; cat $f; done;
85 find /sys -mount -type f | while read f; do echo $f: `cat
[all...]
/external/ltp/testcases/kernel/controllers/cgroup/
H A Dtest_3_2.sh28 cat /proc/sched_debug > /dev/null
/external/ltp/testscripts/
H A Dadp_test.sh5 cat /proc/[0-9]*/cmdline > /dev/null 2>/dev/null
/external/strace/
H A Dsyscallent.sh27 cat ${1+"$@"} |
H A Dsignalent.sh27 cat $* |
/external/toolchain-utils/binary_search_tool/android/
H A Dget_initial_items.sh13 cat ${BISECT_GOOD_BUILD}/_LIST
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
H A Dget_initial_items.sh5 cat ${bisect_dir}/good/_LIST
H A Dswitch_to_bad.sh7 cat $1 | sudo xargs rm -f
/external/clang/test/Sema/
H A Dstatic-array.c5 void cat(int a[static 3]) {} // expected-note 2 {{callee declares array parameter as static here}} function
14 cat(0); // expected-warning {{null passed to a callee that requires a non-null argument}}
15 cat(a); // expected-warning {{array argument is too small; contains 2 elements, callee requires at least 3}}
16 cat(b);
17 cat(c);
18 cat(p);
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/00basic/
H A Dbasic2.tc4 for t in `cat available_tracers`; do
/external/linux-kselftest/tools/testing/selftests/sysctl/
H A Drun_numerictests5 ORIG=$(cat "${TARGET}")
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/spi/
H A DHierarchyEventListener.java32 // void categoryCreationEvent(Category cat);
34 public void addAppenderEvent(Category cat, Appender appender); argument
36 public void removeAppenderEvent(Category cat, Appender appender); argument

Completed in 4592 milliseconds

1234567891011>>