Home
last modified time | relevance | path

Searched refs:author (Results 1 – 25 of 1830) sorted by relevance

12345678910>>...74

/external/libxml2/result/
Dslashdot16.xml.rde22 2 1 author 0 0
24 2 15 author 0 0
73 2 1 author 0 0
75 2 15 author 0 0
124 2 1 author 0 0
126 2 15 author 0 0
175 2 1 author 0 0
177 2 15 author 0 0
226 2 1 author 0 0
228 2 15 author 0 0
[all …]
Dslashdot16.xml.rdr22 2 1 author 0 0
24 2 15 author 0 0
73 2 1 author 0 0
75 2 15 author 0 0
124 2 1 author 0 0
126 2 15 author 0 0
175 2 1 author 0 0
177 2 15 author 0 0
226 2 1 author 0 0
228 2 15 author 0 0
[all …]
Dslashdot.xml.rde22 2 1 author 0 0
24 2 15 author 0 0
73 2 1 author 0 0
75 2 15 author 0 0
124 2 1 author 0 0
126 2 15 author 0 0
175 2 1 author 0 0
177 2 15 author 0 0
226 2 1 author 0 0
228 2 15 author 0 0
[all …]
Dslashdot.xml.rdr22 2 1 author 0 0
24 2 15 author 0 0
73 2 1 author 0 0
75 2 15 author 0 0
124 2 1 author 0 0
126 2 15 author 0 0
175 2 1 author 0 0
177 2 15 author 0 0
226 2 1 author 0 0
228 2 15 author 0 0
[all …]
Dslashdot16.xml.sax24 SAX.startElement(author)
26 SAX.endElement(author)
75 SAX.startElement(author)
77 SAX.endElement(author)
126 SAX.startElement(author)
128 SAX.endElement(author)
177 SAX.startElement(author)
179 SAX.endElement(author)
228 SAX.startElement(author)
230 SAX.endElement(author)
[all …]
Dslashdot.xml.sax24 SAX.startElement(author)
26 SAX.endElement(author)
75 SAX.startElement(author)
77 SAX.endElement(author)
126 SAX.startElement(author)
128 SAX.endElement(author)
177 SAX.startElement(author)
179 SAX.endElement(author)
228 SAX.startElement(author)
230 SAX.endElement(author)
[all …]
Dslashdot16.xml.sax224 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
26 SAX.endElementNs(author, NULL, NULL)
75 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
77 SAX.endElementNs(author, NULL, NULL)
126 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
128 SAX.endElementNs(author, NULL, NULL)
177 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
179 SAX.endElementNs(author, NULL, NULL)
228 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
230 SAX.endElementNs(author, NULL, NULL)
[all …]
Dslashdot.xml.sax224 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
26 SAX.endElementNs(author, NULL, NULL)
75 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
77 SAX.endElementNs(author, NULL, NULL)
126 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
128 SAX.endElementNs(author, NULL, NULL)
177 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
179 SAX.endElementNs(author, NULL, NULL)
228 SAX.startElementNs(author, NULL, NULL, 0, 0, 0)
230 SAX.endElementNs(author, NULL, NULL)
[all …]
Ddav1.rdr21 3 1 R:author 0 0
29 3 15 R:author 0 0
Ddav1.rde21 3 1 R:author 0 0
29 3 15 R:author 0 0
Ddav2.rdr26 3 1 R:author 0 0
34 3 15 R:author 0 0
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DAuthorBox.java37 private String author; field in AuthorBox
60 return author; in getAuthor()
67 public void setAuthor(String author) { in setAuthor() argument
68 this.author = author; in setAuthor()
72 return 7 + Utf8.utf8StringLengthInBytes(author); in getContentSize()
79 author = IsoTypeReader.readString(content); in _parseDetails()
86 byteBuffer.put(Utf8.convert(author)); in getContent()
/external/libvncserver/utils/
Dgit2cl.pl282 my $author;
310 $author = $1;
315 $state = 1 if ($_l =~ m,^$, and $author and (@date+0>0));
327 $author=0;
340 print (strftime "%Y-%m-%d $author\n\n", @date);
358 $author = "";
369 print (strftime "%Y-%m-%d $author\n\n", @date);
/external/clang/test/Sema/
Dwarn-documentation.m6 /// \brief\author Aaa
10 * \brief\author Aaa
23 /// \brief\author Aaa
27 /// \brief\author Aaa
32 /// \brief\author Aaa
37 /// \brief\author Aaa
51 /// \brief\author Aaa
56 /// \brief\author Aaa
59 /// \brief\author Aaa
64 /// \brief\author Aaa
[all …]
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc344 Author author; in TEST_P() local
345 author.set_id(12345); in TEST_P()
348 DoTest(author, Author::descriptor()); in TEST_P()
352 Author* author = new Author(); in TEST_P() local
353 author->set_name("Tolstoy"); in TEST_P()
356 book.set_allocated_author(author); in TEST_P()
368 Author author; in TEST_P() local
369 author.set_alive(false); in TEST_P()
370 author.set_name("john"); in TEST_P()
371 author.add_pseudonym("phil"); in TEST_P()
[all …]
/external/antlr/antlr-3.4/runtime/Perl5/
DMANIFEST47 t/author/api.t
48 t/author/perlcritic.t
49 t/author/perlcriticrc
50 t/author/pod-coverage.t
51 t/author/pod.t
/external/v8/tools/release/
Dgit_recipes.py208 def GitUpload(self, reviewer="", author="", force=False, cq=False, argument
211 if author:
212 args += ["--email", Quoted(author)]
227 def GitCommit(self, message="", file_name="", author=None, **kwargs): argument
234 if author:
235 args += ["--author", "\"%s <%s>\"" % (author, author)]
Dauto_roll.py156 self.GitCommit("\n\n".join(message), author=self._options.author, cwd=cwd)
158 self.GitUpload(author=self._options.author,
203 if not options.author or not options.reviewer:
/external/syslinux/doc/
Dcptime.txt3 :author: Gene Cumm
45 {author} <{email}>
48 Copyright \(C) 2011 {author}. Free use of this software is granted under
/external/dtc/Documentation/
Ddtc-paper.bib23 author = "Benjamin Herrenschmidt",
31 author = "Benjamin Herrenschmidt",
39 author = "David Gibson et al.",
/external/syslinux/txt/
Dhello.txt3 :author: World Greeter
4 :author-email: hello@domain.local
Dsyslinux-cli.txt4 :author: H. Peter Anvin
5 :author-email: hpa@zytor.com
92 *SYSLINUX* documentation by {author} <{author-email}>. The conversion
/external/chromium-trace/catapult/telemetry/third_party/mox3/
Dsetup.cfg6 author = OpenStack
7 author-email = openstack-dev@lists.openstack.org
/external/squashfs-tools/RELEASE-READMEs/
DDONATIONS5 development is funded soley by the author, partially supported by donations
14 prefer by contacting the author privately.
/external/ImageMagick/m4/
Dcxx_have_std_libs.m48 dnl @author Todd Veldhuizen
9 dnl @author Luc Maisonobe <luc@spaceroots.org>

12345678910>>...74