HomeSort by relevance Sort by last modified time
    Searched full:printing (Results 1 - 25 of 2524) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/training/printing/
index.jd 1 page.title=Printing Content
23 <p>DevBytes: Android 4.4 Printing API</p>
32 Printing also allows them to create a snapshot of information that does not depend on having a
37 In Android 4.4 (API level 19) and higher, the framework provides services for printing images and
38 documents directly from Android applications. This training describes how to enable printing in
39 your application, including printing images, HTML pages and creating custom documents for
40 printing.
48 <strong><a href="photos.html">Printing a Photo</a></strong>
53 <strong><a href="html-docs.html">Printing an HTML Document</a></strong>
58 <strong><a href="custom-docs.html">Printing a Custom Document</a></strong
    [all...]
photos.jd 1 page.title=Printing Photos
2 parent.title=Printing Content
6 next.title=Printing HTML Documents
24 takes photos, displays them, or allows users to share images, you should consider enabling printing
26 >Android Support Library</a> provides a convenient function for enabling image printing using a
54 scaling option, and start the printing process:</p>
68 not always supported (such as printing) should be placed in the overflow menu. For more
75 appears, allowing the user to select a printer and printing options. The user can then print the
77 printing notification appears in the system bar.</p>
80 construct a print document. For information on creating documents for printing, see th
    [all...]
html-docs.jd 1 page.title=Printing HTML Documents
2 parent.title=Printing Content
6 next.title=Printing Custom Documents
23 <p>Printing out content beyond a simple photo on Android requires composing text and graphics in a
28 enable printing HTML content. The class allows you to load a local HTML resource or download
37 <p>Printing an HTML document with {@link android.webkit.WebView} involves loading an HTML
39 string and load it into a {@link android.webkit.WebView} for printing.</p>
43 specifically for printing purposes. The main steps for creating this custom print view are:</p>
58 // Create a WebView object specifically for printing
111 <p>You can also load a web page for printing by replacing th
    [all...]
  /external/mockito/src/org/mockito/internal/reporting/
package.html 7 Deals with nicely printing verification errors
  /external/clang/include/clang/AST/
PrettyPrinter.h 1 //===--- PrettyPrinter.h - Classes for aiding with AST printing -*- C++ -*-===//
36 /// \brief Create a default printing policy for C.
47 /// \brief What language we're printing.
53 /// \brief Whether we should suppress printing of the actual specifiers for
56 /// This flag is only used when we are printing declarators beyond
63 /// SuppressSpecifiers will be false when printing the
65 /// \c true when we print "y", so that we suppress printing the
69 /// \brief Whether type printing should skip printing the tag keyword.
71 /// This is used when printing the inner type of elaborated types
    [all...]
  /external/llvm/test/Analysis/ScalarEvolution/
2009-04-22-TruncCast.ll 3 ; CHECK: Printing analysis 'Scalar Evolution Analysis' for function 'test1'
12 ; CHECK: Printing analysis 'Scalar Evolution Analysis' for function 'test2'
21 ; CHECK: Printing analysis 'Scalar Evolution Analysis' for function 'test3'
30 ; CHECK: Printing analysis 'Scalar Evolution Analysis' for function 'test4'
39 ; CHECK: Printing analysis 'Scalar Evolution Analysis' for function 'test5'
48 ; CHECK: Printing analysis 'Scalar Evolution Analysis' for function 'test6'
  /external/llvm/test/CodeGen/Generic/
run-pass.ll 7 ; CHECK-NEXT: MIR Printing Pass
  /external/llvm/test/Transforms/Inline/
null-function.ll 9 ; CHECK: Printing <null> Function
  /prebuilts/go/darwin-x86/test/
deferprint.out 0 printing: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4326.go 7 // Printing local variables in inliner shadows global names.
issue6902.go 7 // Issue 6902: confusing printing of large floating point constants
  /prebuilts/go/linux-x86/test/
deferprint.out 0 printing: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4326.go 7 // Printing local variables in inliner shadows global names.
issue6902.go 7 // Issue 6902: confusing printing of large floating point constants
  /prebuilts/go/darwin-x86/doc/progs/
eff_sequence.go 31 // Method for printing - sorts the elements before printing.
  /prebuilts/go/linux-x86/doc/progs/
eff_sequence.go 31 // Method for printing - sorts the elements before printing.
  /external/clang/test/Misc/
diag-special-chars.c 5 // marker character for diagnostic printing. Ensure diagnostics involving
  /external/clang/test/Sema/
warn-documentation-crlf.c 2 // The run line does not have '-verify' because we were crashing while printing
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.css 1 /* Pretty printing styles. Used with prettify.js. */
  /external/valgrind/none/tests/darwin/
rlimit.c 5 // Before the fix, it was printing 266. Now it prints 256.
  /prebuilts/go/darwin-x86/test/ken/
cplx0.go 7 // Test trivial, bootstrap-level complex numbers, including printing.
  /prebuilts/go/linux-x86/test/ken/
cplx0.go 7 // Test trivial, bootstrap-level complex numbers, including printing.
  /system/sepolicy/
profman.te 7 # Dumping profile info opens the application APK file for pretty printing.
  /frameworks/base/core/java/android/print/
package.html 6 base classes and abstractions involved in printing. These base classes are also used
7 by other more specialized printing related packages.
12 provides APIs for printing, querying the state of print jobs, etc.
16 An application that wants to implement printing must extend
25 for preview or printing. The range of pages that have to be rendered is abstracted by the
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
ls_helper.py 28 """Default function for printing new lines between directories."""
33 """Default function for printing headers for prefixes.
44 """Default function for printing headers for buckets.
55 """Default function for printing buckets or prefixes.
65 """Off-by-default function for printing buckets or prefix size summaries.
75 """Default printing function for objects.
109 print_object_func: Function for printing objects.
110 print_dir_func: Function for printing buckets/prefixes.
111 print_dir_header_func: Function for printing header line for buckets
113 print_bucket_header_func: Function for printing header line for bucket
    [all...]

Completed in 982 milliseconds

1 2 3 4 5 6 7 8 91011>>