HomeSort by relevance Sort by last modified time
    Searched refs:join (Results 1 - 25 of 489) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebKitTools/DumpRenderTree/
wscript 33 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/webkit/WebKitTools/pywebsocket/test/
config.py 42 sys.path += [os.path.join(os.path.split(__file__)[0], '..')]
  /external/webkit/WebKit/wx/
wscript 33 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/WebKitTools/wx/packaging/
build-debian-installer.py 7 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" + build_utils.git_branch_name()))
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'))
build-mac-installer.py 39 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_branch_name()))
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...]
  /dalvik/tests/078-polymorphic-virtual/src/
Main.java 28 derived1.join();
29 derived2.join();
30 derived3.join();
  /external/webkit/WebCore/platform/graphics/
GraphicsTypes.cpp 94 bool parseLineJoin(const String& s, LineJoin& join)
97 join = MiterJoin;
101 join = RoundJoin;
105 join = BevelJoin;
111 String lineJoinName(LineJoin join)
113 ASSERT(join >= 0);
114 ASSERT(join < 3);
116 return names[join];
  /external/icu4c/stubdata/
icu_dat_generator.py 62 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 +
116 locale_index = open(os.path.join(TMP_DAT_PATH, res_index), "w")
118 brkitr_index = open(os.path.join(TMP_DAT_PATH, "brkitr", res_index), "w")
120 coll_index = open(os.path.join(TMP_DAT_PATH, "coll", res_index), "w")
122 rbnf_index = open(os.path.join(TMP_DAT_PATH, "rbnf", res_index), "w"
    [all...]
  /external/webkit/WebCore/
wscript 75 derived_sources_dir = os.path.join(webcore_dir, 'DerivedSources')
85 os.system('make -f %s/DerivedSources.make WebCore=%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')
    [all...]
  /external/webkit/WebKitTools/BuildSlaveSupport/
built-product-archive 28 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"
    [all...]
  /development/testrunner/
coverage.py 41 _EMMA_JAR = os.path.join("external", "emma", "lib", "emma.jar")
44 _COVERAGE_REPORT_PATH = os.path.join("out", "emma")
46 _CORE_TARGET_PATH = os.path.join("development", "testrunner",
50 _VENDOR_TARGET_PATH = os.path.join("vendor", "*", "tests", "testinfo",
54 _TARGET_INTERMEDIATES_BASE_PATH = os.path.join("out", "target", "common",
59 self._output_root_path = os.path.join(self._root_path,
61 self._emma_jar_path = os.path.join(self._root_path, self._EMMA_JAR)
109 output_path = os.path.join(self._root_path,
116 coverage_local_path = os.path.join(output_path,
120 report_path = os.path.join(output_path
    [all...]
  /external/webkit/JavaScriptCore/
wscript 51 derived_sources_dir = os.path.join(jscore_dir, 'DerivedSources')
58 command = 'make -f %s/DerivedSources.make JavaScriptCore=%s BUILT_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/webkit/WebKit/wx/bindings/python/
wscript 33 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),
  /cts/tests/src/android/os/cts/
TestThread.java 75 this.join(runTime);
78 this.join(runTime);
  /external/webkit/WebKitTools/wx/build/
wxpresets.py 52 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')
  /cts/tools/utils/
buildCts.py 30 return [x for x in os.listdir(root) if os.path.isdir(os.path.join(root, x))]
72 self.test_repository = os.path.join(self.out_dir, 'repository/testcases')
73 self.plan_repository = os.path.join(self.out_dir, 'repository/plans')
103 source_path = [os.path.join(self.android_root, x) for x in source_path]
105 ' -sourcepath %s ') % (output_file, self.doclet_path, ':'.join(source_path))
110 sources.extend([os.path.join(folder, name) for name in names if name.endswith('.java')])
112 os.path.walk(os.path.join(self.android_root, source_root), AddFile, sources)
113 cmd += ' '.join(sources)
127 description = open(os.path.join(self.test_repository, 'SignatureTest.xml'), 'w')
140 description = open(os.path.join(self.test_repository, 'ApiDemosReferenceTest.xml'), 'w'
    [all...]
  /external/bzip2/
format.pl 54 $curr = join( '', $prev, "<![CDATA[", $curr );
60 $curr = join( '', $prev, "]]>", $curr );
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Array/
regress-154338.js 38 * SUMMARY: Testing array.join() when separator is a variable, not a literal
45 var summary = 'Test array.join() when separator is a variable, not a literal';
58 * in arr.join() was causing out-of-memory errors, whereas
68 actual = arr.join('H');
74 actual = arr.join(x);
80 actual = arr.join('ome');
86 actual = arr.join(y);
  /external/webkit/WebCore/WebCore.gyp/scripts/
rule_bison.py 59 os.path.join(outputDir, inputRoot + '.cpp.h'),
60 os.path.join(outputDir, inputRoot + '.hpp'),
70 outputCpp = os.path.join(outputDir, inputRoot + '.cpp')
95 outputH = os.path.join(outputDir, inputRoot + '.h')
  /external/webkit/WebKitTools/Scripts/
pdevenv 35 print $fh "IF EXIST \"\%VSINSTALLDIR\%\\Common7\\IDE\\devenv.com\" (devenv.com /useenv " . join(" ", @ARGV) . ") ELSE ";
36 print $fh "VCExpress.exe /useenv " . join(" ", @ARGV) . "\n";
rebaseline-chromium-webkit-tests 34 sys.path.append(os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])),
  /external/webkit/WebKitTools/wx/browser/
wscript 32 include_paths = [os.path.join(wk_root, 'WebKit', 'wx')]
45 includes = ' '.join(include_paths),
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
BackgroundThread.java 39 this.join();
  /external/clearsilver/python/examples/base/
handle_error.py 25 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)
  /development/testrunner/test_defs/
host_test.py 37 _JUNIT_BUILD_PATH = os.path.join("external", "junit")
38 _HOSTTESTLIB_BUILD_PATH = os.path.join("development", "tools", "hosttestlib")
39 _DDMLIB_BUILD_PATH = os.path.join("development", "tools", "ddms", "libs",
96 path = os.path.join(options.host_lib_path, lib)
104 cmd = "java -cp %s %s %s -s %s -p %s" % (":".join(full_lib_paths),

Completed in 828 milliseconds

1 2 3 4 5 6 7 8 91011>>