Lines Matching refs:toy
12 toy=$1
16 location=$(adb shell "which $toy")
18 echo "-- $toy not present"
22 echo "-- $toy"
26 echo "-- note: $toy is non-toybox implementation"
31 export CMDNAME=$toy; \
32 export C=$toy; \
36 source /data/local/tmp/toybox-tests/tests/$toy.test"
42 toy=`echo $t | sed 's|tests/||' | sed 's|\.test||'`
43 test_toy $toy
47 for toy in "$@"; do
48 test_toy $toy