Searched refs:join (Results 251 - 275 of 3049) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/thread/thread.condition/thread.condition.condvar/
H A Dnotify_one.pass.cpp65 t1.join();
70 t2.join();
82 t1.join();
87 t2.join();
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
H A Dnotify_one.pass.cpp69 t1.join();
74 t2.join();
86 t1.join();
91 t2.join();
/external/libcxxabi/test/
H A Dtest_guard.cpp90 t1.join();
91 t2.join();
117 t.join();
122 t.join();
/external/lldb/test/arm_emulation/
H A DTestEmulations.py16 test_dir = os.path.join (current_dir, "new-test-files")
24 test_file = os.path.join (test_dir, f)
30 test_dir = os.path.join (current_dir, "new-test-files")
38 test_file = os.path.join (test_dir, f)
/external/lldb/utils/test/
H A Dlldb-disasm.py19 if not scriptPath.endswith(os.path.join('utils', 'test')):
24 base = os.path.abspath(os.path.join(scriptPath, os.pardir, os.pardir))
27 sys.path.append(os.path.join(base,'test'))
37 dbgPath = os.path.join(base, *(xcode3_build_dir + dbg + python_resource_dir))
38 dbgPath2 = os.path.join(base, *(xcode4_build_dir + dbg + python_resource_dir))
39 relPath = os.path.join(base, *(xcode3_build_dir + rel + python_resource_dir))
40 relPath2 = os.path.join(base, *(xcode4_build_dir + rel + python_resource_dir))
41 baiPath = os.path.join(base, *(xcode3_build_dir + bai + python_resource_dir))
42 baiPath2 = os.path.join(base, *(xcode4_build_dir + bai + python_resource_dir))
45 if os.path.isfile(os.path.join(dbgPat
[all...]
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
H A DJoinParser.java12 // Join = "Join" HCOLON callid *(SEMI join-param)
13 // join-param = to-tag / from-tag / generic-param
48 Join join = new Join();
52 super.parse(join);
53 join.setCallId(callId);
54 return join;
/external/skia/gm/rebaseline_server/
H A Dcompare_rendered_pictures_test.py60 os.path.join(self._output_dir_actual, 'compare_rendered_pictures.json'))
69 out_path = os.path.join(self._temp_dir, subdir)
73 output_path=os.path.join(out_path, skpname), red=redvalue)
85 '--writeJsonSummaryPath', os.path.join(out_path, 'summary.json'),
/external/valgrind/main/drd/tests/
H A Dstd_thread.cpp20 t.join();
/external/chromium-trace/trace-viewer/src/tracing/importer/
H A Dlinux_perf_importer_test.js138 assertTrue(tracing.importer.LinuxPerfImporter.canImport(lines.join('\n')));
145 assertTrue(tracing.importer.LinuxPerfImporter.canImport(lines.join('\n')));
157 assertTrue(tracing.importer.LinuxPerfImporter.canImport(lines.join('\n')));
163 assertFalse(tracing.importer.LinuxPerfImporter.canImport(lines.join('\n')));
185 assertTrue(tracing.importer.LinuxPerfImporter.canImport(lines.join('\n')));
194 assertTrue(tracing.importer.LinuxPerfImporter.canImport(lines.join('\n')));
226 var html_text = html_lines.join('\n');
244 var expected_event_text = expected_event_lines.join('\n');
248 var actual_event_text = res.lines.join('\n');
267 var m = new tracing.TraceModel(lines.join('\
[all...]
H A Dv8_log_importer_test.js17 var m = new tracing.TraceModel(lines.join('\n'));
30 var m = new tracing.TraceModel(lines.join('\n'));
43 var m = new tracing.TraceModel(lines.join('\n'));
53 var m = new tracing.TraceModel(lines.join('\n'));
64 var m = new tracing.TraceModel(lines.join('\n'));
/external/chromium_org/build/android/buildbot/
H A Dbb_utils.py14 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
21 os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, os.pardir,
25 os.path.join(os.path.dirname(__file__), '..', '..', '..'))
28 CHROME_OUT_DIR = os.path.join(CHROME_SRC, 'out')
30 GOMA_DIR = os.environ.get('GOMA_DIR', os.path.join(BB_BUILD_DIR, 'goma'))
32 GSUTIL_PATH = os.path.join(BB_BUILD_DIR, 'third_party', 'gsutil', 'gsutil')
36 return ' '.join(map(pipes.quote, command))
H A Dbb_host_steps.py12 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
16 SLAVE_SCRIPTS_DIR = os.path.join(bb_utils.BB_BUILD_DIR, 'scripts', 'slave')
26 return os.path.join(constants.DIR_SOURCE_ROOT, *path)
38 landmine_path = os.path.join(build_path, '.landmines_triggered')
54 cmd = [os.path.join(SLAVE_SCRIPTS_DIR, 'compile.py'),
62 cmd += ['--build-args', ' '.join(build_targets)]
69 os.path.join(SLAVE_SCRIPTS_DIR, 'zip_build.py'),
77 RunCmd([os.path.join(SLAVE_SCRIPTS_DIR, 'extract_build.py')]
97 '-w', os.path.join(constants.DIR_SOURCE_ROOT, os.pardir)])
99 '-w', os.path.join(constant
[all...]
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_css_value_keywords.py128 return "CSSValue" + "".join(w.capitalize() for w in value_keyword.split("-"))
141 'value_keyword_enums': "\n".join(enum_enties),
159 'value_keyword_strings': '\n'.join(map(lambda property: ' "%(name)s\\0"' % property, self._value_keywords)),
160 'value_keyword_offsets': '\n'.join(map(lambda offset: ' %d,' % offset, keyword_offsets)),
161 'value_keyword_to_enum_map': '\n'.join(map(lambda property: '%(name)s, %(enum_name)s' % property, self._value_keywords)),
162 'ua_sheet_mode_values_keywords': '\n '.join(map(self._case_value_keyword, self._value_keywords_with_mode('UASheet'))),
163 'quirks_mode_or_ua_sheet_mode_values_keywords': '\n '.join(map(self._case_value_keyword, self._value_keywords_with_mode('QuirksOrUASheet'))),
/external/chromium_org/third_party/WebKit/Source/devtools/
H A DPRESUBMIT.py55 lint_path = input_api.os_path.join(input_api.PresubmitLocalPath(),
72 sys.path = sys.path + [input_api.os_path.join(input_api.PresubmitLocalPath(), 'scripts')]
79 image_sources_path = input_api.os_path.join(input_api.PresubmitLocalPath(), "front_end", "Images", "src")
86 file_paths_str = ", ".join(invalid_hash_file_names)
97 sys.path = sys.path + [input_api.os_path.join(input_api.PresubmitLocalPath(), 'scripts')]
104 image_sources_path = input_api.os_path.join(input_api.PresubmitLocalPath(), "front_end", "Images", "src")
111 file_paths_str = ", ".join(invalid_hash_file_names)
/external/chromium_org/tools/export_tarball/
H A Dexport_v8_tarball.py45 with open(os.path.join(v8_directory, 'src', 'version.cc')) as version_file:
55 return '.'.join(version_components)
60 os.path.join(os.path.dirname(__file__), '..', '..', '..', 'src'))
64 return os.path.join(GetSourceDirectory(), 'v8')
82 dir_path = os.path.join(GetV8Directory(), nonessential_dir)
112 output_fullname = os.path.join(args[0], output_basename + '.tar.bz2')
122 output_fullname = os.path.join(args[0], output_basename + '-lite.tar.bz2')
/external/lldb/test/functionalities/exec/
H A DTestExec.py22 mydir = os.path.join("functionalities", "exec")
29 source = os.path.join (os.getcwd(), "main.cpp")
30 o_file = os.path.join (os.getcwd(), "main.o")
42 source = os.path.join (os.getcwd(), "main.cpp")
43 o_file = os.path.join (os.getcwd(), "main.o")
44 dsym_path = os.path.join (os.getcwd(), "a.out.dSYM")
53 exe = os.path.join (os.getcwd(), "a.out")
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DElementPolicyTest.java17 import static org.owasp.html.ElementPolicy.Util.join;
66 ElementPolicy a_b = join(a, b);
67 ElementPolicy b_a = join(b, a);
70 assertPassed(join(b_a, b_a), "abacus", "abracadabra", "bar");
71 assertPassed(join(a_b, c), "abacus", "abracadabra");
72 assertPassed(join(c, REJECT_ALL_ELEMENT_POLICY));
73 assertPassed(join(REJECT_ALL_ELEMENT_POLICY, a_b));
/external/skia/tools/
H A Dgen_bench_expectations_from_codereview.py21 CHECKOUT_PATH = os.path.realpath(os.path.join(
23 TMP_BENCH_DATA_DIR = os.path.join(CHECKOUT_PATH, '.bench_data')
143 dest_dir = os.path.join(TMP_BENCH_DATA_DIR, builder)
160 output_file = os.path.join(CHECKOUT_PATH, 'expectations', 'bench',
164 os.path.join(CHECKOUT_PATH, 'bench',
173 failure += 'Failed to load data for: %s\n\n' % ','.join(failed_data_pull)
175 failure += 'Failed to generate expectations for: %s\n\n' % ','.join(
/external/chromium_org/chrome/tools/build/win/
H A Dcreate_installer_archive.py53 for line in open(os.path.join(build_dir, '../../chrome', VERSION_FILE), 'r'):
117 dst_dir = os.path.join(staging_dir, config.get(section, option))
118 src_paths = glob.glob(os.path.join(src_dir, option))
122 dst_path = os.path.join(dst_dir, os.path.basename(src_path))
128 exe_file = os.path.join(options.last_chrome_installer, COURGETTE_EXEC)
131 exe_file = os.path.join(options.build_dir, BSDIFF_EXEC)
136 lzma_exec = os.path.join(build_dir, "..", "..", "third_party",
145 prev_archive_file = os.path.join(last_chrome_installer,
153 dll_path = glob.glob(os.path.join(temp_dir, 'Chrome-bin', '*', 'chrome.dll'))
160 file_path = os.path.join(staging_di
[all...]
/external/chromium_org/third_party/skia/
H A Dgyp_skia21 gyp_source_dir = os.path.join(script_dir, 'third_party', 'externals', 'gyp')
24 gyp_config_dir = os.path.join(script_dir, 'gyp')
28 sys.path.insert(0, os.path.join(gyp_source_dir, 'pylib'))
54 AddInclude(os.path.join(gyp_config_dir, 'common.gypi'))
65 return os.path.join(os.path.abspath(script_dir), 'out')
76 return os.path.join(os.path.abspath(script_dir), output_dir)
101 sys.path.append(os.path.join(chrome_path, 'build'))
102 sys.path.append(os.path.join(chrome_path, 'tools'))
158 print gyp_source_dir, ' '.join(args)
170 os.path.join(o
[all...]
/external/chromium_org/third_party/skia/tools/tests/
H A Dbase_unittest.py23 TRUNK_DIR = os.path.abspath(os.path.join(
40 self._test_name = '.'.join(self.id().split('.')[-3:])
56 '\n'.join(['tkdiff %s %s &' % (
57 os.path.join(self.output_dir_actual, basename),
58 os.path.join(self.output_dir_expected, basename))
68 return os.path.join(self._testdata_dir, 'inputs')
73 return os.path.join(
79 return os.path.join(
132 os.path.join(dir1, common_dir), os.path.join(dir
[all...]
/external/chromium_org/v8/test/benchmarks/
H A Dtestcfg.py111 result.append(os.path.join(self.testroot, "%s-data.js" % testcase.path))
112 result.append(os.path.join(self.testroot, "%s.js" % testcase.path))
114 result.append(os.path.join(self.testroot, "octane/base.js"))
115 result.append(os.path.join(self.testroot, "%s.js" % testcase.path))
117 result.append(os.path.join(self.testroot, "octane/gbemu-part2.js"))
119 result.append(os.path.join(self.testroot,
121 result.append(os.path.join(self.testroot, "octane/typescript-input.js"))
123 result.append(os.path.join(self.testroot, "octane/zlib-data.js"))
126 result.append(os.path.join(self.testroot, "%s.js" % testcase.path))
130 filename = os.path.join(sel
[all...]
/external/chromium_org/v8/test/test262/
H A Dtestcfg.py50 self.testroot = os.path.join(root, "data", "test", "suite")
51 self.harness = [os.path.join(self.root, "data", "test", "harness", f)
53 self.harness += [os.path.join(self.root, "harness-adapt.js")]
69 testname = os.path.join(dirname[len(self.testroot) + 1:],
77 [os.path.join(self.testroot, testcase.path + ".js")])
80 filename = os.path.join(self.testroot, testcase.path + ".js")
95 archive_name = os.path.join(self.root, "tc39-test262-%s.tar.gz" % revision)
96 directory_name = os.path.join(self.root, "data")
97 directory_old_name = os.path.join(self.root, "data.old")
120 os.rename(os.path.join(sel
[all...]
/external/jsoncpp/
H A Damalgamate.py30 f = open( os.path.join( self.top_dir, relative_input_path ), 'rt' )
40 return ''.join( self.blocks ).replace('\r\n','\n')
77 target_header_path = os.path.join( os.path.dirname(target_source_path), header_include_path )
98 target_forward_header_path = os.path.join( os.path.dirname(target_source_path),
112 source.add_file( os.path.join(lib_json, 'json_tool.h') )
113 source.add_file( os.path.join(lib_json, 'json_reader.cpp') )
114 source.add_file( os.path.join(lib_json, 'json_batchallocator.h') )
115 source.add_file( os.path.join(lib_json, 'json_valueiterator.inl') )
116 source.add_file( os.path.join(lib_json, 'json_value.cpp') )
117 source.add_file( os.path.join(lib_jso
[all...]
/external/skia/
H A Dgyp_skia21 gyp_source_dir = os.path.join(script_dir, 'third_party', 'externals', 'gyp')
24 gyp_config_dir = os.path.join(script_dir, 'gyp')
28 sys.path.insert(0, os.path.join(gyp_source_dir, 'pylib'))
54 AddInclude(os.path.join(gyp_config_dir, 'common.gypi'))
65 return os.path.join(os.path.abspath(script_dir), 'out')
76 return os.path.join(os.path.abspath(script_dir), output_dir)
101 sys.path.append(os.path.join(chrome_path, 'build'))
102 sys.path.append(os.path.join(chrome_path, 'tools'))
158 print gyp_source_dir, ' '.join(args)
170 os.path.join(o
[all...]

Completed in 699 milliseconds

<<11121314151617181920>>