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

12

/external/opencore/oscl/oscl/osclio/src/
H A Doscl_ip_socket.cpp50 int32 OsclIPSocketI::Join(OsclNetworkAddress &aAddress) function in class:OsclIPSocketI
56 return iSocket->Join(aAddress);
H A Doscl_ip_socket.h37 int32 Join(OsclNetworkAddress& aAddress);
H A Doscl_socket_imp_base.h43 virtual int32 Join(OsclNetworkAddress& anAddr) = 0;
H A Doscl_socket_imp_pv.h56 int32 Join(OsclNetworkAddress& anAddr);
H A Doscl_socket.cpp89 OSCL_EXPORT_REF int32 OsclUDPSocket::Join(OsclNetworkAddress& aAddress) function in class:OsclUDPSocket
91 return iUDPSocket->Join(aAddress);
H A Doscl_socket.h176 * and Join the multicast group.
184 OSCL_IMPORT_REF int32 Join(OsclNetworkAddress& aAddress);
H A Doscl_socket_imp_pv.cpp112 int32 OsclSocketI::Join(OsclNetworkAddress& anAddr) function in class:OsclSocketI
/external/skia/include/core/
H A DSkStroke.h45 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; }
46 void setJoin(SkPaint::Join);
H A DSkPaint.h379 /** Join enum specifies the settings for the paint's strokejoin. This is
382 enum Join { enum in class:SkPaint
408 Join getStrokeJoin() const { return (Join)fJoinType; }
414 void setStrokeJoin(Join join);
873 SkStrokePathEffect(SkScalar width, SkPaint::Style, SkPaint::Join,
/external/skia/src/core/
H A DSkStrokerPriv.h46 static JoinProc JoinFactory(SkPaint::Join);
H A DSkPathEffect.cpp84 SkStrokePathEffect::SkStrokePathEffect(SkScalar width, SkPaint::Style style, SkPaint::Join join, SkPaint::Cap cap, SkScalar miter)
106 stroke.setJoin((SkPaint::Join)fJoin);
H A DSkStrokerPriv.cpp264 SkStrokerPriv::JoinProc SkStrokerPriv::JoinFactory(SkPaint::Join join)
/external/skia/src/animator/
H A DSkDrawPaint.cpp60 SK_MEMBER(strokeJoin, Join),
80 strokeCap((SkPaint::Cap) -1), strokeJoin((SkPaint::Join) -1), strokeMiter(SK_ScalarNaN),
255 if (strokeJoin != (SkPaint::Join) -1)
256 paint->setStrokeJoin((SkPaint::Join) strokeJoin);
/external/webkit/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.h117 void setLineJoin(SkPaint::Join);
H A DPlatformContextSkia.cpp82 SkPaint::Join m_lineJoin;
430 void PlatformContextSkia::setLineJoin(SkPaint::Join lj)
/external/v8/test/cctest/
H A Dtest-thread-termination.cc173 thread.Join();
225 thread1.Join();
226 thread2.Join();
H A Dtest-sockets.cc106 listener->Join();
/external/v8/src/
H A Ddebug-agent.cc92 Join();
128 session_->Join();
H A Darray.js100 function Join(array, length, separator, convert) { function
349 return Join(this, this.length, ',', ConvertToString);
357 return Join(this, this.length, ',', ConvertToLocaleString);
368 return Join(this, length, separator, ConvertToString);
H A Dd8-debug.cc205 receiver.Join();
H A Dplatform-nullos.cc327 void Thread::Join() { function in class:v8::internal::Thread
H A Dplatform.h365 void Join();
H A Dv8threads.cc423 singleton_->Join(); // Wait for the ContextSwitcher thread to exit.
/external/skia/src/effects/
H A DSkLayerRasterizer.cpp167 paint->setStrokeJoin((SkPaint::Join)buffer.readU8());
/external/webkit/WebKit/android/plugins/
H A DANPPaintInterface.cpp92 paint->setStrokeJoin(static_cast<SkPaint::Join>(join));

Completed in 149 milliseconds

12