HomeSort by relevance Sort by last modified time
    Searched refs:actual (Results 301 - 325 of 1476) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.3-3-n.js 50 testcases[tc].actual = eval(testcases[tc].actual );
53 testcases[tc].actual,
55 testcases[tc].actual );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
browser.js 61 function writeFormattedResult( expect, actual, string, passed ) {
72 testcases[tc].actual = "error";
75 testcases[tc].actual,
76 testcases[tc].description +" = "+ testcases[tc].actual +
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-137181.js 49 var actual = ''; variable
62 actual = f1(0); // (bug: Rhino was returning |undefined|)
75 actual = f2(0); // (bug: Rhino was returning -1)
90 actualvalues[UBound] = actual;
call-001.js 48 var actual = ''; variable
66 actual = f();
71 actual = g();
80 actual = f();
85 actual = g();
94 actual = f();
99 actual = g();
113 actualvalues[UBound] = actual;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Statements/
regress-74474-003.js 34 var actual = ''; variable
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/
browser.js 61 function writeFormattedResult( expect, actual, string, passed ) {
72 testcases[tc].actual = "error";
75 testcases[tc].actual,
76 testcases[tc].description +" = "+ testcases[tc].actual +
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/
browser.js 61 function writeFormattedResult( expect, actual, string, passed ) {
72 testcases[tc].actual = "error";
75 testcases[tc].actual,
76 testcases[tc].description +" = "+ testcases[tc].actual +
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-114491.js 53 var actual = ''; variable
60 actual = 'Program execution did NOT fall into catch-block';
69 actual = expect;
83 actualvalues[UBound] = actual;
regress-114493.js 60 var actual = ''; variable
68 actual = 'Program execution did NOT fall into catch-block';
77 actual = expect;
91 actualvalues[UBound] = actual;
regress-68498-004.js 42 var actual=[ ]; variable
56 sToEval += 'actual[0] = typeof g;'
57 sToEval += 'function g(){actual[1]=(typeof w == "undefined" || w); return x};'
58 sToEval += 'actual[2] = w;'
59 sToEval += 'actual[3] = typeof g;'
62 // Set the actual-results array. The next line will set actual[0] - actual[4] in one shot
63 actual[4] = f({w:44}, sToEval, 'inner');
64 actual[5] = 'z' in self && z
    [all...]
regress-168347.js 48 var actual = ''; variable
132 actual = FtoString.substring(0,100);
137 actual = FtoString.substring(100,200);
142 actual = FtoString.substring(200,300);
147 actual = FtoString.substring(300,400);
152 actual = FtoString.substring(400,500);
157 actual = FtoString.substring(500,600);
162 actual = FtoString.substring(600,700);
167 actual = FtoString.substring(700,800);
172 actual = FtoString.substring(800,900)
    [all...]
regress-71107.js 42 var actual = outer()()(); //call the return of calling the return of outer()
44 reportCompare(expect, actual, summary);
  /external/easymock/src/org/easymock/internal/matchers/
Not.java 32 public boolean matches(Object actual) {
33 return !first.matches(actual);
  /external/junit/src/junit/framework/
ComparisonFailure.java 19 * @param actual the actual string value
21 public ComparisonFailure (String message, String expected, String actual) {
24 fActual= actual;
29 * place of common suffix between expected and actual.
38 * Gets the actual string value
39 * @return the actual string value
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Statements/
12.6.2-9-n.js 58 testcases[0].actual,
59 testcases[0].description +" = "+ testcases[0].actual );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Date/
15.9.5.3.js 45 var actual = ''; variable
61 actual = typeof (now.toDateString());
66 actual = Date.prototype.toDateString.length;
73 actual = (Date.parse(now.toDateString()) - (midnight(now)).valueOf()) == 0;
114 testcases[tc++] = new TestCase( SECTION, status, expect, actual);
123 actual = Date.parse(givenDate.toDateString());
142 testcases[tc].actual,
143 testcases[tc].description + " = " + testcases[tc].actual );
15.9.5.6.js 45 var actual = ''; variable
61 actual = typeof (now.toLocaleDateString());
66 actual = Date.prototype.toLocaleDateString.length;
73 actual = (Date.parse(now.toLocaleDateString()) - (midnight(now)).valueOf()) == 0;
114 testcases[tc++] = new TestCase( SECTION, status, expect, actual);
123 actual = Date.parse(givenDate.toLocaleDateString());
142 testcases[tc].actual,
143 testcases[tc].description + " = " + testcases[tc].actual );
  /libcore/json/src/main/java/org/json/
JSON.java 95 public static JSONException typeMismatch(Object indexOrName, Object actual,
97 if (actual == null) {
100 throw new JSONException("Value " + actual + " at " + indexOrName
101 + " of type " + actual.getClass().getName()
106 public static JSONException typeMismatch(Object actual, String requiredType)
108 if (actual == null) {
111 throw new JSONException("Value " + actual
112 + " of type " + actual.getClass().getName()
  /external/bluetooth/glib/gio/
abicheck.sh 11 nm -D -g --defined-only .libs/libgio-2.0.so | cut -d ' ' -f 3 | sort > actual-abi
13 diff -u expected-abi actual-abi && rm expected-abi actual-abi
  /external/bluetooth/glib/gobject/
abicheck.sh 11 nm -D -g --defined-only .libs/libgobject-2.0.so | cut -d ' ' -f 3 | sort > actual-abi
13 diff -u expected-abi actual-abi && rm expected-abi actual-abi
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
15.11.1.1.js 46 var actual = ''; variable
62 actual = examineThis(err1, 'msg1');
68 actual = examineThis(err2, 'msg2');
74 actual = examineThis(err3, EMPTY_STRING);
80 actual = examineThis(err4, 'msg4');
114 actualvalues[UBound] = actual;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-220367-002.js 49 var actual = ''; variable
58 actual = RegExp.$1;
63 actual = RegExp.$2;
69 actual = RegExp.$1;
74 actual = RegExp.$2;
89 actualvalues[UBound] = actual;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/
regress-154338.js 48 var actual = ''; variable
68 actual = arr.join('H');
74 actual = arr.join(x);
80 actual = arr.join('ome');
86 actual = arr.join(y);
101 actualvalues[UBound] = actual;
regress-94257.js 35 var actual = ''; variable
47 actual = arr[1+1];
52 actual = arr[1+1+1];
57 actual = arr[1];
66 actual = arr[1+1+1];
81 actualvalues[UBound] = actual;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
regress-121658.js 53 var actual = ''; variable
77 actual = (i>0);
92 actual = (i>0);
102 actual = (i>0);
112 actual = (i>0);
128 actualvalues[UBound] = formatThis(actual);

Completed in 626 milliseconds

<<11121314151617181920>>