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

1 2 3

  /external/webkit/WebKitTools/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...]
commit-log-editor 138 my $author = "";
160 # Grab the author and the date line
163 $author = $2;
176 $contents .= "Patch by $author <$email> on $date\n";
  /external/webkit/WebKitTools/pywebsocket/
setup.py 47 setup(author='Yuzo Fujishima',
  /external/webkit/WebKitTools/QueueStatusServer/model/
queuestatus.py 32 author = db.UserProperty() variable in class:QueueStatus
  /external/clearsilver/scripts/
ChangeLog.py 77 info_re = re.compile ("date: ([^; ]*) ([^;]*); author: ([^;]*);")
94 key = (date, author, string.join (comment, '\n'))
101 key = (date, author, string.join (comment, '\n'))
115 author = m.group(3)
190 (date, author, comment) = key
191 new_stamp = "%s %s" % (date, self.fullname(author))
209 def fullname (self, author):
211 return self._names[author]
214 (name, passwd, uid, gid, gecos, dir, shell) = pwd.getpwnam(author)
217 fullname = author
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api/
gps.c 64 .author = "Qualcomm USA, Inc.",
  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/
Android.mk 25 $(PV_TOP)/engines/author/include \
  /device/htc/passion-common/libsensors/
sensors.c 79 .author = "The Android Open Source Project",
  /external/clearsilver/perl/
ClearSilver.pm 50 author of the extension was negligent enough to leave the stub
60 =head1 AUTHOR
  /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/webkit/WebKitTools/QueueStatusServer/handlers/
updatestatus.py 54 queue_status.author = users.get_current_user()
  /hardware/libhardware/include/hardware/
hardware.h 61 /** Author/owner/implementor of the module */
62 const char *author; member in struct:hw_module_t
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILMediaElement.java 40 * See the author attribute from .
45 public void setAuthor(String author)
  /hardware/ti/omap3/omx/ti_omx_config_parser/
Android.mk 29 $(PV_TOP)/engines/author/include \
  /bionic/libc/kernel/common/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /development/ndk/platforms/android-3/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /device/samsung/crespo/liblight/
lights.c 127 .author = "Google, Inc.",
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
module.h 85 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilMediaElementImpl.java 144 return this.getAttribute("author");
203 public void setAuthor(String author) throws DOMException {
204 this.setAttribute("author", author);
  /hardware/libhardware/modules/overlay/
overlay.cpp 54 author: "The Android Open Source Project",

Completed in 404 milliseconds

1 2 3