/dalvik/vm/oo/ |
ObjectInlines.h | 27 INLINE void dvmSetObjectArrayElement(const ArrayObject* obj, int index, 29 ((Object **)(void *)(obj)->contents)[index] = val; 31 dvmWriteBarrierArray(obj, index, index + 1); 50 INLINE JValue* dvmFieldPtr(const Object* obj, int offset) { 51 return ((JValue*)BYTE_OFFSET(obj, offset)); 54 INLINE bool dvmGetFieldBoolean(const Object* obj, int offset) { 55 return ((JValue*)BYTE_OFFSET(obj, offset))->z; 57 INLINE s1 dvmGetFieldByte(const Object* obj, int offset) { 58 return ((JValue*)BYTE_OFFSET(obj, offset))->b; 60 INLINE s2 dvmGetFieldShort(const Object* obj, int offset) [all...] |
/dalvik/vm/native/ |
sun_misc_Unsafe.cpp | 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 250 Object* obj = (Object*) args[1]; local 266 Object* obj = (Object*) args[1]; local 279 Object* obj = (Object*) args[1]; local 295 Object* obj = (Object*) args[1]; local 311 Object* obj = (Object*) args[1]; local 324 Object* obj = (Object*) args[1]; local 342 Object* obj = (Object*) args[1]; local [all...] |
/external/skia/src/views/ |
SkViewPriv.cpp | 37 SkView::Artist* SkView::setArtist(Artist* obj) 39 if (obj == NULL) 48 SkRefCnt_SafeAssign(rec->fArtist, obj); 50 this->addTagList(new Artist_SkTagList(obj)); 52 return obj; 83 SkView::Layout* SkView::setLayout(Layout* obj, bool invokeLayoutNow) 85 if (obj == NULL) 94 SkRefCnt_SafeAssign(rec->fLayout, obj); 96 this->addTagList(new Layout_SkTagList(obj)); 102 return obj; [all...] |
/external/webkit/Examples/NetscapeCocoaPlugin/ |
main.m | 115 PluginObject *obj = (PluginObject *)malloc(sizeof(PluginObject)); 116 bzero(obj, sizeof(PluginObject)); 118 obj->npp = instance; 119 instance->pdata = obj; 148 PluginObject *obj = instance->pdata; 150 [obj->string release]; 151 [obj->menuHandler release]; 153 free(obj); 160 PluginObject *obj = instance->pdata; 161 obj->window = *window [all...] |
/frameworks/base/tests/BrowserTestPlugin/jni/ |
PluginObject.cpp | 63 static void pluginInvalidate(NPObject *obj); 64 static bool pluginHasProperty(NPObject *obj, NPIdentifier name); 65 static bool pluginHasMethod(NPObject *obj, NPIdentifier name); 66 static bool pluginGetProperty(NPObject *obj, NPIdentifier name, NPVariant *variant); 67 static bool pluginSetProperty(NPObject *obj, NPIdentifier name, const NPVariant *variant); 68 static bool pluginInvoke(NPObject *obj, NPIdentifier name, const NPVariant *args, uint32_t argCount, NPVariant *result); 69 static bool pluginInvokeDefault(NPObject *obj, const NPVariant *args, uint32_t argCount, NPVariant *result); 71 static void pluginDeallocate(NPObject *obj); 121 static bool pluginHasProperty(NPObject *obj, NPIdentifier name) 130 static bool pluginHasMethod(NPObject *obj, NPIdentifier name [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
rawmidi.h | 98 void snd_rawmidi_info_free(snd_rawmidi_info_t *obj); 100 unsigned int snd_rawmidi_info_get_device(const snd_rawmidi_info_t *obj); 101 unsigned int snd_rawmidi_info_get_subdevice(const snd_rawmidi_info_t *obj); 102 snd_rawmidi_stream_t snd_rawmidi_info_get_stream(const snd_rawmidi_info_t *obj); 103 int snd_rawmidi_info_get_card(const snd_rawmidi_info_t *obj); 104 unsigned int snd_rawmidi_info_get_flags(const snd_rawmidi_info_t *obj); 105 const char *snd_rawmidi_info_get_id(const snd_rawmidi_info_t *obj); 106 const char *snd_rawmidi_info_get_name(const snd_rawmidi_info_t *obj); 107 const char *snd_rawmidi_info_get_subdevice_name(const snd_rawmidi_info_t *obj); 108 unsigned int snd_rawmidi_info_get_subdevices_count(const snd_rawmidi_info_t *obj); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
rawmidi.h | 98 void snd_rawmidi_info_free(snd_rawmidi_info_t *obj); 100 unsigned int snd_rawmidi_info_get_device(const snd_rawmidi_info_t *obj); 101 unsigned int snd_rawmidi_info_get_subdevice(const snd_rawmidi_info_t *obj); 102 snd_rawmidi_stream_t snd_rawmidi_info_get_stream(const snd_rawmidi_info_t *obj); 103 int snd_rawmidi_info_get_card(const snd_rawmidi_info_t *obj); 104 unsigned int snd_rawmidi_info_get_flags(const snd_rawmidi_info_t *obj); 105 const char *snd_rawmidi_info_get_id(const snd_rawmidi_info_t *obj); 106 const char *snd_rawmidi_info_get_name(const snd_rawmidi_info_t *obj); 107 const char *snd_rawmidi_info_get_subdevice_name(const snd_rawmidi_info_t *obj); 108 unsigned int snd_rawmidi_info_get_subdevices_count(const snd_rawmidi_info_t *obj); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
rawmidi.h | 98 void snd_rawmidi_info_free(snd_rawmidi_info_t *obj); 100 unsigned int snd_rawmidi_info_get_device(const snd_rawmidi_info_t *obj); 101 unsigned int snd_rawmidi_info_get_subdevice(const snd_rawmidi_info_t *obj); 102 snd_rawmidi_stream_t snd_rawmidi_info_get_stream(const snd_rawmidi_info_t *obj); 103 int snd_rawmidi_info_get_card(const snd_rawmidi_info_t *obj); 104 unsigned int snd_rawmidi_info_get_flags(const snd_rawmidi_info_t *obj); 105 const char *snd_rawmidi_info_get_id(const snd_rawmidi_info_t *obj); 106 const char *snd_rawmidi_info_get_name(const snd_rawmidi_info_t *obj); 107 const char *snd_rawmidi_info_get_subdevice_name(const snd_rawmidi_info_t *obj); 108 unsigned int snd_rawmidi_info_get_subdevices_count(const snd_rawmidi_info_t *obj); [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/ |
DistributionPointName.java | 31 ASN1TaggedObject obj, 34 return getInstance(ASN1TaggedObject.getInstance(obj, true)); 38 Object obj) 40 if (obj == null || obj instanceof DistributionPointName) 42 return (DistributionPointName)obj; 44 else if (obj instanceof ASN1TaggedObject) 46 return new DistributionPointName((ASN1TaggedObject)obj); 49 throw new IllegalArgumentException("unknown object in factory: " + obj.getClass().getName()); 98 ASN1TaggedObject obj) [all...] |
CRLDistPoint.java | 16 ASN1TaggedObject obj, 19 return getInstance(ASN1Sequence.getInstance(obj, explicit)); 23 Object obj) 25 if (obj instanceof CRLDistPoint || obj == null) 27 return (CRLDistPoint)obj; 29 else if (obj instanceof ASN1Sequence) 31 return new CRLDistPoint((ASN1Sequence)obj); 34 throw new IllegalArgumentException("unknown object in factory: " + obj.getClass().getName());
|
DSAParameter.java | 20 ASN1TaggedObject obj, 23 return getInstance(ASN1Sequence.getInstance(obj, explicit)); 27 Object obj) 29 if(obj == null || obj instanceof DSAParameter) 31 return (DSAParameter)obj; 34 if(obj instanceof ASN1Sequence) 36 return new DSAParameter((ASN1Sequence)obj); 39 throw new IllegalArgumentException("Invalid DSAParameter: " + obj.getClass().getName());
|
/external/qemu/ |
json-parser.c | 50 static const char *token_get_value(QObject *obj) 52 return qdict_get_str(qobject_to_qdict(obj), "token"); 55 static JSONTokenType token_get_type(QObject *obj) 57 return qdict_get_int(qobject_to_qdict(obj), "type"); 60 static int token_is_operator(QObject *obj, char op) 64 if (token_get_type(obj) != JSON_OPERATOR) { 68 val = token_get_value(obj); 73 static int token_is_keyword(QObject *obj, const char *value) 75 if (token_get_type(obj) != JSON_KEYWORD) { 79 return strcmp(token_get_value(obj), value) == 0 384 QObject *obj; local 470 QObject *token = NULL, *obj; local 513 QObject *token, *obj; local 547 QObject *obj; local [all...] |
/external/webkit/Source/WebCore/bridge/jni/v8/ |
JavaNPObjectV8.cpp | 46 JavaNPObject* obj = static_cast<JavaNPObject*>(malloc(sizeof(JavaNPObject))); local 47 if (!obj) 49 memset(obj, 0, sizeof(JavaNPObject)); 50 return reinterpret_cast<NPObject*>(obj); 55 JavaNPObject* obj = reinterpret_cast<JavaNPObject*>(npobj); local 56 obj->m_instance = 0; // free does not call the destructor 57 free(obj); 83 // Returns null if obj is not a wrapper of JavaInstance 84 JavaInstance* ExtractJavaInstance(NPObject* obj) 86 if (obj->_class == &JavaNPObjectClass [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstInteger.java | 65 CstInteger obj = cache[idx]; local 67 if ((obj != null) && (obj.getValue() == value)) { 68 return obj; 71 obj = new CstInteger(value); 72 cache[idx] = obj; 73 return obj;
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstInteger.java | 65 CstInteger obj = cache[idx]; local 67 if ((obj != null) && (obj.getValue() == value)) { 68 return obj; 71 obj = new CstInteger(value); 72 cache[idx] = obj; 73 return obj;
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
DERBMPString.java | 17 * @param obj the object we want converted. 21 Object obj) 23 if (obj == null || obj instanceof DERBMPString) 25 return (DERBMPString)obj; 28 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName()); 34 * @param obj the tagged object holding the object we want 41 ASN1TaggedObject obj, 44 DERObject o = obj.getObject();
|
DERBoolean.java | 21 Object obj) 23 if (obj == null || obj instanceof DERBoolean) 25 return (DERBoolean)obj; 28 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName()); 54 * @param obj the tagged object holding the object we want 61 ASN1TaggedObject obj, 64 DERObject o = obj.getObject();
|
DEREnumerated.java | 19 Object obj) 21 if (obj == null || obj instanceof DEREnumerated) 23 return (DEREnumerated)obj; 26 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName()); 32 * @param obj the tagged object holding the object we want 39 ASN1TaggedObject obj, 42 DERObject o = obj.getObject();
|
DERGeneralString.java | 11 Object obj) 13 if (obj == null || obj instanceof DERGeneralString) 15 return (DERGeneralString) obj; 19 + obj.getClass().getName()); 23 ASN1TaggedObject obj, 26 DERObject o = obj.getObject();
|
DERT61String.java | 20 Object obj) 22 if (obj == null || obj instanceof DERT61String) 24 return (DERT61String)obj; 27 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName()); 33 * @param obj the tagged object holding the object we want 40 ASN1TaggedObject obj, 43 DERObject o = obj.getObject();
|
DERUTF8String.java | 22 public static DERUTF8String getInstance(Object obj) 24 if (obj == null || obj instanceof DERUTF8String) 26 return (DERUTF8String)obj; 30 + obj.getClass().getName()); 36 * @param obj 45 ASN1TaggedObject obj, 48 DERObject o = obj.getObject();
|
DERUniversalString.java | 22 Object obj) 24 if (obj == null || obj instanceof DERUniversalString) 26 return (DERUniversalString)obj; 29 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName()); 35 * @param obj the tagged object holding the object we want 42 ASN1TaggedObject obj, 45 DERObject o = obj.getObject();
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/cms/ |
ContentInfo.java | 23 Object obj) 25 if (obj == null || obj instanceof ContentInfo) 27 return (ContentInfo)obj; 29 else if (obj instanceof ASN1Sequence) 31 return new ContentInfo((ASN1Sequence)obj); 34 throw new IllegalArgumentException("unknown object in factory: " + obj.getClass().getName());
|
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
CstInteger.java | 65 CstInteger obj = cache[idx]; local 67 if ((obj != null) && (obj.getValue() == value)) { 68 return obj; 71 obj = new CstInteger(value); 72 cache[idx] = obj; 73 return obj;
|
/external/opencv/cxcore/src/ |
cximage.cpp | 75 icvRetrieveImage( void* obj ) 83 if( CV_IS_IMAGE(obj) ) 84 img = (IplImage*)obj; 85 else if( CV_IS_MAT(obj) ) 87 CvMat* m = (CvMat*)obj; 95 else if( obj ) 97 cvRelease( &obj ); 149 void* obj = 0; local 156 obj = cvReadByName( fs, mapnode, imgname ); 159 obj = cvReadByName( fs, 0, imgname ) 169 void* obj = 0; local 302 void* obj = 0; local 322 void* obj = 0; local [all...] |