HomeSort by relevance Sort by last modified time
    Searched refs:testEval (Results 1 - 15 of 15) sorted by null

  /external/v8/test/mjsunit/
mul-exhaustive-part1.js 37 function testEval(string, x, y) {
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
mul-exhaustive-part10.js 37 function testEval(string, x, y) {
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
mul-exhaustive-part2.js 37 function testEval(string, x, y) {
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
mul-exhaustive-part3.js 37 function testEval(string, x, y) {
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
mul-exhaustive-part4.js 37 function testEval(string, x, y) {
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
mul-exhaustive-part5.js 37 function testEval(string, x, y) {
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
mul-exhaustive-part6.js 37 function testEval(string, x, y) {
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
mul-exhaustive-part7.js 37 function testEval(string, x, y) {
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
mul-exhaustive-part8.js 37 function testEval(string, x, y) {
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
mul-exhaustive-part9.js 37 function testEval(string, x, y) {
43 assertEquals(expected, testEval(stringify(x) + " * y", x, y));
44 assertEquals(expected, testEval("x * " + stringify(y), x, y));
45 assertEquals(expected, testEval(stringify(x) + " * " + stringify(y), x, y));
global-load-from-nested-eval.js 47 function testEval(source) {
54 testEval('assertEquals(1, x)');
stack-traces.js 57 function testEval() {
253 testTrace("testEval", testEval, ["at Doo (eval at testEval"]);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tcl.py 28 def testEval(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tcl.py 28 def testEval(self):
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 248 milliseconds