/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;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stdio-lock.h | 30 typedef struct { int lock; int cnt; void *owner; } _IO_lock_t; member in struct:__anon14160 43 if ((_name).owner != __self) \ 46 (_name).owner = __self; \ 55 if ((_name).owner != __self) \ 59 (_name).owner = __self; \ 74 (_name).owner = NULL; \
|
/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
|