Searched defs:print (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/compile/linkloader/include/impl/
H A DELFHeader.hxx26 void ELFHeader<Bitwidth>::print() { function in class:ELFHeader
H A DELFSectionBits.hxx28 inline void ELFSectionBits<Bitwidth>::print() const { function in class:ELFSectionBits
44 chunk.print();
H A DELFSectionStrTab.hxx53 void ELFSectionStrTab<Bitwidth>::print() const { function in class:ELFSectionStrTab
H A DELFReloc.hxx82 inline void ELFReloc_CRTP<Bitwidth>::print(bool shouldPrintHeader) const { function in class:ELFReloc_CRTP
H A DELFSectionHeader.hxx66 void ELFSectionHeader_CRTP<Bitwidth>::print(bool shouldPrintHeader) const { function in class:ELFSectionHeader_CRTP
H A DELFSectionHeaderTable.hxx71 inline void ELFSectionHeaderTable<Bitwidth>::print() const { function in class:ELFSectionHeaderTable
80 (*this)[i]->print();
H A DELFSectionRelTable.hxx37 void ELFSectionRelTable<Bitwidth>::print() const { function in class:ELFSectionRelTable
46 (*this)[i]->print();
H A DELFSectionSymTab.hxx115 void ELFSectionSymTab<Bitwidth>::print() const { function in class:ELFSectionSymTab
124 table[i]->print();
H A DELFSymbol.hxx76 inline void ELFSymbol_CRTP<Bitwidth>::print(bool shouldPrintHeader) const { function in class:ELFSymbol_CRTP
H A DELFObject.hxx719 inline void ELFObject<Bitwidth>::print() const { function in class:ELFObject
720 header->print();
721 shtab->print();
726 sec->print();
/frameworks/av/media/mtp/
H A DMtpDeviceInfo.cpp90 void MtpDeviceInfo::print() { function in class:android::MtpDeviceInfo
H A DMtpStorageInfo.cpp63 void MtpStorageInfo::print() { function in class:android::MtpStorageInfo
H A DMtpObjectInfo.cpp93 void MtpObjectInfo::print() { function in class:android::MtpObjectInfo
H A DMtpProperty.cpp319 void MtpProperty::print() { function in class:android::MtpProperty
329 print(mDefaultValue, buffer);
333 print(mCurrentValue, buffer);
341 print(mMinimumValue, buffer);
343 print(mMaximumValue, buffer);
345 print(mStepSize, buffer);
352 print(mEnumValues[i], buffer);
367 void MtpProperty::print(MtpPropertyValue& value, MtpString& buffer) { function in class:android::MtpProperty
405 ALOGE("unsupported type for MtpProperty::print\n");
/frameworks/compile/linkloader/lib/
H A DMemChunk.cpp74 void MemChunk::print() const { function in class:MemChunk
/frameworks/base/tools/preload/
H A DProc.java150 void print() { method in class:Proc
151 print("");
157 private void print(String prefix) { method in class:Proc
160 child.print(prefix + " ");
/frameworks/compile/libbcc/tests/data/src/
H A Dstructs.c58 void print(struct v* v) { function
68 print(&c);
/frameworks/base/tools/aapt/
H A DSourcePos.cpp26 void print(FILE* to) const;
87 ErrorPos::print(FILE* to) const function in class:ErrorPos
151 ErrorPos(this->file, this->line, String8(buf), false).print(stderr);
166 it->print(to);
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/java/android/bordeaux/learning/
H A DStochasticLinearRanker.java141 public void print(Model model){ method in class:StochasticLinearRanker
/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java32 * A print stream which logs output line by line.
197 public synchronized void print(char[] charArray) { method in class:LoggingPrintStream
203 public synchronized void print(char ch) { method in class:LoggingPrintStream
211 public synchronized void print(double dnum) { method in class:LoggingPrintStream
216 public synchronized void print(float fnum) { method in class:LoggingPrintStream
221 public synchronized void print(int inum) { method in class:LoggingPrintStream
226 public synchronized void print(long lnum) { method in class:LoggingPrintStream
231 public synchronized void print(Object obj) { method in class:LoggingPrintStream
237 public synchronized void print(String str) { method in class:LoggingPrintStream
243 public synchronized void print(boolea method in class:LoggingPrintStream
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp137 print(dbgs(), ValueMap, "Default");
139 print(dbgs(), MDValueMap, "MetaData");
143 void ValueEnumerator::print(raw_ostream &OS, const ValueMapType &Map, function in class:llvm_2_9::ValueEnumerator
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp137 print(dbgs(), ValueMap, "Default");
139 print(dbgs(), MDValueMap, "MetaData");
143 void ValueEnumerator::print(raw_ostream &OS, const ValueMapType &Map, function in class:llvm_2_9_func::ValueEnumerator
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DStochasticLinearRankerWithPrior.java200 public void print(Model m){ method in class:StochasticLinearRankerWithPrior
201 super.print(m.uModel);
/frameworks/native/libs/utils/
H A DBufferedTextOutput.cpp155 status_t BufferedTextOutput::print(const char* txt, size_t len) function in class:android::BufferedTextOutput
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DEventRecurrenceTest.java732 print(eventRecurrence);
765 private static void print(EventRecurrence er) { method in class:EventRecurrenceTest

Completed in 1437 milliseconds

12