Searched refs:rev_str (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/media/tools/layout_tests/ |
D | layouttest_analyzer_helpers.py | 323 appended_text_to_email, email_content, rev_str, argument 355 if rev_str: 357 email_content += rev_str 400 rev_str = '' 420 rev_str += '<ul><a href="%s">%s->%s</a>\n' % (link, old_rev, new_rev) 422 rev_str += '<li>%s</li>\n' % author 423 rev_str += '<li>%s</li>\n<ul>' % date 443 rev_str += line 444 rev_str += '</ul></ul>' 445 return (rev_str, simple_rev_str, rev, rev_date)
|
D | layouttest_analyzer_helpers_unittest.py | 129 (rev_str, simple_rev_str, rev_number, rev_date) = ( 132 self.assertEquals(rev_str, expected_rev_str)
|
D | layouttest_analyzer.py | 241 (rev_str, simple_rev_str, rev, rev_date) = ( 252 appended_text_to_email, email_content, rev_str,
|
/external/chromium-trace/ |
D | update.py | 35 rev_str = svn_output.split('\n')[-2] variable 36 if not rev_str.startswith('Checked out revision '): 37 print 'Unrecognized revision string: %q' % rev_str 38 open('UPSTREAM_REVISION', 'wt').write(rev_str[21:-1] + '\n')
|
/external/openssl/apps/ |
D | ca.c | 2417 char *rev_str = NULL; in do_revoke() local 2511 rev_str = make_revocation_str(type, value); in do_revoke() 2512 if (!rev_str) in do_revoke() 2519 rrow[DB_rev_date] = rev_str; in do_revoke()
|