HomeSort by relevance Sort by last modified time
    Searched defs:actual (Results 1 - 25 of 412) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
wrap7so.c 6 void actual ( void ) function
8 printf("in actual-so\n");
wrap1.c 10 void actual ( void ) function
12 printf("in actual\n");
18 void I_WRAP_SONAME_FNNAME_ZU(NONE,actual) ( void )
32 actual();
  /external/elfutils/tests/
hash.c 25 unsigned long int actual = elf_hash (name); local
27 return actual != expected;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Array/
regress-310425-02.js 40 var actual = ''; variable
47 actual = Array(1).indexOf(1);
48 reportCompare(expect, actual, summary);
regress-320887.js 40 var actual = 'No error'; variable
52 actual = ex + '';
55 reportCompare(expect, actual, summary);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Regress/
regress-301574.js 41 var actual = 'No error'; variable
53 actual = 'error: ' + e;
56 reportCompare(expect, actual, summary + ': XML()');
64 actual = 'error: ' + e;
67 reportCompare(expect, actual, summary + ': XMLList()');
regress-311157-01.js 40 var actual = 'No Crash'; variable
54 reportCompare(expect, actual, summary);
regress-311157-02.js 40 var actual = 'No Crash'; variable
54 reportCompare(expect, actual, summary);
regress-314887.js 40 var actual = 'No Crash'; variable
51 reportCompare(expect, actual, summary);
regress-320172.js 40 var actual = 'No Crash'; variable
56 reportCompare(expect, actual, summary);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/String/
regress-306591.js 40 var actual = ''; variable
48 actual = String.split(new String('abc'), '').toString();
49 reportCompare(expect, actual, summary +
53 actual = String.substring(new Number(123), 1, 2);
54 reportCompare(expect, actual, summary +
58 actual = String.toUpperCase(new Boolean(true));
59 reportCompare(expect, actual, summary +
63 actual = String.indexOf(null, 'l');
64 reportCompare(expect, actual, summary +
68 actual = String.indexOf(String(null), 'l');
    [all...]
  /frameworks/compile/libbcc/runtime/test/Unit/
adddf3vfp_test.c 24 double actual = __adddf3vfp(a, b); local
26 if (actual != expected)
28 a, b, actual, expected);
29 return actual != expected;
addsf3vfp_test.c 24 float actual = __addsf3vfp(a, b); local
26 if (actual != expected)
28 a, b, actual, expected);
29 return actual != expected;
bswapdi2_test.c 25 uint64_t actual = __bswapdi2(a); local
26 if (actual != expected)
28 a, actual, expected);
29 return actual != expected;
bswapsi2_test.c 25 uint32_t actual = __bswapsi2(a); local
26 if (actual != expected)
28 a, actual, expected);
29 return actual != expected;
divdf3vfp_test.c 24 double actual = __divdf3vfp(a, b); local
26 if (actual != expected)
28 a, b, actual, expected);
29 return actual != expected;
divsf3vfp_test.c 24 float actual = __divsf3vfp(a, b); local
26 if (actual != expected)
28 a, b, actual, expected);
29 return actual != expected;