/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
AuthorBox.java | 37 private String author; field in class:AuthorBox 55 * Author information. 57 * @return the author 60 return author; 67 public void setAuthor(String author) { 68 this.author = author; 72 return 7 + Utf8.utf8StringLengthInBytes(author); 79 author = IsoTypeReader.readString(content); 86 byteBuffer.put(Utf8.convert(author)); [all...] |
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
setup.py | 38 author='Google Inc. and others', variable
|
/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)
|
/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...] |
/device/generic/goldfish/camera/ |
EmulatedCameraHal.cpp | 38 author: "The Android Open Source Project",
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/ |
setup.py | 26 author='The Closure Linter Authors', variable
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/ |
setup.py | 47 setup(author='Yuzo Fujishima',
|
/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",
|
/external/skia/tools/copyright/ |
main.py | 15 @author: epoger@google.com
|
/hardware/libhardware/modules/nfc/ |
nfc_pn544_example.c | 68 .author = "The Android Open Source Project",
|
/hardware/libhardware/modules/power/ |
power.c | 55 .author = "The Android Open Source Project",
|
/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",
|
/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
|