Searched refs:join (Results 101 - 125 of 1672) sorted by relevance

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Drunant.py48 ANT_LIB = os.path.join(ANT_HOME, 'lib')
57 JAVACMD = os.path.join(os.environ['JAVA_HOME'], 'bin', 'java')
65 launcher_jar = os.path.join(ANT_LIB, 'ant-launcher.jar')
95 CLASSPATH, string.join(sys.argv[1:], ' '))
/external/fonttools/MetaTools/
H A DbuildChangeLog.py6 os.path.join(os.getcwd(), sys.argv[0]))))
/external/jetty/src/java/org/eclipse/jetty/util/thread/
H A DThreadPool.java37 public void join() throws InterruptedException; method in interface:ThreadPool
/external/junit/src/org/junit/experimental/theories/internal/
H A DParameterizedAssertionError.java16 super(String.format("%s(%s)", methodName, join(", ", params)),
24 public static String join(String delimiter, Object... params) { method in class:ParameterizedAssertionError
25 return join(delimiter, Arrays.asList(params));
28 public static String join(String delimiter, method in class:ParameterizedAssertionError
/external/libcxx/test/libcxx/android/
H A Dbuild.py7 env['ONE_SHOT_MAKEFILE'] = os.path.join(path, 'Android.mk')
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
H A Dnotify_one.pass.cpp67 t1.join();
72 t2.join();
84 t1.join();
89 t2.join();
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dnotify_one.pass.cpp71 t1.join();
76 t2.join();
88 t1.join();
93 t2.join();
/external/libcxxabi/test/
H A Dtest_guard.pass.cpp95 t1.join();
96 t2.join();
122 t.join();
127 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/tools/
H A Dfix_pythonpath.py14 CHECKOUT_ROOT = os.path.realpath(os.path.join(
/external/v8/test/intl/
H A Dtestcfg.py49 testname = os.path.join(dirname[len(self.root) + 1:], filename[:-3])
58 files.append(os.path.join(self.root, "assert.js"))
59 files.append(os.path.join(self.root, "utils.js"))
60 files.append(os.path.join(self.root, testcase.path + self.suffix()))
/external/v8/test/webkit/fast/js/
H A Darray-slow-put.js40 shouldBe("\"" + foo().join(",") + "\"", "\"0,1,2,,4\"");
H A Dobject-slow-put.js43 shouldBe("\"" + Array.prototype.join.apply(foo(), [","]) + "\"", "\"0,1,2,,4\"");
/external/vixl/
H A D.ycm_extra_conf.py13 return os.path.join(repo_root, path)
/external/boringssl/src/util/bot/
H A Dvs_toolchain.py14 sys.path.insert(0, os.path.join(script_dir, 'gyp', 'pylib'))
15 json_data_file = os.path.join(script_dir, 'win_toolchain.json')
54 os.environ['GYP_DEFINES'] = ' '.join('%s=%s' % (k, pipes.quote(str(v)))
59 runtime_path = ';'.join(vs2013_runtime_dll_dirs)
74 if os.path.isfile(os.path.join(path, 'gclient.py')):
90 os.path.join(depot_tools_path,
107 print >>sys.stderr, 'Expected one of: %s' % ', '.join(commands)
/external/chromium-trace/trace-viewer/hooks/
H A Dinstall.py8 _TOP_PATH = os.path.abspath(os.path.join(
17 full_src_path = os.path.join(_TOP_PATH, self.src_path)
18 full_dst_path = os.path.join(_TOP_PATH, self.dst_path)
57 old_precommit = os.path.join(_TOP_PATH, '.git', 'hooks', 'pre-commit')
58 old_precommit_target = os.path.join(_TOP_PATH, 'hooks', 'pre_commit')
64 links.append(Link(os.path.join('.git', 'hooks', 'pre-push'),
65 os.path.join('hooks/pre_push')))
/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/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')
32 sys.path.insert(0, os.path.join(gyp_source_dir, 'pylib'))
58 AddInclude(os.path.join(gyp_config_dir, 'common.gypi'))
69 return os.path.join(os.path.abspath(script_dir), 'out')
74 return os.path.join(os.path.abspath(script_dir), output_dir)
99 sys.path.append(os.path.join(chrome_path, 'build'))
100 sys.path.append(os.path.join(chrome_path, 'tools'))
156 print gyp_source_dir, ' '.join(args)
168 os.path.join(o
[all...]
/external/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/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/chromium-trace/trace-viewer/tracing/build/
H A Dcheck_common.py8 tracing_path = os.path.abspath(os.path.join(os.path.dirname(__file__),
39 what_is = ' ' + '\n '.join(listed_files)
40 what_should_be = ' ' + '\n '.join(sorted_files)
81 error += ' In file only:\n ' + '\n '.join(sorted(in_file_only))
85 error += ' On disk only:\n ' + '\n '.join(sorted(in_known_only))

Completed in 1466 milliseconds

1234567891011>>