Searched refs:join (Results 26 - 50 of 735) sorted by relevance

1234567891011>>

/external/webkit/Tools/wx/browser/
H A Dwscript32 include_paths = [os.path.join(wk_root, 'Source', 'WebCore', 'bindings', 'wx'),
33 os.path.join(wk_root, 'Source', 'WebKit', 'wx')]
46 includes = ' '.join(include_paths),
/external/webkit/Tools/wx/packaging/
H A Dbuild-mac-installer.py40 sys.path.append(os.path.abspath(os.path.join(script_dir, "..", "build")))
46 wxwk_root = os.path.abspath(os.path.join(script_dir, "..", "..", ".."))
47 wxwebkit_dir = os.path.abspath(os.path.join(wxwk_root, "WebKitBuild", get_config(wxwk_root) + git_branch_name()))
64 installroot = os.path.join(tempdir, "install-root")
65 installapps = os.path.join(tempdir, "install-apps")
97 dest_filename = os.path.join(prefix, basename)
98 copyname = os.path.join(copydir, basename)
124 files = glob.glob(os.path.join(wxwebkit_dir, wildcard))
129 files = glob.glob(os.path.join(wxwebkit_dir, wildcard))
134 dylib_path = os.path.join(wxroo
[all...]
/external/webkit/Tools/BuildSlaveSupport/
H A Dbuilt-product-archive28 buildDirectory = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "WebKitBuild"))
53 archiveFile = os.path.join(buildDirectory, configuration + ".zip")
61 configurationBuildDirectory = os.path.join(buildDirectory, configuration.title())
66 binDirectory = os.path.join(configurationBuildDirectory, "bin")
67 thinDirectory = os.path.join(configurationBuildDirectory, "thin")
68 thinBinDirectory = os.path.join(thinDirectory, "bin")
77 if subprocess.call("rm -f %s" % os.path.join(thinBinDirectory, "*.ilk"), shell=True):
86 thinDirectory = os.path.join(configurationBuildDirectory, "thin")
93 fromDir = os.path.join(configurationBuildDirectory, dirname, "*")
94 toDir = os.path.join(thinDirector
[all...]
/external/icu4c/stubdata/
H A Dicu_dat_generator.py54 command_list = [os.path.join(ICU_PREBUILT_DIR, tool)]
58 command = "[%s] %s" % (working_dir, " ".join(command_list))
68 src_dat = os.path.join(ICU4C_DIR, "stubdata", ICUDATA + "-all.dat")
69 dst_dat = os.path.join(ICU4C_DIR, "stubdata", ICUDATA + ".dat")
174 print "%s includes %s." % (input_basename, ", ".join(sorted(every_language)))
180 p = os.path.join(ICU4C_DIR, "data", kind, locale + ".txt")
186 relative_path = "/".join(missing_file.split("/")[-2:])
190 WriteIndex(os.path.join(TMP_DAT_PATH, res_index), locales, CLDR_VERSION)
194 WriteIndex(os.path.join(TMP_DAT_PATH, kind, res_index), locales)
201 InvokeIcuTool("genrb", os.path.join(TMP_DAT_PAT
[all...]
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
H A Dreact-to-vsprops-changes.py14 vsprops_directory = os.path.join(top_level_directory, 'WebKitLibraries', 'win', 'tools', 'vsprops')
15 vsprops_files = glob.glob(os.path.join(vsprops_directory, '*.vsprops'))
19 obj_directory = os.path.join(os.environ['CONFIGURATIONBUILDDIR'], 'obj')
25 for filepath in glob.iglob(os.path.join(obj_directory, '*', '*.%s' % extension)):
30 wtf_platform_h = os.path.join(top_level_directory, 'Source', 'JavaScriptCore', 'wtf', 'Platform.h')
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
H A D__init__.py52 autoinstalled_dir = os.path.join(thirdparty_dir, "autoinstalled")
63 clientform_dir = os.path.join(autoinstalled_dir, "clientform")
83 irc_dir = os.path.join(autoinstalled_dir, "irc")
88 pywebsocket_dir = os.path.join(autoinstalled_dir, "pywebsocket")
93 readme_path = os.path.join(autoinstalled_dir, "README")
/external/markdown/
H A Dsetup.py16 script_dir = os.path.join(sys.prefix, 'Scripts')
17 script_path = os.path.join(script_dir, 'markdown')
19 bat_path = os.path.join(self.install_dir, 'markdown.bat')
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dospath_unittest.py47 expected_rel_path = os.path.join("test", "Foo.txt")
48 path = os.path.join(start_path, expected_rel_path)
56 path = os.path.join("other_dir", "foo.txt")
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_util.py45 _TEST_DATA_DIR = os.path.join(os.path.split(__file__)[0], 'testdata')
68 cygwin_perl = os.path.join(cygwin_path, 'perl')
70 os.path.join(_TEST_DATA_DIR, 'README')))
72 os.path.join(_TEST_DATA_DIR, 'README'), cygwin_path))
74 os.path.join(_TEST_DATA_DIR, 'hello.pl')))
76 os.path.join(_TEST_DATA_DIR, 'hello.pl'), cygwin_path))
/external/webkit/LayoutTests/fast/js/resources/
H A Dstring-concatenate-outofmemory.js7 shouldThrow('s = "a"; while (1) { s = [s, s].join(); }', '"Error: Out of memory"'); // Expand using UString::append.
16 try { [str, str].join(str); } catch (o) { }
47 s = [s, s].join(); // This will expand the string using UString::append.
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Array/
H A Dregress-130451.js100 actual = arr.join();
111 actual = arr.join();
117 actual = arr.join();
154 obj.join = Array.prototype.join;
157 actual = obj.join();
168 actual = obj.join();
180 actual = obj.join();
/external/webkit/Source/JavaScriptCore/
H A Dwscript54 includes.append(os.path.join(jscore_dir, 'icu'))
59 includes = '. .. assembler DerivedSources ForwardingHeaders ' + ' '.join(includes),
70 includes = '. .. assembler DerivedSources ForwardingHeaders ' + ' '.join(includes),
84 bld.install_files(os.path.join(output_dir, 'JavaScriptCore'), 'API/*.h')
/external/webkit/Tools/wx/build/
H A Dwxpresets.py52 versionText = open(os.path.join(wx_root, "include", "wx", "version.h"), "r").read()
69 includes = [os.path.join(wx_root, 'include')]
74 libdir = os.path.join(wx_root, 'lib')
78 version_str_nodot = ''.join(get_wx_version(wx_root)[0:2])
82 libdir = os.path.join(libdir, Options.options.wx_compiler_prefix + '_dll')
84 libdir = os.path.join(libdir, Options.options.wx_compiler_prefix + '_lib')
98 configdir = os.path.join(libdir, 'msw' + ext)
101 cfg_file = os.path.join(configdir, 'build.cfg')
/external/v8/test/test262/
H A Dtestcfg.py31 from os.path import join, exists namespace
81 testroot = join(self.root, 'data', 'test', 'suite')
82 harness = [join(self.root, 'data', 'test', 'harness', f)
84 harness += [join(self.root, 'harness-adapt.js')]
97 test = Test262TestCase(join(root, file), test_path, self.context,
105 archive_name = join(self.root, 'test262-%s.tar.bz2' % revision)
106 directory_name = join(self.root, "test262-%s" % revision)
120 archive.extractall(join(self.root))
121 if not exists(join(self.root, 'data')):
122 os.symlink(directory_name, join(sel
[all...]
/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py36 path = os.path.join(os.path.dirname(__file__), path)
44 filePath = os.path.join(root, name)
83 testDir = os.path.join(os.path.dirname(__file__), 'unittests')
101 for testPath in glob.glob(os.path.join(testDir, 'test*.py')):
131 stream=open(os.path.join(self.xml_output, 'unittest.xml'), 'w'))
184 testDir = os.path.join(os.path.dirname(__file__), 'tests')
195 os.path.join(os.path.dirname(__file__), '..', '..'))
201 os.path.join(rootDir, 'tool', 'target', 'classes'),
202 os.path.join(rootDir, 'runtime', 'Java', 'target', 'classes')
206 os.path.join(rootDi
[all...]
/external/guava/guava-tests/test/com/google/common/base/
H A DJoinerTest.java68 J.join(ITERABLE_NULL);
73 J.join(ITERABLE_1_NULL_2);
79 J.join(ITERABLE_NULL.iterator());
84 J.join(ITERABLE_1_NULL_2.iterator());
127 assertEquals("", joiner.join(set));
128 assertEquals("", joiner.join(set.iterator()));
131 assertEquals("", joiner.join(array));
180 assertEquals(expected, joiner.join(parts));
181 assertEquals(expected, joiner.join(parts.iterator()));
192 assertEquals(expected, joiner.join(partsArra
[all...]
/external/chromium/build/
H A Dextract_from_cab.py27 os.utime(os.path.join(output_dir, archived_file), None)
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
H A Dtable2CSV.js54 var mydata = csvData.join('\n');
57 var mydata = csvData.join('\n');
62 var tmp = tmpRow.join('') // to remove any blank rows
65 var mystr = tmpRow.join(options.separator);
/external/chromium-trace/trace-viewer/build/
H A Dgenerate_standalone_timeline_view.py10 srcdir = os.path.abspath(os.path.join(os.path.dirname(__file__), "../src"))
47 return [os.path.join(srcdir, f)
59 return ''.join(style_sheet_chunks)
75 return ''.join(js_chunks)
/external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
H A Djs_checker.py76 path.join(resources, 'extensions'),
77 path.join(resources, 'help'),
78 path.join(resources, 'history'),
79 path.join(resources, 'net_internals'),
80 path.join(resources, 'network_action_predictor'),
81 path.join(resources, 'ntp4'),
82 path.join(resources, 'options'),
83 path.join(resources, 'print_preview'),
84 path.join(resources, 'profiler'),
85 path.join(resource
[all...]
/external/clang/utils/C++Tests/LLVM-Code-Symbols/
H A Dcheck-symbols45 print ' '.join(llvmgcc_args), '|', ' '.join(nm_args)
46 print ' '.join(clang_args), '|', ' '.join(nm_args)
/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/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/llvm/bindings/python/llvm/tests/
H A Dbase.py26 path = os.path.join(d, lib)
/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;

Completed in 2289 milliseconds

1234567891011>>