HomeSort by relevance Sort by last modified time
    Searched refs:author (Results 101 - 125 of 547) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/eigen/lapack/
dlarf.f 115 *> \author Univ. of Tennessee
116 *> \author Univ. of California Berkeley
117 *> \author Univ. of Colorado Denver
118 *> \author NAG Ltd.
dlarfg.f 97 *> \author Univ. of Tennessee
98 *> \author Univ. of California Berkeley
99 *> \author Univ. of Colorado Denver
100 *> \author NAG Ltd.
slarf.f 115 *> \author Univ. of Tennessee
116 *> \author Univ. of California Berkeley
117 *> \author Univ. of Colorado Denver
118 *> \author NAG Ltd.
zlarf.f 119 *> \author Univ. of Tennessee
120 *> \author Univ. of California Berkeley
121 *> \author Univ. of Colorado Denver
122 *> \author NAG Ltd.
zlarfg.f 97 *> \author Univ. of Tennessee
98 *> \author Univ. of California Berkeley
99 *> \author Univ. of Colorado Denver
100 *> \author NAG Ltd.
  /external/libmpeg2/common/arm/
icv_sad_a9.s 28 @* @author
  /hardware/libhardware/include/hardware/
hardware.h 140 /** Author/owner/implementor of the module */
141 const char *author; member in struct:hw_module_t
  /hardware/libhardware/modules/consumerir/
consumerir.c 118 .author = "The Android Open Source Project",
  /hardware/libhardware/modules/input/evdev/
EvdevModule.cpp 123 .author = "The Android Open Source Project",
  /hardware/libhardware/modules/local_time/
local_time_hw.c 111 .author = "The Android Open Source Project",
  /hardware/libhardware/modules/nfc-nci/
nfc_nci_example.cpp 119 .author = "The Android Open Source Project",
  /hardware/qcom/display/msm8084/libgralloc/
gralloc.cpp 76 author: "The Android Open Source Project",
  /hardware/qcom/display/msm8226/libgralloc/
gralloc.cpp 76 author: "The Android Open Source Project",
  /hardware/qcom/display/msm8909/libgralloc/
gralloc.cpp 76 .author = "The Android Open Source Project",
  /hardware/qcom/display/msm8960/libgralloc/
gralloc.cpp 76 .author = "The Android Open Source Project",
  /hardware/qcom/display/msm8994/libgralloc/
gralloc.cpp 82 author: "The Android Open Source Project",
  /hardware/qcom/display/msm8996/libgralloc/
gralloc.cpp 82 .author = "The Android Open Source Project",
  /hardware/qcom/display/sdm845/libgralloc/
gralloc.cpp 76 .author = "The Android Open Source Project",
  /external/skia/tools/
using_skia_and_harfbuzz.cpp 107 StringOption author = StringOption("-a", "PDF author", "---"); member in struct:Config
121 &page_width, &page_height, &title, &author, &subject,
178 pdf_info.fAuthor = config.author.value.c_str();
  /frameworks/av/media/libnbaio/
NBLog.cpp 178 // Skip author if present
204 int NBLog::FormatEntry::author() const { function in class:android::NBLog::FormatEntry
212 // if there is an author entry, return it, return -1 otherwise
220 std::unique_ptr<audio_utils_fifo_writer> &dst, int author) const {
227 // insert author entry
228 size_t authorEntrySize = NBLog::Entry::kOverhead + sizeof(author);
233 sizeof(author);
234 *(int*) (&authorEntry[offsetof(entry, data)]) = author;
314 int NBLog::HistogramEntry::author() const { function in class:android::NBLog::HistogramEntry
317 return it.payload<HistTsEntryWithAuthor>().author;
1168 int author = entry.author(); local
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
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...]
  /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/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')
  /prebuilts/gdb/darwin-x86/lib/python2.7/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')
  /prebuilts/gdb/linux-x86/lib/python2.7/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 491 milliseconds

1 2 3 45 6 7 8 91011>>