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

  /external/chromium/net/ftp/
ftp_util_unittest.cc 21 } kTestCases[] = {
34 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(kTestCases); i++) {
35 EXPECT_EQ(kTestCases[i].expected_output,
36 net::FtpUtil::UnixFilePathToVMS(kTestCases[i].input))
37 << kTestCases[i].input;
45 } kTestCases[] = {
67 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(kTestCases); i++) {
68 EXPECT_EQ(kTestCases[i].expected_output,
69 net::FtpUtil::UnixDirectoryPathToVMS(kTestCases[i].input))
70 << kTestCases[i].input
    [all...]
  /external/chromium/chrome/browser/
resources_util_unittest.cc 20 const TestCase kTestCases[] = {
26 for (size_t i = 0; i < arraysize(kTestCases); ++i) {
27 EXPECT_EQ(kTestCases[i].id,
28 ResourcesUtil::GetThemeResourceId(kTestCases[i].name));
spellchecker_platform_engine_unittest.cc 15 const char* kTestCases[] = {
22 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(kTestCases); ++i) {
23 const string16 word(ASCIIToUTF16(kTestCases[i]));
48 } kTestCases[] = {
317 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(kTestCases); ++i) {
318 const string16 word(ASCIIToUTF16(kTestCases[i].input));
325 const string16 suggested_word(ASCIIToUTF16(kTestCases[i].suggested_word));
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc     [all...]

Completed in 134 milliseconds