Searched defs:join (Results 26 - 50 of 87) sorted by relevance

1234

/external/guava/guava/src/com/google/common/io/
H A DCharStreams.java384 public static InputSupplier<Reader> join( method in class:CharStreams
393 /** Varargs form of {@link #join(Iterable)}. */
394 public static InputSupplier<Reader> join( method in class:CharStreams
396 return join(Arrays.asList(suppliers));
/external/guava/guava/src/com/google/common/primitives/
H A DUnsignedInts.java116 * {@code separator}. For example, {@code join("-", 1, 2, 3)} returns the string {@code "1-2-3"}.
122 public static String join(String separator, int... array) { method in class:UnsignedInts
H A DUnsignedLongs.java117 * {@code separator}. For example, {@code join("-", 1, 2, 3)} returns the string {@code "1-2-3"}.
123 public static String join(String separator, long... array) { method in class:UnsignedLongs
H A DBooleans.java234 * by {@code separator}. For example, {@code join("-", false, true, false)}
241 public static String join(String separator, boolean... array) { method in class:Booleans
H A DChars.java352 * by {@code separator}. For example, {@code join("-", '1', '2', '3')} returns
359 public static String join(String separator, char... array) { method in class:Chars
H A DDoubles.java292 * by {@code separator}. For example, {@code join("-", 1.0, 2.0, 3.0)} returns
303 public static String join(String separator, double... array) { method in class:Doubles
H A DFloats.java289 * {@code separator}. For example, {@code join("-", 1.0f, 2.0f, 3.0f)}
300 public static String join(String separator, float... array) { method in class:Floats
H A DShorts.java358 * by {@code separator}. For example, {@code join("-", (short) 1, (short) 2,
365 public static String join(String separator, short... array) { method in class:Shorts
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h109 void join(linked_ptr_internal const* ptr) { function in class:testing::internal::linked_ptr_internal
119 // last member of the circle. Once this is done, you can join() another.
206 link_.join(&ptr->link_);
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h109 void join(linked_ptr_internal const* ptr) { function in class:testing::internal::linked_ptr_internal
119 // last member of the circle. Once this is done, you can join() another.
215 link_.join(&ptr->link_);
/external/skia/gm/
H A Dcubicpaths.cpp26 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
33 paint.setStrokeJoin(join);
169 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
176 paint.setStrokeJoin(join);
25 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
168 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
H A Dlinepaths.cpp26 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
33 paint.setStrokeJoin(join);
167 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
174 paint.setStrokeJoin(join);
25 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
166 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
H A Dquadpaths.cpp26 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
33 paint.setStrokeJoin(join);
168 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join,
175 paint.setStrokeJoin(join);
25 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
167 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
/external/v8/test/mjsunit/
H A Dtestcfg.py30 from os.path import join, dirname, exists namespace
76 result.append(join(dirname(self.config.root), '..', a_file))
77 framework = join(dirname(self.config.root), 'mjsunit', 'mjsunit.js')
125 regress = [current_path + ['regress', t] for t in self.Ls(join(self.root, 'regress'))]
126 bugs = [current_path + ['bugs', t] for t in self.Ls(join(self.root, 'bugs'))]
127 third_party = [current_path + ['third_party', t] for t in self.Ls(join(self.root, 'third_party'))]
128 tools = [current_path + ['tools', t] for t in self.Ls(join(self.root, 'tools'))]
129 compiler = [current_path + ['compiler', t] for t in self.Ls(join(self.root, 'compiler'))]
130 harmony = [current_path + ['harmony', t] for t in self.Ls(join(self.root, 'harmony'))]
142 file_path = join(sel
[all...]
/external/v8/test/preparser/
H A Dtestcfg.py30 from os.path import join, dirname, exists, isfile namespace
60 testfile = join(self.root, self.GetName()) + ".js"
82 expects_file = join(self.root, 'preparser.expectation')
100 pathname = join(self.root, filename + ".pyt")
126 executable = join(self.context.buildspace, executable)
128 executable = join('obj', 'preparser', mode, 'preparser')
131 executable = join(self.context.buildspace, executable)
155 status_file = join(self.root, 'preparser.status')
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dmanager_worker_broker.py226 def join(self, timeout): member in class:_WorkerConnection
249 def join(self, timeout): member in class:_InlineWorkerConnection
296 def join(self, timeout): member in class:_ThreadedWorkerConnection
297 return self._thread.join(timeout)
342 def join(self, timeout): member in class:_MultiProcessWorkerConnection
343 return self._proc.join(timeout)
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_pd.c352 int join, int force_freq)
387 join ? dev : NULL);
411 u16 config_methods, int join, int force_freq)
435 if (join)
450 * We use the join param as a cue to differentiate between user
453 p2p->user_initiated_pd = !join;
458 return p2p_send_prov_disc_req(p2p, dev, join, force_freq);
351 p2p_send_prov_disc_req(struct p2p_data *p2p, struct p2p_device *dev, int join, int force_freq) argument
410 p2p_prov_disc_req(struct p2p_data *p2p, const u8 *peer_addr, u16 config_methods, int join, int force_freq) argument
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_pd.c352 int join, int force_freq)
387 join ? dev : NULL);
411 u16 config_methods, int join, int force_freq)
435 if (join)
450 * We use the join param as a cue to differentiate between user
453 p2p->user_initiated_pd = !join;
458 return p2p_send_prov_disc_req(p2p, dev, join, force_freq);
351 p2p_send_prov_disc_req(struct p2p_data *p2p, struct p2p_device *dev, int join, int force_freq) argument
410 p2p_prov_disc_req(struct p2p_data *p2p, const u8 *peer_addr, u16 config_methods, int join, int force_freq) argument
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_pd.c352 int join, int force_freq)
387 join ? dev : NULL);
411 u16 config_methods, int join, int force_freq)
435 if (join)
450 * We use the join param as a cue to differentiate between user
453 p2p->user_initiated_pd = !join;
458 return p2p_send_prov_disc_req(p2p, dev, join, force_freq);
351 p2p_send_prov_disc_req(struct p2p_data *p2p, struct p2p_device *dev, int join, int force_freq) argument
410 p2p_prov_disc_req(struct p2p_data *p2p, const u8 *peer_addr, u16 config_methods, int join, int force_freq) argument
/external/dbus/dbus/
H A Ddbus-credentials.c517 dbus_bool_t join; local
519 join = FALSE;
524 join = TRUE;
528 if (!_dbus_string_append_printf (string, "%spid=" DBUS_PID_FORMAT, join ? " " : "", credentials->unix_pid))
530 join = TRUE;
533 join = FALSE;
536 if (!_dbus_string_append_printf (string, "%ssid=%s", join ? " " : "", credentials->windows_sid))
538 join = TRUE;
541 join = FALSE;
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
H A DChars.java301 * by {@code separator}. For example, {@code join("-", '1', '2', '3')} returns
308 public static String join(String separator, char... array) { method in class:Chars
H A DInts.java305 * by {@code separator}. For example, {@code join("-", 1, 2, 3)} returns
312 public static String join(String separator, int... array) { method in class:Ints
H A DLongs.java278 * by {@code separator}. For example, {@code join("-", 1L, 2L, 3L)} returns
285 public static String join(String separator, long... array) { method in class:Longs
H A DShorts.java306 * by {@code separator}. For example, {@code join("-", (short) 1, (short) 2,
313 public static String join(String separator, short... array) { method in class:Shorts
/external/skia/src/core/
H A DSkStrokerPriv.cpp193 check if we're trying to join an upright right angle
256 SkStrokerPriv::JoinProc SkStrokerPriv::JoinFactory(SkPaint::Join join) argument
262 SkASSERT((unsigned)join < SkPaint::kJoinCount);
263 return gJoiners[join];

Completed in 1024 milliseconds

1234