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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/
setup.py 13 author='Chromium Authors', variable
  /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/chromium_org/third_party/python_gflags/
setup.py 38 author='Google Inc. and others', variable
  /external/chromium_org/third_party/tlslite/
setup.py 3 # Author: Trevor Perrin
10 author="Trevor Perrin", variable
  /external/chromium_org/third_party/v4l2capture/
setup.py 17 author = "Fredrik Portstrom", variable
  /external/lldb/test/pexpect-2.4/
setup.py 10 author='Noah Spurrier', variable
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
validate-committer-lists 168 line_regexp = re.compile("^(?P<author>.+)@\S+ (?P<timestamp>\d+)$")
177 last_commit_dates[match_result.group('author')] = float(match_result.group('timestamp'))
180 authors_missing_email = filter(lambda author: author.find('@') == -1, self._last_commit_time_by_author_cache)
181 authors_with_email = filter(lambda author: author.find('@') != -1, self._last_commit_time_by_author_cache)
182 prefixes_of_authors_with_email = map(lambda author: author.split('@')[0], authors_with_email)
184 for author in authors_missing_email:
186 author_email = self.login_to_email_address.get(author)
    [all...]
  /device/asus/fugu/libaudio/
audio_hal_hooks.c 33 .author = "The Android Open Source Project",
  /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/chromium_org/third_party/closure_linter/
setup.py 26 author='The Closure Linter Authors', variable
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
Item.java 52 Item (String name, String author, String fileName) {
54 mAuthor = author;
  /developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
Item.java 52 Item (String name, String author, String fileName) {
54 mAuthor = author;
  /development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
Item.java 52 Item (String name, String author, String fileName) {
54 mAuthor = author;
  /external/eigen/lapack/
dsecnd_NONE.f 28 *> \author Univ. of Tennessee
29 *> \author Univ. of California Berkeley
30 *> \author Univ. of Colorado Denver
31 *> \author NAG Ltd.
second_NONE.f 28 *> \author Univ. of Tennessee
29 *> \author Univ. of California Berkeley
30 *> \author Univ. of Colorado Denver
31 *> \author NAG Ltd.
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2Hal.cpp 38 author: "Qualcomm Innovation Center Inc",
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Hal.cpp 38 author: "Qualcomm Innovation Center Inc",
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2Hal.cpp 38 author: "Qualcomm Innovation Center Inc",
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file.rb 5 author: Kyle Yetter <kcy5b@yahoo.com>
  /external/llvm/utils/lit/
setup.py 16 author = lit.__author__, variable
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Hal.cpp 39 author: "Qualcomm Innovation Center Inc",
  /device/moto/shamu/camera/QCamera2/
QCamera2Hal.cpp 39 author: "Qualcomm Innovation Center Inc",

Completed in 767 milliseconds

1 2 3 4 5 6 7 8 91011>>