Searched defs:Join (Results 1 - 25 of 47) sorted by relevance

12

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
H A DJoin.java5 public class Join { class
/external/sfntly/cpp/src/test/
H A Dplatform_thread.cc43 void PlatformThread::Join(PlatformThreadHandle thread_handle) { function in class:sfntly::PlatformThread
79 void PlatformThread::Join(PlatformThreadHandle thread_handle) {
/external/skia/src/utils/
H A DSkOSFile.cpp9 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { function in class:SkOSPath
/external/libweave/src/
H A Dstring_utils.h47 std::string Join(const std::string& delimiter, const Container& strings) { function in namespace:weave
53 inline std::string Join(const std::string& delimiter, function in namespace:weave
/external/llvm/unittests/ADT/
H A DTripleTest.cpp219 static std::string Join(StringRef A, StringRef B, StringRef C) { function in namespace:__anon12721
224 static std::string Join(StringRef A, StringRef B, StringRef C, StringRef D) { function in namespace:__anon12721
281 std::string E = Join(C[0], C[1], C[2]);
282 EXPECT_EQ(E, Triple::normalize(Join(C[0], C[1], C[2])));
284 EXPECT_EQ(E, Triple::normalize(Join(C[0], C[2], C[1])));
285 EXPECT_EQ(E, Triple::normalize(Join(C[1], C[2], C[0])));
286 EXPECT_EQ(E, Triple::normalize(Join(C[1], C[0], C[2])));
287 EXPECT_EQ(E, Triple::normalize(Join(C[2], C[0], C[1])));
288 EXPECT_EQ(E, Triple::normalize(Join(C[2], C[1], C[0])));
294 std::string F = Join(
[all...]
/external/regex-re2/util/
H A Dthread.cc33 void Thread::Join() { function in class:Thread
/external/webrtc/webrtc/base/
H A Dthread_checker_unittest.cc63 // New method. Needed since Thread::Join is protected, and it is called by
65 void Join() { function in class:rtc::__anon20721::CallDoStuffOnThread
66 Thread::Join();
87 // New method. Needed since Thread::Join is protected, and it is called by
89 void Join() { function in class:rtc::__anon20721::DeleteThreadCheckerClassOnThread
90 Thread::Join();
122 delete_on_thread.Join();
135 call_on_thread.Join();
149 call_on_thread.Join();
174 call_on_thread.Join();
[all...]
H A Dthread.cc249 void Thread::Join() { function in class:rtc::Thread
317 Join();
392 // only via Join, so Send must complete.
/external/libbrillo/brillo/strings/
H A Dstring_utils.h85 std::string Join(const std::string& delimiter, const Container& strings) { function in namespace:brillo::string_utils
91 inline std::string Join(const std::string& delimiter, function in namespace:brillo::string_utils
96 inline std::string Join(const std::string& delimiter, function in namespace:brillo::string_utils
/external/gemmlowp/test/
H A Dtest_blocking_counter.cc33 ~Thread() { Join(); }
35 bool Join() const { function in class:gemmlowp::Thread
73 if (threads[i]->Join()) {
/external/libchrome/base/threading/
H A Dsimple_thread.cc27 DCHECK(HasBeenJoined()) << "SimpleThread destroyed without being Join()ed.";
44 void SimpleThread::Join() { function in class:base::SimpleThread
45 DCHECK(HasBeenStarted()) << "Tried to Join a never-started thread.";
46 DCHECK(!HasBeenJoined()) << "Tried to Join a thread multiple times.";
47 PlatformThread::Join(thread_);
120 // Join and destroy all the worker threads.
122 threads_[i]->Join();
H A Dplatform_thread_posix.cc201 void PlatformThread::Join(PlatformThreadHandle thread_handle) { function in class:base::PlatformThread
/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/protobuf/src/google/protobuf/stubs/
H A Donce_unittest.cc84 if (!joined_) Join();
91 void Join() { function in class:google::protobuf::__anon16386::OnceInitTest::TestThread
215 threads[i]->Join();
246 threads[i]->Join();
H A Dstrutil.h488 // ToString() are internal help methods used in StrCat() and Join()
530 // Join()
535 void Join(Iterator start, Iterator end, function in namespace:google::protobuf
546 string Join(const Range& components, function in namespace:google::protobuf
549 Join(components.begin(), components.end(), delim, &result);
/external/v8/test/cctest/
H A Dtest-lockers.cc115 thread1->Join();
143 void Join() { function in class:JoinableThread
145 thread_.Join();
201 threads[i]->Join();
290 threadB.Join();
365 thread.Join();
424 thread.Join();
501 thread->Join();
519 thread.Join();
/external/valgrind/drd/tests/
H A Dannotate_smart_pointer.cpp86 void Join() function in class:Thread
149 void Join() function in class:Thread
328 q->Join();
H A Dtsan_thread_wrappers_pthread.h355 void Join() { CHECK(0 == pthread_join(t_, NULL));} function in class:MyThread
532 workers_[i]->Join();
/external/llvm/lib/Fuzzer/
H A DFuzzerTraceState.cpp151 static LabelRange Join(LabelRange LR1, LabelRange LR2) { function in struct:fuzzer::LabelRange
156 LabelRange &Join(LabelRange LR) { function in struct:fuzzer::LabelRange
157 return *this = Join(*this, LR);
224 return LR = LabelRange::Join(GetLabelRange(LI->l1), GetLabelRange(LI->l2));
/external/skia/include/core/
H A DSkPaint.h417 /** Join enum specifies the settings for the paint's strokejoin. This is
420 enum Join { enum in class:SkPaint
446 Join getStrokeJoin() const { return (Join)fBitfields.fJoinType; }
452 void setStrokeJoin(Join join);
/external/v8/src/base/platform/
H A Dplatform-posix.cc628 void Thread::Join() { function in class:v8::base::Thread
/external/v8/src/js/
H A Darray.js175 function Join(array, length, separator, convert) { function
419 return Join(this, this.length, ',', ConvertToString);
436 return Join(array, len, ',', ConvertToLocaleString);
464 return Join(array, length, separator, ConvertToString);
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-port.cc341 Join();
344 void ThreadWithParamBase::Join() { function in class:testing::internal::ThreadWithParamBase
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DBagFormatter.java418 private Join labelVisitor = new Join();
916 private class Join extends Visitor { class in class:BagFormatter
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DBagFormatter.java417 private Join labelVisitor = new Join();
915 private class Join extends Visitor { class in class:BagFormatter

Completed in 1125 milliseconds

12