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

1 23 4 5 6 7 8 91011>>

  /external/libcxx/utils/google-benchmark/tools/gbench/
__init__.py 6 __version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'
  /external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/obj/
lit.site.cfg 4 lit_config.load_config(config, os.path.join(config.test_source_root, "lit.cfg")
  /external/python/cpython3/Mac/IDLE/IDLE.app/Contents/MacOS/
IDLE 5 executable = os.path.join(execdir, "Python")
6 resdir = os.path.join(os.path.dirname(execdir), "Resources")
7 libdir = os.path.join(os.path.dirname(execdir), "Frameworks")
8 mainprogram = os.path.join(resdir, "idlemain.py")
  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
Join.java 6 * Utility class used to join strings together with a delimiter.
8 public class Join {
9 public static String join(String delimiter, Collection collection) { method in class:Join
22 public static String join(String delimiter, Object... collection) { method in class:Join
  /external/selinux/mcstrans/share/examples/pipes/setrans.d/
pipes.conf 6 Join=,
  /external/spirv-llvm/test/
llvm-lit 10 llvm_source_root = os.path.join(android_source_root, 'external', 'llvm')
11 libspirv_source_root = os.path.join(android_source_root, 'external', 'spirv-llvm',
15 sys.path.append(os.path.join(llvm_source_root, 'utils', 'lit'))
20 'llvm_site_config' : os.path.join(libspirv_source_root, 'test',
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
__init__.py 8 __version__ = '.'.join(map(str, __versioninfo__)) + 'dev'
  /external/v8/tools/gcmole/
run-gcmole.py 11 CLANG_BIN = os.path.join(GCMOLE_PATH, 'gcmole-tools', 'bin')
12 CLANG_PLUGINS = os.path.join(GCMOLE_PATH, 'gcmole-tools')
13 LUA = os.path.join(GCMOLE_PATH, 'gcmole-tools', 'lua52')
14 DRIVER = os.path.join(GCMOLE_PATH, 'gcmole.lua')
  /frameworks/compile/libbcc/tests/debuginfo/
llvm-lit 10 llvm_source_root = os.path.join(android_source_root, 'external', 'llvm')
11 libbcc_source_root = os.path.join(android_source_root, 'frameworks', 'compile',
15 sys.path.append(os.path.join(llvm_source_root, 'utils', 'lit'))
20 'llvm_site_config' : os.path.join(libbcc_source_root, 'test', 'debuginfo',
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/tools/gbench/
__init__.py 6 __version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'
  /external/autotest/server/site_tests/brillo_ADBDirectoryTransfer/
brillo_ADBDirectoryTransfer.py 33 self.test_dir = os.path.join(self.temp_dir, 'test_dir')
35 os.mkdir(os.path.join(self.test_dir, 'subdir'))
37 with open(os.path.join(self.test_dir, 'file_a'), 'w') as f:
40 with open(os.path.join(self.test_dir, 'file_b'), 'w') as f:
43 with open(os.path.join(self.test_dir, 'subdir', 'file_c'), 'w') as f:
50 device_test_dir = os.path.join(device_temp_dir, 'test_dir')
52 return_dir = os.path.join(self.temp_dir, 'return_dir')
53 return_test_dir = os.path.join(return_dir, 'test_dir')
59 for path in ('file_a', 'file_b', os.path.join('subdir', 'file_c')):
60 original = os.path.join(self.test_dir, path
    [all...]
  /external/autotest/tko/migrations/
031_rename_tko_tables.py 31 INNER JOIN tko_jobs ON tko_jobs.job_idx = tko_tests.job_idx
32 INNER JOIN tko_machines ON tko_machines.machine_idx = tko_jobs.machine_idx
33 INNER JOIN tko_kernels ON tko_kernels.kernel_idx = tko_tests.kernel_idx
34 INNER JOIN tko_status ON tko_status.status_idx = tko_tests.status;
65 INNER JOIN tko_jobs ON tko_jobs.job_idx = tko_tests.job_idx
66 INNER JOIN tko_machines ON tko_machines.machine_idx = tko_jobs.machine_idx
67 INNER JOIN tko_kernels ON tko_kernels.kernel_idx = tko_tests.kernel_idx
68 INNER JOIN tko_status ON tko_status.status_idx = tko_tests.status
69 INNER JOIN tko_iteration_result ON
99 INNER JOIN tko_jobs ON tko_jobs.job_idx = tko_tests.job_id
    [all...]
  /development/vndk/tools/header-checker/tests/
gen_all.py 7 import_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
8 import_path = os.path.abspath(os.path.join(import_path, 'utils'))
16 INPUT_DIR = os.path.join(SCRIPT_DIR, 'input')
17 EXPECTED_DIR = os.path.join(SCRIPT_DIR, 'expected')
18 REFERENCE_DUMP_DIR = os.path.join(SCRIPT_DIR, 'reference_dumps')
31 '|'.join('(?:' + re.escape(ext) + ')' for ext in FILE_EXTENSIONS) + \
40 input_path = os.path.join(base, filename)
42 output_path = os.path.join(EXPECTED_DIR, input_rel_path)
  /external/autotest/client/tests/wb_kupdate/
common.py 3 autotest_dir = os.path.abspath(os.path.join(dirname, "..", "..", ".."))
4 client_dir = os.path.join(autotest_dir, "client")
  /external/autotest/frontend/afe/
common.py 3 autotest_dir = os.path.abspath(os.path.join(dirname, '..', '..'))
4 client_dir = os.path.join(autotest_dir, "client")
  /external/autotest/frontend/afe/json_rpc/
common.py 3 autotest_dir = os.path.abspath(os.path.join(dirname, "..", "..", ".."))
4 client_dir = os.path.join(autotest_dir, "client")
  /external/autotest/frontend/migrations/
087_add_fields_to_tko_test_view_2.py 30 INNER JOIN tko_jobs ON tko_jobs.job_idx = tko_tests.job_idx
31 INNER JOIN tko_machines ON tko_machines.machine_idx = tko_jobs.machine_idx
32 INNER JOIN tko_kernels ON tko_kernels.kernel_idx = tko_tests.kernel_idx
33 INNER JOIN tko_status ON tko_status.status_idx = tko_tests.status;
64 INNER JOIN tko_jobs ON tko_jobs.job_idx = tko_tests.job_idx
65 INNER JOIN tko_machines ON tko_machines.machine_idx = tko_jobs.machine_idx
66 INNER JOIN tko_kernels ON tko_kernels.kernel_idx = tko_tests.kernel_idx
67 INNER JOIN tko_status ON tko_status.status_idx = tko_tests.status;
common.py 3 autotest_dir = os.path.abspath(os.path.join(dirname, "..", '..'))
4 client_dir = os.path.join(autotest_dir, "client")
  /external/autotest/frontend/server/
common.py 3 autotest_dir = os.path.abspath(os.path.join(dirname, '..', '..'))
4 client_dir = os.path.join(autotest_dir, "client")
  /external/autotest/frontend/tko/
common.py 3 autotest_dir = os.path.abspath(os.path.join(dirname, '..', '..'))
4 client_dir = os.path.join(autotest_dir, "client")
  /external/autotest/scheduler/shard/
common.py 3 autotest_dir = os.path.abspath(os.path.join(dirname, "..", ".."))
4 client_dir = os.path.join(autotest_dir, "client")
  /external/autotest/server/cros/ap_configurators/
common.py 3 autotest_dir = os.path.abspath(os.path.join(dirname, "../../.."))
4 client_dir = os.path.join(autotest_dir, "client")
  /external/autotest/server/cros/
common.py 3 autotest_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir))
4 client_dir = os.path.join(autotest_dir, 'client')
  /external/autotest/server/cros/dynamic_suite/
common.py 3 autotest_dir = os.path.abspath(os.path.join(dirname, "../../.."))
4 client_dir = os.path.join(autotest_dir, "client")
  /external/autotest/server/cros/packet_generation/
common.py 3 autotest_dir = os.path.abspath(os.path.join(dirname, "../../.."))
4 client_dir = os.path.join(autotest_dir, 'client')

Completed in 1172 milliseconds

1 23 4 5 6 7 8 91011>>