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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/print_preview/data/
printable_area.js 9 * Object describing the printable area of a page in the document.
11 * printable area of the document.
12 * @param {!print_preview.Size} size Size of the printable area of the
18 * Top left corner of the printable area of the document.
25 * Size of the printable area of the document.
34 * @return {!print_preview.Coordinate2d} Top left corner of the printable
42 * @return {!print_preview.Size} Size of the printable area of the document.
49 * @param {print_preview.PrintableArea} other Other printable area to check
51 * @return {boolean} Whether another printable area is equal to this one.
  /external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java 31 * Codec for the Quoted-Printable section of <a href="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521 </a>.
34 * The Quoted-Printable encoding is intended to represent data that largely consists of octets that correspond to
35 * printable characters in the ASCII character set. It encodes the data in such a way that the resulting octets are
37 * data remains largely recognizable by humans. A body which is entirely ASCII may also be encoded in Quoted-Printable
46 * Rules #3, #4, and #5 of the quoted-printable spec are not implemented yet because the complete quoted-printable spec
49 * for those applications that do not require quoted-printable line formatting (rules #3, #4, #5), for instance Q codec.
66 * BitSet of printable characters as defined in RFC 1521.
75 // Static initializer for printable chars collection
107 * Encodes byte into its quoted-printable representation
    [all...]
QCodec.java 29 * Similar to the Quoted-Printable content-transfer-encoding defined in <a
54 * BitSet of printable characters as defined in RFC 1522.
57 // Static initializer for printable chars collection
174 * Encodes a string into its quoted-printable form using the specified charset. Unsafe characters are escaped.
177 * string to convert to quoted-printable form
180 * @return quoted-printable string
197 * Encodes a string into its quoted-printable form using the default charset. Unsafe characters are escaped.
200 * string to convert to quoted-printable form
201 * @return quoted-printable string
214 * Decodes a quoted-printable string into its original form. Escaped characters are converted back to their origina
    [all...]
  /frameworks/opt/vcard/tests/res/raw/
v21_invalid_comment_line.vcf 7 NOTE;ENCODING=QUOTED-PRINTABLE:This is an (sharp ->=
v21_japanese_2.vcf 6 ADR;HOME;CHARSET=SHIFT_JIS;ENCODING=QUOTED-PRINTABLE:;=93=8C=8B=9E=93=73=
9 NOTE;CHARSET=SHIFT_JIS;ENCODING=QUOTED-PRINTABLE:=83=81=83=82
v21_complicated.vcf 15 LABEL;WORK;ENCODING=QUOTED-PRINTABLE:100 Waters Edge=0D=0ABaytown, LA 30314=0D=0AUnited States of America
17 LABEL;HOME;ENCODING=QUOTED-PRINTABLE:42 Plantation St.=0D=0A=
23 NOTE;ENCODING=QUOTED-PRINTABLE:Now's the time =
  /external/chromium_org/printing/
page_setup.h 34 // Settings that define the size and printable areas of a page. Unit is
49 // Use |requested_margins| as long as they fall inside the printable area.
52 // Ignore the printable area, and set the margins to |requested_margins|.
75 // Physical size of the page, including non-printable margins.
78 // The printable area as specified by the printer driver. We can't get
82 // The printable area for headers and footers.
85 // The printable area as selected by the user's margins.
  /ndk/sources/android/support/src/musl-ctype/
iswprint.c 3 /* Consider all legal codepoints as printable except for:
8 * expected printable characters. */
  /external/bison/lib/
quote.h 27 /* Return an unambiguous printable representation of ARG (of size
33 /* Return an unambiguous printable representation of ARG (of size
38 /* Return an unambiguous printable representation of ARG, allocated in
42 /* Return an unambiguous printable representation of ARG, suitable for
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
QuotedPrintable.java 26 * Decodes an array quoted-printable characters into an array of original bytes.
31 * quoted-printable encoding specification (rule #1 and rule #2)
35 * @param bytes array of quoted-printable characters
37 * null if quoted-printable decoding is unsuccessful.
  /external/chromium_org/chrome/installer/util/
google_update_util.h 32 // contains non-printable characters.
36 // |tag|. |tag| should be a printable list of key-value pairs, e.g.
38 // its value contains non-printable characters.
  /external/chromium_org/content/test/data/
google.mht 11 Content-Transfer-Encoding: quoted-printable
  /external/chromium_org/printing/android/java/src/org/chromium/printing/
Printable.java 12 public interface Printable {
PrintingController.java 50 * @param printable An object capable of starting native side PDF generation, i.e. typically
54 void startPrint(final Printable printable, PrintManagerDelegate printManager);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/printing/
TabPrinter.java 10 import org.chromium.printing.Printable;
20 public class TabPrinter implements Printable {
  /external/chromium_org/components/autofill/core/browser/
password_generator_unittest.cc 48 TEST(PasswordGeneratorTest, Printable) {
52 // Make sure that the character is printable.
  /ndk/sources/host-tools/sed-4.2.1/lib/
quote.c 26 /* Return an unambiguous printable representation of NAME,
34 /* Return an unambiguous printable representation of NAME,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
NetworkConfiguration.java 50 * Get printable name for this network.
52 * @return Printable name
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_10.txt 16 Content-Transfer-Encoding: Quoted-Printable
18 =A1This is a Quoted Printable encoded message!
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_10.txt 16 Content-Transfer-Encoding: Quoted-Printable
18 =A1This is a Quoted Printable encoded message!
  /external/chromium_org/third_party/WebKit/public/web/
WebPrintParams.h 41 // Specifies printable content rect in points (a point is 1/72 of an inch).
44 // Specifies the selected printer default printable area details in
55 // printable area. (This is used only by plugin printing).
  /external/chromium_org/v8/src/
regexp-macro-assembler-tracer.cc 204 PrintablePrinter printable(limit);
207 *printable,
215 PrintablePrinter printable(limit);
218 *printable,
225 PrintablePrinter printable(c);
228 *printable,
248 PrintablePrinter printable(c);
251 *printable,
261 PrintablePrinter printable(c);
264 *printable,
    [all...]
  /external/chromium_org/ppapi/api/dev/
pp_print_settings_dev.idl 35 /** This is the size of the printable area in points (1/72 of an inch). */
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/mhtml/
simple_test.mht 7 Content-Transfer-Encoding: quoted-printable
  /bionic/libc/bionic/
ether_ntoa.c 34 * Convert Ethernet address to standard hex-digits-and-colons printable form.
48 * Convert Ethernet address to standard hex-digits-and-colons printable form.

Completed in 1439 milliseconds

1 2 3 4 5 6 7 8 91011>>