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

  /ndk/tests/device/test-gnustl-full/unit/
ctype_facets_test.cpp 296 wchar_t expected_res[] = L"ABaC1"; local
298 CPPUNIT_CHECK( equal(expected_res, expected_res + sizeof(range), res) );
310 char expected_res[] = "ABaC1"; local
312 CPPUNIT_CHECK( equal(expected_res, expected_res + sizeof(range) / sizeof(wchar_t), res) );
  /ndk/tests/device/test-stlport/unit/
ctype_facets_test.cpp 296 wchar_t expected_res[] = L"ABaC1"; local
298 CPPUNIT_CHECK( equal(expected_res, expected_res + sizeof(range), res) );
310 char expected_res[] = "ABaC1"; local
312 CPPUNIT_CHECK( equal(expected_res, expected_res + sizeof(range) / sizeof(wchar_t), res) );
  /external/v8/test/cctest/
test-assembler-mips64.cc 4692 uint64_t expected_res; member in struct:TestCaseAlign
4744 uint64_t expected_res; member in struct:TestCaseDalign
4818 uint64_t expected_res = ~0x0FFFF & (PC + (tc[i].offset << 16)); local
4872 uint64_t expected_res = PC + (tc[i].offset << 16); local
5161 uint64_t expected_res; member in struct:TestCaseLwpc
5237 uint64_t expected_res; member in struct:TestCaseLwupc
5323 uint32_t expected_res; member in struct:TestCaseJic
5394 uint32_t expected_res; member in struct:TestCaseBeqzc
5489 uint32_t expected_res; member in struct:TestCaseJialc
5556 uint64_t expected_res = PC + (tc[i].imm19 << 2); local
5615 uint64_t expected_res; member in struct:TestCaseLdpc
5704 int64_t expected_res; member in struct:TestCaseBc
5786 int64_t expected_res; member in struct:TestCaseBalc
5836 uint64_t expected_res; member in struct:TestCaseDsll
5891 uint64_t expected_res; member in struct:TestCaseBal
    [all...]
test-macro-assembler-mips64.cc 476 uint64_t expected_res; member in struct:TestCaseLsa
479 struct TestCaseLsa tc[] = {// rt, rs, sa, expected_res
521 tc[i].expected_res, res, tc[i].rt, tc[i].rs, tc[i].sa);
522 CHECK_EQ(tc[i].expected_res, res);
558 uint64_t expected_res; member in struct:TestCaseLsa
561 struct TestCaseLsa tc[] = {// rt, rs, sa, expected_res
604 tc[i].expected_res, res, tc[i].rt, tc[i].rs, tc[i].sa);
605 CHECK_EQ(tc[i].expected_res, res);
    [all...]
test-assembler-mips.cc 4583 uint32_t expected_res; member in struct:TestCaseAlign
4651 uint32_t expected_res = ~0x0FFFF & (PC + (tc[i].offset << 16)); local
4705 uint32_t expected_res = PC + (tc[i].offset << 16); local
4764 uint32_t expected_res; member in struct:TestCaseLwpc
4850 uint32_t expected_res; member in struct:TestCaseJic
4921 uint32_t expected_res; member in struct:TestCaseBeqzc
5014 uint32_t expected_res; member in struct:TestCaseJialc
5080 uint32_t expected_res = PC + (tc[i].imm19 << 2); local
5146 int32_t expected_res; member in struct:TestCaseBc
5286 int32_t expected_res; member in struct:TestCaseBalc
5343 uint32_t expected_res; member in struct:TestCaseBal
    [all...]
test-macro-assembler-mips.cc 408 uint32_t expected_res; member in struct:TestCaseLsa
411 struct TestCaseLsa tc[] = {// rt, rs, sa, expected_res
452 PrintF("0x%x =? 0x%x == lsa(v0, %x, %x, %hhu)\n", tc[i].expected_res, res,
454 CHECK_EQ(tc[i].expected_res, res);
    [all...]

Completed in 205 milliseconds