/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
test_text_file.py | 42 # result 5: strip comments and blanks, plus join lines (but don't
46 # result 6: strip comments and blanks, plus join lines (and
55 filename = os.path.join(tmpdir, "test.txt")
92 test_input(5, "join lines without collapsing", in_file, result5)
99 test_input(6, "join lines with collapsing", in_file, result6)
|
/external/autotest/client/cros/multimedia/ |
webrtc_utils.py | 36 audio_params_str = ','.join(audio_params) 79 # After clicking join button, it takes some time to actually join the 85 """Clicks 'join' button on the webpage. 90 click_button_js = """document.getElementById('confirm-join-button').click();"""
|
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/ |
atrace_from_file_agent_unittest.py | 16 TEST_DIR = os.path.join(os.path.dirname(__file__), '..', 'test_data') 18 COMPRESSED_ATRACE_DATA = os.path.join(TEST_DIR, 'compressed_atrace_data.txt') 19 DECOMPRESSED_ATRACE_DATA = os.path.join(TEST_DIR, 21 NON_EXISTENT_DATA = os.path.join(TEST_DIR, 'THIS_FILE_DOES_NOT_EXIST.txt') 56 output_file_name = os.path.join(TEST_DIR, 'compressed_atrace_data.html')
|
/external/libcxxabi/test/ |
lit.cfg | 31 libcxx_src_root = os.path.join(config.test_source_root, '../../libcxx') 32 libcxx_test_src_root = os.path.join(libcxx_src_root, 'utils') 33 if os.path.isfile(os.path.join(libcxx_test_src_root, 'libcxx', '__init__.py')): 54 config.test_exec_root = os.path.join(obj_root, 'test') 61 config_module_name = '.'.join([cfg_variant, 'test', 'config'])
|
/external/libunwind_llvm/test/ |
lit.cfg | 31 libcxx_src_root = os.path.join(config.test_source_root, '../../libcxx') 32 libcxx_test_src_root = os.path.join(libcxx_src_root, 'utils') 33 if os.path.isfile(os.path.join(libcxx_test_src_root, 'libcxx', '__init__.py')): 54 config.test_exec_root = os.path.join(obj_root, 'test') 61 config_module_name = '.'.join([cfg_variant, 'test', 'config'])
|
/external/python/cpython2/Lib/distutils/tests/ |
test_text_file.py | 42 # result 5: strip comments and blanks, plus join lines (but don't 46 # result 6: strip comments and blanks, plus join lines (and 55 filename = os.path.join(tmpdir, "test.txt") 92 test_input(5, "join lines without collapsing", in_file, result5) 99 test_input(6, "join lines with collapsing", in_file, result6)
|
/external/python/cpython3/Lib/distutils/tests/ |
test_text_file.py | 42 # result 5: strip comments and blanks, plus join lines (but don't 46 # result 6: strip comments and blanks, plus join lines (and 55 filename = os.path.join(tmpdir, "test.txt") 92 test_input(5, "join lines without collapsing", in_file, result5) 99 test_input(6, "join lines with collapsing", in_file, result6)
|
/external/python/cpython3/Tools/pybench/ |
Strings.py | 19 s = ''.join(map(str,range(100))) 20 t = ''.join(map(str,range(1,101))) 85 s = ''.join(map(str,range(100))) 86 t = ''.join(map(str,range(1,101))) 101 s = ''.join(map(str,range(10))) 102 t = ''.join(map(str,range(10))) + "abc" 167 s = ''.join(map(str,range(10))) 168 t = ''.join(map(str,range(10))) + "abc" 183 s = intern(''.join(map(str,range(10)))) 249 s = intern(''.join(map(str,range(10))) [all...] |
/external/skia/infra/bots/assets/armhf_sysroot/ |
create.py | 37 os.path.join(target_dir, 'gcc-cross')) 42 os.path.join(target_dir, 'lib')) 44 os.path.join(target_dir, 'include')) 51 bad_libpthread = os.path.join(target_dir, "lib", "libpthread.so") 58 bad_libc = os.path.join(target_dir, "lib", "libc.so")
|
/external/skia/infra/bots/recipe_modules/flavor/ |
pdfium_flavor.py | 17 pdfium_dir = self.m.vars.checkout_root.join('pdfium') 24 depot_tools = self.m.vars.checkout_root.join('depot_tools') 31 cmd=[depot_tools.join('gclient'), 'runhook', 'gn_linux64']) 54 env['CHROMIUM_BUILDTOOLS_PATH'] = str(pdfium_dir.join('buildtools')) 59 cmd=['gn', 'gen', 'out/skia', '--args=%s' % ' '.join(gn_args)])
|
/external/skia/infra/bots/ |
test_utils.py | 26 dname = os.path.join(self._cwd, dname) 32 fname = os.path.join(self._cwd, fname) 39 fname = os.path.join(self._cwd, fname) 57 pathA = os.path.join(a, prefix, f) 58 pathB = os.path.join(b, prefix, f)
|
zip_utils_test.py | 24 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input')) 33 fw.write(os.path.join('subdir', 'd.txt'), 0640) 45 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input')) 47 fw.write(os.path.join('.git', 'index')) 59 fw.remove(os.path.join('.git', 'index'))
|
/external/skqp/infra/bots/assets/armhf_sysroot/ |
create.py | 37 os.path.join(target_dir, 'gcc-cross')) 42 os.path.join(target_dir, 'lib')) 44 os.path.join(target_dir, 'include')) 51 bad_libpthread = os.path.join(target_dir, "lib", "libpthread.so") 58 bad_libc = os.path.join(target_dir, "lib", "libc.so")
|
/external/skqp/infra/bots/ |
test_utils.py | 26 dname = os.path.join(self._cwd, dname) 32 fname = os.path.join(self._cwd, fname) 39 fname = os.path.join(self._cwd, fname) 57 pathA = os.path.join(a, prefix, f) 58 pathB = os.path.join(b, prefix, f)
|
zip_utils_test.py | 24 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input')) 33 fw.write(os.path.join('subdir', 'd.txt'), 0640) 45 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input')) 47 fw.write(os.path.join('.git', 'index')) 59 fw.remove(os.path.join('.git', 'index'))
|
/external/valgrind/drd/tests/ |
std_list.cpp | 92 // join 95 throw string("Thread::join(): failed to join."); 98 throw string("Thread::join(): failed to join.");
|
/packages/apps/Gallery/tests/src/com/android/camera/ |
BitmapManagerUnitTests.java | 90 t.join(); 102 t.join(); 115 t.join(); 131 t1.join(); 132 t2.join();
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/ |
lit.cfg | 31 libcxx_src_root = os.path.join(config.test_source_root, '../../libcxx') 32 libcxx_test_src_root = os.path.join(libcxx_src_root, 'utils') 33 if os.path.isfile(os.path.join(libcxx_test_src_root, 'libcxx', '__init__.py')): 54 config.test_exec_root = os.path.join(obj_root, 'test') 61 config_module_name = '.'.join([cfg_variant, 'test', 'config'])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_text_file.py | 42 # result 5: strip comments and blanks, plus join lines (but don't 46 # result 6: strip comments and blanks, plus join lines (and 55 filename = os.path.join(tmpdir, "test.txt") 92 test_input(5, "join lines without collapsing", in_file, result5) 99 test_input(6, "join lines with collapsing", in_file, result6)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_text_file.py | 42 # result 5: strip comments and blanks, plus join lines (but don't 46 # result 6: strip comments and blanks, plus join lines (and 55 filename = os.path.join(tmpdir, "test.txt") 92 test_input(5, "join lines without collapsing", in_file, result5) 99 test_input(6, "join lines with collapsing", in_file, result6)
|
/external/autotest/client/bin/result_tools/ |
delete_file_throttler_unittest.py | 67 file1 = os.path.join(self.test_dir, 'file1.xml') 71 file2 = os.path.join(self.test_dir, 'file2.jpg') 75 file_to_keep = os.path.join(self.test_dir, 'file_to_keep') 79 file3 = os.path.join(self.test_dir, 'file3.log') 83 folder1 = os.path.join(self.test_dir, 'folder1') 85 file4 = os.path.join(folder1, 'file4') 89 protected_file = os.path.join(folder1, 'keyval') 93 folder2 = os.path.join(self.test_dir, 'AndroidDeviceXXX') 95 file5 = os.path.join(folder2, 'file5') 99 test_run = os.path.join(self.test_dir, 'test_run_details.txt' [all...] |
/external/autotest/client/tests/sysbench/ |
sysbench.py | 21 pgsql_dir = os.path.join(self.autodir, 'deps/pgsql/pgsql') 22 mysql_dir = os.path.join(self.autodir, 'deps/mysql/mysql') 34 plib = os.path.join(self.autodir, 'deps/pgsql/pgsql/lib') 35 mlib = os.path.join(self.autodir, 'deps/mysql/mysql/lib/mysql') 59 bin = os.path.join(self.autodir, 'deps/pgsql/pgsql/bin') 60 data = os.path.join(self.autodir, 'deps/pgsql/pgsql/data') 61 log = os.path.join(self.debugdir, 'pgsql.log') 104 bin = os.path.join(self.autodir, 'deps/mysql/mysql/bin') 105 data = os.path.join(self.autodir, 'deps/mysql/mysql/var') 106 log = os.path.join(self.debugdir, 'mysql.log' [all...] |
/external/autotest/client/tests/xfstests/ |
xfstests.py | 26 os.chdir(os.path.join(self.XFS_TESTS_PATH, 'tests', fs)) 43 'bash ./check %s' % os.path.join('tests', test), 48 result_full = os.path.join('results', '.'.join([test, 'full'])) 49 result_full_loc = os.path.join(self.XFS_TESTS_PATH, result_full) 52 os.path.join(self.resultsdir, 'full')) 94 result_full = os.path.join('results', 95 '.'.join([test, 'full'])) 96 result_full_loc = os.path.join(self.XFS_TESTS_PATH, 101 os.path.join(self.resultsdir [all...] |
/external/libbrillo/brillo/strings/ |
string_utils_unittest.cc | 123 EXPECT_EQ("", string_utils::Join(",", {})); 124 EXPECT_EQ("abc", string_utils::Join(",", {"abc"})); 125 EXPECT_EQ("abc,,xyz", string_utils::Join(",", {"abc", "", "xyz"})); 126 EXPECT_EQ("abc,defg", string_utils::Join(",", {"abc", "defg"})); 127 EXPECT_EQ("1 : 2 : 3", string_utils::Join(" : ", {"1", "2", "3"})); 128 EXPECT_EQ("1:2", string_utils::Join(":", std::set<std::string>{"1", "2"})); 129 EXPECT_EQ("1:2", string_utils::Join(":", std::vector<std::string>{"1", "2"})); 130 EXPECT_EQ("1:2", string_utils::Join(":", std::list<std::string>{"1", "2"})); 131 EXPECT_EQ("123", string_utils::Join("", {"1", "2", "3"})); 135 EXPECT_EQ("ab,cd", string_utils::Join(",", "ab", "cd")) [all...] |
/external/python/cpython3/Lib/test/ |
test_shutil.py | 56 If *path* is a tuple instead of a string, os.path.join will be used to 61 path = os.path.join(*path) 68 If *path* is a tuple instead of a string, os.path.join will be used to 73 path = os.path.join(*path) 80 p = os.path.join(path, name) 114 victim = os.path.join(tmp, 'killme') 116 write_file(os.path.join(victim, 'somefile'), 'foo') 124 dir_ = os.path.join(tmp, 'dir') 126 link = os.path.join(tmp, 'link') 143 dir1 = os.path.join(tmp, 'dir1' [all...] |