HomeSort by relevance Sort by last modified time
    Searched refs:join (Results 251 - 275 of 7060) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 63 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
70 base_type::join(other);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 63 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
70 base_type::join(other);
  /external/v8/gypfiles/
vs_toolchain.py 17 chrome_src = os.path.abspath(os.path.join(script_dir, os.pardir))
19 sys.path.insert(1, os.path.join(chrome_src, 'tools'))
20 sys.path.insert(0, os.path.join(chrome_src, 'tools', 'gyp', 'pylib'))
21 json_data_file = os.path.join(script_dir, 'win_toolchain.json')
67 os.environ['GYP_DEFINES'] = ' '.join('%s=%s' % (k, pipes.quote(str(v)))
72 runtime_path = os.path.pathsep.join(vs_runtime_dll_dirs)
130 version_as_year, ', '.join(year_to_version.keys())))
138 path = os.path.normpath(os.path.join(path, '..', '..'))
176 target = os.path.join(target_dir, dll)
177 source = os.path.join(source_dir, dll
    [all...]
  /external/v8/tools/unittests/
run_perf_test.py 22 TEST_WORKSPACE = path.join(tempfile.gettempdir(), "test-v8-run-perf")
90 include=([os.path.join(cls.base, "run_perf.py")]))
114 self._test_input = path.join(TEST_WORKSPACE, "test.json")
129 dirs = [path.join(TEST_WORKSPACE, arg) for arg in args[0]]
138 self._test_output = path.join(TEST_WORKSPACE, "results.json")
163 arg = [path.join(path.dirname(self.base), binary)]
171 a = [path.join(path.dirname(self.base), arg[0])]
185 self._VerifyMock(path.join("out", "x64.release", "d7"), "--flag", "run.js")
198 self._VerifyMock(path.join("out", "x64.release", "d7"), "--flag", "run.js",
216 self._VerifyMock(path.join("out", "x64.release", "d7"), "--flag", "run.js"
    [all...]
  /external/autotest/client/tests/kvm/
get_started.py 29 iso_path = os.path.join(destination, os.path.basename(url))
76 sub_dir_path = os.path.join(base_dir, sub_dir)
88 config_file_list = glob.glob(os.path.join(kvm_test_dir, "*.cfg.sample"))
104 url = os.path.join("http://download.fedoraproject.org/", fedora_dir,
107 destination = os.path.join(base_dir, 'isos', 'linux')
108 path = os.path.join(destination, iso_name)
120 destination = os.path.join(base_dir, 'isos', 'windows')
121 path = os.path.join(destination, iso_name)
151 client_dir = os.path.abspath(os.path.join(kvm_test_dir, "..", ".."))
152 autotest_bin = os.path.join(client_dir, 'bin', 'autotest'
    [all...]
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
atrace_agent_unittest.py 36 TEST_DIR = os.path.join(os.path.dirname(__file__), os.pardir, 'test_data')
37 ATRACE_DATA = os.path.join(TEST_DIR, 'atrace_data')
38 ATRACE_DATA_RAW = os.path.join(TEST_DIR, 'atrace_data_raw')
39 ATRACE_DATA_STRIPPED = os.path.join(TEST_DIR, 'atrace_data_stripped')
40 ATRACE_DATA_THREAD_FIXED = os.path.join(TEST_DIR, 'atrace_data_thread_fixed')
41 ATRACE_DATA_WITH_THREAD_LIST = os.path.join(TEST_DIR,
43 ATRACE_THREAD_NAMES = os.path.join(TEST_DIR, 'atrace_thread_names')
44 ATRACE_THREAD_LIST = os.path.join(TEST_DIR, 'atrace_ps_dump')
45 ATRACE_EXTRACTED_THREADS = os.path.join(TEST_DIR, 'atrace_extracted_threads')
46 ATRACE_PROCFS_DUMP = os.path.join(TEST_DIR, 'atrace_procfs_dump'
    [all...]
  /external/deqp/android/scripts/
build.py 49 return os.path.normpath(os.path.join(buildRoot, "native", buildName))
52 return os.path.join(getNativeBuildDir(buildRoot, nativeLib, buildType), "assets")
55 deqpDir = os.path.normpath(os.path.join(common.ANDROID_DIR, ".."))
57 libsDir = os.path.join(libTargetDir, nativeLib.abiVersion)
58 srcLibFile = os.path.join(buildDir, common.NATIVE_LIB_NAME)
59 dstLibFile = os.path.join(libsDir, common.NATIVE_LIB_NAME)
87 srcGdbserverPath = os.path.join(common.ANDROID_NDK_PATH,
92 dstGdbserverPath = os.path.join(libsDir, 'gdbserver')
95 assert not os.path.exists(os.path.join(libsDir, "gdbserver"))
98 appDir = os.path.join(buildRoot, "package"
    [all...]
  /external/v8/build/
vs_toolchain.py 16 chrome_src = os.path.abspath(os.path.join(script_dir, os.pardir))
18 sys.path.insert(0, os.path.join(chrome_src, 'tools', 'gyp', 'pylib'))
19 json_data_file = os.path.join(script_dir, 'win_toolchain.json')
65 os.environ['GYP_DEFINES'] = ' '.join('%s=%s' % (k, pipes.quote(str(v)))
70 runtime_path = os.path.pathsep.join(vs_runtime_dll_dirs)
128 version_as_year, ', '.join(year_to_version.keys())))
136 path = os.path.normpath(os.path.join(path, '..', '..'))
176 target = os.path.join(target_dir, dll)
177 source = os.path.join(source_dir, dll)
186 target = os.path.join(target_dir, dll
    [all...]
  /external/autotest/utils/
packager.py 28 prof_dir = os.path.join(client_dir, 'profilers')
33 if os.path.isdir(os.path.join(prof_dir, f)):
94 pkg_dir = os.path.join(get_test_dir(name, src_dir), name)
97 pkg_dir = os.path.join(src_dir, name)
134 pkg_dir = os.path.join(get_test_dir(name, src_dir), name)
137 pkg_dir = os.path.join(src_dir, name)
149 dep_dir = os.path.join(client_dir, "deps")
150 prof_dir = os.path.join(client_dir, "profilers")
163 tests = ','.join(tests_list)
167 site_tests = ','.join(site_tests_list
    [all...]
  /art/test/utils/python/testgen/
utils.py 42 return ''.join(next(NAME_GEN))
48 return "\n".join(a for a in s.split("\n") if a.strip() != "")
55 return "\n".join(map(lambda a: "# " + a, get_copyright("java").split("\n")))
59 return "".join(template.readlines())
  /cts/apps/CameraITS/tools/
run_all_tests.py 149 camera_ids_path = os.path.join(topdir, "camera_ids.txt")
152 os.path.join(os.getcwd(),"tools/get_camera_ids.py"), out_arg,
165 cmd = ['python', os.path.join(os.environ['CAMERA_ITS_TOP'], 'tools',
175 os.mkdir(os.path.join(topdir, camera_id))
177 os.mkdir(os.path.join(topdir, camera_id, d))
180 tests = [(s[:-3],os.path.join("tests", scene, s))
181 for s in os.listdir(os.path.join("tests",scene))
191 out_path = os.path.join(topdir, camera_id, scene+".jpg")
196 os.path.join(os.getcwd(), 'tools/load_scene.py'),
202 os.path.join(os.getcwd(),"tools/validate_scene.py")
    [all...]
  /external/autotest/client/bin/
profilers.py 9 prof_dir = os.path.join(self.job.autodir, "profilers", profiler)
25 newprofiler.bindir = os.path.join(prof_dir)
26 newprofiler.srcdir = os.path.join(newprofiler.bindir, 'src')
27 newprofiler.tmpdir = os.path.join(self.tmpdir, profiler)
utils.py 14 if os.path.exists(os.path.join(os.path.dirname(__file__), 'site_utils.py')):
  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
common.py 9 cros_dir = os.path.abspath(os.path.join(dirname, "..", ".."))
  /external/autotest/client/common_lib/cros/fake_device_server/
common.py 9 cros_dir = os.path.abspath(os.path.join(dirname, ".."))
  /external/autotest/client/deps/gfxtest/
gfxtest.py 13 srcdir = os.path.join(topdir, 'src')
  /external/autotest/client/deps/glbench/
glbench.py 13 srcdir = os.path.join(topdir, 'src')
  /external/autotest/client/deps/ibusclient/
ibusclient.py 13 srcdir = os.path.join(topdir, 'src')
  /external/autotest/client/deps/iwcap/
iwcap.py 9 srcdir = os.path.join(topdir, 'src')
  /external/autotest/client/profilers/sar/
sar.py 54 logfile = open(os.path.join(test.profdir, "sar"), 'w')
56 raw = os.path.join(test.profdir, "sar.raw")
79 raw = os.path.join(test.profdir, "sar.raw")
80 output = os.path.join(test.profdir, "sar")
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
common.py 10 client_dir = os.path.abspath(os.path.join(cwd, '..'))
  /external/autotest/client/site_tests/platform_PartitionCheck/
platform_PartitionCheck.py 31 removable_file = os.path.join('/sys', 'block', device, 'removable')
46 sysfs_path = os.path.join('/sys', 'block', device,
63 part_file = os.path.join('/sys', 'block', device, partition, 'size')
92 (len(errors), ': '.join(errors)))
  /external/autotest/client/site_tests/video_MediaUnittests/
video_MediaUnittests.py 24 output = os.path.join(self.resultsdir, 'test-launcher-summary')
  /external/autotest/client/tests/kvm/tests/
nic_bonding.py 36 setup_cmd = "ifenslave bond0 " + " ".join(ifnames)
56 transfer_thread.join(suppress_exception=True)
59 transfer_thread.join()
61 session_serial.sendline("ifenslave -d bond0 " + " ".join(ifnames))
  /external/autotest/frontend/client/
gwt_dir 9 site_gwt = os.path.abspath(os.path.join(

Completed in 1077 milliseconds

<<11121314151617181920>>