HomeSort by relevance Sort by last modified time
    Searched refs:owner (Results 1 - 25 of 379) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLSocketOutputStream.java 31 private final SSLSocketImpl owner; field in class:SSLSocketOutputStream
33 protected SSLSocketOutputStream(SSLSocketImpl owner) {
34 this.owner = owner;
42 owner.writeAppData(singleByte, 0, 1);
47 owner.writeAppData(b, 0, b.length);
52 owner.writeAppData(b, off, len);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRefElementImpl.java 25 SmilRefElementImpl(SmilDocumentImpl owner, String tagName) {
26 super(owner, tagName);
SmilElementImpl.java 29 * @param owner The SMIL document to which this element belongs to
32 SmilElementImpl(SmilDocumentImpl owner, String tagName)
34 super(owner, tagName.toLowerCase());
  /libcore/luni/src/main/java/org/apache/xpath/
XPathVisitable.java 36 * @param owner The owner of the visitor, where that path may be
40 public void callVisitors(ExpressionOwner owner, XPathVisitor visitor);
XPathVisitor.java 43 * <code>boolean visitComponentType(ExpressionOwner owner, ComponentType compType)</code>.
44 * The ExpressionOwner argument is the owner of the component, and can
55 * @param owner The owner of the expression, to which the expression can
60 public boolean visitLocationPath(ExpressionOwner owner, LocPathIterator path)
67 * @param owner The owner of the expression, to which the expression can
72 public boolean visitUnionPath(ExpressionOwner owner, UnionPathIterator path)
79 * @param owner The owner of the expression, to which the expression can
    [all...]
  /libcore/luni/src/main/java/java/security/acl/
Owner.java 28 public interface Owner {
35 * @param owner
36 * the owner to added.
37 * @return {@code true} if the owner was added, {@code false} if it was already an owner.
39 * if the invoking principal is not an owner.
41 boolean addOwner(Principal caller, Principal owner)
49 * @param owner
50 * the owner to be removed.
51 * @return {@code true} if the owner was removed, {@code false} if it was not an owner
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/thread/dc/
SDL_sysmutex.c 33 Uint32 owner; member in struct:SDL_mutex
47 mutex->owner = 0;
76 if ( mutex->owner == this_thread ) {
84 mutex->owner = this_thread;
104 if ( SDL_ThreadID() != mutex->owner ) {
113 First reset the owner so another thread doesn't lock
117 mutex->owner = 0;
  /external/webkit/WebCore/rendering/
RenderObjectChildList.cpp 69 RenderObject* RenderObjectChildList::removeChildNode(RenderObject* owner, RenderObject* oldChild, bool fullRemove)
71 ASSERT(oldChild->parent() == owner);
76 if (!owner->documentBeingDestroyed() && fullRemove && oldChild->m_everHadLayout) {
85 if (!owner->documentBeingDestroyed() && fullRemove) {
88 if (owner->style()->visibility() != VISIBLE && oldChild->style()->visibility() == VISIBLE && !oldChild->hasLayer()) {
89 layer = owner->enclosingLayer();
96 layer = owner->enclosingLayer();
104 if (oldChild->isPositioned() && owner->childrenInline())
105 owner->dirtyLinesFromChangedChild(oldChild);
112 if (!owner->documentBeingDestroyed() && oldChild->isSelectionBorder()
    [all...]
RenderObjectChildList.h 54 RenderObject* removeChildNode(RenderObject* owner, RenderObject*, bool fullRemove = true);
55 void appendChildNode(RenderObject* owner, RenderObject*, bool fullAppend = true);
56 void insertChildNode(RenderObject* owner, RenderObject* child, RenderObject* before, bool fullInsert = true);
58 void updateBeforeAfterContent(RenderObject* owner, PseudoId type, RenderObject* styledObject = 0);
59 void invalidateCounters(RenderObject* owner, const AtomicString& identifier);
  /external/webkit/WebCore/svg/graphics/
SVGPaintServerLinearGradient.h 38 static PassRefPtr<SVGPaintServerLinearGradient> create(const SVGGradientElement* owner) { return adoptRef(new SVGPaintServerLinearGradient(owner)); }
52 SVGPaintServerLinearGradient(const SVGGradientElement* owner);
SVGPaintServerRadialGradient.h 38 static PassRefPtr<SVGPaintServerRadialGradient> create(const SVGGradientElement* owner) { return adoptRef(new SVGPaintServerRadialGradient(owner)); }
55 SVGPaintServerRadialGradient(const SVGGradientElement* owner);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTreePasteboard.h 35 - (NSInteger)declareType:(NSString *)type owner:(id)newOwner;
  /bionic/libc/kernel/common/linux/mtd/
partitions.h 32 struct module *owner; member in struct:mtd_part_parser
37 #define put_partition_parser(p) do { module_put((p)->owner); } while(0)
  /development/ndk/platforms/android-3/include/linux/mtd/
partitions.h 32 struct module *owner; member in struct:mtd_part_parser
37 #define put_partition_parser(p) do { module_put((p)->owner); } while(0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
partitions.h 32 struct module *owner; member in struct:mtd_part_parser
37 #define put_partition_parser(p) do { module_put((p)->owner); } while(0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/
partitions.h 32 struct module *owner; member in struct:mtd_part_parser
37 #define put_partition_parser(p) do { module_put((p)->owner); } while(0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mtd/
partitions.h 32 struct module *owner; member in struct:mtd_part_parser
37 #define put_partition_parser(p) do { module_put((p)->owner); } while(0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mtd/
partitions.h 32 struct module *owner; member in struct:mtd_part_parser
37 #define put_partition_parser(p) do { module_put((p)->owner); } while(0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mtd/
partitions.h 32 struct module *owner; member in struct:mtd_part_parser
37 #define put_partition_parser(p) do { module_put((p)->owner); } while(0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mtd/
partitions.h 32 struct module *owner; member in struct:mtd_part_parser
37 #define put_partition_parser(p) do { module_put((p)->owner); } while(0)
  /external/qemu/distrib/sdl-1.2.12/src/thread/generic/
SDL_sysmutex.c 32 Uint32 owner; member in struct:SDL_mutex
47 mutex->owner = 0;
83 if ( mutex->owner == this_thread ) {
91 mutex->owner = this_thread;
111 if ( SDL_ThreadID() != mutex->owner ) {
120 First reset the owner so another thread doesn't lock
124 mutex->owner = 0;
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_sysmutex.c 37 pthread_t owner; member in struct:SDL_mutex
92 if ( mutex->owner == this_thread ) {
100 mutex->owner = this_thread;
128 if ( pthread_self() == mutex->owner ) {
133 First reset the owner so another thread doesn't lock
137 mutex->owner = 0;
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_sysmutex.c 38 pthread_t owner; member in struct:SDL_mutex
91 if ( mutex->owner == this_thread ) {
99 mutex->owner = this_thread;
127 if ( pthread_self() == mutex->owner ) {
132 First reset the owner so another thread doesn't lock
136 mutex->owner = 0;
  /external/bison/
GNUmakefile 40 export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner
  /external/bluetooth/glib/gthread/
gthread-impl.c 76 GSystemThread owner; member in struct:_GMutexDebugInfo
90 g_system_thread_assign (info->owner, zero_thread);
107 if (g_system_thread_equal (info->owner, self))
114 g_system_thread_assign (info->owner, self);
129 if (g_system_thread_equal (info->owner, self))
137 g_system_thread_assign (info->owner, self);
154 if (g_system_thread_equal (info->owner, zero_thread))
157 if (!g_system_thread_equal (info->owner, self))
162 g_system_thread_assign (info->owner, zero_thread);
176 if (info && !g_system_thread_equal (info->owner, zero_thread)
    [all...]

Completed in 261 milliseconds

1 2 3 4 5 6 7 8 91011>>