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

  /external/chromium_org/tools/valgrind/asan/
asan_wrapper.sh 13 export THISDIR=`dirname $0`
15 $THISDIR/asan_symbolize.py |
  /external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
libyuv_tests.sh 20 export THISDIR=`dirname $0`
64 CHROME_VALGRIND_SCRIPTS=$THISDIR/../valgrind
97 DRMEMORY_PATH="$THISDIR/../../third_party/drmemory"
118 TSAN_PATH="$THISDIR/../../third_party/tsan"
137 PYTHONPATH=$THISDIR/../python/google:$CHROME_VALGRIND_SCRIPTS python \
138 "$THISDIR/libyuv_tests.py" $ARGV_COPY
libyuv_tests.bat 16 set THISDIR=%~dp0
46 set DRMEMORY_PATH=%THISDIR%..\..\third_party\drmemory
62 set TSAN_PATH=%THISDIR%..\..\third_party\tsan
77 set PYTHONPATH=%THISDIR%..\python\google;%THISDIR%..\valgrind
79 python %THISDIR%libyuv_tests.py %*
  /external/chromium_org/tools/valgrind/
chrome_tests.sh 9 export THISDIR=`dirname $0`
53 export CHROME_VALGRIND=`sh $THISDIR/locate_valgrind.sh`
82 DRMEMORY_PATH="$THISDIR/../../third_party/drmemory"
103 TSAN_PATH="$THISDIR/../../third_party/tsan"
121 PYTHONPATH=$THISDIR/../python/google python \
122 "$THISDIR/chrome_tests.py" $ARGV_COPY
valgrind.sh 16 export THISDIR=`dirname $0`
34 IGNORE_FILE="$THISDIR/tsan/ignores.txt"
73 SUPPRESSIONS="$THISDIR/$TOOL_NAME/suppressions.txt"
75 CHROME_VALGRIND=`sh $THISDIR/locate_valgrind.sh`
locate_valgrind.sh 12 export THISDIR=`dirname $0`
49 CHROME_VALGRIND="$THISDIR/../../third_party/valgrind/$PLATFORM"
chrome_tests.bat 7 set THISDIR=%~dp0
37 set DRMEMORY_PATH=%THISDIR%..\..\third_party\drmemory
53 set TSAN_PATH=%THISDIR%..\..\third_party\tsan
68 set PYTHONPATH=%THISDIR%../python/google
70 python %THISDIR%/chrome_tests.py %*
waterfall.sh 13 THISDIR=$(dirname "${0}")
14 LOGS_DIR=$THISDIR/waterfall.tmp
130 PYTHONPATH=$THISDIR/../python/google \
131 python "$THISDIR/test_suppressions.py" $@ "$LOGS_DIR/report_"*

Completed in 210 milliseconds