Searched refs:author (Results 1 - 25 of 72) sorted by relevance

123

/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dsetup.py38 author='Google Inc. and others', variable
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DAuthorBox.java37 private String author; field in class:AuthorBox
57 * @return the author
60 return author;
67 public void setAuthor(String author) { argument
68 this.author = author;
72 return 7 + Utf8.utf8StringLengthInBytes(author);
79 author = IsoTypeReader.readString(content);
86 byteBuffer.put(Utf8.convert(author));
92 return "AuthorBox[language=" + getLanguage() + ";author
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/
H A Dsetup.py26 author='The Closure Linter Authors', variable
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dcommitinfo_unittest.py37 author = Committer("Author", "author@example.com")
40 committer_list = CommitterList(committers=[author, committer], reviewers=[reviewer])
45 "author_email": "author@example.com",
46 "author": author,
55 self.assertEqual(commit.author_email(), "author@example.com")
56 self.assertEqual(commit.author(), author)
61 self.assertEqual(commit.responsible_parties(), set([author, committe
[all...]
H A Dcommitinfo.py42 self._author = changelog_data["author"]
61 def author(self): member in class:CommitInfo
79 self.author(),
90 string += " Author: %s\n" % (self.author() or author_line)
H A Dapi.py91 "author": changelog_entry.author(),
143 reviewers.extend([commit_info.author() for commit_info in commit_infos if commit_info.author() and commit_info.author().can_review])
H A Dchangelog.py75 def author(self): member in class:ChangeLogEntry
/external/webkit/Tools/Scripts/
H A Dvalidate-committer-lists163 line_regexp = re.compile("^(?P<author>.+)@\S+ (?P<timestamp>\d+)$")
172 last_commit_dates[match_result.group('author')] = float(match_result.group('timestamp'))
175 authors_missing_email = filter(lambda author: author.find('@') == -1, self._last_commit_time_by_author_cache)
176 authors_with_email = filter(lambda author: author.find('@') != -1, self._last_commit_time_by_author_cache)
177 prefixes_of_authors_with_email = map(lambda author: author.split('@')[0], authors_with_email)
179 for author in authors_missing_email:
181 author_email = self.login_to_email_address.get(author)
[all...]
H A Dcommit-log-editor158 my $author = "";
180 # Grab the author and the date line
183 $author = $2;
196 $contents .= "Patch by $author <$email> on $date\n";
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/
H A Dsetup.py47 setup(author='Yuzo Fujishima',
/external/linux-tools-perf/util/
H A Dsetup.py20 author='Arnaldo Carvalho de Melo', variable
/external/llvm/utils/lit/
H A Dsetup.py9 author = lit.__author__, variable
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file.rb5 author: Kyle Yetter <kcy5b@yahoo.com>
/external/webkit/Tools/QueueStatusServer/model/
H A Dqueuestatus.py34 author = db.UserProperty() variable in class:QueueStatus
/external/markdown/
H A Dsetup.py33 author = 'Manfred Stienstra and Yuri takhteyev', variable in class:md_install_scripts
/external/libpng/contrib/gregbook/
H A Dwritepng.h10 express or implied. In no event shall the author or contributors
102 char *author; member in struct:_mainprog_info
/external/webkit/Tools/QueueStatusServer/handlers/
H A Dupdatestatus.py47 queue_status.author = users.get_current_user()
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Dbackground.js203 if (event.author || event.location) {
209 if (event.author) {
210 text += event.author;
456 var author = responseXML.querySelector('author name').textContent;
467 event_.author = author;
577 * Sorts all the events by author name.
580 * @return {integer} nameDiff Difference in default author and others.
584 if (event_2.author
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dparsecvs.php19 date: 2004/03/06 18:22:28; author: marcelop; state: Exp;
24 date: 2005/06/02 16:09:17; author: nickb; state: Exp; lines: +0 -0
47 ^date:\ (\d{4}/\d\d/\d\d\ \d\d:\d\d:\d\d);\ \ author:\ (\S+);\ \ state:\ (\S+);(?:\ \ lines:\ \+(\d+)\ \-(\d+))?$\\n
108 $q = "`date` = STR_TO_DATE('$revs[2]', '%Y/%m/%d %T'), `author` = '$revs[3]', `state` = '$revs[4]', `linesplus` = '$revs[5]', `linesminus` = '$revs[6]', `message` = '$revs[8]'";
/external/libnfc-nci/halimpl/bcm2079x/
H A Dnfc_nci.c172 .author = "The Android Open Source Project",
/external/libvpx/examples/includes/geshi/contrib/
H A Dcssgen2.php25 * @author revulo <revulon@gmail.com>
H A Daliased.php15 * @author Ross Golder <ross@golder.org>
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dflakytestreporter_unittest.py46 def author(self): member in class:MockCommitInfo
132 foo/bar.html bug 78 (author: abarth@webkit.org)
151 self.assertEqual(reporter._optional_author_string(["foo@bar.com"]), " (author: foo@bar.com)")
H A Dflakytestreporter.py52 return set([commit_info.author().bugzilla_email() for commit_info in commit_infos if commit_info.author()])
122 heading_string = plural('author') if len(author_emails) > 1 else 'author'
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dconstants.rb19 3. The name of the author may not be used to endorse or promote products

Completed in 879 milliseconds

123