Searched refs:UNITTEST_DIR (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmaybe_threads_unittest.sh57 UNITTEST_DIR=${1:-$BINDIR}
60 UNITTEST_DIR=`$UNITTEST_DIR/low_level_alloc_unittest --help 2>&1 \
64 # Figure out where libtcmalloc lives. It should be in UNITTEST_DIR,
66 if [ -r "$UNITTEST_DIR/libtcmalloc_minimal.so" ]; then
67 LIB_PATH="$UNITTEST_DIR/libtcmalloc_minimal.so"
68 elif [ -r "$UNITTEST_DIR/.libs/libtcmalloc_minimal.so" ]; then
69 LIB_PATH="$UNITTEST_DIR/.libs/libtcmalloc_minimal.so"
70 elif [ -r "$UNITTEST_DIR/libtcmalloc_minimal.dylib" ]; then # for os x
71 LIB_PATH="$UNITTEST_DIR/libtcmalloc_minima
[all...]
H A Dprofiler_unittest.sh58 UNITTEST_DIR=${1:-$BINDIR}
65 PROFILER1="$UNITTEST_DIR/profiler1_unittest"
66 PROFILER2="$UNITTEST_DIR/profiler2_unittest"
67 PROFILER3="$UNITTEST_DIR/profiler3_unittest"
68 PROFILER4="$UNITTEST_DIR/profiler4_unittest"
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dmaybe_threads_unittest.sh57 UNITTEST_DIR=${1:-$BINDIR}
60 UNITTEST_DIR=`$UNITTEST_DIR/low_level_alloc_unittest --help 2>&1 \
64 # Figure out where libtcmalloc lives. It should be in UNITTEST_DIR,
66 if [ -r "$UNITTEST_DIR/libtcmalloc_minimal.so" ]; then
67 LIB_PATH="$UNITTEST_DIR/libtcmalloc_minimal.so"
68 elif [ -r "$UNITTEST_DIR/.libs/libtcmalloc_minimal.so" ]; then
69 LIB_PATH="$UNITTEST_DIR/.libs/libtcmalloc_minimal.so"
70 elif [ -r "$UNITTEST_DIR/libtcmalloc_minimal.dylib" ]; then # for os x
71 LIB_PATH="$UNITTEST_DIR/libtcmalloc_minima
[all...]
H A Dprofiler_unittest.sh58 UNITTEST_DIR=${1:-$BINDIR}
65 PROFILER1="$UNITTEST_DIR/profiler1_unittest"
66 PROFILER2="$UNITTEST_DIR/profiler2_unittest"
67 PROFILER3="$UNITTEST_DIR/profiler3_unittest"
68 PROFILER4="$UNITTEST_DIR/profiler4_unittest"

Completed in 455 milliseconds