Home
last modified time | relevance | path

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

12345678910>>...35

/external/v8/test/mjsunit/
Darray-join.js30 assertEquals('1,2345,6', a.join(''));
31 assertEquals('1,2*3*4*5,6', a.join('*'));
32 assertEquals('1,2**3**4**5,6', a.join('**'));
33 assertEquals('1,2****3****4****5,6', a.join('****'));
34 assertEquals('1,2********3********4********5,6', a.join('********'));
35 assertEquals('1,2**********3**********4**********5,6', a.join('**********'));
39 assertEquals('1,2345,6', a.join(''));
40 assertEquals('1,2*3*4*5,6*', a.join('*'));
41 assertEquals('1,2**3**4**5,6**', a.join('**'));
42 assertEquals('1,2****3****4****5,6****', a.join('****'));
[all …]
Darray-tostring.js44 assertEquals(a1.join(), a1.toString());
48 a2.join = testJoin;
55 a3.join = "not callable";
70 join: Array.prototype.join}; property
71 assertEquals(o1.join(), o1.toString());
77 join: testJoin, property
86 join: testJoin}; property
93 join: "not callable"}; property
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/mockito/src/org/mockito/exceptions/
DReporter.java31 import static org.mockito.internal.util.StringJoiner.join;
47 throw new MockitoException(join( in checkedExceptionInvalid()
54 throw new MockitoException(join( in cannotStubWithNullThrowable()
61 throw new UnfinishedStubbingException(join( in unfinishedStubbing()
78 throw new MockitoException(join( in incorrectUseOfApi()
91 throw new MissingMethodInvocationException(join( in missingMethodInvocation()
107 UnfinishedVerificationException exception = new UnfinishedVerificationException(join( in unfinishedVerificationException()
123 throw new NotAMockException(join( in notAMockPassedToVerify()
134 throw new NullInsteadOfMockException(join( in nullPassedToVerify()
145 throw new NotAMockException(join( in notAMockPassedToWhenMethod()
[all …]
/external/webkit/Source/WebKit/wx/
Dwscript33 os.path.join(wk_root, 'Source', 'JavaScriptCore'),
34 os.path.join(wk_root, 'Source', 'WebCore'),
35 os.path.join(wk_root, 'Source', 'WebCore', 'bindings', 'wx'),
36 os.path.join(wk_root, 'Source', 'WebCore', 'DerivedSources'),
37 os.path.join(output_dir),
38 os.path.join(wk_root, 'Source', 'WebCore', 'page', 'wx'),
39 os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'network', 'curl'),
40 os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'wx'),
41 os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'bridge', 'wx'),
42 os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'graphics', 'wx'),
[all …]
/external/icu4c/stubdata/
Dicu_dat_generator.py43 command_list = [os.path.join(ICU_PREBUILT_DIR, tool)]
47 command = "[%s] %s" % (working_dir, " ".join(command_list))
57 src_dat = os.path.join(ICU4C_DIR, "stubdata", ICU_DATA + "-all.dat")
58 dst_dat = os.path.join(ICU4C_DIR, "stubdata", ICU_DATA + ".dat")
161 print "%s includes %s." % (input_basename, ", ".join(sorted(every_language)))
167 p = os.path.join(ICU4C_DIR, "data", kind, locale + ".txt")
173 relative_path = "/".join(missing_file.split("/")[-2:])
177 WriteIndex(os.path.join(TMP_DAT_PATH, res_index), locales)
181 WriteIndex(os.path.join(TMP_DAT_PATH, kind, res_index), locales)
188 InvokeIcuTool("genrb", os.path.join(TMP_DAT_PATH, kind), [res_index])
[all …]
/external/webkit/Source/WebKit/wx/bindings/python/
Dwscript33 os.path.join(wk_root, 'Source', 'JavaScriptCore'),
34 os.path.join(wk_root, 'Source', 'WebCore', 'bindings', 'cpp'),
35 os.path.join(wk_root, 'Source', 'WebCore', 'DerivedSources'),
36 os.path.join(wk_root, 'Source', 'WebKit', 'wx'),
37 os.path.join(wx_root, 'wxPython', 'include'),
38 os.path.join(wx_root, '..', 'wxPython', 'include'),
51 fullpath = os.path.join(wx_root, adir)
83 includes = ' '.join(include_paths),
85 swig_flags = ' '.join(wx_swig_args),
/external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
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(resources, 'sync_promo'),
[all …]
/external/webkit/Tools/BuildSlaveSupport/
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(thinDirectory, dirname)
[all …]
/external/guava/guava-tests/test/com/google/common/base/
DJoinerTest.java68 J.join(ITERABLE_NULL); in testNoSpecialNullBehavior()
73 J.join(ITERABLE_1_NULL_2); in testNoSpecialNullBehavior()
79 J.join(ITERABLE_NULL.iterator()); in testNoSpecialNullBehavior()
84 J.join(ITERABLE_1_NULL_2.iterator()); in testNoSpecialNullBehavior()
127 assertEquals("", joiner.join(set)); in checkNoOutput()
128 assertEquals("", joiner.join(set.iterator())); in checkNoOutput()
131 assertEquals("", joiner.join(array)); in checkNoOutput()
180 assertEquals(expected, joiner.join(parts)); in checkResult()
181 assertEquals(expected, joiner.join(parts.iterator())); in checkResult()
192 assertEquals(expected, joiner.join(partsArray)); in checkResult()
[all …]
/external/webkit/Tools/wx/packaging/
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_b…
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(wxroot, "libwxwebkit.dylib")
[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/antlr/antlr-3.4/runtime/Python/
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(rootDir, 'archive',
[all …]
/external/skia/tools/
Dcompare_baselines.py52 TRUNK_PATH = os.path.join(os.path.dirname(__file__), os.pardir)
55 DEFAULT_GM_BASEDIR = os.path.join(TRUNK_PATH, os.pardir, 'gm-expected')
72 source_path = os.path.join(source_dir, filename)
76 dest_path = os.path.join(dest_dir, '%s%s' % (prefix, filename))
92 source_path = os.path.join(source_dir, filename)
122 trunk_path = os.path.join(os.path.dirname(__file__), os.pardir)
123 possible_paths = [os.path.join(trunk_path, 'out', 'Release', 'skdiff'),
124 os.path.join(trunk_path, 'out', 'Debug', 'skdiff')]
151 checkedin_dir = os.path.join(tempdir_base, 'checkedin')
156 checkedin_flattened_dir = os.path.join(tempdir_base, 'checkedin_flattened')
[all …]
Dsvndiff.py34 TRUNK_PATH = os.path.join(os.path.dirname(__file__), os.pardir)
63 trunk_path = os.path.join(os.path.dirname(__file__), os.pardir)
64 possible_paths = [os.path.join(trunk_path, 'out', 'Release', 'skdiff'),
65 os.path.join(trunk_path, 'out', 'Debug', 'skdiff')]
85 modified_flattened_dir = os.path.join(dest_dir, 'modified_flattened')
86 original_flattened_dir = os.path.join(dest_dir, 'original_flattened')
87 diff_dir = os.path.join(dest_dir, 'diffs')
106 os.path.join(modified_flattened_dir, dest_filename))
109 os.path.join(original_flattened_dir, dest_filename))
/external/webkit/Tools/wx/build/
Dsettings.py40 wk_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '../../..'))
51 jscore_dir = os.path.join(wk_root, 'Source', 'JavaScriptCore')
52 webcore_dir = os.path.join(wk_root, 'Source', 'WebCore')
53 wklibs_dir = os.path.join(wk_root, 'WebKitLibraries')
162 output_dir = os.path.join(wk_root, 'WebKitBuild', config_dir)
194 msvclibs_dir = os.path.join(wklibs_dir, msvc_version, 'win')
258 msvclibs_dir = os.path.join(wklibs_dir, msvc_version, 'win')
288 conf.env.append_value('LIBPATH', os.path.join(msvclibs_dir, 'lib'))
334 conf.env.append_value('CPPPATH_SQLITE3', [os.path.join(wklibs_dir, 'WebCoreSQLite3')])
353 os.path.join(jscore_dir, 'os-win32'),
[all …]
/external/v8/test/test262/
Dtestcfg.py31 from os.path import join, exists
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(self.root, 'data'))
[all …]
/external/llvm/utils/llvm-lit/
Dllvm-lit.in11 sys.path.insert(0, os.path.join(llvm_source_root, 'utils', 'lit'))
17 'llvm_site_config' : os.path.join(llvm_obj_root, 'test', 'lit.site.cfg')
20 clang_obj_root = os.path.join(llvm_obj_root, 'tools', 'clang')
24 os.path.join(clang_obj_root, 'test', 'lit.site.cfg')
25 clang_tools_extra_obj_root = os.path.join(clang_obj_root, 'tools', 'extra')
28 os.path.join(clang_tools_extra_obj_root, 'test', 'lit.site.cfg')
/external/webkit/Tools/DumpRenderTree/
Dwscript33 os.path.join(output_dir),
34 os.path.join(wk_root, 'Source', 'JavaScriptCore'),
35 os.path.join(wk_root, 'Source', 'WebCore'),
36 os.path.join(wk_root, 'Source', 'WebCore', 'bindings', 'wx'),
37 os.path.join(wk_root, 'Source', 'WebKit', 'wx'),
58 includes = ' '.join(include_paths),
/external/chromium/build/
Dgyp_chromium17 chrome_src = os.path.abspath(os.path.join(script_dir, os.pardir))
19 sys.path.insert(0, os.path.join(chrome_src, 'tools', 'gyp', 'pylib'))
34 sys.path.insert(0, os.path.join(chrome_src, 'third_party', 'psyco_win32'))
88 AddInclude(os.path.join(script_dir, 'common.gypi'))
89 AddInclude(os.path.join(script_dir, 'features_override.gypi'))
92 supplements = glob.glob(os.path.join(chrome_src, '*', 'supplement.gypi'))
110 python_dir = os.path.join(chrome_src, 'third_party', 'python_26')
114 [os.path.join(python_dir, 'python.exe')] + sys.argv,
121 gyp_env_path = os.path.join(os.path.dirname(chrome_src), 'chromium.gyp_env')
141 args.append(os.path.join(script_dir, 'all.gyp'))
/external/v8/test/cctest/
Dtestcfg.py30 from os.path import join, dirname, exists
52 if exists(join(self.context.buildspace, 'obj', 'test', self.mode)):
53 serialization_file = join('obj', 'test', self.mode, 'serdes')
55 serialization_file = join('obj', 'serdes')
57 serialization_file = join(self.context.buildspace, serialization_file)
58 serialization_file += ''.join(self.variant_flags).replace('-', '_')
88 executable = join(self.context.buildspace, executable)
90 executable = join('obj', 'test', mode, 'cctest')
93 executable = join(self.context.buildspace, executable)
112 status_file = join(self.root, 'cctest.status')
/external/webkit/Source/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/oprofile/
Doprofile_android39 oprofile_bin_dir = os.path.join(android_host_out, 'bin')
41 opimport_bin = os.path.join(oprofile_bin_dir, 'opimport')
42 opreport_bin = os.path.join(oprofile_bin_dir, 'opreport')
43 opannotate_bin = os.path.join(oprofile_bin_dir, 'opannotate')
53 symbols_dir = os.path.join(android_product_out, 'symbols')
54 system_dir = os.path.join(android_product_out, 'system')
59 print ' '.join(command)
230 print '* Unsupported setup command arguments: %s' % (' '.join(args))
271 print '* Unsupported shutdown command arguments: %s' % (' '.join(command_args))
283 print '* Unsupported start command arguments: %s' % (' '.join(command_args))
[all …]
/external/clang/utils/analyzer/
DSATestBuild.py100 p = os.path.join(path, command + ext)
117 ProjectMapPath = os.path.join(os.path.abspath(os.curdir),
126 return os.path.join(os.path.abspath(os.curdir), ID)
182 ScriptPath = os.path.join(Dir, CleanupScript)
202 BuildScriptPath = os.path.join(Dir, BuildScript)
247 if os.path.exists(os.path.join(Dir, BuildScript)):
258 PlistPath = os.path.join(Dir, SBOutputDir, "date")
259 FailPath = os.path.join(PlistPath, "failures");
274 OutputOption = "-o " + os.path.join(PlistPath, FileName) + ".plist "
275 Command = CmdPrefix + OutputOption + os.path.join(Dir, FileName)
[all …]
/external/webkit/Source/gyp/
Dconfigure37 source_directory = os.path.abspath(os.path.join(__file__, '..', '..'))
41 return os.path.join('ThirdParty', 'gyp', 'gyp')
52 return os.path.join(self._name, 'gyp')
62 os.path.join(self._gyp_directory(), self._gyp_file_for_port(port)),
63 os.path.join(self._name, self._name + '.gypi'),
64 os.path.join('gyp', 'common.gypi'),
71 'xcode': os.path.join(self._name + '.xcodeproj', 'project.pbxproj'),
75 return os.path.join(self._gyp_directory(), self._output_for_port(port))
125 …because the generated files exist and are newer than the GYP files." % ', '.join(already_generated)

12345678910>>...35