/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/00basic/ |
basic2.tc | 4 for t in `cat available_tracers`; do
|
/external/linux-kselftest/tools/testing/selftests/sysctl/ |
run_numerictests | 5 ORIG=$(cat "${TARGET}")
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/spi/ |
HierarchyEventListener.java | 32 // void categoryCreationEvent(Category cat); 34 public void addAppenderEvent(Category cat, Appender appender); 36 public void removeAppenderEvent(Category cat, Appender appender);
|
/external/swiftshader/third_party/subzero/docs/ |
py_filter | 4 cat $1
|
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/ |
switch_to_bad.sh | 7 cat $1 | sudo xargs rm -f
|
switch_to_good.sh | 7 cat $1 | sudo xargs rm -f
|
/system/libufdt/tests/ |
common.sh | 39 diff -u <(cat "$1" | remove_overlay_stuff) <(cat "$2" | remove_overlay_stuff)
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
arm_exidx_test.sh | 36 cat "$1" 49 cat "$1"
|
tls_pie_test.sh | 38 cat "$1" 51 cat "$1"
|
arm_farcall_arm_arm.sh | 35 cat "$1"
|
undef_symbol.sh | 38 cat undef_symbol.err
|
ver_test_10.sh | 36 cat "$1"
|
ver_test_5.sh | 36 cat "$1"
|
ver_test_7.sh | 36 cat "$1"
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_exclusive_test/ |
cpuset_exclusive_test.sh | 41 test 0 = $(cat "$CPUSET/father/child/cpu_exclusive") || return 1 49 test 0 = $(cat "$CPUSET/father/child/cpu_exclusive") || return 1 57 test 1 = $(cat "$CPUSET/father/child/cpu_exclusive") || return 1 65 test 0 = $(cat "$CPUSET/father/child/cpu_exclusive") || return 1 74 test 1 = $(cat "$CPUSET/father/cpu_exclusive") || return 1 86 test 0 = $(cat "$CPUSET/father/child/cpus") || return 1 87 test 1 = $(cat "$CPUSET/father/other/cpus") || return 1 99 test 0 = $(cat "$CPUSET/father/child/cpus") || return 1 100 test -z $(cat "$CPUSET/father/other/cpus") || return 1 112 test 1 = $(cat "$CPUSET/father/child/cpu_exclusive") || return [all...] |
/libcore/luni/src/test/resources/crypto/ |
build_test_files.sh | 13 cat "$1"/CBC*.rsp | ./parse_records.py > aes-cbc.csv 14 cat "$1"/CFB8*.rsp | ./parse_records.py > aes-cfb8.csv 15 cat "$1"/CFB128*.rsp | ./parse_records.py > aes-cfb128.csv 16 cat "$1"/ECB*.rsp | ./parse_records.py > aes-ecb.csv 17 cat "$1"/OFB*.rsp | ./parse_records.py > aes-ofb.csv 18 cat "$1"/TCBC*.rsp | ./parse_records.py > desede-cbc.csv 19 cat "$1"/TCFB8*.rsp | ./parse_records.py > desede-cfb8.csv 20 cat "$1"/TCFB64*.rsp | ./parse_records.py > desede-cfb64.csv 21 cat "$1"/TECB*.rsp | ./parse_records.py > desede-ecb.csv 22 cat "$1"/TOFB*.rsp | ./parse_records.py > desede-ofb.cs [all...] |
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
configcheck.sh | 26 cat $1 > $T/.config 28 cat $2 | sed -e 's/\(.*\)=n/# \1 is not set/' -e 's/^#CHECK#//' |
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
LaunchBrowserMode.java | 17 package com.android.internal.telephony.cat;
|
PresentationType.java | 17 package com.android.internal.telephony.cat;
|
/external/libedit/src/ |
makelist | 56 cat << _EOF 67 cat $FILES | $AWK ' 91 cat $FILES | $AWK ' 151 cat $FILES | $AWK '/el_action_t/ { print $3 }' | \ 173 cat $FILES | $AWK '/el_action_t/ { print $3 }' | sort | $AWK ' 218 cat $FILES | $AWK '
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
vbp_trace.c | 14 void vbp_trace_util(const char* cat, const char* fun, int line, const char* format, ...) 16 if (NULL == cat || NULL == fun || NULL == format) 19 printf("%s %s(#%d): ", cat, fun, line);
|
/hardware/intel/common/libmix/videodecoder/ |
VideoDecoderTrace.cpp | 23 void TraceVideoDecoder(const char* cat, const char* fun, int line, const char* format, ...) 25 if (NULL == cat || NULL == fun || NULL == format) 28 printf("%s %s(#%d): ", cat, fun, line);
|
/external/clang/test/Sema/ |
static-array.c | 5 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/jemalloc/include/jemalloc/ |
jemalloc.sh | 5 cat <<EOF 16 cat "${objroot}include/jemalloc/${hdr}" \ 23 cat <<EOF
|
/external/iputils/ninfod/ |
ninfod.sh.in | 20 kill `cat $PID` 26 kill `cat $PID`
|