Searched refs:cat (Results 1 - 25 of 525) 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/valgrind/drd/scripts/
H A Drun-splash2-water-input11 cat <<EOF
/external/valgrind/tests/
H A Dfilter_sink3 cat > /dev/null
/external/srtp/
H A Dundos.sh8 cat $1 | tr -d "\r" > $1.tmp
/external/strace/
H A Dsyscallent.sh27 cat ${1+"$@"} |
H A Dsignalent.sh27 cat $* |
/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/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
/external/libedit/src/
H A Dmakelist56 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 '
/external/jemalloc/include/jemalloc/
H A Djemalloc.sh5 cat <<EOF
16 cat "${objroot}include/jemalloc/${hdr}" \
23 cat <<EOF
H A Djemalloc_rename.sh5 cat <<EOF
14 for nm in `cat ${public_symbols_txt}` ; do
20 cat <<EOF
/external/iputils/ninfod/
H A Dninfod.sh.in20 kill `cat $PID`
26 kill `cat $PID`
/external/mesa3d/src/glsl/glcpp/tests/
H A Dglcpp-test7 cat <<EOF
62 cat $test.valgrind-errors
/external/valgrind/gdbserver_tests/
H A Dfilter_make_empty10 cat >> garbage.filtered.out
/external/iputils/
H A Dipg21 result=`cat ${PGDEV} | fgrep "Result: OK:"`
23 cat ${PGDEV} | fgrep Result:
29 cat ${PGDEV}
/external/tcpdump/tests/
H A DTESTrun.sh7 cat /dev/null > failure-outputs.txt
29 cat TESTLIST | while read name input output options
48 cat DIFF/$output.diff >> failure-outputs.txt
54 passed=`cat .passed`
55 failed=`cat .failed`
64 cat failure-outputs.txt
/external/v8/tools/
H A Drun-llprof.sh41 cat << EOF
56 ACTUAL_SAMPLE_RATE=$(cat $SAMPLE_RATE_CONFIG_FILE)
62 ACTUAL_KERNEL_MAP_RESTRICTION=$(cat $KERNEL_MAP_CONFIG_FILE)
/external/libvpx/libvpx/tools/
H A Dgen_authors.sh5 cat <<EOF
/external/skia/bin/
H A Dfetch-skps8 VERSION=`cat $(dirname $0)/../SKP_VERSION`
/external/vboot_reference/scripts/keygeneration/
H A Dmake_pair.sh12 cat <<EOF
/external/bison/examples/calc++/
H A Dtest23 cat >input <<EOF
34 cat >input <<EOF
40 cat >input <<EOF
/external/libmtp/
H A Dlibmtp.sh27 DEVICEOWNER=`cat /var/run/console/console.lock`
30 DEVICEOWNER=`cat /var/run/console.lock`
33 DEVICEOWNER=`cat /var/lock/console.lock`

Completed in 5252 milliseconds

1234567891011>>