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

12 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/linux/mtd/
partitions.h 62 struct module *owner; member in struct:mtd_part_parser
72 #define put_partition_parser(p) do { module_put((p)->owner); } while(0)
  /external/proguard/src/proguard/gui/
KeepSpecificationsPanel.java 42 public KeepSpecificationsPanel(JFrame owner,
49 super(owner, true);
  /external/webkit/WebCore/bindings/v8/custom/
V8StyleSheetCustom.cpp 22 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
46 // Add a hidden reference from stylesheet object to its owner node.
49 v8::Handle<v8::Object> owner = v8::Handle<v8::Object>::Cast(toV8(ownerNode)); local
50 wrapper->SetInternalField(V8StyleSheet::ownerNodeIndex, owner);
  /external/webkit/WebCore/svg/graphics/
SVGPaintServerLinearGradient.cpp 34 SVGPaintServerLinearGradient::SVGPaintServerLinearGradient(const SVGGradientElement* owner)
35 : SVGPaintServerGradient(owner)
SVGPaintServerRadialGradient.cpp 34 SVGPaintServerRadialGradient::SVGPaintServerRadialGradient(const SVGGradientElement* owner)
35 : SVGPaintServerGradient(owner)
SVGPaintServerPattern.h 49 static PassRefPtr<SVGPaintServerPattern> create(const SVGPatternElement* owner) { return adoptRef(new SVGPaintServerPattern(owner)); }
  /external/kernel-headers/original/linux/
cdev.h 7 struct module *owner; member in struct:cdev
spinlock_types.h 27 void *owner; member in struct:__anon5023
43 void *owner; member in struct:__anon5024
70 .owner = SPINLOCK_OWNER_INIT, \
76 .owner = SPINLOCK_OWNER_INIT, \
  /external/webkit/WebCore/bindings/v8/
npruntime_priv.h 62 // We generally associate NPObjects with an owner. The owner of an NPObject
76 // PluginObject will be the "owner" for both Object1 and Object2.
78 // Register an NPObject with the runtime. If the owner is NULL, the
79 // object is treated as an owning object. If owner is not NULL,
80 // this object will be registered as owned by owner's top-level owner.
81 void _NPN_RegisterObject(NPObject*, NPObject* owner);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLSocketInputStream.java 47 private final SSLSocketImpl owner; field in class:SSLSocketInputStream
49 // the flag indicating that the end of the (owner's) input stream
55 * @param owner the socket which will provide this input stream
58 protected SSLSocketInputStream(SSLSocketImpl owner) {
59 this.owner = owner;
113 owner.needAppData();
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCall.java 35 /*package*/ GsmCallTracker owner; field in class:GsmCall
56 GsmCall (GsmCallTracker owner) {
57 this.owner = owner;
73 return owner.phone;
87 owner.hangup(this);
  /libcore/luni/src/main/java/org/apache/xalan/templates/
AbsPathChecker.java 55 * @param owner The owner of the expression, to which the expression can
60 public boolean visitFunction(ExpressionOwner owner, Function func)
70 * @param owner The owner of the expression, to which the expression can
75 public boolean visitVariableRef(ExpressionOwner owner, Variable var)
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionMediaElementImpl.java 29 SmilRegionMediaElementImpl(SmilDocumentImpl owner, String tagName) {
30 super(owner, tagName);
  /bionic/libc/kernel/common/linux/
sysfs.h 22 struct module * owner; member in struct:attribute
31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
  /development/ndk/platforms/android-3/include/linux/
sysfs.h 22 struct module * owner; member in struct:attribute
31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
  /external/dbus/bus/
services.c 174 bus_owner_set_flags (BusOwner *owner,
177 owner->allow_replacement =
180 owner->do_not_queue =
198 but we need to use refcounting on the owner
199 so that the owner does not get freed before
217 bus_owner_ref (BusOwner *owner)
219 _dbus_assert (owner->refcount > 0);
220 owner->refcount += 1;
222 return owner;
226 bus_owner_unref (BusOwner *owner)
750 BusOwner *owner; \/**< the owner *\/ member in struct:__anon3346
900 BusOwner *owner; member in struct:__anon3347
1224 BusOwner *owner; local
1249 BusOwner *owner; local
1288 BusOwner *owner; local
    [all...]
  /external/webkit/WebCore/svg/animation/
SMILTimeContainer.h 48 static PassRefPtr<SMILTimeContainer> create(SVGSVGElement* owner) { return adoptRef(new SMILTimeContainer(owner)); }
68 SMILTimeContainer(SVGSVGElement* owner);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
sysfs.h 22 struct module * owner; member in struct:attribute
31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
sysfs.h 22 struct module * owner; member in struct:attribute
31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
sysfs.h 22 struct module * owner; member in struct:attribute
31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
sysfs.h 22 struct module * owner; member in struct:attribute
31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
sysfs.h 22 struct module * owner; member in struct:attribute
31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
sysfs.h 22 struct module * owner; member in struct:attribute
31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
  /external/quake/quake/src/QW/client/
d_surf.c 93 sc_base->owner = NULL;
114 if (c->owner)
115 *c->owner = NULL;
120 sc_base->owner = NULL;
163 if (sc_rover->owner)
164 *sc_rover->owner = NULL;
172 if (sc_rover->owner)
173 *sc_rover->owner = NULL;
186 sc_rover->owner = NULL;
198 new->owner = NULL; // should be set properly after return
    [all...]
  /external/quake/quake/src/WinQuake/
d_surf.cpp 94 sc_base->owner = NULL;
115 if (c->owner)
116 *c->owner = NULL;
121 sc_base->owner = NULL;
160 if (sc_rover->owner)
161 *sc_rover->owner = NULL;
169 if (sc_rover->owner)
170 *sc_rover->owner = NULL;
183 sc_rover->owner = NULL;
195 new->owner = NULL; // should be set properly after return
    [all...]

Completed in 480 milliseconds

12 3 4 5 6 7 8 91011>>