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

123

/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFHeader.hxx26 void ELFHeader<Bitwidth>::print() { function in class:ELFHeader
H A DELFSectionBits.hxx32 inline void ELFSectionBits<Bitwidth>::print() const { function in class:ELFSectionBits
48 chunk.print();
H A DELFSectionStrTab.hxx52 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
/frameworks/av/media/mtp/
H A DMtpDeviceInfo.cpp97 void MtpDeviceInfo::print() { function in class:android::MtpDeviceInfo
H A DMtpStorageInfo.cpp67 void MtpStorageInfo::print() { function in class:android::MtpStorageInfo
H A DMtpObjectInfo.cpp95 void MtpObjectInfo::print() { function in class:android::MtpObjectInfo
H A DMtpProperty.cpp332 void MtpProperty::print() { function in class:android::MtpProperty
342 print(mDefaultValue, buffer);
346 print(mCurrentValue, buffer);
354 print(mMinimumValue, buffer);
356 print(mMaximumValue, buffer);
358 print(mStepSize, buffer);
365 print(mEnumValues[i], buffer);
380 void MtpProperty::print(MtpPropertyValue& value, MtpString& buffer) { function in class:android::MtpProperty
418 ALOGE("unsupported type for MtpProperty::print\n");
/frameworks/base/core/java/android/print/
H A DPrintJobId.java17 package android.print;
26 * This class represents the id of a print job.
99 * Unflattens a print job id from a string.
H A DPrinterId.java17 package android.print;
36 * @param serviceName The managing print service.
52 * The id of the print service this printer is managed by.
54 * @return The print service component name.
64 * of the print service that manages it.
H A DPageRange.java17 package android.print;
H A DPrintDocumentAdapter.java17 package android.print;
36 * inform you that the print attributes (page size, density, etc) changed
88 * application interactive while the print work is being performed. Note that
89 * while your activity is covered by the system print UI and a user cannot
95 * You can also do work on different threads, for example if you print UI
113 * the current layout is for a print preview, <code>false</code> otherwise.
132 * Called when the print attributes (page size, density, etc) changed
153 * requested if the user changes a print option that may affect layout while
176 * @param oldAttributes The old print attributes.
177 * @param newAttributes The new print attribute
[all...]
H A DPrintJob.java17 package android.print;
20 * This class represents a print job from the perspective of an
23 * print job state is represented by the {@link PrintJobInfo} class.
24 * The state of a print job may change over time. An application receives
25 * instances of this class when creating a print job or querying for
26 * its print jobs.
40 * Gets the unique print job id.
52 * current print job state. Every call to this method returns a fresh
53 * info object that reflects the current print job state.
56 * @return The print jo
[all...]
/frameworks/base/core/java/android/print/pdf/
H A DPrintedPdfDocument.java17 package android.print.pdf;
24 import android.print.PrintAttributes;
25 import android.print.PrintAttributes.Margins;
26 import android.print.PrintAttributes.MediaSize;
29 * This class is a helper for creating a PDF file for given print
34 * from the provided print attributes and these precomputed values can be
82 * @param attributes The print attributes.
109 * rectangle computed from the print attributes passed in the constructor
/frameworks/base/tools/aapt/
H A DIndentPrinter.h20 void print(const char* fmt, ...) { function in class:IndentPrinter
H A DApkBuilder.cpp71 void ApkBuilder::print() const { function in class:ApkBuilder
76 mSplits[i]->print();
117 void ApkSplit::print() const { function in class:ApkSplit
/frameworks/rs/cpu_ref/linkloader/lib/
H A DMemChunk.cpp98 void MemChunk::print() const { function in class:MemChunk
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DFirstFrameAnimatorHelper.java120 if (DEBUG) print(animation);
124 if (DEBUG) print(animation);
128 public void print(ValueAnimator animation) { method in class:FirstFrameAnimatorHelper
/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/base/services/print/java/com/android/server/print/
H A DPrintManagerService.java17 package com.android.server.print;
41 import android.print.IPrintDocumentAdapter;
42 import android.print.IPrintJobStateChangeListener;
43 import android.print.IPrintManager;
44 import android.print.IPrinterDiscoveryObserver;
45 import android.print.PrintAttributes;
46 import android.print.PrintJobId;
47 import android.print.PrintJobInfo;
48 import android.print.PrinterId;
118 public Bundle print(Strin method in class:PrintManagerService.PrintManagerImpl
[all...]

Completed in 2144 milliseconds

123