OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:date_time_str
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/testing/gtest/test/
gtest_xml_output_unittest.py
173
date_time_str
= actual.documentElement.getAttributeNode('timestamp').value
176
match = re.match(r'(\d+)-(\d\d)-(\d\d)T(\d\d):(\d\d):(\d\d)',
date_time_str
)
179
'XML datettime string %s has incorrect format' %
date_time_str
)
/ndk/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest.py
173
date_time_str
= actual.documentElement.getAttributeNode('timestamp').value
176
match = re.match(r'(\d+)-(\d\d)-(\d\d)T(\d\d):(\d\d):(\d\d)',
date_time_str
)
179
'XML datettime string %s has incorrect format' %
date_time_str
)
Completed in 28 milliseconds