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

1 2 3 4

  /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/jcommander/src/test/java/com/beust/jcommander/command/
CommandCommit.java 2 * Copyright (C) 2010 the original author or authors.
35 @Parameter(names = "--author")
36 public String author; field in class:CommandCommit
  /external/ply/ply/
setup.py 21 author = "David Beazley", variable
  /external/python/cpython3/Tools/test2to3/
setup.py 18 author = "Martin v. L?wis", variable
  /external/bart/
setup.py 39 author="ARM-BART", variable
  /external/flatbuffers/python/
setup.py 21 author='FlatBuffers Contributors', variable
  /external/kmod/testsuite/
test-modinfo.c 62 DEFINE_MODINFO_GENERIC_TEST(author); variable
  /external/llvm/utils/lit/
setup.py 16 author = lit.__author__, variable
  /external/python/futures/
setup.py 27 author='Brian Quinlan', variable
  /external/swiftshader/third_party/LLVM/utils/lit/
setup.py 9 author = lit.__author__, variable
  /external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/
setup.py 35 author='Google Inc.', variable
  /external/trappy/
setup.py 53 author="ARM-TRAPPY", variable
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/tutorial/
tutorial.cpp 122 Value author; local
127 author.SetString(buffer, static_cast<size_t>(len), document.GetAllocator());
132 // Value author(buffer, len, document.GetAllocator());
133 // Value author(buffer, document.GetAllocator());
136 // Variable 'buffer' is unusable now but 'author' has already made a copy.
137 document.AddMember("author", author, document.GetAllocator());
139 assert(author.IsNull()); // Move semantic for assignment. After this variable is assigned as a member, the variable becomes null.
  /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/dtc/pylibfdt/
setup.py 116 author='Simon Glass <sjg@chromium.org>', variable
  /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.',
  /external/markdown/
setup.py 33 author = 'Manfred Stienstra and Yuri takhteyev', variable in class:md_install_scripts
  /external/scapy/
setup.py 72 author='Philippe BIONDI', variable
  /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/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/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/brotli/
setup.py 143 AUTHOR = 'The Brotli Authors'
276 author=AUTHOR, variable in class:BuildExt
  /external/capstone/bindings/python/
setup.py 206 author='Nguyen Anh Quynh', variable
setup_cython.py 128 author = 'Nguyen Anh Quynh', variable

Completed in 416 milliseconds

1 2 3 4