Searched defs:print (Results 1 - 25 of 28) 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 DELFSectionRelTable.hxx31 void ELFSectionRelTable<Bitwidth>::print() const { function in class:ELFSectionRelTable
40 (*this)[i]->print();
H A DELFSectionHeaderTable.hxx71 inline void ELFSectionHeaderTable<Bitwidth>::print() const { function in class:ELFSectionHeaderTable
80 (*this)[i]->print();
H A DELFSectionSymTab.hxx115 void ELFSectionSymTab<Bitwidth>::print() const { function in class:ELFSectionSymTab
124 table[i]->print();
H A DELFSymbol.hxx81 inline void ELFSymbol_CRTP<Bitwidth>::print(bool shouldPrintHeader) const { function in class:ELFSymbol_CRTP
H A DELFObject.hxx509 inline void ELFObject<Bitwidth>::print() const { function in class:ELFObject
510 header->print();
511 shtab->print();
516 sec->print();
/frameworks/base/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 LOGE("unsupported type for MtpProperty::print\n");
H A DMtpDevice.cpp230 void MtpDevice::print() { function in class:android::MtpDevice
232 mDeviceInfo->print();
241 property->print();
260 property->print();
/frameworks/compile/linkloader/lib/
H A DMemChunk.cpp72 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/test-runner/src/junit/textui/
H A DResultPrinter.java27 synchronized void print(TestResult result, long runTime) { method in class:ResultPrinter
72 // I feel like making this a println, then adding a line giving the throwable a chance to print something
74 getWriter().print(count + ") " + booBoo.failedTest());
78 getWriter().print(BaseTestRunner.getFilteredTrace(booBoo.trace()));
84 getWriter().print("OK");
115 getWriter().print("E");
122 getWriter().print("F");
135 getWriter().print(".");
/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/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/base/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/calendarcommon/
H A DEventRecurrenceTest.java603 print(eventRecurrence);
636 private static void print(EventRecurrence er) { method in class:EventRecurrenceTest
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DModelInterpreter.java564 print ("> ");
667 print (String s) method in class:ModelInterpreter
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java540 resultPrinter.print(mTestRunner.getTestResult(), runTime);
641 synchronized void print(TestResult result, long runTime) { method in class:InstrumentationTestRunner.StringResultPrinter

Completed in 3421 milliseconds

12