Searched refs:rev_str (Results 1 - 6 of 6) sorted by relevance

/external/chromium-trace/
H A Dupdate.py35 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/chromium_org/media/tools/layout_tests/
H A Dlayouttest_analyzer_helpers.py323 appended_text_to_email, email_content, rev_str,
349 rev_str: a revision string that contains revision information that is sent
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
[all...]
H A Dlayouttest_analyzer_helpers_unittest.py129 (rev_str, simple_rev_str, rev_number, rev_date) = (
132 self.assertEquals(rev_str, expected_rev_str)
H A Dlayouttest_analyzer.py241 (rev_str, simple_rev_str, rev, rev_date) = (
252 appended_text_to_email, email_content, rev_str,
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dca.c2415 char *rev_str = NULL; local
2509 rev_str = make_revocation_str(type, value);
2510 if (!rev_str)
2517 rrow[DB_rev_date] = rev_str;
/external/openssl/apps/
H A Dca.c2415 char *rev_str = NULL; local
2509 rev_str = make_revocation_str(type, value);
2510 if (!rev_str)
2517 rrow[DB_rev_date] = rev_str;

Completed in 171 milliseconds