/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
zip_output_unittest.sh | 42 TEST_TMPDIR=. 52 ' > $TEST_TMPDIR/testzip.proto 55 --cpp_out=$TEST_TMPDIR/testzip.zip --python_out=$TEST_TMPDIR/testzip.zip \ 56 --java_out=$TEST_TMPDIR/testzip.jar -I$TEST_TMPDIR testzip.proto \ 61 unzip -t $TEST_TMPDIR/testzip.zip > $TEST_TMPDIR/testzip.list || fail 'unzip failed.' 63 grep 'testing: testzip\.pb\.cc *OK$' $TEST_TMPDIR/testzip.list > /dev/null \ 65 grep 'testing: testzip\.pb\.h *OK$' $TEST_TMPDIR/testzip.list > /dev/null [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
heap-profiler_unittest.sh | 57 TEST_TMPDIR=/tmp/heap_profile_info 62 rm -rf "$TEST_TMPDIR" 63 mkdir "$TEST_TMPDIR" || exit 2 82 $PPROF --base="$1" $exec "$2" >"$TEST_TMPDIR/output.pprof" 2>&1 85 $PPROF $exec "$1" >"$TEST_TMPDIR/output.pprof" 2>&1 88 cat "$TEST_TMPDIR/output.pprof" \ 94 cat "$TEST_TMPDIR/output" 96 cat "$TEST_TMPDIR/output.pprof" 105 if ! grep "$text" "$TEST_TMPDIR/output" >/dev/null 2>&1; then 108 cat "$TEST_TMPDIR/output [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
heap-profiler_unittest.sh | 57 TEST_TMPDIR=/tmp/heap_profile_info 62 rm -rf "$TEST_TMPDIR" 63 mkdir "$TEST_TMPDIR" || exit 2 82 $PPROF --base="$1" $exec "$2" >"$TEST_TMPDIR/output.pprof" 2>&1 85 $PPROF $exec "$1" >"$TEST_TMPDIR/output.pprof" 2>&1 88 cat "$TEST_TMPDIR/output.pprof" \ 94 cat "$TEST_TMPDIR/output" 96 cat "$TEST_TMPDIR/output.pprof" 105 if ! grep "$text" "$TEST_TMPDIR/output" >/dev/null 2>&1; then 108 cat "$TEST_TMPDIR/output [all...] |
/external/chromium_org/third_party/re2/util/ |
test.cc | 11 DEFINE_string(test_tmpdir, "/var/tmp", "temp directory");
|
benchmark.cc | 10 DEFINE_string(test_tmpdir, "/var/tmp", "temp directory");
|
/external/regex-re2/util/ |
test.cc | 9 DEFINE_string(test_tmpdir, "/var/tmp", "temp directory");
|
benchmark.cc | 10 DEFINE_string(test_tmpdir, "/var/tmp", "temp directory");
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdiff_test.sh | 34 TEST_TMPDIR=${TMPDIR-/tmp} 35 DELTA_FILE=$TEST_TMPDIR/configure.ac.vcdiff 36 OUTPUT_TARGET_FILE=$TEST_TMPDIR/configure.ac.output 158 encode -dictionary $TEST_TMPDIR/nonexistent_file \ 168 -target $TEST_TMPDIR/nonexistent_file \ 176 -delta $TEST_TMPDIR/nonexistent_file \ 183 ln -s $TEST_TMPDIR/infinite_loop1 $TEST_TMPDIR/infinite_loop2 184 ln -s $TEST_TMPDIR/infinite_loop2 $TEST_TMPDIR/infinite_loop [all...] |
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdiff_test.sh | 34 TEST_TMPDIR=${TMPDIR-/tmp} 35 DELTA_FILE=$TEST_TMPDIR/configure.ac.vcdiff 36 OUTPUT_TARGET_FILE=$TEST_TMPDIR/configure.ac.output 158 encode -dictionary $TEST_TMPDIR/nonexistent_file \ 168 -target $TEST_TMPDIR/nonexistent_file \ 176 -delta $TEST_TMPDIR/nonexistent_file \ 183 ln -s $TEST_TMPDIR/infinite_loop1 $TEST_TMPDIR/infinite_loop2 184 ln -s $TEST_TMPDIR/infinite_loop2 $TEST_TMPDIR/infinite_loop [all...] |
/external/open-vcdiff/src/ |
vcdiff_test.sh | 34 TEST_TMPDIR=${TMPDIR-/tmp} 35 DELTA_FILE=$TEST_TMPDIR/configure.ac.vcdiff 36 OUTPUT_TARGET_FILE=$TEST_TMPDIR/configure.ac.output 158 encode -dictionary $TEST_TMPDIR/nonexistent_file \ 168 -target $TEST_TMPDIR/nonexistent_file \ 176 -delta $TEST_TMPDIR/nonexistent_file \ 183 ln -s $TEST_TMPDIR/infinite_loop1 $TEST_TMPDIR/infinite_loop2 184 ln -s $TEST_TMPDIR/infinite_loop2 $TEST_TMPDIR/infinite_loop [all...] |
/external/chromium_org/third_party/re2/re2/testing/ |
dump.cc | 26 DECLARE_string(test_tmpdir); variable
|
/external/regex-re2/re2/testing/ |
dump.cc | 26 DECLARE_string(test_tmpdir); variable
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
c_test.c | 23 const char* ret = getenv("TEST_TMPDIR");
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
env_posix.cc | 457 const char* env = getenv("TEST_TMPDIR");
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_platform_linux.cc | 171 tmpdir = GetEnv("TEST_TMPDIR");
|
/external/chromium_org/third_party/re2/patches/ |
re2-msvc9-chrome.patch | 551 DEFINE_string(test_tmpdir, "/var/tmp", "temp directory");
|