Searched refs:Join (Results 1 - 25 of 251) sorted by relevance

1234567891011

/external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
H A Dpath_test.cc21 EXPECT_EQ(".", p1.Join());
24 EXPECT_EQ("/", p2.Join());
37 EXPECT_EQ(std::string(""), empty.Join());
41 EXPECT_EQ(std::string("."), dot.Join());
45 EXPECT_EQ(std::string("/"), root.Join());
49 EXPECT_EQ(std::string("/abs/from/string"), abs_str.Join());
53 EXPECT_EQ(std::string("rel/from/string"), rel_str.Join());
57 EXPECT_EQ(std::string("rel/from/string"), self_str.Join());
68 EXPECT_EQ(std::string("."), empty.Join());
72 EXPECT_EQ(std::string("."), dot.Join());
[all...]
/external/chromium_org/third_party/re2/util/
H A Dthread.h15 void Join();
H A Dthread.cc33 void Thread::Join() { function in class:Thread
/external/regex-re2/util/
H A Dthread.h15 void Join();
H A Dthread.cc33 void Thread::Join() { function in class:Thread
/external/valgrind/unittest/output_tests/
H A Dfun_hist_test.cc37 t1.Join();
38 t2.Join();
H A Doutput_test1.cc23 t1.Join();
24 t2.Join();
/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.h30 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; }
31 void setJoin(SkPaint::Join);
/external/skia/src/core/
H A DSkStroke.h30 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; }
31 void setJoin(SkPaint::Join);
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
H A DJoinParser.java9 // Parser for Join Header (RFC3911)
12 // Join = "Join" HCOLON callid *(SEMI join-param)
48 Join join = new Join();
63 { "Join: 12345th5z8z\n",
64 "Join: 12345th5z8z;to-tag=tozght6-45;from-tag=fromzght789-337-2\n",
69 Join t = (Join) tp.parse();
/external/valgrind/unittest/
H A Dopt_tests.cc58 mta.Join();
H A Ddemo_tests.cc63 t1.Join();
64 t2.Join();
107 t1.Join(); t2.Join();
125 t.Join();
162 t.Join();
199 t1.Join(); t2.Join(); t3.Join(); t4.Join();
[all...]
/external/chromium/base/threading/
H A Dthread_checker_unittest.cc94 delete_on_thread.Join();
107 call_on_thread.Join();
121 call_on_thread.Join();
146 call_on_thread.Join();
H A Dnon_thread_safe_unittest.cc95 delete_on_thread.Join();
109 call_on_thread.Join();
134 delete_on_thread.Join();
H A Dplatform_thread_unittest.cc35 PlatformThread::Join(handle);
48 PlatformThread::Join(handle[n]);
83 PlatformThread::Join(handle);
99 PlatformThread::Join(handle[n]);
/external/chromium_org/base/threading/
H A Dthread_checker_unittest.cc107 delete_on_thread.Join();
120 call_on_thread.Join();
134 call_on_thread.Join();
159 call_on_thread.Join();
H A Dnon_thread_safe_unittest.cc108 delete_on_thread.Join();
122 call_on_thread.Join();
147 delete_on_thread.Join();
H A Dplatform_thread_unittest.cc36 PlatformThread::Join(handle);
49 PlatformThread::Join(handle[n]);
87 PlatformThread::Join(handle);
106 PlatformThread::Join(handle[n]);
/external/chromium_org/third_party/skia/include/core/
H A DSkStrokeRec.h37 SkPaint::Join getJoin() const { return fJoin; }
57 void setStrokeParams(SkPaint::Cap cap, SkPaint::Join join, SkScalar miterLimit) {
88 SkPaint::Join fJoin;
/external/skia/include/core/
H A DSkStrokeRec.h37 SkPaint::Join getJoin() const { return fJoin; }
57 void setStrokeParams(SkPaint::Cap cap, SkPaint::Join join, SkScalar miterLimit) {
88 SkPaint::Join fJoin;
/external/chromium/base/synchronization/
H A Dlock_unittest.cc82 PlatformThread::Join(handle);
122 PlatformThread::Join(handle);
136 PlatformThread::Join(handle);
185 PlatformThread::Join(handle);
207 PlatformThread::Join(handle1);
208 PlatformThread::Join(handle2);
209 PlatformThread::Join(handle3);
/external/chromium_org/base/synchronization/
H A Dlock_unittest.cc84 PlatformThread::Join(handle);
124 PlatformThread::Join(handle);
138 PlatformThread::Join(handle);
187 PlatformThread::Join(handle);
209 PlatformThread::Join(handle1);
210 PlatformThread::Join(handle2);
211 PlatformThread::Join(handle3);
/external/sfntly/cpp/src/test/
H A Dlock_test.cc94 PlatformThread::Join(handle);
136 PlatformThread::Join(handle);
150 PlatformThread::Join(handle);
200 PlatformThread::Join(handle);
223 PlatformThread::Join(handle1);
224 PlatformThread::Join(handle2);
225 PlatformThread::Join(handle3);
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
H A DJoin.java14 * Join SIPHeader.
23 public class Join class in inherits:ParametersHeader,ExtensionHeader,JoinHeader
31 public static final String NAME = "Join";
42 public Join() { method in class:Join
50 public Join(String callId) throws IllegalArgumentException { method in class:Join
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextUtils.java6 import com.xtremelabs.robolectric.util.Join;
48 return Join.join((String) delimiter, (Collection) tokens);
53 return Join.join((String) delimiter, tokens);

Completed in 557 milliseconds

1234567891011