Searched defs:kTestCases (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/
H A Dresources_util_unittest.cc20 const TestCase kTestCases[] = { local
26 for (size_t i = 0; i < arraysize(kTestCases); ++i) {
27 EXPECT_EQ(kTestCases[i].id,
28 ResourcesUtil::GetThemeResourceId(kTestCases[i].name));
H A Dspellchecker_platform_engine_unittest.cc15 const char* kTestCases[] = { local
22 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(kTestCases); ++i) {
23 const string16 word(ASCIIToUTF16(kTestCases[i]));
48 } kTestCases[] = { local
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/ftp/
H A Dftp_util_unittest.cc21 } kTestCases[] = { local
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[] = { local
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[
78 } kTestCases[] = { local
124 } kTestCases[] = { local
183 } kTestCases[] = { local
[all...]
/external/chromium/net/spdy/
H A Dspdy_network_transaction_unittest.cc5504 static const char* const kTestCases[] = { local
5528 for (size_t index = 0; index < arraysize(kTestCases); index += 2) {
5529 const char* url_to_fetch = kTestCases[index];
5530 const char* url_to_push = kTestCases[index + 1];

Completed in 153 milliseconds