Searched refs:join (Results 251 - 275 of 735) sorted by relevance

<<11121314151617181920>>

/external/clang/utils/analyzer/
H A DSATestAdd.py47 ProjectMapPath = os.path.join(CurDir, SATestBuild.ProjectMapFile)
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DStringArrayPropertyEditor.java46 return "[" + Joiner.on(", ").join(items) + "]";
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
H A DStringsDialog.java54 setText(Joiner.on('\n').join(items));
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
H A DStreamForwarder.java90 sibling.join();
/external/gtest/test/
H A Dgtest_list_tests_unittest.py136 (LIST_TESTS_FLAG, flag_expression, ' '.join(args), output))
/external/guava/guava-tests/test/com/google/common/net/
H A DHttpHeadersTest.java68 return JOINER.join(parts);
/external/guava/guava-tests/test/com/google/common/primitives/
H A DBooleansTest.java130 assertEquals("", Booleans.join(",", EMPTY));
131 assertEquals("false", Booleans.join(",", ARRAY_FALSE));
132 assertEquals("false,true", Booleans.join(",", false, true));
134 Booleans.join("", false, true, false));
/external/junit/src/org/junit/internal/runners/statements/
H A DFailOnTimeout.java28 thread.join(fTimeout);
/external/llvm/lib/Support/
H A DIntEqClasses.cpp14 // passing a representative member of each class to join().
32 void IntEqClasses::join(unsigned a, unsigned b) { function in class:IntEqClasses
33 assert(NumClasses == 0 && "join() called after compress().");
/external/markdown/markdown/extensions/
H A Dabbr.py74 return r'(?P<abbr>\b%s\b)' % (r''.join(chars))
H A Dfenced_code.py88 text = "\n".join(lines)
/external/markdown/markdown/
H A Dpreprocessors.py109 text = "\n".join(lines)
180 self.markdown.htmlStash.store('\n\n'.join(items)))
184 new_blocks.append(self.markdown.htmlStash.store('\n\n'.join(items)))
187 new_text = "\n\n".join(new_blocks)
/external/protobuf/gtest/test/
H A Dgtest_list_tests_unittest.py136 (LIST_TESTS_FLAG, flag_expression, ' '.join(args), output))
/external/skia/tests/
H A DEmptyPathTest.cpp13 str->appendf(" style[%d] cap[%d] join[%d] antialias[%d]",
86 for (size_t join = 0; join < SK_ARRAY_COUNT(gJoins); ++join) {
92 paint.setStrokeJoin(gJoins[join]);
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-3184.js64 ).join(" ");
/external/v8/tools/
H A Dtest-wrapper-gypbuild.py38 from os.path import join, dirname, abspath namespace
215 workspace = abspath(join(dirname(sys.argv[0]), '..'))
234 child = subprocess.Popen(' '.join(args_for_children +
248 child = subprocess.Popen(' '.join(args_for_children +
/external/webkit/Source/WebCore/inspector/
H A Dinline-javascript-imports.py58 fullPath = os.path.join(importsDir, importFileName)
/external/webkit/Source/WebKit/chromium/scripts/
H A Dinline_js_imports.py59 full_path = os.path.join(imports_dir, import_file_name)
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
H A DRecentBuildsLoader.js33 url += range(maximumNumberOfBuilds).map(function(n) { return "select=-" + (n + 1); }).join("&");
/external/webkit/Tools/QueueStatusServer/model/
H A Dqueues.py80 return "-".join([word[0].upper() + word[1:] for word in string.split("-")])
/external/webkit/Tools/Scripts/
H A Dtest-webkit-scripts54 return os.path.join(self.scripts_directory, script_file_name)
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dapi.py109 absolute_paths = [os.path.join(self._scm.checkout_root, path) for path in changed_files]
133 return CommitMessage("".join(changelog_messages).splitlines())
153 return DEPS(os.path.join(self._scm.checkout_root, "Source", "WebKit", "chromium", "DEPS"))
177 raise ScriptError(message="Failed to apply reverse diff for revision %s because of the following conflicts:\n%s" % (revision, "\n".join(conflicts)))
/external/webkit/Tools/Scripts/webkitpy/common/net/irc/
H A Dircproxy.py62 self._child_thread.join()
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dfile_lock_unittest.py38 self._lock_path = os.path.join(tempfile.gettempdir(), self._lock_name)
H A Dfilesystem.py112 files.append(self.join(dirpath, filename))
135 def join(self, *comps): member in class:FileSystem
137 return os.path.join(*comps)
178 os.makedirs(self.join(*path))

Completed in 1218 milliseconds

<<11121314151617181920>>