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

1 2 3

  /external/icu/icu4c/source/data/mappings/
ucmlocal.mk 2 # Author: mscherer@google.com (Markus Scherer)
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.h 156 // Author represents an author of an entity.
157 class Author {
159 Author();
164 base::JSONValueConverter<Author>* converter);
179 DISALLOW_COPY_AND_ASSIGN(Author);
272 const ScopedVector<Author>& authors() const { return authors_; }
282 void set_authors(ScopedVector<Author> authors) {
303 ScopedVector<Author> authors_;
gdata_wapi_parser.cc 36 const char kAuthorField[] = "author";
180 // Author implementation
182 Author::Author() {
186 void Author::RegisterJSONConverter(
187 base::JSONValueConverter<Author>* converter) {
188 converter->RegisterStringField(kNameField, &Author::name_);
189 converter->RegisterStringField(kEmailField, &Author::email_);
352 converter->template RegisterRepeatedMessage<Author>(
  /external/libunwind/doc/
unw_destroy_addr_space.tex 32 \section{Author}
unw_regname.tex 39 \section{Author}
unw_strerror.tex 33 \section{Author}
_U_dyn_cancel.tex 38 \section{Author}
_U_dyn_register.tex 39 \section{Author}
unw_backtrace.tex 46 \section{Author}
unw_get_accessors.tex 47 \section{Author}
unw_is_fpreg.tex 44 \section{Author}
unw_flush_cache.tex 49 \section{Author}
unw_getcontext.tex 55 \section{Author}
unw_is_signal_frame.tex 59 \section{Author}
unw_step.tex 60 \section{Author}
unw_get_fpreg.tex 69 \section{Author}
unw_get_reg.tex 69 \section{Author}
unw_init_local.tex 73 \section{Author}
unw_init_remote.tex 71 \section{Author}
  /external/linux-tools-perf/perf-3.12.0/arch/c6x/lib/
memcpy_64plus.S 4 ; Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com)
  /external/lldb/examples/test/
usage-pre-post-flight 19 Last Changed Author: gclayton
usage-lldb-loggings 20 Last Changed Author: johnny
81 Last Changed Author: johnny
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfDocumentInformationDictionary_autogen.cpp 23 SkString SkPdfDocumentInformationDictionary::Author(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Author", "");
32 return get("Author", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfDocumentInformationDictionary_autogen.cpp 23 SkString SkPdfDocumentInformationDictionary::Author(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Author", "");
32 return get("Author", "") != NULL;
  /external/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 21 Author Revision: 0.2

Completed in 1942 milliseconds

1 2 3