HomeSort by relevance Sort by last modified time
    Searched defs:print (Results 51 - 75 of 550) sorted by null

1 23 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintHtmlOffScreen.java 24 import android.print.PageRange;
25 import android.print.PrintAttributes;
26 import android.print.PrintDocumentAdapter;
27 import android.print.PrintManager;
40 * print option from the overflow menu an HTML page with content that
67 print(); method
73 private void print() { method in class:PrintHtmlOffScreen
78 // Important: Only after the page is loaded we will do the print.
91 // Get the print manager.
130 printManager.print("MotoGP stats", adapter, null)
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
Print.cpp 2 Print.cpp - Base class that provides print() and println()
28 #include "Print.h"
33 void Print::write(const char *str)
40 void Print::write(const uint8_t *buffer, size_t size)
46 void Print::print(const String &s) function in class:Print
53 void Print::print(const char str[]) function in class:Print
58 void Print::print(char c, int base function in class:Print
63 void Print::print(unsigned char b, int base) function in class:Print
68 void Print::print(int n, int base) function in class:Print
73 void Print::print(unsigned int n, int base) function in class:Print
78 void Print::print(long n, int base) function in class:Print
93 void Print::print(unsigned long n, int base) function in class:Print
99 void Print::print(double n, int digits) function in class:Print
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/printing/
TabPrinter.java 34 public boolean print() { method in class:TabPrinter
36 return tab != null && tab.print();
  /external/chromium_org/third_party/WebKit/Source/wtf/
PrintStream.h 53 void print(const T& value) function in class:WTF::PrintStream
59 void print(const T1& value1, const T2& value2) function in class:WTF::PrintStream
61 print(value1);
62 print(value2);
66 void print(const T1& value1, const T2& value2, const T3& value3) function in class:WTF::PrintStream
68 print(value1);
69 print(value2);
70 print(value3);
74 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4) function in class:WTF::PrintStream
76 print(value1)
83 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5) function in class:WTF::PrintStream
93 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6) function in class:WTF::PrintStream
104 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7) function in class:WTF::PrintStream
116 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8) function in class:WTF::PrintStream
129 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9) function in class:WTF::PrintStream
143 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10) function in class:WTF::PrintStream
158 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11) function in class:WTF::PrintStream
174 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11, const T12& value12) function in class:WTF::PrintStream
191 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11, const T12& value12, const T13& value13) function in class:WTF::PrintStream
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
Diagnostics.cpp 58 void TDiagnostics::print(ID id, function in class:TDiagnostics
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-ia64.S 420 print "// *AES_decrypt are autogenerated by the following script:\n#if 0\n"; label
421 open(PROG,'<'.$0); while(<PROG>) { print; } close(PROG);
422 print "#endif\n";
453 print;
418 print "\/\/ *AES_decrypt are autogenerated by the following script:\\n#if 0\\n"; label
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLExtensions.cpp 88 void GrGLExtensions::print(const char* sep) const { function in class:GrGLExtensions
  /external/clang/lib/AST/
TemplateName.cpp 128 TemplateName::print(raw_ostream &OS, const PrintingPolicy &Policy, function in class:TemplateName
134 QTN->getQualifier()->print(OS, Policy);
140 DTN->getQualifier()->print(OS, Policy);
149 subst->getReplacement().print(OS, Policy, SuppressNNS);
167 N.print(OS, PrintingPolicy(LO));
177 print(OS, PrintingPolicy(LO));
  /external/clang/lib/Parse/
ParseAST.cpp 39 virtual void print(raw_ostream &OS) const;
42 /// If a crash happens while the parser is active, print out a line indicating
44 void PrettyStackTraceParserEntry::print(raw_ostream &OS) const { function in class:__anon18610::PrettyStackTraceParserEntry
57 Tok.getLocation().print(OS, PP.getSourceManager());
  /external/javassist/src/main/javassist/tools/
Dump.java 52 w.getConstPool().print(out);
55 ClassFilePrinter.print(w, out);
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
IDList.java 100 public void print(){ method in class:IDList
102 System.out.print("New List: ");
107 System.out.print(newList[i]+", ");
111 System.out.print("Old List: ");
116 System.out.print(oldList[i]+", ");
  /external/llvm/lib/Analysis/
CFGPrinter.cpp 36 void print(raw_ostream &OS, const Module* = 0) const {} function in struct:__anon24385::CFGViewer
59 void print(raw_ostream &OS, const Module* = 0) const {} function in struct:__anon24386::CFGOnlyViewer
93 void print(raw_ostream &OS, const Module* = 0) const {} function in struct:__anon24387::CFGPrinter
102 INITIALIZE_PASS(CFGPrinter, "dot-cfg", "Print CFG of function to 'dot' file",
126 void print(raw_ostream &OS, const Module* = 0) const {} function in struct:__anon24388::CFGOnlyPrinter
136 "Print CFG of function to 'dot' file (with no function bodies)",
InstCount.cpp 63 virtual void print(raw_ostream &O, const Module *M) const {} function in class:__anon24400::InstCount
  /external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 81 LiveIntervalUnion::print(raw_ostream &OS, const TargetRegisterInfo *TRI) const { function in class:LiveIntervalUnion
LiveStackAnalysis.cpp 73 /// print - Implement the dump method.
74 void LiveStacks::print(raw_ostream &OS, const Module*) const { function in class:LiveStacks
78 I->second.print(OS);
  /external/llvm/lib/IR/
LeaksContext.h 22 static void print(const T* P) { errs() << P; } function in struct:llvm::PrinterTrait
27 static void print(const Value* P) { errs() << *P; } function in struct:llvm::PrinterTrait
75 PrinterTrait<T>::print(*I);
  /external/llvm/lib/MC/
MCSymbol.cpp 67 void MCSymbol::print(raw_ostream &OS) const { function in class:MCSymbol
70 // contains a funny character, then print it quoted.
81 print(dbgs());
  /external/mockito/src/org/mockito/internal/debugging/
MockitoDebuggerImpl.java 37 return print(out);
47 return print(out);
54 private String print(String out) { method in class:MockitoDebuggerImpl
WarningsPrinterImpl.java 32 public void print(final MockitoLogger logger) { method in class:WarningsPrinterImpl
36 public String print() { method in class:WarningsPrinterImpl
38 this.print(logger);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
Debug.java 57 public static void print(short[] table) { method in class:Debug
74 public static void print(int i) { method in class:Debug
76 System.out.print(i);
79 public static void print(String string) { method in class:Debug
81 System.out.print(string);
  /external/openssl/crypto/aes/asm/
aes-ia64.S 420 print "// *AES_decrypt are autogenerated by the following script:\n#if 0\n"; label
421 open(PROG,'<'.$0); while(<PROG>) { print; } close(PROG);
422 print "#endif\n";
453 print;
418 print "\/\/ *AES_decrypt are autogenerated by the following script:\\n#if 0\\n"; label
    [all...]
  /external/skia/src/gpu/gl/
GrGLExtensions.cpp 88 void GrGLExtensions::print(const char* sep) const { function in class:GrGLExtensions
  /frameworks/base/core/java/android/print/
PrintDocumentAdapter.java 17 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 attributes
    [all...]
PrintJobId.java 17 package android.print;
26 * This class represents the id of a print job.
99 * Unflattens a print job id from a string.
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionHeaderTable.hxx 71 inline void ELFSectionHeaderTable<Bitwidth>::print() const { function in class:ELFSectionHeaderTable
80 (*this)[i]->print();

Completed in 3448 milliseconds

1 23 4 5 6 7 8 91011>>