HomeSort by relevance Sort by last modified time
    Searched refs:obj (Results 126 - 150 of 1704) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/broadcom/wlan/bcm4329/src/dhd/linux/
makefile.26 28 obj-m += bcm4329.o
31 obj-m += dhd.o
  /libcore/luni/src/main/java/java/lang/annotation/
Annotation.java 72 * @param obj
75 * @return {@code true} if {@code obj} is equal to this annotation,
78 boolean equals(Object obj);
  /libcore/luni/src/main/java/java/security/
Principal.java 31 * @param obj
37 public boolean equals( Object obj );
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
IntArrayWrapper.java 43 public boolean equals(Object obj) {
44 if (getClass().equals(obj.getClass())) {
45 return Arrays.equals(mData, ((IntArrayWrapper)obj).mData);
48 return super.equals(obj);
  /development/samples/BrowserPlugin/jni/
PluginObject.cpp 39 PluginObject *obj = (PluginObject*) inst()->pdata; local
40 return obj->window->width;
44 PluginObject *obj = (PluginObject*) inst()->pdata; local
45 return obj->window->height;
72 static void pluginInvalidate(NPObject *obj);
73 static bool pluginHasProperty(NPObject *obj, NPIdentifier name);
74 static bool pluginHasMethod(NPObject *obj, NPIdentifier name);
75 static bool pluginGetProperty(NPObject *obj, NPIdentifier name, NPVariant *variant);
76 static bool pluginSetProperty(NPObject *obj, NPIdentifier name, const NPVariant *variant);
77 static bool pluginInvoke(NPObject *obj, NPIdentifier name, const NPVariant *args, uint32_t argCount, NPVariant *result)
    [all...]
  /external/v8/src/
mark-compact.h 37 typedef bool (*IsAliveFunction)(HeapObject* obj, int* size, int* offset);
119 static void ReportDeleteIfNeeded(HeapObject* obj);
174 static void MarkUnmarkedObject(HeapObject* obj);
176 static inline void MarkObject(HeapObject* obj) {
177 if (!obj->IsMarked()) MarkUnmarkedObject(obj);
180 static inline void SetMark(HeapObject* obj) {
183 UpdateLiveObjectCount(obj);
185 obj->SetMark();
235 static void UpdateLiveObjectCount(HeapObject* obj);
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Array/
regress-130451.js 127 var obj = new Object(); class
128 obj.sort = Array.prototype.sort;
129 obj.length = 4;
130 obj[0] = 0;
131 obj[1] = 1;
132 obj[2] = 2;
133 obj[3] = 3;
135 actual = obj.sort(cmp).length;
142 * above, the setting of obj.length to 2 and then 4
145 obj = new Object()
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
BaseCommands.java 106 public void registerForRadioStateChanged(Handler h, int what, Object obj) {
107 Registrant r = new Registrant (h, what, obj);
121 public void registerForOn(Handler h, int what, Object obj) {
122 Registrant r = new Registrant (h, what, obj);
139 public void registerForAvailable(Handler h, int what, Object obj) {
140 Registrant r = new Registrant (h, what, obj);
157 public void registerForNotAvailable(Handler h, int what, Object obj) {
158 Registrant r = new Registrant (h, what, obj);
175 public void registerForOffOrNotAvailable(Handler h, int what, Object obj) {
176 Registrant r = new Registrant (h, what, obj);
    [all...]
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 36 static void yaffsfs_RemoveObjectCallback(yaffs_Object *obj);
49 yaffs_Object *obj; // the object member in struct:__anon8578
64 yaffsfs_handle[i].obj = NULL;
85 return h->obj;
128 h->obj = NULL;
203 static yaffs_Object *yaffsfs_FollowLink(yaffs_Object *obj,int symDepth)
206 while(obj && obj->variantType == YAFFS_OBJECT_TYPE_SYMLINK)
208 char *alias = obj->variant.symLinkVariant.alias;
213 obj = yaffsfs_FindObject(NULL,alias,symDepth++)
338 yaffs_Object *obj = NULL; local
513 yaffs_Object *obj = NULL; local
574 yaffs_Object *obj = NULL; local
626 yaffs_Object *obj = NULL; local
653 yaffs_Object *obj = NULL; local
708 yaffs_Object *obj = NULL; local
766 yaffs_Object *obj = NULL; local
866 yaffs_Object *obj; local
906 yaffs_Object *obj; local
950 yaffs_Object *obj; local
976 yaffs_Object *obj; local
1261 yaffs_Object *obj = NULL; local
1355 yaffs_Object *obj; local
1381 yaffs_Object *obj = NULL; local
1413 yaffs_Object *obj = NULL; local
1476 yaffs_Object *obj = yaffsfs_FindRoot(path,&rest); local
    [all...]
  /external/icu4c/samples/layout/
pflow.c 224 pf_object *obj = (pf_object *) flow; local
227 for (i = 0; i < obj->fLineCount; i += 1) {
228 DELETE_ARRAY(obj->fLines[i]);
231 DELETE_ARRAY(obj->fLines);
233 for (i = 0; i < obj->fParagraphCount; i += 1) {
234 pl_close(obj->fParagraphLayout[i]);
237 DELETE_ARRAY(obj->fParagraphLayout);
239 DELETE_ARRAY(obj->fChars);
241 DELETE_ARRAY(obj);
247 pf_object *obj = (pf_object *) flow local
254 pf_object *obj = (pf_object *) flow; local
261 pf_object *obj = (pf_object *) flow; local
278 pf_object *obj = (pf_object *) flow; local
317 pf_object *obj = (pf_object *) flow; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
hwdep.h 113 void snd_hwdep_info_free(snd_hwdep_info_t *obj);
116 unsigned int snd_hwdep_info_get_device(const snd_hwdep_info_t *obj);
117 int snd_hwdep_info_get_card(const snd_hwdep_info_t *obj);
118 const char *snd_hwdep_info_get_id(const snd_hwdep_info_t *obj);
119 const char *snd_hwdep_info_get_name(const snd_hwdep_info_t *obj);
120 snd_hwdep_iface_t snd_hwdep_info_get_iface(const snd_hwdep_info_t *obj);
121 void snd_hwdep_info_set_device(snd_hwdep_info_t *obj, unsigned int val);
127 void snd_hwdep_dsp_status_free(snd_hwdep_dsp_status_t *obj);
130 unsigned int snd_hwdep_dsp_status_get_version(const snd_hwdep_dsp_status_t *obj);
131 const char *snd_hwdep_dsp_status_get_id(const snd_hwdep_dsp_status_t *obj);
    [all...]
  /external/qemu/
qdict.c 22 static void qdict_destroy_obj(QObject *obj);
47 QDict *qobject_to_qdict(const QObject *obj)
49 if (qobject_type(obj) != QTYPE_QDICT)
52 return container_of(obj, QDict, base);
169 QObject *obj; local
171 obj = qdict_get(qdict, key);
172 assert(obj != NULL);
173 assert(qobject_type(obj) == type);
175 return obj;
188 QObject *obj = qdict_get(qdict, key) local
211 QObject *obj = qdict_get_obj(qdict, key, QTYPE_QINT); local
225 QObject *obj = qdict_get_obj(qdict, key, QTYPE_QBOOL); local
266 QObject *obj = qdict_get_obj(qdict, key, QTYPE_QSTRING); local
280 QObject *obj; local
299 QObject *obj; local
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERIA5String.java 20 Object obj)
22 if (obj == null || obj instanceof DERIA5String)
24 return (DERIA5String)obj;
27 if (obj instanceof ASN1OctetString)
29 return new DERIA5String(((ASN1OctetString)obj).getOctets());
32 if (obj instanceof ASN1TaggedObject)
34 return getInstance(((ASN1TaggedObject)obj).getObject());
37 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
43 * @param obj the tagged object holding the object we wan
    [all...]
DERNumericString.java 20 Object obj)
22 if (obj == null || obj instanceof DERNumericString)
24 return (DERNumericString)obj;
27 if (obj instanceof ASN1OctetString)
29 return new DERNumericString(((ASN1OctetString)obj).getOctets());
32 if (obj instanceof ASN1TaggedObject)
34 return getInstance(((ASN1TaggedObject)obj).getObject());
37 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
43 * @param obj the tagged object holding the object we wan
    [all...]
DERPrintableString.java 22 Object obj)
24 if (obj == null || obj instanceof DERPrintableString)
26 return (DERPrintableString)obj;
29 if (obj instanceof ASN1OctetString)
31 return new DERPrintableString(((ASN1OctetString)obj).getOctets());
34 if (obj instanceof ASN1TaggedObject)
36 return getInstance(((ASN1TaggedObject)obj).getObject());
39 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
45 * @param obj the tagged object holding the object we wan
    [all...]
DEREncodableVector.java 23 DEREncodable obj)
25 v.addElement(obj);
  /dalvik/vm/native/
sun_misc_Unsafe.c 59 * public native boolean compareAndSwapInt(Object obj, long offset,
66 Object* obj = (Object*) args[1]; local
70 volatile int32_t* address = (volatile int32_t*) (((u1*) obj) + offset);
79 * public native boolean compareAndSwapLong(Object obj, long offset,
86 Object* obj = (Object*) args[1]; local
90 volatile int64_t* address = (volatile int64_t*) (((u1*) obj) + offset);
100 * public native boolean compareAndSwapObject(Object obj, long offset,
107 Object* obj = (Object*) args[1]; local
111 int32_t* address = (int32_t*) (((u1*) obj) + offset);
116 dvmWriteBarrierField(obj, address)
127 Object* obj = (Object*) args[1]; local
142 Object* obj = (Object*) args[1]; local
158 Object* obj = (Object*) args[1]; local
173 Object* obj = (Object*) args[1]; local
190 Object* obj = (Object*) args[1]; local
205 Object* obj = (Object*) args[1]; local
221 Object* obj = (Object*) args[1]; local
234 Object* obj = (Object*) args[1]; local
249 Object* obj = (Object*) args[1]; local
262 Object* obj = (Object*) args[1]; local
277 Object* obj = (Object*) args[1]; local
290 Object* obj = (Object*) args[1]; local
    [all...]
  /external/webkit/WebCore/bridge/jni/v8/
JavaInstanceV8.cpp 113 jobject obj = javaInstance(); local
116 callJNIMethodIDA<void>(obj, jMethod->methodID(obj), jArgs);
119 result.l = callJNIMethodIDA<jobject>(obj, jMethod->methodID(obj), jArgs);
122 result.z = callJNIMethodIDA<jboolean>(obj, jMethod->methodID(obj), jArgs);
125 result.b = callJNIMethodIDA<jbyte>(obj, jMethod->methodID(obj), jArgs);
128 result.c = callJNIMethodIDA<jchar>(obj, jMethod->methodID(obj), jArgs)
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
SyncBasicHttpContext.java 53 public synchronized void setAttribute(final String id, final Object obj) {
54 super.setAttribute(id, obj);
  /external/clearsilver/cgi/
date.h 19 NEOERR *export_date_tm (HDF *obj, const char *prefix, struct tm *ttm);
20 NEOERR *export_date_time_t (HDF *obj, const char *prefix, const char *timezone,
  /external/skia/src/core/
SkRefCnt.cpp 44 SkRefCnt* obj = fObj; local
46 return obj;
  /external/webkit/WebCore/accessibility/chromium/
AccessibilityObjectWrapper.h 43 AccessibilityObjectWrapper(AccessibilityObject* obj)
44 : m_object(obj)
  /external/webkit/WebCore/bridge/c/
c_runtime.cpp 43 NPObject* obj = instance->getObject(); local
44 if (obj->_class->getProperty) {
51 result = obj->_class->getProperty(obj, _fieldIdentifier, &property);
66 NPObject* obj = instance->getObject(); local
67 if (obj->_class->setProperty) {
73 obj->_class->setProperty(obj, _fieldIdentifier, &variant);
  /external/webkit/WebCore/page/
PluginHalter.cpp 47 void PluginHalter::didStartPlugin(HaltablePlugin* obj)
49 ASSERT_ARG(obj, obj);
50 ASSERT_ARG(obj, !m_plugins.contains(obj));
57 m_plugins.add(obj, currentTime);
65 void PluginHalter::didStopPlugin(HaltablePlugin* obj)
70 m_plugins.remove(obj);
  /external/webkit/WebCore/rendering/
SVGInlineFlowBox.h 34 SVGInlineFlowBox(RenderObject* obj)
35 : InlineFlowBox(obj)

Completed in 3915 milliseconds

1 2 3 4 56 7 8 91011>>