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

  /external/clang/test/Sema/
attr-target.c 6 int __attribute__((target("fpmath=387"))) walrus() { return 4; } //expected-warning {{Ignoring unsupported 'fpmath=' in the target attribute string}} function
  /external/toybox/tests/
pwd.test 24 export PWD=walrus
touch.test 7 testing "touch" "touch walrus && [ -e walrus ] && echo yes" "yes\n" "" ""
10 testing "-c" "touch -c walrus && [ -e walrus ] && echo yes" "yes\n" "" ""
15 "touch -t 201201231234 walrus && date -r walrus +%Y%m%d-%H%M%S.%N" \
28 "touch -t 201201231234 walrus && date -r walrus +%Y%m%d-%H%M%S.%N" \
32 "touch -t 201201231234.56 walrus && date -r walrus +%Y%m%d-%H%M%S.%N"
    [all...]
rmdir.test 10 touch walrus
12 "rmdir walrus 2> /dev/null || [ -f walrus ] && echo yes" "yes\n" "" ""
21 "rmdir one missing two walrus three 2> /dev/null || [ ! -d three ] && echo yes" \
23 rm walrus
split.test 21 "split file -l 10 -a 1 walrus 2>/dev/null || ls walrus* | wc -l" "26\n" "" ""
22 rm walrus*
cp.test 28 touch walrus
30 "cp -r two walrus 2>/dev/null || echo yes" "yes\n" "" ""
34 rm -rf two three walrus
mkdir.test 62 testing "-vp" "mkdir -vp walrus 2>&1" \
63 "mkdir: created directory 'walrus'\n" "" ""
65 testing "-vp exists" "mkdir -vp walrus 2>&1" \
67 rm -rf walrus
  /external/clang/test/CodeGen/
attr-target-x86.c 7 int __attribute__((target("tune=sandybridge"))) walrus(int a) { return 4; } function
26 // We ignore the tune attribute so walrus should be identical to baz and bar.
27 // CHECK: walrus{{.*}} #0

Completed in 231 milliseconds