HomeSort by relevance Sort by last modified time
    Searched full:test_dir (Results 51 - 75 of 154) sorted by null

1 23 4 5 6 7

  /system/extras/perfprofd/tests/
perfprofd_test.cc 43 // test_dir is the directory containing the test executable and
46 // dest_dir is a subdirectory of test_dir that we'll create on the fly
50 static std::string test_dir; variable
102 if (test_dir == "") {
106 test_dir = s.substr(0,found);
107 dest_dir = test_dir;
145 : config_path_(test_dir)
163 std::string semaphore(test_dir);
170 std::string semaphore(test_dir);
177 std::string processed = test_dir + "/" PROCESSED_FILENAME
    [all...]
  /external/parameter-framework/upstream/test/functional-tests-legacy/xml/configuration/Structure/Test/
TestSubsystem.xml.in 5 <ComponentType Name="TEST_DIR">
73 <Component Name = "TEST_DIR_0" Type="TEST_DIR"/>
79 <Component Name="TEST_DIR" Type="TEST_DIR" Mapping="Directory:@PFW_RESULT@"/>
  /external/vboot_reference/tests/
run_rsa_tests.sh 36 ${TEST_DIR}/rsa_padding_test ${TESTKEY_DIR}/rsa_padding_test_pubkey.keyb
vb2_rsa_tests.sh 36 ${TEST_DIR}/vb20_rsa_padding_tests ${TESTKEY_DIR}/rsa_padding_test_pubkey.keyb
load_kernel_tests.sh 19 DIR="${TEST_DIR}/load_kernel_test_dir"
vb2_firmware_tests.sh 17 DIR="${TEST_DIR}/vb2fw_test_dir"
  /art/test/
run-test 36 test_dir="test-$$"
38 tmp_dir="/tmp/$USER/${test_dir}"
40 tmp_dir="${TMPDIR}/$USER/${test_dir}"
46 export DEX_LOCATION=/data/run-test/${test_dir}
519 test_dir=`basename "$oldwd"`
521 test_dir="$1"
524 if [ '!' -d "$test_dir" ]; then
525 td2=`echo ${test_dir}-*`
527 err_echo "${test_dir}: no such test directory"
530 test_dir="$td2
    [all...]
  /external/autotest/client/site_tests/video_GlitchDetection/
video_GlitchDetection.py 40 file_utils.make_leaf_dir(constants.TEST_DIR)
118 constants.TEST_DIR,
122 capturer.write_images(test_indices, constants.TEST_DIR,
185 constants.TEST_DIR,
  /cts/tests/tests/os/src/android/os/cts/
FileObserverTest.java 36 private static final String TEST_DIR = "fileobserver_dir";
47 mTestDir = new File(dir, TEST_DIR);
144 mTestDir = new File(dir, TEST_DIR);
  /external/autotest/client/tests/xfstests/
control 16 1.1) The variables 'TEST_DEV' and 'TEST_DIR' are mandatory and should be set to
88 # TEST_DIR: "mount point of TEST PARTITION"
89 os.environ['TEST_DIR'] = p.mountpoint
  /external/e2fsprogs/tests/r_resize_inode/
script 5 if [ -f $test_dir/expect.gz ]; then
7 gunzip < $test_dir/expect.gz > $EXP1
9 EXP=$test_dir/expect
  /external/e2fsprogs/tests/f_resize_inode/
script 6 if [ -f $test_dir/expect.gz ]; then
8 gunzip < $test_dir/expect.gz > $EXP1
10 EXP=$test_dir/expect
  /external/e2fsprogs/tests/r_move_itable/
script 5 if [ -f $test_dir/expect.gz ]; then
7 gunzip < $test_dir/expect.gz > $EXP1
9 EXP=$test_dir/expect
  /external/e2fsprogs/tests/d_loaddump/
script 4 EXP=$test_dir/expect
  /external/autotest/site_utils/docgen/
CreateDocs.py 131 self.test_dir = os.path.join(self.autotest_root, 'client', 'tests')
232 test_dir = os.path.join(self.site_dir, test_name)
233 if not os.path.isdir(test_dir):
234 test_dir = os.path.join(self.test_dir, test_name)
235 if os.path.isdir(test_dir):
236 return test_dir
256 test_dir = self.LocateTest(test)
257 if test_dir:
258 control_file = os.path.join(test_dir, 'control'
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
firmware_summary_unittest.py 49 test_dir = os.path.join(os.getcwd(), 'tests')
50 log_dir = os.path.join(test_dir, 'logs', cls.log_category)
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
support.py 11 test_dir = os.path.join(base_path, 'testdata') variable
53 return glob.glob(os.path.join(test_dir, subdirectory, files))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_shutil.py 159 os.mkdir(os.path.join(src_dir, 'test_dir'))
160 write_data(os.path.join(src_dir, 'test_dir', 'test.txt'), '456')
165 self.assertTrue(os.path.isdir(os.path.join(dst_dir, 'test_dir')))
166 self.assertTrue(os.path.isfile(os.path.join(dst_dir, 'test_dir',
170 actual = read_data(os.path.join(dst_dir, 'test_dir', 'test.txt'))
176 os.path.join(src_dir, 'test_dir', 'test.txt'),
177 os.path.join(dst_dir, 'test_dir', 'test.txt'),
208 os.mkdir(join(src_dir, 'test_dir'))
209 write_data(join(src_dir, 'test_dir', 'test.txt'), '456')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_shutil.py 159 os.mkdir(os.path.join(src_dir, 'test_dir'))
160 write_data(os.path.join(src_dir, 'test_dir', 'test.txt'), '456')
165 self.assertTrue(os.path.isdir(os.path.join(dst_dir, 'test_dir')))
166 self.assertTrue(os.path.isfile(os.path.join(dst_dir, 'test_dir',
170 actual = read_data(os.path.join(dst_dir, 'test_dir', 'test.txt'))
176 os.path.join(src_dir, 'test_dir', 'test.txt'),
177 os.path.join(dst_dir, 'test_dir', 'test.txt'),
208 os.mkdir(join(src_dir, 'test_dir'))
209 write_data(join(src_dir, 'test_dir', 'test.txt'), '456')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 159 os.mkdir(os.path.join(src_dir, 'test_dir'))
160 write_data(os.path.join(src_dir, 'test_dir', 'test.txt'), '456')
165 self.assertTrue(os.path.isdir(os.path.join(dst_dir, 'test_dir')))
166 self.assertTrue(os.path.isfile(os.path.join(dst_dir, 'test_dir',
170 actual = read_data(os.path.join(dst_dir, 'test_dir', 'test.txt'))
176 os.path.join(src_dir, 'test_dir', 'test.txt'),
177 os.path.join(dst_dir, 'test_dir', 'test.txt'),
208 os.mkdir(join(src_dir, 'test_dir'))
209 write_data(join(src_dir, 'test_dir', 'test.txt'), '456')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 159 os.mkdir(os.path.join(src_dir, 'test_dir'))
160 write_data(os.path.join(src_dir, 'test_dir', 'test.txt'), '456')
165 self.assertTrue(os.path.isdir(os.path.join(dst_dir, 'test_dir')))
166 self.assertTrue(os.path.isfile(os.path.join(dst_dir, 'test_dir',
170 actual = read_data(os.path.join(dst_dir, 'test_dir', 'test.txt'))
176 os.path.join(src_dir, 'test_dir', 'test.txt'),
177 os.path.join(dst_dir, 'test_dir', 'test.txt'),
208 os.mkdir(join(src_dir, 'test_dir'))
209 write_data(join(src_dir, 'test_dir', 'test.txt'), '456')
  /external/e2fsprogs/tests/d_special_files/
script 4 EXP=$test_dir/expect
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Functions/
tFunction_getParameter.py 50 self.param_name = "/Test/Test/TEST_DIR/INT8"
tFunction_setParameter.py 51 self.param_name = "/Test/Test/TEST_DIR/INT8"
  /system/update_engine/
omaha_request_action_unittest.cc 1777 string test_dir; local
1825 string test_dir; local
    [all...]

Completed in 1327 milliseconds

1 23 4 5 6 7