Home
last modified time | relevance | path

Searched refs:BASEDIR (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/bin/
Drun-posix-option-group-test.sh10 BASEDIR="$(dirname "$0")/../conformance/interfaces"
33 run_option_group_tests "$BASEDIR/aio_*"
34 run_option_group_tests "$BASEDIR/lio_listio"
38 run_option_group_tests "$BASEDIR/sig*"
39 run_option_group_tests $BASEDIR/raise
40 run_option_group_tests $BASEDIR/kill
41 run_option_group_tests $BASEDIR/killpg
42 run_option_group_tests $BASEDIR/pthread_kill
43 run_option_group_tests $BASEDIR/pthread_sigmask
47 run_option_group_tests "$BASEDIR/sem*"
[all …]
/third_party/glslang/Test/
Druntests9 BASEDIR=baseResults
39 diff -b $BASEDIR/$b.out $TARGETDIR/$b.out || HASERROR=1
50 diff -b $BASEDIR/badMacroArgs.frag.out $TARGETDIR/badMacroArgs.frag.out || HASERROR=1
57 diff -b $BASEDIR/reflection.vert.out $TARGETDIR/reflection.vert.out || HASERROR=1
59 diff -b $BASEDIR/reflection.options.vert.out $TARGETDIR/reflection.options.vert.out || HASERROR=1
61 diff -b $BASEDIR/reflection.frag.out $TARGETDIR/reflection.frag.out || HASERROR=1
63 diff -b $BASEDIR/reflection.options.frag.out $TARGETDIR/reflection.options.frag.out || HASERROR=1
65 diff -b $BASEDIR/reflection.options.geom.out $TARGETDIR/reflection.options.geom.out || HASERROR=1
67 diff -b $BASEDIR/reflection.linked.out $TARGETDIR/reflection.linked.out || HASERROR=1
69 diff -b $BASEDIR/reflection.linked.options.out $TARGETDIR/reflection.linked.options.out || HASERROR…
[all …]
Dweb.runtests5 BASEDIR=baseResults
18 diff -b $BASEDIR/$b.out $TARGETDIR/$b.out || HASERROR=1
25 echo "base size was" `cat $BASEDIR/size`
/third_party/grpc/tools/distrib/
Dinstall_all_python_modules.sh20 BASEDIR=$(dirname "$0")
21 BASEDIR=$(realpath "$BASEDIR")/../..
23 (cd "$BASEDIR";
/third_party/libnl/
Dautogen.sh8 BASEDIR="$(dirname "$0")"
10 cd "$BASEDIR" || die "Could not change into base directory $BASEDIR"
/third_party/skia/third_party/externals/swiftshader/src/
Dclang-format-all.sh45 BASEDIR=$(git rev-parse --show-toplevel)
49 ${CLANG_FORMAT} -i -style=file "$BASEDIR/$FILE"