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

  /system/extras/tests/bionic/libc/common/
test_drand48.c 31 long _expected = (expected); \
33 if (_val != _expected) { \
34 printf("KO: %ld (%ld expected)\n", _val, _expected); \
37 printf("%ld (ok)\n", _expected); \
44 double _expected = (expected); \
46 if (!double_eq(_val,_expected)) { \
47 printf("KO: %.12g (%.12g expected)\n", _val, _expected); \
50 printf("%.12g (ok)\n", _expected); \
test_libgen.c 10 test_basename(char* _input, const char* _expected, int _errno)
23 if (_expected == NULL) {
44 else if (strcmp(ret, _expected)) {
46 _input, ret, _expected);
58 test_basename_r(char* _input, const char* _expected_content, int _expected, char* _buff, size_t _bufflen, int _errno)
63 if (ret != _expected) {
66 _input, _bufflen, ret, _expected);
91 test_dirname_r(char* _input, const char* _expected_content, int _expected, char* _buff, size_t _bufflen, int _errno)
96 if (ret != _expected) {
99 _input, _bufflen, ret, _expected);
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
standalone-pre.js 47 function isResultCorrect(_actual, _expected)
49 if (_expected === 0)
50 return _actual === _expected && (1/_actual) === (1/_expected);
51 if (_actual === _expected)
53 if (typeof(_expected) == "number" && isNaN(_expected))
55 if (Object.prototype.toString.call(_expected) == Object.prototype.toString.call([]))
56 return areArraysEqual(_actual, _expected);
js-test-pre.js 60 function isResultCorrect(_actual, _expected)
62 if (_expected === 0)
63 return _actual === _expected && (1/_actual) === (1/_expected);
64 if (_actual === _expected)
66 if (typeof(_expected) == "number" && isNaN(_expected))
68 if (Object.prototype.toString.call(_expected) == Object.prototype.toString.call([]))
69 return areArraysEqual(_actual, _expected);
  /external/webkit/LayoutTests/http/tests/cookies/resources/
cookies-test-pre.js 55 function isResultCorrect(_actual, _expected)
57 if (_expected === 0)
58 return _actual === _expected && (1/_actual) === (1/_expected);
59 if (_actual === _expected)
61 if (typeof(_expected) == "number" && isNaN(_expected))
63 if (Object.prototype.toString.call(_expected) == Object.prototype.toString.call([]))
64 return areArraysEqual(_actual, _expected);
  /external/protobuf/python/
mox.py 123 self._expected = expected
127 (self._unexpected_method, self._expected)
    [all...]

Completed in 131 milliseconds