HomeSort by relevance Sort by last modified time
    Searched refs:print (Results 151 - 175 of 1951) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/tests/tests/print/src/android/print/cts/
PrinterDiscoverySessionLifecycleTest.java 17 package android.print.cts;
22 import android.print.PageRange;
23 import android.print.PrintAttributes;
24 import android.print.PrintAttributes.Margins;
25 import android.print.PrintAttributes.MediaSize;
26 import android.print.PrintAttributes.Resolution;
27 import android.print.PrintDocumentAdapter;
28 import android.print.PrintDocumentAdapter.LayoutResultCallback;
29 import android.print.PrintDocumentAdapter.WriteResultCallback;
30 import android.print.PrintDocumentInfo
    [all...]
PrintDocumentActivity.java 17 package android.print.cts;
  /cts/tests/tests/print/src/android/print/cts/services/
FirstPrintService.java 17 package android.print.cts.services;
PrintServiceCallbacks.java 17 package android.print.cts.services;
SecondPrintService.java 17 package android.print.cts.services;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintBitmap.java 22 import android.print.PrintManager;
23 import android.support.v4.print.PrintHelper;
34 * This activity shows an image and offers a print option in the overflow
35 * menu. When the user chooses to print a helper class from the support
36 * library is used to print the image.
63 print(); method
69 private void print() { method in class:PrintBitmap
70 // Get the print manager.
79 // Print the bitmap.
80 printHelper.printBitmap("Print Bitmap", bitmap)
    [all...]
PrintHtmlFromScreen.java 22 import android.print.PrintManager;
35 * and allows the user to print that content via an action in the
54 // Important: Only enable the print option after the page is loaded.
58 // Data loaded, so now we want to show the print option.
80 print(); method
86 private void print() { method in class:PrintHtmlFromScreen
87 // Get the print manager.
91 printManager.print("MotoGP stats", mWebView.createPrintDocumentAdapter(), null);
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPrintDocumentAdapter.java 10 import android.print.PageRange;
11 import android.print.PrintAttributes;
12 import android.print.PrintDocumentAdapter;
13 import android.print.PrintDocumentInfo;
  /external/chromium_org/printing/android/java/src/org/chromium/printing/
PrintingController.java 7 import android.print.PrintDocumentAdapter;
52 * @param printManager The print manager that manages the print job.
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
sample.js 16 print(setTimeout(onTimeout, 33));
speed.js 14 print(tick*10, " FPS");
  /external/clang/include/clang/Basic/
PrettyStackTrace.h 34 void print(raw_ostream &OS) const override;
  /external/clang/lib/StaticAnalyzer/Core/
PrettyStackTraceLocationContext.h 36 void print(raw_ostream &OS) const override {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/includes/
db.php 8 #print $sql . "\n";
  /external/skia/experimental/SkV8Example/
sample.js 16 print(setTimeout(onTimeout, 33));
speed.js 14 print(tick*10, " FPS");
  /frameworks/av/media/mtp/
MtpStorageInfo.h 44 void print();
  /frameworks/base/core/java/android/print/pdf/
PrintedPdfDocument.java 17 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/core/java/android/printservice/
IPrintService.aidl 19 import android.print.PrinterId;
20 import android.print.PrintJobInfo;
24 * Top-level interface to a print service component.
  /frameworks/rs/cpu_ref/linkloader/include/
ELFSectionStrTab.h 41 virtual void print() const;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
ctype_base.h 31 // In particular, a separate 'print' bitmask does not exist (isprint(c)
56 static const mask print = 1 << 6; member in struct:ctype_base
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
ctype_base.h 31 // In particular, a separate 'print' bitmask does not exist (isprint(c)
56 static const mask print = 1 << 6; member in struct:ctype_base
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AndroidPrintStream.java 62 print(tag);
63 print(" "); //$NON-NLS-1$
65 print(mPrefix);
66 print(" "); //$NON-NLS-1$
  /system/core/libutils/
CallStack.cpp 54 print(printer);
59 print(printer);
66 print(printer);
71 void CallStack::print(Printer& printer) const { function in class:android::CallStack
  /external/clang/lib/Basic/
SourceLocation.cpp 26 void PrettyStackTraceLoc::print(raw_ostream &OS) const { function in class:PrettyStackTraceLoc
28 Loc.print(OS, SM);
38 void SourceLocation::print(raw_ostream &OS, const SourceManager &SM)const{ function in class:SourceLocation
57 SM.getExpansionLoc(*this).print(OS, SM);
60 SM.getSpellingLoc(*this).print(OS, SM);
68 print(OS, SM);
73 print(llvm::errs(), SM);

Completed in 544 milliseconds

1 2 3 4 5 67 8 91011>>