HomeSort by relevance Sort by last modified time
    Searched defs:author (Results 1 - 25 of 82) 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/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/swiftshader/third_party/LLVM/utils/lit/
setup.py 9 author = lit.__author__, 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/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/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 126 AUTHOR = 'The Brotli Authors'
258 author=AUTHOR, variable in class:BuildExt
  /external/dng_sdk/source/
dng_iptc.cpp 12 /* $Author: tknoll $ */
519 dng_string author; local
521 ParseString (stream, author, charSet);
523 if (author.NotEmpty ())
525 fAuthors.Append (author);
  /hardware/libhardware/include/hardware/
hardware.h 140 /** Author/owner/implementor of the module */
141 const char *author; member in struct:hw_module_t
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decorators.py 12 def author(name): member in class:MiscDecorators
14 func.__dict__['author'] = name
88 @decorators.author('Cleese')
91 self.assertEqual(foo.author, 'Cleese')
  /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/protobuf/src/google/protobuf/util/internal/
protostream_objectsource_test.cc 69 using google::protobuf::testing::Author;
344 Author author; local
345 author.set_id(12345);
348 DoTest(author, Author::descriptor());
352 Author* author = new Author(); local
353 author->set_name("Tolstoy")
368 Author author; local
400 Author author; local
    [all...]
protostream_objectwriter_test.cc 64 using google::protobuf::testing::Author;
222 Author* robert = book.mutable_author();
235 ->StartObject("author")
254 Author* robert = book.mutable_author();
259 ->StartObject("author")
436 Author* author = expected.mutable_author(); local
437 author->set_name("The Author");
438 author->add_pseudonym("first")
454 Author* author = expected.mutable_author(); local
468 Author* author = expected.mutable_author(); local
534 Author* author = expected.mutable_author(); local
582 Author* author = expected.mutable_author(); local
663 Author* author = expected.mutable_author(); local
    [all...]
  /external/python/cpython2/Lib/test/
test_decorators.py 12 def author(name): member in class:MiscDecorators
14 func.__dict__['author'] = name
88 @decorators.author('Cleese')
91 self.assertEqual(foo.author, 'Cleese')

Completed in 797 milliseconds

1 2 3 4