HomeSort by relevance Sort by last modified time
    Searched defs:join (Results 101 - 125 of 637) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/v8/tools/
nacl-run.py 34 from os.path import join, dirname, abspath namespace
122 nacl_sel_ldr = os.path.join(nacl_sdk_dir, "tools", sel_ldr)
123 nacl_irt = os.path.join(nacl_sdk_dir, "tools", irt)
124 nacl_ld_so = os.path.join(nacl_sdk_dir, "toolchain", toolchain,
126 nacl_lib_path = os.path.join(nacl_sdk_dir, "toolchain", toolchain,
145 command = ' '.join([nacl_sel_ldr, '-c', '-c', '-a', '-B', nacl_irt, '--',
  /external/chromium_org/v8/tools/testrunner/local/
utils.py 32 from os.path import join namespace
39 return isdir(path) and exists(join(path, 'testcfg.py'))
40 return [ f for f in os.listdir(test_root) if IsSuite(join(test_root, f)) ]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
StringsDialog.java 54 setText(Joiner.on('\n').join(items)); method
  /external/guava/guava/src/com/google/common/base/
Joiner.java 41 * return joiner.join("Harry", null, "Ron", "Hermione");}</pre>
57 * return joiner.join("wrong", null, "wrong");}</pre>
211 * @deprecated use {@link #join(Iterator)} by casting {@code parts} to
217 public final <I extends Object & Iterable<?> & Iterator<?>> String join(I parts) { method in class:Joiner
218 return join((Iterator<?>) parts);
225 public final String join(Iterable<?> parts) { method in class:Joiner
226 return join(parts.iterator());
236 public final String join(Iterator<?> parts) { method in class:Joiner
244 public final String join(Object[] parts) { method in class:Joiner
245 return join(Arrays.asList(parts))
252 public final String join(@Nullable Object first, @Nullable Object second, Object... rest) { method in class:Joiner
    [all...]
  /external/junit/src/org/junit/experimental/theories/internal/
ParameterizedAssertionError.java 16 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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextUtils.java 6 import com.xtremelabs.robolectric.util.Join;
47 public static String join(CharSequence delimiter, Iterable tokens) { method in class:ShadowTextUtils
48 return Join.join((String) delimiter, (Collection) tokens);
52 public static String join(CharSequence delimiter, Object[] tokens) { method in class:ShadowTextUtils
53 return Join.join((String) delimiter, tokens);
  /external/skia/src/core/
SkRect.cpp 12 void SkIRect::join(int32_t left, int32_t top, int32_t right, int32_t bottom) { function in class:SkIRect
167 void SkRect::join(SkScalar left, SkScalar top, SkScalar right, function in class:SkRect
  /external/v8/tools/
test-wrapper-gypbuild.py 38 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 +
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CThread.cpp 114 void CThread::join( function in class:CThread
  /libcore/crypto/src/test/java/org/conscrypt/
FileClientSessionCacheTest.java 52 thread.join();
  /libcore/luni/src/test/java/libcore/java/net/
ServerSocketTest.java 43 t.join();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 123 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 124 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 124 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 123 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 123 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 123 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 123 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 124 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 114 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 124 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 114 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 113 join(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 15 from os.path import dirname, join, exists, sep namespace
29 yield "".join([ch.value for ch in node.children])
91 base_path = join(base_path, imp_name)
94 if not exists(join(dirname(base_path), "__init__.py")):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 15 from os.path import dirname, join, exists, sep namespace
29 yield "".join([ch.value for ch in node.children])
91 base_path = join(base_path, imp_name)
94 if not exists(join(dirname(base_path), "__init__.py")):

Completed in 652 milliseconds

1 2 3 45 6 7 8 91011>>