Searched defs:expect (Results 226 - 250 of 314) sorted by relevance

1234567891011>>

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
H A Dregress-94506.js35 var expect= ''; variable
73 * In Sections 1 and 2, expect the local identifier, not the arguments object.
74 * In Sections 3 and 4, expect the arguments object, not the the identifier.
79 expect = 5;
85 expect = 55;
91 expect = TYPE_OBJECT;
97 expect = TYPE_OBJECT;
104 expect = undefined;
111 expect = 3;
125 expectedvalues[UBound] = expect;
[all...]
H A Dscope-001.js42 var expect= ''; variable
63 expect = 1;
82 // Mozilla result, which contradicts IE and the ECMA spec: expect = 2;
83 expect = 1;
89 * By the principles explained above, we still expect 2 -
102 // Mozilla result, which contradicts IE and the ECMA spec: expect = 2;
103 expect = 1;
124 // Mozilla result, which contradicts IE and the ECMA spec: expect = 3;
125 expect = 1;
131 * We still expect
[all...]
H A Dscope-002.js45 var expect= ''; variable
64 expect = 1;
80 expect = 2;
86 * By the principles explained above, we still expect 2 -
96 expect = 2;
114 expect = 3;
120 * We still expect 2 -
131 expect = 2;
137 * We still expect 2 -
152 expect
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Number/
H A D15.7.4.5-1.js39 var expect= ''; variable
46 expect = '234.2041';
58 status = 'Section B of test: expect RangeError because fractionDigits < 0';
60 expect = cnIsRangeError;
63 status = 'Section C of test: expect RangeError because fractionDigits > 20 ';
65 expect = cnIsRangeError;
72 expect = '0.00';
77 expect = '0.00000000000000000000';
91 expectedvalues[UBound] = expect;
H A D15.7.4.6-1.js39 var expect= ''; variable
46 expect = '7.7123e+1';
58 status = 'Section B of test: expect RangeError because fractionDigits < 0';
60 expect = cnIsRangeError;
63 status = 'Section C of test: expect RangeError because fractionDigits > 20 ';
65 expect = cnIsRangeError;
80 expectedvalues[UBound] = expect;
H A D15.7.4.7-1.js39 var expect= ''; variable
46 expect = '5.123';
58 status = 'Section B of test: expect RangeError because precision < 1';
60 expect = cnIsRangeError;
63 status = 'Section C of test: expect RangeError because precision < 1';
65 expect = cnIsRangeError;
68 status = 'Section D of test: expect RangeError because precision > 21 ';
70 expect = cnIsRangeError;
85 expectedvalues[UBound] = expect;
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Object/
H A D8.6.2.6-001.js53 var expect= ''; variable
58 expect = TEST_PASSED;
91 expectedvalues[UBound] = expect;
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
H A D15.10.3.1-1.js54 var status = ''; var actual = ''; var expect = ''; variable
97 expect = cnSUCCESS;
98 reportCompare (expect, actual, status);
H A D15.10.3.1-2.js62 var status = ''; var actual = ''; var expect = ''; variable
105 expect = cnSUCCESS;
106 reportCompare (expect, actual, status);
H A Dregress-188206.js58 var expect= ''; variable
224 expect = TEST_PASSED;
240 expectedvalues[UBound] = expect;
251 expect = CHECK_PASSED;
264 expectedvalues[UBound] = expect;
H A Dregress-57631.js39 var status = ''; var actual = ''; var expect = ''; var msg = ''; variable
109 // We expect to get a SyntaxError - test for this:
111 expect = cnSUCCESS;
112 reportCompare(expect, actual, status);
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/version120/
H A Dregress-99663.js62 var expect= ''; variable
106 expect= READONLY_TRUE;
120 expect= READONLY_TRUE;
134 expect= READONLY_TRUE;
158 expectedvalues[UBound] = expect;
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/
H A Dregress-101964.js42 var expect= ''; variable
52 expect = FAST;
73 expectedvalues[UBound] = isThisFast(expect);
H A Dregress-178722.js66 var expect= ''; variable
85 expect = true;
91 expect = true;
97 expect = true;
103 expect = true;
109 expect = true;
119 expect = true;
125 expect = true;
131 expect = true;
137 expect
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
H A Dregress-121658.js41 * In the cases below, we expect i>0. The bug was filed because we were getting
55 var expect= ''; variable
78 expect = true;
93 expect = true;
103 expect = true;
113 expect = true;
129 expectedvalues[UBound] = formatThis(expect);
H A Dregress-123002.js67 var expect= ''; variable
90 expect = LENGTH_EXPECTED;
106 expectedvalues[UBound] = expect;
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Object/
H A Dregress-192105.js51 var expect= ''; variable
57 * variable |actual|, which we will compare against |expect|.
74 expect = true;
82 expect = false;
95 expect = true;
107 expect = false;
117 expect = true;
122 expect = false;
135 expect = true;
145 expect
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-127557.js57 var expect= ''; variable
79 expect = '5,6';
95 expectedvalues[UBound] = expect;
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
H A Dregress-220362.js50 var expect= ''; variable
73 expect = 'A';
79 expect = 'B';
94 expectedvalues[UBound] = expect;
H A Dregress-77578-001.js34 var expect= ''; variable
95 sTestScript += "expect = 1;";
116 sTestScript += "expect = 1;";
141 sTestScript += "expect = 1;";
152 expectedvalues[UBound] = varName + cnEquals + expect;
H A Dscope-004.js33 var expect= ''; variable
52 expect = 'global A';
61 expect = 'global B';
70 expect = 'global C';
131 expect = 'local A';
144 expect = 'local B';
160 expect = this.C;
162 expect = 'local C';
177 expect = obj.D;
179 expect
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/String/
H A Dregress-179068.js98 var expect= ''; variable
111 expect = true;
137 expectedvalues[UBound] = expect;
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp12.cpp10 template <unsigned n> void expect(Opaque<n> _) {} function
133 expect<0>(Base().foo<int>());
134 expect<1>(Base().foo<0>());
135 expect<0>(Derived1().foo<int>()); // expected-error {{no matching member function for call to 'foo'}}
136 expect<2>(Derived1().foo<0>());
137 expect<0>(Derived2().foo<int>()); // expected-error {{no matching member function for call to 'foo'}}
138 expect<2>(Derived2().foo<0>());
139 expect<3>(Derived3().foo<int>());
140 expect<1>(Derived3().foo<0>()); // expected-error {{no matching member function for call to 'foo'}}
141 expect<
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dres_gdt.c168 blk_t expect = gdt_blk + grp * sb->s_blocks_per_group; local
173 expect, grp, gdt_blk, last);
175 gdt_buf[last] = expect;
178 } else if (gdt_buf[last] != expect) {
181 gdt_buf[last], expect, gdt_blk, last);
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAtomicDoubleArray.java140 * @param expect the expected value
145 public final boolean compareAndSet(int i, double expect, double update) { argument
147 doubleToRawLongBits(expect),
164 * @param expect the expected value
168 public final boolean weakCompareAndSet(int i, double expect, double update) { argument
170 doubleToRawLongBits(expect),

Completed in 213 milliseconds

1234567891011>>