HomeSort by relevance Sort by last modified time
    Searched refs:BANANA (Results 1 - 3 of 3) sorted by null

  /external/toybox/tests/
env.test 8 export WALRUS=42 BANANA=hello LETTERS=
9 FILTER="| egrep '^(WALRUS|BANANA|LETTERS)=' | sort"
11 testcmd "read" "$FILTER" "BANANA=hello\nLETTERS=\nWALRUS=42\n" "" ""
12 testcmd "-u" "-u BANANA $FILTER" "LETTERS=\nWALRUS=42\n" "" ""
13 testcmd "-uu" "-u LETTERS -u WALRUS $FILTER" "BANANA=hello\n" "" ""
18 unset WALRUS BANANA LETTERS FILTER
  /external/junit-params/src/test/java/junitparams/
ParametersForEnumTest.java 30 BANANA,
  /external/python/cpython3/Lib/test/
test_enum.py 80 BANANA = 2
    [all...]

Completed in 87 milliseconds