Home
last modified time | relevance | path

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

12

/frameworks/av/media/libnblog/
DEntry.cpp190 int FormatEntry::author() const in author() function in android::NBLog::FormatEntry
201 std::unique_ptr<audio_utils_fifo_writer> &dst, int author) const in copyWithAuthor()
208 size_t authorEntrySize = Entry::kOverhead + sizeof(author); in copyWithAuthor()
213 sizeof(author); in copyWithAuthor()
214 *(int*) (&authorEntry[offsetof(entry, data)]) = author; in copyWithAuthor()
235 int HistogramEntry::author() const in author() function in android::NBLog::HistogramEntry
239 ? it.payload<HistTsEntryWithAuthor>().author : -1; in author()
243 std::unique_ptr<audio_utils_fifo_writer> &dst, int author) const in copyWithAuthor()
251 *(int*) (buffer + sizeof(entry) + sizeof(HistTsEntry)) = author; in copyWithAuthor()
DMerger.cpp133 void MergeReader::processSnapshot(Snapshot &snapshot, int author) in processSnapshot() argument
135 ReportPerformance::PerformanceData& data = mThreadPerformanceData[author]; in processSnapshot()
143 mThreadPerformanceAnalysis[author][0 /*hash*/].logTsEntry(payload.ts); in processSnapshot()
146 mThreadPerformanceAnalysis[author][0 /*hash*/].handleStateChange(); in processSnapshot()
260 int author = entry.author(); in handleAuthor() local
261 if (author == -1) { in handleAuthor()
265 const char* name = mReaders[author]->name().c_str(); in handleAuthor()
DPerformanceAnalysis.cpp343 void PerformanceAnalysis::reportPerformance(String8 *body, int author, log_hash_t hash, in reportPerformance() argument
368 "Thread, hash, starting timestamp: ", author, in reportPerformance()
DReportPerformance.cpp223 const char * directory, bool append, int author, log_hash_t hash) { in writeToFile() argument
246 common << author << "_" << hash << "_" << currTime << ".csv"; in writeToFile()
/frameworks/av/media/libnblog/include/media/nblog/
DEntry.h156 virtual int author() const = 0;
160 int author) const = 0;
207 int author() const override;
211 int author) const override;
223 int author() const override;
226 int author) const override;
DReportPerformance.h77 const char * kDirectory, bool append, int author, log_hash_t hash);
DEvents.h89 int author; member
DMerger.h80 void processSnapshot(Snapshot &snap, int author);
DPerformanceAnalysis.h229 void reportPerformance(String8 *body, int author, log_hash_t hash,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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 …]
Dprotostream_objectwriter_test.cc440 Author* author = expected.mutable_author(); in TEST_P() local
441 author->set_name("The Author"); in TEST_P()
442 author->add_pseudonym("first"); in TEST_P()
443 author->add_pseudonym("second"); in TEST_P()
458 Author* author = expected.mutable_author(); in TEST_P() local
459 author->set_name("second"); in TEST_P()
472 Author* author = expected.mutable_author(); in TEST_P() local
473 author->set_name("The Author"); in TEST_P()
474 author->add_pseudonym("first"); in TEST_P()
475 author->add_pseudonym("second"); in TEST_P()
[all …]
/frameworks/base/core/java/android/view/textclassifier/
DConversationActions.java145 @Nullable Person author, in Message()
149 mAuthor = author; in Message()
245 public Builder(@NonNull Person author) { in Builder() argument
246 mAuthor = Preconditions.checkNotNull(author); in Builder()
/frameworks/av/include/media/nblog/
DReportPerformance.h77 const char * kDirectory, bool append, int author, log_hash_t hash);
DPerformanceAnalysis.h229 void reportPerformance(String8 *body, int author, log_hash_t hash,
/frameworks/base/packages/SystemUI/tools/lint/
DREADME18 CL author (e.g. translation issues)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/
Dbooks.proto41 optional Author author = 2; field
74 // An author of a book
/frameworks/base/sax/tests/saxtests/src/android/sax/
DSafeSaxTest.java233 Element author = entry.getChild(ATOM_NAMESPACE, "author"); in newContentHandler() local
234 author.getChild(ATOM_NAMESPACE, "name") in newContentHandler()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCONTRIBUTORS.txt13 Proto2 C++ and Java primary author:
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt56 author's reputation will not be affected by problems that might be
398 system; it is up to the author/donor to decide if he or she is willing
428 write to the author to ask for permission. For software which is
474 Copyright (C) <year> <name of author>
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/m4/
Dacx_pthread.m455 dnl @author Steven G. Johnson <stevenj@alum.mit.edu>
/frameworks/compile/libbcc/
DNOTICE294 * 4. The name of the company nor the name of the author may be used to
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp125 .author = "The Android Open Source Project",
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto369 // setting this option true suggests that the protocol author believes that
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto369 // setting this option true suggests that the protocol author believes that
/frameworks/base/core/java/android/app/
DNotification.java10005 String author = null; in getBundleForUnreadConversation() local
10007 author = mParticipants[0]; in getBundleForUnreadConversation()
10013 m.putString(KEY_AUTHOR, author); in getBundleForUnreadConversation()

12