HomeSort by relevance Sort by last modified time
    Searched refs:PDF (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/nist-pkits/
generate-tests.sh 32 echo "Usage: $0 PKITS.pdf PKITS_data.zip"
40 PDF="${1}"
43 if [ ! -f "${PDF}" -o "${PDF#${PDF%.pdf}}" != ".pdf" ]; then
44 echo "The first argument must point to PKITS.pdf"
71 ${PDFTOTEXT} -layout -nopgbrk -eol unix "${PDF}" "${TEMP_TEXT}"
94 shasum_file "${PDF}" >> pkits.versio
    [all...]
  /frameworks/support/v4/tests/java/android/support/v4/text/
BidiFormatterTest.java 41 private static final String PDF = "\u202C";
70 RLE + "." + HE + "." + PDF + LRM,
73 LRM + RLE + "." + HE + "." + PDF + LRM,
76 RLE + "." + HE + "." + PDF,
79 RLE + "." + PDF + LRM,
82 LRE + "." + EN + "." + PDF + RLM,
85 RLM + LRE + "." + EN + "." + PDF + RLM,
88 LRE + "." + EN + "." + PDF,
91 LRE + "." + PDF + RLM,
160 RLE + EN + HE + EN + PDF + LRM
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
BidiFormatterTest.java 42 private static final String PDF = "\u202C";
115 RLE + "." + HE + "." + PDF + LRM,
118 LRM + RLE + "." + HE + "." + PDF + LRM,
121 RLE + "." + HE + "." + PDF,
124 RLE + "." + PDF + LRM,
127 LRE + "." + EN + "." + PDF + RLM,
130 RLM + LRE + "." + EN + "." + PDF + RLM,
133 LRE + "." + EN + "." + PDF,
136 LRE + "." + PDF + RLM,
205 RLE + EN + HE + EN + PDF + LRM
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbididat.c 23 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
31 /* LRE LRO AL RLE RLO PDF NSM BN */
145 RLE, WS, R, R, R, WS, PDF, WS, B
162 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
183 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
203 WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS, AL, AL, AL, WS, PDF, /* 20 entries */
204 WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF, ON, PDF, BN, BN, ON, PDF /* 18 entries *
    [all...]
cbiditst.h 51 #define PDF U_POP_DIRECTIONAL_FORMAT
cbiditst.c 252 - ^ == PDF
309 pseudoToUChar[(uint8_t)'^'] = 0x202C; UCharToPseud2[0x2C] = (uint8_t)'^'; /* PDF */
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestData.java 37 protected static final int PDF = UCharacterDirection.POP_DIRECTIONAL_FORMAT;
48 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
58 { RLE, WS, R, R, R, WS, PDF, WS, B }, // 6
62 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
67 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
70 L, WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS, AL, AL,
71 AL, WS, PDF, WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF, ON, PDF
    [all...]
TestClassOverride.java 31 private static final int PDF = TestData.PDF;
50 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F
  /external/libvorbis/doc/
Vorbis_I_spec.tex 25 % Hyperref enriches the generated PDF with clickable links,
83 % Configure graphics formats: Prefer PDF, fall back to PNG or JPG, as available.
84 \DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg}
  /frameworks/base/core/java/android/text/
BidiFormatter.java 100 * Unicode "Pop Directional Formatting" (PDF) character.
102 private static final char PDF = '\u202C';
360 * the string with Unicode bidi formatting characters: RLE+{@code str}+PDF for RTL text, or
361 * LRE+{@code str}+PDF for LTR text.
395 result.append(PDF);
463 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
465 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
481 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
482 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PDF
571 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RT
    [all...]
  /frameworks/support/v4/java/android/support/v4/text/
BidiFormatter.java 96 * Unicode "Pop Directional Formatting" (PDF) character.
98 private static final char PDF = '\u202C';
352 * the string with Unicode bidi formatting characters: RLE+{@code str}+PDF for RTL text, or
353 * LRE+{@code str}+PDF for LTR text.
386 result.append(PDF);
453 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a
455 * string containing unbalanced LRE/RLE/LRO/RLO/PDF characters. The intended use is to check
471 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RTL after
472 * RLE/RLO. The results are undefined for a string containing unbalanced LRE/RLE/LRO/RLO/PDF
561 * LRE/RLE/LRO/RLO and its matching PDF as a strong character, LTR after LRE/LRO, and RT
    [all...]
  /external/icu/icu4c/source/common/
ubidiimp.h 53 PDF=U_POP_DIRECTIONAL_FORMAT, /* 16 */
83 #define MASK_EXPLICIT (DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(PDF))
ubidi.c 701 /* LRE, LRO, RLE, RLO, PDF */
709 if(NO_OVERRIDE(embeddingLevel)>NO_OVERRIDE(contextLevel)) /* not a PDF */
    [all...]
  /external/guava/guava/src/com/google/common/net/
MediaType.java 303 public static final MediaType PDF = createConstant(APPLICATION_TYPE, "pdf");
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js 18 // The PDF-JS code in this file has been written by Mozilla.
21 // https://github.com/mozilla/pdf.js
26 var pdf_file = "test.pdf";
45 PDFJS.getDocument(pdf_file).then(function(pdf) {
55 pdf.getPage(i).then(function(page) {
62 renderPages(1, pdf.numPages);
383 ///////// The PDF we want to render, encoded in base64. ////////
    [all...]
  /external/bison/build-aux/
texinfo.tex 343 % Do this early so pdf references go to the beginning of the page.
    [all...]
  /external/jemalloc/bin/
jeprof.in 196 --evince Generate PDF and display
203 --pdf Generate PDF to stdout
399 "pdf!" => \$main::opt_pdf,
624 RunEvince(TempName($main::next_tmpfile, "pdf"), "");
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 

Completed in 280 milliseconds

1 2 3