HomeSort by relevance Sort by last modified time
    Searched refs:test_dir (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/jemalloc/android/test/
run_unit.sh 5 test_dir=/data/nativetest/jemalloc_unittests
7 $test_dir/bitmap
8 $test_dir/ckh
9 $test_dir/hash
10 $test_dir/junk
11 $test_dir/mallctl
12 $test_dir/math
13 $test_dir/mq
14 $test_dir/mtx
15 $test_dir/q
    [all...]
run_integration.sh 5 test_dir=/data/nativetest/jemalloc_integrationtests
7 $test_dir/aligned_alloc
8 $test_dir/allocated
9 $test_dir/chunk
10 $test_dir/mallocx
11 $test_dir/MALLOCX_ARENA
12 $test_dir/posix_memalign
13 $test_dir/rallocx
14 $test_dir/thread_arena
15 $test_dir/thread_tcache_enable
    [all...]
  /external/valgrind/main/tests/
post_regtest_checks 17 test_dir="$abs_top_srcdir/tests"
25 $test_dir/check_makefile_consistency "$@"
33 $test_dir/check_headers_and_includes "$abs_top_srcdir"
  /external/e2fsprogs/tests/
test_one.in 22 test_dir=$1
33 test_name=`echo $test_dir | sed -e 's;.*/;;'`
34 if [ -f $test_dir ] ; then
37 if [ ! -d $test_dir ] ; then
41 if [ -z "`ls $test_dir`" ]; then
44 if [ -f $test_dir/name ]; then
45 test_description=`cat $test_dir/name`
53 if [ -f $test_dir/script ]; then
54 . $test_dir/script
test_script.in 28 for test_dir in $TESTS; do
29 ./test_one $test_dir
  /art/test/
run-test 35 test_dir="test-$$"
37 tmp_dir="/tmp/$USER/${test_dir}"
39 tmp_dir="${TMPDIR}/$USER/${test_dir}"
45 export DEX_LOCATION=/data/run-test/${test_dir}
288 test_dir=`basename "$oldwd"`
290 test_dir="$1"
293 if [ '!' -d "$test_dir" ]; then
294 td2=`echo ${test_dir}-*`
296 echo "${test_dir}: no such test directory" 1>&2
299 test_dir="$td2
    [all...]
  /external/chromium_org/net/ftp/
ftp_directory_listing_parser_unittest.cc 27 base::FilePath test_dir; local
28 PathService::Get(base::DIR_SOURCE_ROOT, &test_dir);
29 test_dir = test_dir.AppendASCII("net");
30 test_dir = test_dir.AppendASCII("data");
31 test_dir = test_dir.AppendASCII("ftp");
45 EXPECT_TRUE(base::ReadFileToString(test_dir.AppendASCII(GetParam()),
55 test_dir.AppendASCII(std::string(GetParam()) + ".expected")
    [all...]
  /external/lldb/test/arm_emulation/
TestEmulations.py 16 test_dir = os.path.join (current_dir, "new-test-files")
17 files = os.listdir (test_dir)
24 test_file = os.path.join (test_dir, f)
30 test_dir = os.path.join (current_dir, "new-test-files")
31 files = os.listdir (test_dir)
38 test_file = os.path.join (test_dir, f)
  /external/lldb/test/
redo.py 61 def where(session_dir, test_dir):
67 session_dir_path = os.path.join(test_dir, session_dir)
120 test_dir = sys.path[0]
121 if not test_dir:
122 test_dir = os.getcwd()
123 if not test_dir.endswith('test'):
167 #print "The test directory:", test_dir
168 session_dir_path = where(session_dir, test_dir)
171 os.chdir(test_dir)
  /external/chromium_org/chrome/browser/extensions/
extension_icon_manager_unittest.cc 106 base::FilePath test_dir; local
107 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_dir));
108 base::FilePath manifest_path = test_dir.AppendASCII(
148 base::FilePath test_dir; local
149 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_dir));
150 base::FilePath manifest_path = test_dir.AppendASCII(
extension_disabled_ui_browsertest.cc 48 const base::FilePath test_dir = variable
50 const base::FilePath pem_path = test_dir.AppendASCII("permissions.pem");
52 test_dir.AppendASCII("v1"),
57 test_dir.AppendASCII("v2"),
62 test_dir.AppendASCII("v3"),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
apache_http.py 58 test_dir = self._port_obj.layout_tests_dir()
59 document_root = self._filesystem.join(test_dir, "http", "tests")
60 js_test_resources_dir = self._filesystem.join(test_dir, "resources")
61 media_resources_dir = self._filesystem.join(test_dir, "media")
62 mime_types_path = self._filesystem.join(test_dir, "http", "conf", "mime.types")
63 cert_file = self._filesystem.join(test_dir, "http", "conf", "webkit-httpd.pem")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkgimport.py 20 self.test_dir = tempfile.mkdtemp()
21 sys.path.append(self.test_dir)
22 self.package_dir = os.path.join(self.test_dir,
33 os.rmdir(self.test_dir)
34 self.assertNotEqual(sys.path.count(self.test_dir), 0)
35 sys.path.remove(self.test_dir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkgimport.py 20 self.test_dir = tempfile.mkdtemp()
21 sys.path.append(self.test_dir)
22 self.package_dir = os.path.join(self.test_dir,
33 os.rmdir(self.test_dir)
34 self.assertNotEqual(sys.path.count(self.test_dir), 0)
35 sys.path.remove(self.test_dir)
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_external_data_manager_browsertest.cc 52 base::FilePath test_dir; local
53 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_dir));
55 ASSERT_TRUE(base::ReadFileToString(test_dir.AppendASCII(kExternalDataPath),
  /external/chromium_org/chrome/test/chromedriver/test/
run_java_tests.py 83 test_dir = util.MakeTempDir()
90 os.makedirs(os.path.join(test_dir, *required_dir))
95 os.path.join(test_dir, *keystore_path))
96 util.Unzip(os.path.join(java_tests_src_dir, 'common.zip'), test_dir)
98 os.path.join(test_dir, test_jar))
129 test_dir)
130 class_path += ':' + test_dir
133 test_dir, 'org.openqa.selenium.chrome.ChromeDriverTests',
137 def _RunAntTest(test_dir, test_class, class_path, sys_props, jvm_args, verbose):
141 test_dir: the directory to run the tests in
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 16 test_dir = os.path.dirname(__file__) variable
17 proj_dir = os.path.normpath(os.path.join(test_dir, ".."))
18 grammar_path = os.path.join(test_dir, "..", "Grammar.txt")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 16 test_dir = os.path.dirname(__file__) variable
17 proj_dir = os.path.normpath(os.path.join(test_dir, ".."))
18 grammar_path = os.path.join(test_dir, "..", "Grammar.txt")
  /external/chromium_org/extensions/browser/api/app_window/
app_window_apitest.cc 124 const char* test_dir = no_alpha_dir; local
127 test_dir =
131 test_dir = no_alpha_dir;
136 EXPECT_TRUE(RunPlatformAppTest(test_dir)) << message_;
  /external/e2fsprogs/tests/defaults/
e_script 6 if [ -f $test_dir/setup ]; then
7 . $test_dir/setup
  /external/markdown/MarkdownTest/
MarkdownTest.pl 19 my $test_dir = "Tests";
26 "testdir=s" => \$test_dir,
37 unless (-d $test_dir) { die "'$test_dir' is not a directory.\n"; }
45 foreach my $testfile (glob "$test_dir/*.text") {
  /external/chromium_org/chrome/test/gpu/
webgl_infobar_browsertest.cc 57 base::FilePath test_dir; variable
58 ASSERT_TRUE(PathService::Get(content::DIR_TEST_DATA, &test_dir));
59 gpu_test_dir_ = test_dir.AppendASCII("gpu");
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_browsertest.h 43 const base::FilePath& test_dir,
  /external/chromium_org/components/policy/core/common/
config_dir_policy_loader_unittest.cc 55 const base::FilePath& test_dir() { return test_dir_.path(); } function in class:policy::__anon11359::TestHarness
88 task_runner, test_dir(), POLICY_SCOPE_MACHINE));
144 const base::FilePath mandatory_dir(test_dir().Append(kMandatoryPath));
190 loop_.message_loop_proxy(), harness_.test_dir(), POLICY_SCOPE_MACHINE);
201 harness_.test_dir().Append(FILE_PATH_LITERAL("not_there")));
227 loop_.message_loop_proxy(), harness_.test_dir(), POLICY_SCOPE_USER);
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_tree_db.cc 298 std::string test_dir; local
299 Env::Default()->GetTestDirectory(&test_dir);
300 Env::Default()->GetChildren(test_dir.c_str(), &files);
304 std::string file_name(test_dir);
396 std::string test_dir; local
397 Env::Default()->GetTestDirectory(&test_dir);
400 test_dir.c_str(),

Completed in 938 milliseconds

1 2 3