Home
last modified time | relevance | path

Searched refs:join (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/external/icu4c/stubdata/
Dicu_dat_generator.py62 command_list = [os.path.join(GetIcuPrebuiltDir(), tool)]
66 command = "[%s] %s" % (working_dir, " ".join(command_list))
75 return os.path.join(os.environ.get("ANDROID_EABI_TOOLCHAIN"), "..", "..",
81 source_dat = os.path.join(ANDROID_ROOT, "external", "icu4c", "stubdata",
83 dest_dat = os.path.join(ANDROID_ROOT, "external", "icu4c", "stubdata",
91 dat_list_file_path = os.path.join(icu_dat_path, ICUDATA + "-" + dat_name +
127 p = os.path.join(ANDROID_ROOT, "external", "icu4c", "data", data_dir_name,
198 WriteIndex(os.path.join(TMP_DAT_PATH, res_index), locales, CLDR_VERSION)
199 WriteIndex(os.path.join(TMP_DAT_PATH, "brkitr", res_index), brkitrs)
200 WriteIndex(os.path.join(TMP_DAT_PATH, "coll", res_index), colls)
[all …]
/external/webkit/WebKit/wx/
Dwscript33 os.path.join(wk_root, 'JavaScriptCore'),
34 os.path.join(wk_root, 'WebCore'),
35 os.path.join(output_dir),
36 os.path.join(wk_root, 'WebCore', 'page', 'wx'),
37 os.path.join(wk_root, 'WebCore', 'platform', 'network', 'curl'),
38 os.path.join(wk_root, 'WebCore', 'platform', 'wx'),
39 os.path.join(wk_root, 'WebCore', 'platform', 'bridge', 'wx'),
40 os.path.join(wk_root, 'WebCore', 'platform', 'graphics', 'wx'),
52 include_paths.append(os.path.join(wk_root, 'WebCore', dir))
54 js_include_dirs = [os.path.join(wk_root, 'JavaScriptCore', 'assembler')]
[all …]
/external/webkit/WebCore/
Dwscript75 derived_sources_dir = os.path.join(webcore_dir, 'DerivedSources')
85 …=%s SOURCE_ROOT=%s all FEATURE_DEFINES="%s"' % (wc_dir, wc_dir, wc_dir, ' '.join(feature_defines)))
95 graphics_dir = os.path.join(wk_root, 'WebCore', 'platform', 'graphics')
100 shutil.copy(os.path.join(graphics_dir, 'win', afile), os.path.join(graphics_dir, 'wx'))
109 os.path.join(wk_root, 'JavaScriptCore'),
110 os.path.join(wk_root, 'WebCore'),
130 jscore_dir = os.path.join(wk_root, 'JavaScriptCore')
132 fullpath = os.path.join(jscore_dir, item)
136 wk_includes.append(os.path.join(jscore_dir, 'wtf', 'unicode'))
137 wk_includes.append(os.path.join(jscore_dir, 'wtf', 'unicode', 'icu'))
[all …]
/external/webkit/WebKitTools/wx/build/
Dsettings.py40 wk_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '../../..'))
51 jscore_dir = os.path.join(wk_root, 'JavaScriptCore')
52 webcore_dir = os.path.join(wk_root, 'WebCore')
53 wklibs_dir = os.path.join(wk_root, 'WebKitLibraries')
146 output_dir = os.path.join(wk_root, 'WebKitBuild', config_dir)
175 msvclibs_dir = os.path.join(wklibs_dir, msvc_version, 'win')
236 msvclibs_dir = os.path.join(wklibs_dir, msvc_version, 'win')
266 conf.env.append_value('LIBPATH', os.path.join(msvclibs_dir, 'lib'))
279 conf.env.append_value('CPPPATH_JSCORE', os.path.join(jscore_dir, 'icu'))
281 conf.env.append_value('CPPPATH_WEBCORE', os.path.join(webcore_dir, 'icu'))
[all …]
Dbuild_utils.py71 relpath = os.path.join(adir, feature)
72 featuredir = os.path.join(root, relpath)
88 destfile = os.path.join(destdir, filename)
115 wklibs_dir = os.path.join(wk_root, 'WebKitLibraries')
116 …waf = download_if_newer('http://wxwebkit.wxcommunity.com/downloads/deps/waf', os.path.join(wk_root…
123 wxpy_dir = os.path.join(wk_root, 'WebKit', 'wx', 'bindings', 'python')
126 shutil.copy(os.path.join(wxpy_dir, 'swig.py.txt'), os.path.join(wxpy_dir, 'swig.py'))
132 os.system('unzip -o %s -d %s' % (archive, os.path.join(wklibs_dir, msvc_version)))
170 config_file = os.path.join(wk_root, 'WebKitBuild', 'Configuration')
Dwxpresets.py52 versionText = open(os.path.join(wx_root, "include", "wx", "version.h"), "r").read()
65 includes = [os.path.join(wx_root, 'include')]
70 libdir = os.path.join(wx_root, 'lib')
74 version_str_nodot = ''.join(get_wx_version(wx_root))
78 libdir = os.path.join(libdir, Options.options.wx_compiler_prefix + '_dll')
80 libdir = os.path.join(libdir, Options.options.wx_compiler_prefix + '_lib')
94 configdir = os.path.join(libdir, 'msw' + ext)
97 cfg_file = os.path.join(configdir, 'build.cfg')
/external/webkit/WebKitTools/wx/packaging/
Dbuild-mac-installer.py39 sys.path.append(os.path.abspath(os.path.join(script_dir, "..", "build")))
45 wxwk_root = os.path.abspath(os.path.join(script_dir, "..", "..", ".."))
46 wxwebkit_dir = os.path.abspath(os.path.join(wxwk_root, "WebKitBuild", get_config(wxwk_root) + git_b…
63 installroot = os.path.join(tempdir, "install-root")
64 installapps = os.path.join(tempdir, "install-apps")
96 dest_filename = os.path.join(prefix, basename)
97 copyname = os.path.join(copydir, basename)
123 files = glob.glob(os.path.join(wxwebkit_dir, wildcard))
128 dylib_path = os.path.join(wxpythonroot, "libwxwebkit.dylib")
129 … os.system("install_name_tool -id %s %s" % (os.path.join(prefix, "libwxwebkit.dylib"), dylib_path))
[all …]
Dbuild-debian-installer.py7 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "build")))
12 wxwebkit_dir = os.path.abspath(os.path.join(script_dir, "..", "..", "..", "WebKitBuild", "Debug" + …
13 wxwk_root = os.path.abspath(os.path.join(script_dir, "..", "..", ".."))
17 deb_dir = os.path.join(wxwk_root, 'wxwebkit')
23 src_root = os.path.join(deb_dir, 'webkitwx-0.1')
29 shutil.copytree(os.path.join(script_dir, 'debian'), os.path.join(src_root, 'debian'))
36 shutil.rmtree(os.path.join(src_root, 'debian'))
/external/webkit/WebKitTools/BuildSlaveSupport/
Dbuilt-product-archive28 buildDirectory = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "WebKitBuild"))
53 archiveFile = os.path.join(buildDirectory, configuration + ".zip")
62 configurationBuildDirectory = os.path.join(buildDirectory, configuration.title())
65 binDirectory = os.path.join(buildDirectory, "bin")
66 thinDirectory = os.path.join(buildDirectory, "thin")
67 thinBinDirectory = os.path.join(thinDirectory, "bin")
76 if subprocess.call("rm -f %s" % os.path.join(thinBinDirectory, "*.ilk"), shell=True):
87 archiveFile = os.path.join(buildDirectory, configuration + ".zip")
90 configurationBuildDirectory = os.path.join(buildDirectory, configuration.title())
100 binDirectory = os.path.join(buildDirectory, "bin")
/external/v8/test/mjsunit/
Darray-functions-prototype-misc.js149 assertEquals("zero,baz,two", a.join(","));
170 var join = a.join(''); variable
171 assertEquals("con", join);
172 join = b.join('');
173 assertEquals("cat", join);
174 join = ab.join('');
175 assertEquals("concat", join);
176 join = ba.join('');
177 assertEquals("catcon", join);
191 assertEquals("baz: Now is the time for all good men.", sparse.join(''));
[all …]
Dtestcfg.py30 from os.path import join, dirname, exists
73 result.append(join(dirname(self.config.root), '..', a_file))
74 framework = join(dirname(self.config.root), 'mjsunit', 'mjsunit.js')
113 regress = [current_path + ['regress', t] for t in self.Ls(join(self.root, 'regress'))]
114 bugs = [current_path + ['bugs', t] for t in self.Ls(join(self.root, 'bugs'))]
115 … third_party = [current_path + ['third_party', t] for t in self.Ls(join(self.root, 'third_party'))]
116 tools = [current_path + ['tools', t] for t in self.Ls(join(self.root, 'tools'))]
117 compiler = [current_path + ['compiler', t] for t in self.Ls(join(self.root, 'compiler'))]
122 file_path = join(self.root, reduce(join, test[1:], "") + ".js")
130 status_file = join(self.root, 'mjsunit.status')
Dcyclic-array-to-string.js33 assertEquals("1,2", a1.join());
37 assertEquals("1,2,", a1.join());
41 assertEquals("1,2,,1", a1.join());
45 assertEquals("1,2,,1,", a1.join());
53 assertEquals("1,2,3,4,3,4", a1.join());
57 assertEquals("1,2,3,4,,3,4,", a1.join());
64 assertEquals("", a1.join());
/external/webkit/WebCore/platform/graphics/
DGraphicsTypes.cpp94 bool parseLineJoin(const String& s, LineJoin& join) in parseLineJoin() argument
97 join = MiterJoin; in parseLineJoin()
101 join = RoundJoin; in parseLineJoin()
105 join = BevelJoin; in parseLineJoin()
111 String lineJoinName(LineJoin join) in lineJoinName() argument
113 ASSERT(join >= 0); in lineJoinName()
114 ASSERT(join < 3); in lineJoinName()
116 return names[join]; in lineJoinName()
/external/webkit/WebKitTools/pywebsocket/test/
Dtest_dispatch.py46 _TEST_HANDLERS_DIR = os.path.join(
49 _TEST_HANDLERS_SUB_DIR = os.path.join(_TEST_HANDLERS_DIR, 'sub')
88 os.path.join(_TEST_HANDLERS_DIR, 'blank_wsh.py'),
89 os.path.join(_TEST_HANDLERS_DIR, 'origin_check_wsh.py'),
90 os.path.join(_TEST_HANDLERS_DIR, 'sub',
92 os.path.join(_TEST_HANDLERS_DIR, 'sub', 'non_callable_wsh.py'),
93 os.path.join(_TEST_HANDLERS_DIR, 'sub', 'plain_wsh.py'),
94 os.path.join(_TEST_HANDLERS_DIR, 'sub',
96 os.path.join(_TEST_HANDLERS_DIR, 'sub',
115 (os.path.join(_TEST_HANDLERS_DIR, 'blank_wsh.py') +
[all …]
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Array/
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/clearsilver/imd/
Dimdm.py29 fulldir = os.path.join(basedir,sub_dir)
31 fullpath = os.path.join(fulldir,a_entry)
34 images.append(os.path.join(sub_dir,a_entry))
36 images + albumoverview(basedir,os.path.join(sub_dir,a_entry),1)
64 imagename = os.path.join(album,picture)
86 picture_path = string.join(string.split(images[pic_index],'/')[1:],'/')
97 picture_path = string.join(string.split(images[pic_index],'/')[1:],'/')
127 picture_path = string.join(string.split(images[0],'/')[1:],'/')
142 if os.path.isdir(os.path.join(dir,a_dir)):
151 picture_path = string.join(string.split(a_file,'/')[1:],'/')
/external/webkit/WebKit/wx/bindings/python/
Dwscript33 os.path.join(wk_root, 'WebKit', 'wx'),
34 os.path.join(wx_root, 'wxPython', 'include'),
35 os.path.join(wx_root, '..', 'wxPython', 'include'),
48 fullpath = os.path.join(wx_root, adir)
89 includes = ' '.join(include_paths),
91 swig_flags = ' '.join(wx_swig_args),
/external/webkit/WebKitTools/DumpRenderTree/
Dwscript33 os.path.join(output_dir),
34 os.path.join(wk_root, 'JavaScriptCore'),
35 os.path.join(wk_root, 'WebCore'),
36 os.path.join(wk_root, 'WebKit', 'wx'),
57 includes = ' '.join(include_paths),
/external/clearsilver/python/examples/base/
Dhandle_error.py25 return string.join(tb_list,"")
48 sys.stderr.write (string.join(tb_list,""))
50 if dump: dump_bug(lvl, "handleException", msg, string.join(tb_list, ""))
67 os.path.join (DUMP_DIR, "tmp"),
68 os.path.join (DUMP_DIR, "new"))
99 tpath = os.path.join (DUMP_DIR, "tmp", fname)
100 npath = os.path.join (DUMP_DIR, "new", fname)
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
Dapache_http_server.py61 self._runtime_path = os.path.join("/tmp", "WebKit")
67 self._pid_file = os.path.join(self._runtime_path, 'httpd.pid')
102 os.path.join(cygbin, 'bash.exe'),
104 'PATH=%s %s' % (self._get_cygwin_path(cygbin), " ".join(cmd)),
113 self._start_cmd = " ".join(cmd)
120 path = os.path.join(*parts)
150 httpd_config_copy = os.path.join(output_dir, "httpd.conf")
176 return '\n'.join(('<VirtualHost 127.0.0.1:%s>' % port,
Dhttp_server.py69 self._webkit_tests = os.path.join(
71 self._js_test_resource = os.path.join(
79 self._pem_file = os.path.join(
102 out_conf_file = os.path.join(self._output_dir, 'lighttpd.conf')
105 access_log = os.path.join(self._output_dir, access_file_name)
107 error_log = os.path.join(self._output_dir, log_file_name)
176 '-f', os.path.join(self._output_dir, 'lighttpd.conf'),
191 shutil.copyfile(os.path.join(module_path, lib_file),
192 os.path.join(tmp_module_path, lib_file))
Dbase.py123 return ''.join(diff)
160 if os.path.exists(os.path.join(platform_dir, baseline_filename)):
169 if os.path.exists(os.path.join(platform_dir, baseline_filename)):
199 return os.path.join(platform_dir, baseline_filename)
200 return os.path.join(self.layout_tests_dir(), baseline_filename)
251 os.makedirs(os.path.join(*path))
276 return os.path.join(self._webkit_base_dir, *comps)
294 file_path = os.path.join(*path)
336 remove_with_retry(os.remove, os.path.join(root, name))
338 remove_with_retry(os.rmdir, os.path.join(root, name))
[all …]
/external/webkit/JavaScriptCore/
Dwscript51 derived_sources_dir = os.path.join(jscore_dir, 'DerivedSources')
58 …ILT_PRODUCTS_DIR=%s all FEATURE_DEFINES="%s"' % (js_dir, js_dir, js_dir, ' '.join(feature_defines))
76 includes.append(os.path.join(jscore_dir, 'icu'))
81 includes = '. .. assembler wrec DerivedSources ForwardingHeaders ' + ' '.join(includes),
92 includes = '. .. assembler wrec DerivedSources ForwardingHeaders ' + ' '.join(includes),
106 bld.install_files(os.path.join(output_dir, 'JavaScriptCore'), 'API/*.h')
/external/v8/tools/
Dpresubmit.py34 from os.path import abspath, join, dirname, basename, exists
151 all_files += self.FindFilesIn(join(path, file))
169 result.append(join(root, file))
192 return ['src', 'public', 'samples', join('test', 'cctest')]
202 filt = '-,' + ",".join(['+' + n for n in ENABLED_LINT_RULES])
203 command = ['cpplint.py', '--filter', filt] + join(files)
204 local_cpplint = join(path, "tools", "cpplint.py")
206 command = ['python', local_cpplint, '--filter', filt] + join(files)
285 workspace = abspath(join(dirname(sys.argv[0]), '..'))
/external/gtest/test/
Dgtest_xml_outfiles_test.py74 self.output_dir_ = os.path.join(tempfile.mkdtemp(), "")
82 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_1_TEST + ".xml"))
86 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_2_TEST + ".xml"))
101 gtest_prog_path = os.path.join(gtest_test_utils.GetBuildDir(),
114 output_file1 = os.path.join(self.output_dir_, output_file_name1)
116 output_file2 = os.path.join(self.output_dir_, output_file_name2)

12345678910>>...13