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

1 2 3 4 5 6 7 8 91011>>

  /external/devlib/doc/
conf.py 54 author = u'ARM Limited' variable
226 # author, documentclass [howto, manual, or own class]).
259 [author], 1)
269 # (source start file, target name, title, author,
273 author, 'devlib', 'One line description of project.',
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
setup.py 11 author='Nat Duca' variable
  /external/selinux/python/sepolicy/
setup.py 3 # Author: Thomas Liu <tliu@redhat.com>
4 # Author: Dan Walsh <dwalsh@redhat.com>
11 author="Daniel Walsh", 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...]
  /system/tpm/trunks/
trunksd.conf 18 author "chromium-os-dev@chromium.org"
  /external/bart/docs/api_reference/
conf.py 78 author = u'Kapileshwar Singh(KP), Javi Merino' variable
250 # author, documentclass [howto, manual, or own class]).
283 [author], 1)
293 # (source start file, target name, title, author,
297 author, 'BART', 'One line description of project.',
318 epub_author = author
319 epub_publisher = author
  /external/trappy/doc/api_reference/
conf.py 78 author = u'Javi Merino, Kapileshwar Singh(KP)' variable
250 # author, documentclass [howto, manual, or own class]).
283 [author], 1)
293 # (source start file, target name, title, author,
297 author, 'TRAPpy', 'One line description of project.',
318 epub_author = author
319 epub_publisher = author
  /external/flatbuffers/python/
setup.py 21 author='FlatBuffers Contributors', variable
  /external/wayland/doc/publican/sources/css/
brand.css 5 div.author div.author,
  /external/fio/doc/
conf.py 54 author = 'Jens Axboe <axboe@kernel.dk>' variable
282 # author, documentclass [howto, manual, or own class]).
327 [author], 1)
338 # (source start file, target name, title, author,
342 author, 'fio', 'One line description of project.',
  /device/google/cuttlefish_common/guest/hals/audio/
audio_hal.cpp 33 VSOC_STATIC_INITIALIZER(author) "The Android Open Source Project",
  /device/linaro/hikey/libmemtrack/
memtrack_hikey.c 40 .author = "The Android Open Source Project",
  /external/bart/
setup.py 39 author="ARM-BART", variable
  /external/ply/ply/
setup.py 21 author = "David Beazley", variable
  /external/swiftshader/third_party/LLVM/utils/lit/
setup.py 9 author = lit.__author__, variable
  /external/trappy/
setup.py 53 author="ARM-TRAPPY", variable
  /system/nvram/hal/
testing_module.c 35 .author = "The Android Open Source Project",
  /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;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
logmerge.py 138 author = None
145 if len(words) >= 5 and words[3] == 'author:':
146 author = words[4]
147 if author[-1:] == ';':
148 author = author[:-1]
162 records.append((date, working_file, rev, author, text))
169 for (date, working_file, rev, author, text) in database:
177 prev.append((date, working_file, rev, author))
  /external/adhd/init/
cras.conf 9 author "chromium-os-dev@chromium.org"
  /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.
  /external/python/cpython2/Tools/scripts/
logmerge.py 138 author = None
145 if len(words) >= 5 and words[3] == 'author:':
146 author = words[4]
147 if author[-1:] == ';':
148 author = author[:-1]
162 records.append((date, working_file, rev, author, text))
169 for (date, working_file, rev, author, text) in database:
177 prev.append((date, working_file, rev, author))

Completed in 355 milliseconds

1 2 3 4 5 6 7 8 91011>>