Searched refs:obj (Results 101 - 125 of 2086) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance-no-thunks.cpp34 void build_vftable(X *obj) { obj->f(); } argument
64 void build_vftable(X *obj) { obj->g(); } argument
93 void build_vftable(X *obj) { obj->i(); } argument
116 void build_vftable(X *obj) { obj->f(); } argument
151 void build_vftable(X *obj) { obj argument
184 build_vftable(X *obj) argument
219 build_vftable(X *obj) argument
250 build_vftable(X *obj) argument
301 build_vftable(test9::X *obj) argument
[all...]
H A Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance-pure-virtual.cpp35 void build_vftable(C *obj) { obj->g(); } argument
/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...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnmake.mak63 $(OBJDIR)\os_win32.obj \
64 $(OBJDIR)\eloop_win.obj \
65 $(OBJDIR)\sha1.obj \
66 $(OBJDIR)\sha1-tlsprf.obj \
67 $(OBJDIR)\sha1-pbkdf2.obj \
68 $(OBJDIR)\md5.obj \
69 $(OBJDIR)\aes-cbc.obj \
70 $(OBJDIR)\aes-ctr.obj \
71 $(OBJDIR)\aes-eax.obj \
72 $(OBJDIR)\aes-encblock.obj \
[all...]
/external/v8/test/mjsunit/
H A Dosr-elements-kind.js51 function getKind(obj) {
52 if (%HasFastSmiElements(obj)) return elements_kind.fast_smi_only;
53 if (%HasFastObjectElements(obj)) return elements_kind.fast;
54 if (%HasFastDoubleElements(obj)) return elements_kind.fast_double;
55 if (%HasDictionaryElements(obj)) return elements_kind.dictionary;
57 assertTrue(%HasExternalArrayElements(obj));
58 if (%HasExternalByteElements(obj)) {
61 if (%HasExternalUnsignedByteElements(obj)) {
64 if (%HasExternalShortElements(obj)) {
67 if (%HasExternalUnsignedShortElements(obj)) {
[all...]
/external/libnl/lib/
H A Dobject.c24 static inline struct nl_object_ops *obj_ops(struct nl_object *obj) argument
26 if (!obj->ce_ops)
29 return obj->ce_ops;
91 * @arg obj object to inherite data from
94 struct nl_object *nl_object_clone(struct nl_object *obj) argument
97 struct nl_object_ops *ops = obj_ops(obj);
109 new->ce_ops = obj->ce_ops;
110 new->ce_msgtype = obj->ce_msgtype;
111 new->ce_mask = obj->ce_mask;
114 memcpy((void *)new + doff, (void *)obj
133 nl_object_free(struct nl_object *obj) argument
162 nl_object_get(struct nl_object *obj) argument
173 nl_object_put(struct nl_object *obj) argument
194 nl_object_shared(struct nl_object *obj) argument
210 nl_object_mark(struct nl_object *obj) argument
219 nl_object_unmark(struct nl_object *obj) argument
229 nl_object_is_marked(struct nl_object *obj) argument
246 nl_object_dump(struct nl_object *obj, struct nl_dump_params *params) argument
315 nl_object_match_filter(struct nl_object *obj, struct nl_object *filter) argument
338 nl_object_attrs2str(struct nl_object *obj, uint32_t attrs, char *buf, size_t len) argument
359 nl_object_attr_list(struct nl_object *obj, char *buf, size_t len) argument
371 nl_object_get_refcnt(struct nl_object *obj) argument
376 nl_object_get_cache(struct nl_object *obj) argument
[all...]
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_resampler.c43 resampler_t *obj = malloc(sizeof(resampler_t)); local
44 *resampInst = obj;
45 if (obj == NULL) {
54 resampler_t *obj = (resampler_t*) resampInst; local
55 memset(obj->buffer, 0, sizeof(obj->buffer));
56 obj->position = 0.0;
58 obj->deviceSampleRateHz = deviceSampleRateHz;
59 memset(obj->skewData, 0, sizeof(obj
68 resampler_t *obj = (resampler_t*) resampInst; local
80 resampler_t *obj = (resampler_t*) resampInst; local
137 resampler_t *obj = (resampler_t*)resampInst; local
[all...]
/external/clang/test/Modules/Inputs/
H A DMethodPoolASub.h4 - (void)method5:(C*)obj;
/external/lzma/C/Util/LzmaLib/
H A Dmakefile10 $O\LzmaLibExports.obj \
13 $O\Alloc.obj \
14 $O\LzFind.obj \
15 $O\LzFindMt.obj \
16 $O\LzmaDec.obj \
17 $O\LzmaEnc.obj \
18 $O\LzmaLib.obj \
19 $O\Threads.obj \
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DJoin.java9 for (Object obj : collection) {
10 String asString = obj == null ? null : obj.toString();
11 if (obj != null && asString.length() > 0) {
12 sb.append(del).append(obj);
22 for (Object obj : collection) {
23 String asString = obj == null ? null : obj.toString();
/external/skia/experimental/PdfViewer/
H A DSkPdfConfig.h65 #define STORE_TRACK_PARAMETERS(obj) (obj)->fStreamId = streamId;\
66 (obj)->fOffsetStart = offsetStart;\
67 (obj)->fOffsetEnd = offsetEnd;
68 #define STORE_TRACK_PARAMETER_OFFSET_END(obj,offsetEnd) (obj)->fOffsetEnd = (offsetEnd)-streamStart;
71 #define STORE_TRACK_PARAMETERS(obj)
72 #define STORE_TRACK_PARAMETER_OFFSET_END(obj,offsetEnd)
/external/squashfs-tools/kernel-2.4/fs/squashfs/
H A DMakefile7 obj-y := inode.o squashfs2_0.o
9 obj-m := $(O_TARGET)
/external/v8/test/mjsunit/regress/
H A Dregress-1625.js33 var obj = {};
34 var x = Object.defineProperties(obj, desc);
H A Dregress-3199913.js43 obj = new C()
44 assertEquals('called b(0, 1)', obj.f())
H A Dregress-2263.js28 var obj = { length: { valueOf: function(){ throw { type: "length" }}}};
30 assertThrows("Array.prototype.join.call(obj, sep)", undefined, "length");
H A Dregress-gvn-ftt.js22 var obj = {o: a1};
24 f(obj, a1);
25 f(obj, a1);
27 assertEquals(a2.id, f(obj, a2).id);
/external/v8/test/webkit/fast/js/kde/
H A Diteration.js48 obj = new Object();
49 obj.a = 11;
50 obj.b = 22;
53 for ( prop in obj )
54 properties += (prop + "=" + obj[prop] + ";");
59 obj.y = 33;
60 obj.x = 44;
62 for ( prop in obj )
45 obj = new Object(); class
/external/v8/test/webkit/
H A Dfor-in-avoid-duplicates.js36 var obj = new constr();
39 for (var prop in obj) {
/external/harfbuzz_ng/test/api/
H A Dtest-object.c119 typedef void *(*reference_func_t) (void *obj);
120 typedef void (*destroy_func_t) (void *obj);
121 typedef hb_bool_t (*set_user_data_func_t) (void *obj, hb_user_data_key_t *key, void *data, hb_destroy_func_t destroy, hb_bool_t replace);
122 typedef void * (*get_user_data_func_t) (void *obj, hb_user_data_key_t *key);
123 typedef void (*make_immutable_func_t) (void *obj);
124 typedef hb_bool_t (*is_immutable_func_t) (void *obj);
233 void *obj; local
244 obj = o->create ();
245 g_assert (obj);
247 g_assert (obj
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBERTaggedObject.java16 * @param obj the tagged object.
20 ASN1Encodable obj)
22 super(true, tagNo, obj);
28 * @param obj the tagged object.
33 ASN1Encodable obj)
35 super(explicit, tagNo, obj);
58 ASN1Primitive primitive = obj.toASN1Primitive().toDERObject();
74 ASN1Primitive primitive = obj.toASN1Primitive();
107 if (obj instanceof ASN1OctetString)
109 if (obj instanceo
18 BERTaggedObject( int tagNo, ASN1Encodable obj) argument
30 BERTaggedObject( boolean explicit, int tagNo, ASN1Encodable obj) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DDHPrivateKeyParameters.java30 Object obj)
32 if (!(obj instanceof DHPrivateKeyParameters))
37 DHPrivateKeyParameters other = (DHPrivateKeyParameters)obj;
39 return other.getX().equals(this.x) && super.equals(obj);
29 equals( Object obj) argument
H A DDHPublicKeyParameters.java30 Object obj)
32 if (!(obj instanceof DHPublicKeyParameters))
37 DHPublicKeyParameters other = (DHPublicKeyParameters)obj;
39 return other.getY().equals(y) && super.equals(obj);
29 equals( Object obj) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/field/
H A DPrimeField.java24 public boolean equals(Object obj) argument
26 if (this == obj)
30 if (!(obj instanceof PrimeField))
34 PrimeField other = (PrimeField)obj;
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DFwdRef.java29 Object obj; field in class:FwdRef
/external/lzma/CPP/7zip/
H A DCrc.mak2 $O\7zCrc.obj
8 $O\7zCrcOpt.obj

Completed in 703 milliseconds

1234567891011>>