Searched refs:obj (Results 1 - 25 of 905) sorted by relevance

1234567891011>>

/external/v8/test/mjsunit/regress/
H A Dregress-1203459.js29 var obj = { 0.2 : 'a' }
H A Dregress-612.js32 obj = {}
35 obj.__defineGetter__('foobar', function() { return 42; })
38 obj.a = 1
39 obj.b = 2;
40 obj.c = 3;
44 obj.__defineGetter__('foobar', function() { return 42; })
/external/dropbear/libtommath/
H A Dmakefile.bcc10 OBJECTS=bncore.obj bn_mp_init.obj bn_mp_clear.obj bn_mp_exch.obj bn_mp_grow.obj bn_mp_shrink.obj \
11 bn_mp_clamp.obj bn_mp_zero.obj bn_mp_set.obj bn_mp_set_int.obj bn_mp_init_siz
[all...]
/external/webkit/WebKit/android/jni/
H A DWebCoreRefObject.h33 static inline WebCoreRefObject* Retain(WebCoreRefObject* obj) argument
35 if (obj)
36 obj->ref();
37 return obj;
40 static inline void Release(WebCoreRefObject* obj) argument
42 if (obj)
43 obj->unref();
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Object/
H A Dregress-79129-001.js47 obj={};
48 obj.a = obj.b = obj.c = 1;
49 delete obj.a;
50 delete obj.b;
51 delete obj.c;
52 obj.d = obj.e = 1;
53 obj
[all...]
H A Dshell.js24 * Suppose obj is an instance of a native type, e.g. Number.
25 * Then obj.toString() invokes Number.prototype.toString().
28 * The difference is this: suppose obj = new Number(7).
33 * The getJSClass() function returns 'Number', the [[Class]] property of obj.
43 function getJSType(obj)
45 if (isObject(obj))
46 return findType(obj);
52 function getJSClass(obj)
54 if (isObject(obj))
55 return findClass(findType(obj));
[all...]
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/
H A Dregress-104584.js27 * on the second call to obj.toString() or print(obj) below -
39 function F(obj)
41 if(!obj)
42 obj = {};
43 obj.toString();
45 obj.toString();
49 function G(obj)
51 if(!obj)
52 obj
[all...]
H A Dscope-001.js58 var obj = {a:2};
59 with (obj)
69 * f's associated scope chain now includes 'obj' before the global object.
73 var obj = {a:2};
74 with (obj)
93 var obj = {a:2};
94 with (obj)
112 var obj = {a:2, obj:{a:3}};
113 with (obj)
[all...]
H A Dscope-002.js59 var obj = {a:2};
60 with (obj)
70 * f's associated scope chain now includes 'obj' before the global object.
74 var obj = {a:2};
75 with (obj)
90 var obj = {a:2};
91 with (obj)
105 var obj = {a:2, obj:{a:3}};
106 with (obj)
[all...]
/external/webkit/WebCore/platform/mac/
H A DFoundationExtras.h36 static inline id HardRetain(id obj) argument
38 if (obj) CFRetain(obj);
39 return obj;
42 static inline void HardRelease(id obj) argument
44 if (obj) CFRelease(obj);
57 static inline id HardRetainWithNSRelease(id obj) argument
59 HardRetain(obj);
60 [obj releas
69 HardAutorelease(CFTypeRef obj) argument
[all...]
/external/zlib/watcom/
H A Dwatcom_l.mak12 OBJS = adler32.obj compress.obj crc32.obj deflate.obj &
13 gzclose.obj gzlib.obj gzread.obj gzwrite.obj &
14 infback.obj inffast.obj inflat
[all...]
/external/dropbear/libtomcrypt/
H A Dparsenames.pl11 foreach my $obj (@a) {
12 $len = $len + length($obj);
13 $obj =~ s/\*/\$/;
16 $len = length($obj);
18 print "$obj ";
/external/v8/test/mjsunit/bugs/
H A Dbug-619.js32 var obj = {};
33 obj[1] = 42;
34 assertEquals(42, obj[1]);
35 Object.defineProperty(obj, '1', {value:10, writable:false});
36 assertEquals(10, obj[1]);
38 // We should not be able to override obj[1].
39 obj[1] = 5;
40 assertEquals(10, obj[1]);
44 obj[i] = 42;
48 Object.defineProperty(obj,
[all...]
/external/openssl/crypto/des/
H A Dmakefile.bc13 .c.obj:
16 .obj.exe:
17 $(CC) $(LFLAGS) -e$*.exe $*.obj libdes.lib
21 # "make clean": use a directory containing only libdes .exe and .obj files...
24 del *.obj
28 OBJS= cbc_cksm.obj cbc_enc.obj ecb_enc.obj pcbc_enc.obj \
29 qud_cksm.obj rand_ke
[all...]
/external/qemu/
H A Dqobject.h66 #define QOBJECT(obj) (&(obj)->base)
69 #define QINCREF(obj) \
70 qobject_incref(QOBJECT(obj))
73 #define QDECREF(obj) \
74 qobject_decref(QOBJECT(obj))
77 #define QOBJECT_INIT(obj, qtype_type) \
78 obj->base.refcnt = 1; \
79 obj->base.type = qtype_type
84 static inline void qobject_incref(QObject *obj) argument
94 qobject_decref(QObject *obj) argument
106 qobject_type(const QObject *obj) argument
[all...]
/external/zlib/contrib/delphi/
H A Dzlibd32.mak21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflat
[all...]
/external/zlib/contrib/pascal/
H A Dzlibd32.mak21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflat
[all...]
/external/webkit/WebKit/win/
H A DAccessibleImage.cpp35 AccessibleImage::AccessibleImage(AccessibilityObject* obj) argument
36 : AccessibleBase(obj)
38 ASSERT_ARG(obj, obj->isImage());
39 ASSERT_ARG(obj, obj->isAccessibilityRenderObject());
47 AccessibilityRenderObject* obj = static_cast<AccessibilityRenderObject*>(m_object);
49 String ariaLabel = obj->ariaLabeledByAttribute();
53 const AtomicString& altText = obj->getAttribute(HTMLNames::altAttr);
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
H A DAttCertIssuer.java14 ASN1Encodable obj; field in class:AttCertIssuer
18 Object obj)
20 if (obj instanceof AttCertIssuer)
22 return (AttCertIssuer)obj;
24 else if (obj instanceof V2Form)
26 return new AttCertIssuer(V2Form.getInstance(obj));
28 else if (obj instanceof GeneralNames)
30 return new AttCertIssuer((GeneralNames)obj);
32 else if (obj instanceof ASN1TaggedObject)
34 return new AttCertIssuer(V2Form.getInstance((ASN1TaggedObject)obj, fals
17 getInstance( Object obj) argument
44 getInstance( ASN1TaggedObject obj, boolean explicit) argument
[all...]
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-44009.js23 * SUMMARY: Testing that we don't crash on obj.toSource()
27 var summary = "Testing that we don't crash on obj.toSource()";
58 function testThis(obj)
60 sToSource = obj.toSource();
61 obj.prop = obj;
62 sToSource = obj.toSource();
/external/stlport/test/eh/
H A Dintel.mak26 Dep_stl = TestClass.obj main.obj nc_alloc.obj \
27 random_number.obj test_algo.obj test_algobase.obj test_bit_vector.obj test_deque.obj \
28 test_hash_map.obj test_hash_set.obj test_lis
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
H A DASN1OutputStream.java16 Object obj)
19 if (obj == null)
23 else if (obj instanceof DERObject)
25 ((DERObject)obj).encode(this);
27 else if (obj instanceof DEREncodable)
29 ((DEREncodable)obj).getDERObject().encode(this);
15 writeObject( Object obj) argument
H A DASN1TaggedObject.java17 DEREncodable obj = null; field in class:ASN1TaggedObject
20 ASN1TaggedObject obj,
25 return (ASN1TaggedObject)obj.getObject();
32 Object obj)
34 if (obj == null || obj instanceof ASN1TaggedObject)
36 return (ASN1TaggedObject)obj;
39 throw new IllegalArgumentException("unknown object in getInstance: " + obj.getClass().getName());
46 * @param obj the tagged object.
50 DEREncodable obj)
19 getInstance( ASN1TaggedObject obj, boolean explicit) argument
31 getInstance( Object obj) argument
48 ASN1TaggedObject( int tagNo, DEREncodable obj) argument
67 ASN1TaggedObject( boolean explicit, int tagNo, DEREncodable obj) argument
[all...]
H A DBEROutputStream.java16 Object obj)
19 if (obj == null)
23 else if (obj instanceof DERObject)
25 ((DERObject)obj).encode(this);
27 else if (obj instanceof DEREncodable)
29 ((DEREncodable)obj).getDERObject().encode(this);
15 writeObject( Object obj) argument
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/GetSet/
H A Dgetset-003.js22 * SUMMARY: Testing obj.prop getter/setter
28 var summary = 'Testing obj.prop getter/setter';
38 var obj = {};
44 obj = new Object();
45 obj.nameSETS = 0;
46 obj.nameGETS = 0;
47 obj.name setter = function(newValue) {this._name=newValue; this.nameSETS++;}
48 obj.name getter = function() {this.nameGETS++; return this._name;}
51 actual = [obj.nameSETS,obj
40 obj = new Object(); class
[all...]

Completed in 439 milliseconds

1234567891011>>