Searched defs:obj (Results 451 - 475 of 1383) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_xformfb.c66 st_transform_feedback_object(struct gl_transform_feedback_object *obj) argument
68 return (struct st_transform_feedback_object *) obj;
74 struct st_transform_feedback_object *obj; local
76 obj = CALLOC_STRUCT(st_transform_feedback_object);
77 if (!obj)
80 obj->base.Name = name;
81 obj->base.RefCount = 1;
82 return &obj->base;
88 struct gl_transform_feedback_object *obj)
91 st_transform_feedback_object(obj);
87 st_delete_transform_feedback(struct gl_context *ctx, struct gl_transform_feedback_object *obj) argument
111 st_begin_transform_feedback(struct gl_context *ctx, GLenum mode, struct gl_transform_feedback_object *obj) argument
157 st_pause_transform_feedback(struct gl_context *ctx, struct gl_transform_feedback_object *obj) argument
166 st_resume_transform_feedback(struct gl_context *ctx, struct gl_transform_feedback_object *obj) argument
179 st_transform_feedback_get_draw_target(struct gl_transform_feedback_object *obj) argument
197 st_end_transform_feedback(struct gl_context *ctx, struct gl_transform_feedback_object *obj) argument
212 st_transform_feedback_draw_init(struct gl_transform_feedback_object *obj, struct pipe_draw_info *out) argument
[all...]
H A Dst_texture.h104 st_texture_object(struct gl_texture_object *obj) argument
106 return (struct st_texture_object *) obj;
/external/mesa3d/src/mesa/vbo/
H A Dvbo.h64 struct gl_buffer_object *obj; member in struct:_mesa_index_buffer
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DAbstractInterceptFieldCallback.java23 public int writeInt(Object obj, String name, int oldValue, int newValue) { return newValue; } argument
24 public char writeChar(Object obj, String name, char oldValue, char newValue) { return newValue; } argument
25 public byte writeByte(Object obj, String name, byte oldValue, byte newValue) { return newValue; } argument
26 public boolean writeBoolean(Object obj, String name, boolean oldValue, boolean newValue) { return newValue; } argument
27 public short writeShort(Object obj, String name, short oldValue, short newValue) { return newValue; } argument
28 public float writeFloat(Object obj, String name, float oldValue, float newValue) { return newValue; } argument
29 public double writeDouble(Object obj, String name, double oldValue, double newValue) { return newValue; } argument
30 public long writeLong(Object obj, String name, long oldValue, long newValue) { return newValue; } argument
31 public Object writeObject(Object obj, String name, Object oldValue, Object newValue) { return newValue; } argument
33 public int readInt(Object obj, Strin argument
34 readChar(Object obj, String name, char oldValue) argument
35 readByte(Object obj, String name, byte oldValue) argument
36 readBoolean(Object obj, String name, boolean oldValue) argument
37 readShort(Object obj, String name, short oldValue) argument
38 readFloat(Object obj, String name, float oldValue) argument
39 readDouble(Object obj, String name, double oldValue) argument
40 readLong(Object obj, String name, long oldValue) argument
41 readObject(Object obj, String name, Object oldValue) argument
[all...]
H A DInterceptFieldCallback.java23 int writeInt(Object obj, String name, int oldValue, int newValue); argument
24 char writeChar(Object obj, String name, char oldValue, char newValue); argument
25 byte writeByte(Object obj, String name, byte oldValue, byte newValue); argument
26 boolean writeBoolean(Object obj, String name, boolean oldValue, boolean newValue); argument
27 short writeShort(Object obj, String name, short oldValue, short newValue); argument
28 float writeFloat(Object obj, String name, float oldValue, float newValue); argument
29 double writeDouble(Object obj, String name, double oldValue, double newValue); argument
30 long writeLong(Object obj, String name, long oldValue, long newValue); argument
31 Object writeObject(Object obj, String name, Object oldValue, Object newValue); argument
33 int readInt(Object obj, Strin argument
34 readChar(Object obj, String name, char oldValue) argument
35 readByte(Object obj, String name, byte oldValue) argument
36 readBoolean(Object obj, String name, boolean oldValue) argument
37 readShort(Object obj, String name, short oldValue) argument
38 readFloat(Object obj, String name, float oldValue) argument
39 readDouble(Object obj, String name, double oldValue) argument
40 readLong(Object obj, String name, long oldValue) argument
41 readObject(Object obj, String name, Object oldValue) argument
[all...]
/external/mockito/src/org/mockito/internal/invocation/
H A DSerializableMethod.java75 public boolean equals(Object obj) { argument
76 if (this == obj)
78 if (obj == null)
80 if (getClass() != obj.getClass())
82 SerializableMethod other = (SerializableMethod) obj;
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DNetObjectList.java87 * @param obj NetObject to set
89 public void add(NetObject obj) { argument
90 super.add(obj);
H A DUserInfo.java75 * @param obj Object to set
78 public boolean equals(Object obj) { argument
79 if (getClass() != obj.getClass()) {
82 UserInfo other = (UserInfo) obj;
/external/nist-sip/java/javax/sip/address/
H A DAddress.java23 boolean equals(Object obj); argument
/external/openssl/crypto/asn1/
H A Dt_req.c231 ASN1_OBJECT *obj; local
236 obj=X509_EXTENSION_get_object(ex);
237 i2a_ASN1_OBJECT(bp,obj);
/external/openssl/crypto/evp/
H A Devp_pkey.c195 int EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *key, ASN1_OBJECT *obj, argument
198 return X509at_get_attr_by_OBJ(key->attributes, obj, lastpos);
218 const ASN1_OBJECT *obj, int type,
221 if(X509at_add1_attr_by_OBJ(&key->attributes, obj,
217 EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) argument
/external/openssl/crypto/pkcs12/
H A Dp12_add.c65 PKCS12_SAFEBAG *PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it, int nid1, argument
75 if (!ASN1_item_pack(obj, it, &bag->value.octet)) {
H A Dp12_decr.c159 void *obj, int zbuf)
168 inlen = ASN1_item_i2d(obj, &in, it);
157 PKCS12_item_i2d_encrypt(X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, void *obj, int zbuf) argument
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DExtensionRegistryLite.java161 public boolean equals(final Object obj) { argument
162 if (!(obj instanceof ObjectIntPair)) {
165 final ObjectIntPair other = (ObjectIntPair)obj;
/external/qemu/include/qapi/qmp/
H A Dqobject.h67 #define QOBJECT(obj) (&(obj)->base)
70 #define QINCREF(obj) \
71 qobject_incref(QOBJECT(obj))
74 #define QDECREF(obj) \
75 qobject_decref(obj ? QOBJECT(obj) : NULL)
78 #define QOBJECT_INIT(obj, qtype_type) \
79 obj->base.refcnt = 1; \
80 obj
85 qobject_incref(QObject *obj) argument
95 qobject_decref(QObject *obj) argument
107 qobject_type(const QObject *obj) argument
[all...]
/external/qemu/qobject/
H A Dqerror.c18 static void qerror_destroy_obj(QObject *obj);
135 static QError *qobject_to_qerror(const QObject *obj) argument
137 if (qobject_type(obj) != QTYPE_QERROR) {
141 return container_of(obj, QError, base);
147 static void qerror_destroy_obj(QObject *obj) argument
151 assert(obj != NULL);
152 qerr = qobject_to_qerror(obj);
H A Dqlist.c18 static void qlist_destroy_obj(QObject *obj);
41 static void qlist_copy_elem(QObject *obj, void *opaque) argument
45 qobject_incref(obj);
46 qlist_append_obj(dst, obj);
80 void (*iter)(QObject *obj, void *opaque), void *opaque)
127 static void qlist_size_iter(QObject *obj, void *opaque) argument
143 QList *qobject_to_qlist(const QObject *obj) argument
145 if (qobject_type(obj) != QTYPE_QLIST) {
149 return container_of(obj, QList, base);
155 static void qlist_destroy_obj(QObject *obj) argument
79 qlist_iter(const QList *qlist, void (*iter)(QObject *obj, void *opaque), void *opaque) argument
[all...]
H A Dqstring.c17 static void qstring_destroy_obj(QObject *obj);
118 QString *qobject_to_qstring(const QObject *obj) argument
120 if (qobject_type(obj) != QTYPE_QSTRING)
123 return container_of(obj, QString, base);
141 static void qstring_destroy_obj(QObject *obj) argument
145 assert(obj != NULL);
146 qs = qobject_to_qstring(obj);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMessage.java54 message.obj = m.obj;
79 public static Message obtain(Handler h, int what, Object obj) { argument
81 m.obj = obj;
94 public static Message obtain(Handler h, int what, int arg1, int arg2, Object obj) { argument
96 m.obj = obj;
/external/skia/src/core/
H A DSkTRefArray.h28 SkTRefArray<T>* obj = (SkTRefArray<T>*)sk_malloc_throw(size); local
30 SkNEW_PLACEMENT(obj, SkTRefArray<T>);
31 obj->fCount = count;
32 return obj;
42 SkTRefArray<T>* obj = Alloc(count); local
43 T* array = const_cast<T*>(obj->begin());
47 return obj;
56 SkTRefArray<T>* obj = Alloc(count); local
57 T* array = const_cast<T*>(obj->begin());
61 return obj;
[all...]
/external/smack/src/com/kenai/jbosh/
H A DBodyQName.java122 public boolean equals(final Object obj) { argument
123 if (obj instanceof BodyQName) {
124 BodyQName other = (BodyQName) obj;
/external/smack/src/org/jivesoftware/smack/
H A DChat.java175 public boolean equals(Object obj) { argument
176 return obj instanceof Chat
177 && threadID.equals(((Chat)obj).getThreadID())
178 && participant.equals(((Chat)obj).getParticipant());
H A DRosterEntry.java194 * @param obj the reference object with which to compare.
195 * @return <code>true</code> if this object is the same as the obj argument; <code>false</code>
198 public boolean equalsDeep(Object obj) { argument
199 if (this == obj)
201 if (obj == null)
203 if (getClass() != obj.getClass())
205 RosterEntry other = (RosterEntry) obj;
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractEmptyIterator.java61 public void add(E obj) { argument
65 public void set(E obj) { argument
/external/smack/src/org/jivesoftware/smackx/bookmark/
H A DBookmarkedConference.java115 public boolean equals(Object obj) { argument
116 if(obj == null || !(obj instanceof BookmarkedConference)) {
119 BookmarkedConference conference = (BookmarkedConference)obj;

Completed in 1627 milliseconds

<<11121314151617181920>>