Searched refs:expected_ascii (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/common/ |
D | time_format_unittest.cc | 36 void TestTimeFormats(const TimeDelta delta, const char* expected_ascii) { in TestTimeFormats() argument 37 string16 expected = ASCIIToUTF16(expected_ascii); in TestTimeFormats()
|
/external/chromium_org/ui/base/l10n/ |
D | time_format_unittest.cc | 18 void TestTimeFormats(const TimeDelta& delta, const char* expected_ascii) { in TestTimeFormats() argument 19 string16 expected = ASCIIToUTF16(expected_ascii); in TestTimeFormats()
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 140 def _AssertProtoEqual(self, actual_proto, expected_class, expected_ascii): argument 142 text_format.Merge(expected_ascii, expected_proto)
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 401 def _AssertProtoEqual(self, actual_proto, expected_class, expected_ascii): argument 403 text_format.Merge(expected_ascii, expected_proto)
|