/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
commitinfo_unittest.py | 37 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) [all...] |
commitinfo.py | 42 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)
|
api.py | 91 "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])
|
/external/webkit/Tools/Scripts/ |
validate-committer-lists | 163 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...] |
/development/tools/emulator/system/camera/ |
EmulatedCameraHal.cpp | 38 author: "The Android Open Source Project",
|
/external/llvm/utils/lit/ |
setup.py | 9 author = lit.__author__, variable
|
/external/webkit/Tools/QueueStatusServer/model/ |
queuestatus.py | 34 author = db.UserProperty() variable in class:QueueStatus
|
/hardware/libhardware/include/hardware/ |
hardware.h | 62 /** Author/owner/implementor of the module */ 63 const char *author; member in struct:hw_module_t
|
/hardware/libhardware/modules/nfc/ |
nfc_hw_example.c | 67 .author = "The Android Open Source Project",
|
/hardware/qcom/gps/loc_api/libloc_api/ |
gps.c | 64 .author = "Qualcomm USA, Inc.",
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLAppletElement11.js | 82 * @author NIST 83 * @author Rick Rivello 84 * @author Curt Arnold
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLAppletElement11.js | 82 * @author NIST 83 * @author Rick Rivello 84 * @author Curt Arnold
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
entitygetxmlencoding03.js | 82 * @author IBM 83 * @author Neil Delima 84 * @author Curt Arnold
|
entitygetxmlencoding04.js | 82 * @author IBM 83 * @author Neil Delima 84 * @author Curt Arnold
|
entitygetxmlversion03.js | 82 * @author IBM 83 * @author Neil Delima 84 * @author Curt Arnold
|
entitygetxmlversion04.js | 82 * @author IBM 83 * @author Neil Delima 84 * @author Curt Arnold
|
entitygetinputencoding03.js | 82 * @author IBM 83 * @author Neil Delima 84 * @author Curt Arnold
|
entitygetinputencoding04.js | 82 * @author IBM 83 * @author Neil Delima 84 * @author Curt Arnold
|
textreplacewholetext07.js | 85 * @author IBM 86 * @author Neil Delima 87 * @author Curt Arnold
|
/hardware/ti/omap3/omx/core_plugin/omx_core_plugin/ |
Android.mk | 25 $(PV_TOP)/engines/author/include \
|
/device/moto/stingray/sensors/ |
sensors.c | 76 .author = "Motorola",
|
/external/libpng/contrib/gregbook/ |
writepng.h | 10 express or implied. In no event shall the author or contributors 102 char *author; member in struct:_mainprog_info
|
/external/markdown/ |
setup.py | 33 author = 'Manfred Stienstra and Yuri takhteyev', variable in class:md_install_scripts
|
/external/webkit/Tools/QueueStatusServer/handlers/ |
updatestatus.py | 47 queue_status.author = users.get_current_user()
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
SMILMediaElement.java | 40 * See the author attribute from . 45 public void setAuthor(String author)
|