OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOOL_NAME
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/valgrind/
valgrind.sh
50
echo "Unknown tool \"$
TOOL_NAME
\" specified, the result is not guaranteed"
61
TOOL_NAME
="memcheck"
67
TOOL_NAME
="$TMP_STR"
76
case $
TOOL_NAME
in
83
SUPPRESSIONS="$THISDIR/$
TOOL_NAME
/suppressions.txt"
chrome_tests.bat
8
set
TOOL_NAME
="unknown"
10
:: Get the tool name and put it into
TOOL_NAME
{{{1
24
set
TOOL_NAME
=%1
26
if "%
TOOL_NAME
%" == "drmemory" GOTO :SETUP_DRMEMORY
27
if "%
TOOL_NAME
%" == "drmemory_light" GOTO :SETUP_DRMEMORY
28
if "%
TOOL_NAME
%" == "drmemory_full" GOTO :SETUP_DRMEMORY
29
if "%
TOOL_NAME
%" == "drmemory_pattern" GOTO :SETUP_DRMEMORY
30
if "%
TOOL_NAME
%" == "tsan" GOTO :SETUP_TSAN
31
echo "Unknown tool: `%
TOOL_NAME
%`! Only tsan and drmemory are supported right now"
Completed in 24 milliseconds