HomeSort by relevance Sort by last modified time
    Searched refs:author (Results 1 - 25 of 2776) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/linux-tools-perf/util/
setup.py 20 author='Arnaldo Carvalho de Melo', variable
  /external/llvm/utils/lit/
setup.py 9 author = lit.__author__, variable
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file.rb 5 author: Kyle Yetter <kcy5b@yahoo.com>
  /external/webkit/Tools/QueueStatusServer/model/
queuestatus.py 34 author = db.UserProperty() variable in class:QueueStatus
  /device/generic/goldfish/power/
power_qemu.c 58 .author = "The Android Open Source Project",
  /hardware/libhardware/modules/nfc/
nfc_hw_example.c 68 .author = "The Android Open Source Project",
  /hardware/libhardware/modules/power/
power.c 55 .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
  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/
Android.mk 25 $(PV_TOP)/engines/author/include \
  /device/asus/grouper/power/
power.c 116 .author = "The Android Open Source Project",
  /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()

Completed in 345 milliseconds

1 2 3 4 5 6 7 8 91011>>