HomeSort by relevance Sort by last modified time
    Searched full:join (Results 176 - 200 of 15707) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/autotest/tko/migrations/
030_add_afe_job_id_to_jobs.py 38 INNER JOIN jobs ON jobs.job_idx = tests.job_idx
39 INNER JOIN machines ON machines.machine_idx = jobs.machine_idx
40 INNER JOIN kernels ON kernels.kernel_idx = tests.kernel_idx
41 INNER JOIN status ON status.status_idx = tests.status;
70 INNER JOIN jobs ON jobs.job_idx = tests.job_idx
71 INNER JOIN machines ON machines.machine_idx = jobs.machine_idx
72 INNER JOIN kernels ON kernels.kernel_idx = tests.kernel_idx
73 INNER JOIN status ON status.status_idx = tests.status;
  /external/chromium-trace/catapult/devil/bin/
run_py_tests 9 _CATAPULT_PATH = os.path.abspath(os.path.join(
11 _DEVIL_PATH = os.path.abspath(os.path.join(
  /external/chromium-trace/
update.py 26 catapult_src_dir = os.path.join(script_dir, 'catapult-upstream')
27 catapult_dst_dir = os.path.join(script_dir, 'catapult')
49 catapult_git_dir = os.path.join(catapult_src_dir, '.git')
71 systrace_dir = os.path.join(catapult_src_dir, 'systrace', 'systrace')
80 src = os.path.join(catapult_src_dir, d)
81 dst = os.path.join(catapult_dst_dir, d)
92 src = os.path.join(catapult_src_dir, f)
93 dst = os.path.join(catapult_dst_dir, f)
  /external/compiler-rt/test/tsan/libcxx/
std_shared_ptr.cc 18 t1.join();
19 t2.join();
  /external/libmojo/third_party/catapult/devil/bin/
run_py_tests 9 _CATAPULT_PATH = os.path.abspath(os.path.join(
11 _DEVIL_PATH = os.path.abspath(os.path.join(
  /external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
lit.cfg 23 llvm_tools_dir = os.path.join(llvm_obj_root, 'bin')
26 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
  /external/mockito/src/main/java/org/mockito/internal/util/
StringUtil.java 29 * This makes it something like 'format' no really 'join'.
31 public static String join(Object ... linesToBreak) { method in class:StringUtil
32 return join("\n", asList(linesToBreak));
39 * @param lines collection to join
41 public static String join(String start, Collection<?> lines) { method in class:StringUtil
42 return join(start, "", lines);
50 * @param lines collection to join
52 public static String join(String start, String linePrefix, Collection<?> lines) { method in class:StringUtil
  /external/python/cpython2/PC/VC6/
rmpyc.py 6 from os.path import join
20 os.remove(join(root, name))
  /external/python/cpython2/PC/VS7.1/
rmpyc.py 6 from os.path import join
20 os.remove(join(root, name))
  /external/python/cpython2/PC/VS8.0/
build_tkinter.py 23 ROOT = os.path.abspath(os.path.join(here, par, par, par))
29 defines = ' '.join(k+'='+v for k, v in kw.items())
37 dest = os.path.join(ROOT, "tcltk")
40 dest = os.path.join(ROOT, "tcltk64")
46 tcldir = os.path.join(ROOT, TCL)
48 os.chdir(os.path.join(tcldir, "win"))
56 os.chdir(os.path.join(ROOT, TK, "win"))
65 os.chdir(os.path.join(ROOT, TIX, "win"))
rmpyc.py 6 from os.path import join
20 os.remove(join(root, name))
  /external/python/cpython2/PC/VS9.0/
build_tkinter.py 18 ROOT = os.path.abspath(os.path.join(here, par, par))
26 defines = ' '.join('%s=%s' % i for i in kw.items())
34 dest = os.path.join(ROOT, "tcltk")
37 dest = os.path.join(ROOT, "tcltk64")
43 tcldir = os.path.join(ROOT, TCL)
45 os.chdir(os.path.join(tcldir, "win"))
53 os.chdir(os.path.join(ROOT, TK, "win"))
62 os.chdir(os.path.join(ROOT, TIX, "win"))
rmpyc.py 6 from os.path import join
20 os.remove(join(root, name))
  /external/python/cpython2/PCbuild/
rmpyc.py 6 from os.path import join
20 os.remove(join(root, name))
  /external/python/cpython3/Lib/asyncio/
compat.py 13 # On Python 3.3 and older, bytes.join() doesn't handle
18 return b''.join(list_of_data)
  /external/python/cpython3/PCbuild/
rmpyc.py 6 from os.path import join
20 os.remove(join(root, name))
  /external/skia/infra/bots/recipe_modules/core/resources/
generate_and_upload_doxygen.py 19 WORKDIR = os.path.join(os.pardir, 'doxygen_workdir')
20 DOXYGEN_CONFIG_DIR = os.path.join(WORKDIR, 'doxygen-config')
21 DOXYGEN_WORKING_DIR = os.path.join(WORKDIR, 'doxygen')
22 DOXYGEN_GS_PATH = '/'.join(['gs://skia-doc', 'doxygen'])
46 static_footer_path = os.path.join(DOXYGEN_WORKING_DIR, 'static_footer.txt')
47 shutil.copyfile(os.path.join('tools', 'doxygen_footer.txt'),
53 modified_doxyfile = os.path.join(DOXYGEN_CONFIG_DIR, DOXYFILE_BASENAME)
62 with open(os.path.join(DOXYGEN_WORKING_DIR, 'iframe_footer.html'), 'w') as f:
  /external/skia/infra/bots/recipe_modules/git/
api.py 16 git_dir = self.m.path['start_dir'].join('git')
17 git_bin = git_dir.join('bin')
  /external/skqp/infra/bots/recipe_modules/core/resources/
generate_and_upload_doxygen.py 19 WORKDIR = os.path.join(os.pardir, 'doxygen_workdir')
20 DOXYGEN_CONFIG_DIR = os.path.join(WORKDIR, 'doxygen-config')
21 DOXYGEN_WORKING_DIR = os.path.join(WORKDIR, 'doxygen')
22 DOXYGEN_GS_PATH = '/'.join(['gs://skia-doc', 'doxygen'])
46 static_footer_path = os.path.join(DOXYGEN_WORKING_DIR, 'static_footer.txt')
47 shutil.copyfile(os.path.join('tools', 'doxygen_footer.txt'),
53 modified_doxyfile = os.path.join(DOXYGEN_CONFIG_DIR, DOXYFILE_BASENAME)
62 with open(os.path.join(DOXYGEN_WORKING_DIR, 'iframe_footer.html'), 'w') as f:
  /external/skqp/infra/bots/recipe_modules/git/
api.py 16 git_dir = self.m.path['start_dir'].join('git')
17 git_bin = git_dir.join('bin')
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ntpath.py 68 tester('ntpath.join("")', '')
69 tester('ntpath.join("", "", "")', '')
70 tester('ntpath.join("a")', 'a')
71 tester('ntpath.join("/a")', '/a')
72 tester('ntpath.join("\\a")', '\\a')
73 tester('ntpath.join("a:")', 'a:')
74 tester('ntpath.join("a:", "b")', 'a:b')
75 tester('ntpath.join("a:", "/b")', 'a:/b')
76 tester('ntpath.join("a:", "\\b")', 'a:\\b')
77 tester('ntpath.join("a", "/b")', '/b'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ntpath.py 68 tester('ntpath.join("")', '')
69 tester('ntpath.join("", "", "")', '')
70 tester('ntpath.join("a")', 'a')
71 tester('ntpath.join("/a")', '/a')
72 tester('ntpath.join("\\a")', '\\a')
73 tester('ntpath.join("a:")', 'a:')
74 tester('ntpath.join("a:", "b")', 'a:b')
75 tester('ntpath.join("a:", "/b")', 'a:/b')
76 tester('ntpath.join("a:", "\\b")', 'a:\\b')
77 tester('ntpath.join("a", "/b")', '/b'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ntpath.py 68 tester('ntpath.join("")', '')
69 tester('ntpath.join("", "", "")', '')
70 tester('ntpath.join("a")', 'a')
71 tester('ntpath.join("/a")', '/a')
72 tester('ntpath.join("\\a")', '\\a')
73 tester('ntpath.join("a:")', 'a:')
74 tester('ntpath.join("a:", "b")', 'a:b')
75 tester('ntpath.join("a:", "/b")', 'a:/b')
76 tester('ntpath.join("a:", "\\b")', 'a:\\b')
77 tester('ntpath.join("a", "/b")', '/b'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ntpath.py 68 tester('ntpath.join("")', '')
69 tester('ntpath.join("", "", "")', '')
70 tester('ntpath.join("a")', 'a')
71 tester('ntpath.join("/a")', '/a')
72 tester('ntpath.join("\\a")', '\\a')
73 tester('ntpath.join("a:")', 'a:')
74 tester('ntpath.join("a:", "b")', 'a:b')
75 tester('ntpath.join("a:", "/b")', 'a:/b')
76 tester('ntpath.join("a:", "\\b")', 'a:\\b')
77 tester('ntpath.join("a", "/b")', '/b'
    [all...]
  /external/tensorflow/tensorflow/python/lib/io/
file_io_test.py 32 self._base_dir = os.path.join(self.get_temp_dir(), "base_dir")
44 file_path = os.path.join(self._base_dir, "temp_file")
50 file_path = os.path.join(self._base_dir, "temp_file")
57 file_path = os.path.join(self._base_dir, "temp_file")
64 file_path = os.path.join(self._base_dir, "temp_file")
76 file_path = os.path.join(self._base_dir, "temp_file")
82 file_path = os.path.join(self._base_dir, "temp_file")
88 file_path = os.path.join(self._base_dir, "temp_file")
100 file_prefix = os.path.join(self._base_dir, "temp_file")
109 file_path = os.path.join(self._base_dir, "temp_file"
    [all...]

Completed in 385 milliseconds

1 2 3 4 5 6 78 91011>>