Searched refs:obj1 (Results 1 - 25 of 54) sorted by relevance

123

/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dbm_vm1_neq.rb2 obj1 = Object.new
7 obj1 != obj2
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Object/
H A Dregress-96284-001.js28 * Method: define obj2 = eval(obj1.toSource()) and verify that
29 * obj2.toSource() == obj1.toSource().
41 var obj1 = {}; variable
48 obj1 = Error(cnTestString);
49 obj2 = eval(obj1.toSource());
51 expect = obj1.toSource();
55 obj1 = EvalError(cnTestString);
56 obj2 = eval(obj1.toSource());
58 expect = obj1.toSource();
62 obj1
113 obj1 = function(x) {function g(y){return y+1;} return g(x);}; function
[all...]
H A Dregress-96284-002.js28 * Method: define obj2 = eval(uneval(obj1)) and verify that
29 * obj2.toSource() == obj1.toSource().
41 var obj1 = {}; variable
48 obj1 = Error(cnTestString);
49 obj2 = eval(uneval(obj1));
51 expect = obj1.toSource();
55 obj1 = EvalError(cnTestString);
56 obj2 = eval(uneval(obj1));
58 expect = obj1.toSource();
62 obj1
113 obj1 = function(x) {function g(y){return y+1;} return g(x);}; function
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-44009.js28 var obj1 = {}; variable
50 testThis(obj1);
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/RegExp/
H A D15.10.4.1-1.js43 * is morally the same as the original RegExp object obj1. Of course, they
46 * In this test, the initial RegExp object obj1 will not include a flag. The flags
56 var obj1 = {}; var obj2 = {}; variable
86 obj1 = new RegExp(s);
87 obj2 = new RegExp(obj1);
93 expect = obj1[prop];
H A D15.10.4.1-2.js43 * is morally the same as the original RegExp object obj1. Of course, they
46 * In this test, the initial RegExp object obj1 will not include a flag. This test is
49 * obj2 = new RegExp(obj1, undefined);
53 * obj2 = new RegExp(obj1);
62 var obj1 = {}; var obj2 = {}; variable
92 obj1 = new RegExp(s);
93 obj2 = new RegExp(obj1, undefined); // see introduction to bug
99 expect = obj1[prop];
H A D15.10.4.1-5-n.js53 var obj1 = {}; var obj2 = {}; variable
92 obj1 = new RegExp(s, f);
93 obj2 = new RegExp(obj1, f); // this should cause an exception
H A D15.10.4.1-3.js43 * is morally the same as the original RegExp object obj1. Of course, they
46 * In this test, the initial RegExp obj1 will include a flag. The flags
57 var obj1 = {}; var obj2 = {}; variable
98 obj1 = new RegExp(s, f);
99 obj2 = new RegExp(obj1);
105 expect = obj1[prop];
H A D15.10.4.1-4.js43 * is morally the same as the original RegExp object obj1. Of course, they
46 * In this test, the initial RegExp object obj1 will include a flag. This test is
49 * obj2 = new RegExp(obj1, undefined);
53 * obj2 = new RegExp(obj1);
63 var obj1 = {}; var obj2 = {}; variable
104 obj1 = new RegExp(s, f);
105 obj2 = new RegExp(obj1, undefined); // see introduction to bug
111 expect = obj1[prop];
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/diagrams/
H A Ddraw_circle.tcl77 # obj1 Point, line, ...
82 proc distance {obj1 obj2} {
83 if { [lindex $obj1 0] == "POINT" } {
84 set px1 [lindex $obj1 1]
85 set py1 [lindex $obj1 2]
195 # obj1 line, circle, ...
200 proc intersect {obj1 obj2} {
201 if { [lindex $obj1 0] == "LINE" } {
203 # Construct the equation for the line obj1
205 set n1 [normal $obj1]
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_pmaps.c117 ASN1_OBJECT *obj1, *obj2;
134 obj1 = OBJ_txt2obj(val->name, 0);
136 if(!obj1 || !obj2) {
148 pmap->issuerDomainPolicy = obj1;
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSSet.cpp271 const OSMetaClassBase *obj1; local
282 obj1 = aSet->members->getObject(i);
283 if (containsObject(obj1))
286 if ( !obj1 || !obj2 )
289 if ( !obj1->isEqualTo(obj2) )
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSIInitiator.m65 deviceComparator ( id obj1, id obj2, void * context );
416 deviceComparator ( id obj1, id obj2, void * context )
423 if ( [ [ obj1 deviceIdentifier ] intValue ] < [ [ obj2 deviceIdentifier ] intValue ] )
428 else if ( [ [ obj1 deviceIdentifier ] intValue ] > [ [ obj2 deviceIdentifier ] intValue ] )
H A DSCSITargetProberAppDelegate.m66 domainComparator ( id obj1, id obj2, void * context );
545 domainComparator ( id obj1, id obj2, void * context )
552 if ( [ obj1 domainID ] < [ obj2 domainID ] )
557 if ( [ obj1 domainID ] > [ obj2 domainID ] )
/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkStack.h56 const OSMetaClassBase * obj1,
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl.h110 #define OSSL_Check_Same_Class(obj1, obj2) do {\
111 if (!rb_obj_is_instance_of((obj1), rb_obj_class(obj2))) {\
/macosx-10.10.1/swig-12/Source/DOH/
H A Ddohint.h84 int (*doh_cmp) (DOH *obj1, DOH *obj2);
87 int (*doh_equal) (DOH *obj1, DOH *obj2);
H A Dbase.c190 int DohCmp(const DOH *obj1, const DOH *obj2) { argument
194 b1 = (DohBase *) obj1;
206 return strcmp((char *) (c1 ? RawData(b1) : (void *) obj1), (char *) (c2 ? RawData(b2) : (void *) obj2));
219 int DohEqual(const DOH *obj1, const DOH *obj2) { argument
220 DohBase *b1 = (DohBase *) obj1;
240 char *cobj = (char *) obj1;
243 return strcmp((char *) obj1, (char *) obj2) == 0;
247 return obj1 == obj2;
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dppp_utils.h49 Boolean my_CFEqual(CFTypeRef obj1, CFTypeRef obj2);
H A Dppp_utils.c344 Boolean my_CFEqual(CFTypeRef obj1, CFTypeRef obj2) argument
346 if (obj1 == NULL && obj2 == NULL)
348 else if (obj1 == NULL || obj2 == NULL)
351 return CFEqual(obj1, obj2);
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/c++/
H A DOSOrderedSet.h106 * @param obj1 An object from the ordered set. May be <code>NULL</code>.
114 * <li>a negative value if obj2 should precede obj1,</li>
115 * <li>a positive value if obj1 should precede obj2,</li>
116 * <li>and 0 if obj1 and obj2 have an equivalent ordering.</li>
119 typedef SInt32 (*OSOrderFunction)(const OSMetaClassBase * obj1,
/macosx-10.10.1/ruby-106/ruby/
H A Dobject.c56 rb_equal(VALUE obj1, VALUE obj2) argument
60 if (obj1 == obj2) return Qtrue;
61 result = rb_funcall(obj1, id_eq, 1, obj2);
67 rb_eql(VALUE obj1, VALUE obj2) argument
69 return RTEST(rb_funcall(obj1, id_eql, 1, obj2));
109 rb_obj_equal(VALUE obj1, VALUE obj2) argument
111 if (obj1 == obj2) return Qtrue;
164 rb_obj_not_equal(VALUE obj1, VALUE obj2) argument
166 VALUE result = rb_funcall(obj1, id_eq, 1, obj2);
960 rb_obj_infect(VALUE obj1, VALU argument
1316 rb_obj_match(VALUE obj1, VALUE obj2) argument
1330 rb_obj_not_match(VALUE obj1, VALUE obj2) argument
1356 rb_obj_cmp(VALUE obj1, VALUE obj2) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclExtdInt.h165 #define OBJSTREQU(obj1, str1) \
166 (strcmp(Tcl_GetStringFromObj(obj1, NULL), str1) == 0)
168 #define OBJSTRNEQU(obj1, str1, cnt) \
169 (strncmp(Tcl_GetStringFromObj(obj1, NULL), str1, cnt) == 0)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/yaml/
H A Dhuddle.tcl190 proc ::huddle::equal {obj1 obj2} {
191 checkHuddle $obj1
193 return [_equal_subs [lindex $obj1 1] [lindex $obj2 1]]
195 proc ::huddle::_equal_subs {obj1 obj2} {
198 foreach {tag1 src1} $obj1 break
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dmsfmrgts.cpp228 Formattable obj1 = params[i]; local
230 if(obj1.getType() == Formattable::kString)
231 temp1 = obj1.getString(temp1);
234 switch (obj1.getType()) {
235 case Formattable::kLong: fmt->format(obj1.getLong(), temp1); break;
236 case Formattable::kInt64: fmt->format(obj1.getInt64(), temp1); break;
237 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break;

Completed in 304 milliseconds

123