Searched refs:PDF (Results 1 - 25 of 29) sorted by relevance

12

/external/nist-pkits/
H A Dgenerate-tests.sh40 PDF="${1}"
43 if [ ! -f "${PDF}" -o "${PDF#${PDF%.pdf}}" != ".pdf" ]; then
71 ${PDFTOTEXT} -layout -nopgbrk -eol unix "${PDF}" "${TEMP_TEXT}"
94 shasum_file "${PDF}" >> pkits.version
/external/icu/icu4c/source/test/cintltst/
H A Dcbididat.c26 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
34 /* LRE LRO AL RLE RLO PDF NSM BN */
148 RLE, WS, R, R, R, WS, PDF, WS, B
165 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
186 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
206 WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS, AL, AL, AL, WS, PDF, /* 20 entries */
207 WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF, O
[all...]
H A Dcbiditst.h50 #define PDF U_POP_DIRECTIONAL_FORMAT macro
H A Dcbiditst.c254 - ^ == PDF
311 pseudoToUChar[(uint8_t)'^'] = 0x202C; UCharToPseud2[0x2C] = (uint8_t)'^'; /* PDF */
4526 R, R, R, LRE, DEF, RLE, PDF, S, /* 58-5F */
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestData.java40 protected static final int PDF = UCharacterDirection.POP_DIRECTIONAL_FORMAT; field in class:TestData
51 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
61 { RLE, WS, R, R, R, WS, PDF, WS, B }, // 6
65 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
70 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
73 L, WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS, AL, AL,
74 AL, WS, PDF, WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF, O
[all...]
H A DTestClassOverride.java36 private static final int PDF = TestData.PDF; field in class:TestClassOverride
55 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestData.java39 protected static final int PDF = UCharacterDirection.POP_DIRECTIONAL_FORMAT; field in class:TestData
50 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN",
60 { RLE, WS, R, R, R, WS, PDF, WS, B }, // 6
64 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON /* 9 entries */
69 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES /* 10 entries */
72 L, WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS, AL, AL,
73 AL, WS, PDF, WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF, O
[all...]
H A DTestClassOverride.java35 private static final int PDF = TestData.PDF; field in class:TestClassOverride
54 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F
/external/libvorbis/doc/
H A DVorbis_I_spec.tex25 % Hyperref enriches the generated PDF with clickable links,
83 % Configure graphics formats: Prefer PDF, fall back to PNG or JPG, as available.
/external/icu/icu4c/source/common/
H A Dubidiimp.h53 PDF=U_POP_DIRECTIONAL_FORMAT, /* 16 */ enumerator in enum:__anon7156
83 #define MASK_EXPLICIT (DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(RLE)|DIRPROP_FLAG(RLO)|DIRPROP_FLAG(PDF))
H A Dubidi.c703 /* LRE, LRO, RLE, RLO, PDF */
711 if(NO_OVERRIDE(embeddingLevel)>NO_OVERRIDE(contextLevel)) /* not a PDF */
1025 * method) or set by explicit embedding codes (LRx, RLx, PDF, FSI, PDI) in the plain text.
1057 * LRE, RLE, LRO, RLO, LRI, RLI and FSI and popped with each PDF and PDI,
1199 case PDF:
1297 /* BN, LRE, RLE, and PDF are supposed to be removed (X9) */
1415 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NSM BN FSI LRI RLI PDI ENL ENR */
1426 - the BN column regroups BN, LRE, RLE, LRO, RLO, PDF
2244 /* look for the last char not a BN or LRE/RLE/LRO/RLO/PDF */
2717 * LRE-PDF, LR
[all...]
/external/ImageMagick/www/api/
H A Dblob.php12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
245 <p>InjectImageBlob() injects the image with a copy of itself in the specified format (e.g. inject JPEG into a PDF image).</p>
/external/curl/packages/vms/
H A Dcompare_curl_source.com261 $ if ref_type .eqs. ".PDF" then ref_skip = 1
/external/guava/guava/src/com/google/common/net/
H A DMediaType.java314 public static final MediaType PDF = createConstant(APPLICATION_TYPE, "pdf"); field in class:MediaType
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidi.java943 static final byte PDF = UCharacterDirection.POP_DIRECTIONAL_FORMAT; /* 16 */ field in class:Bidi
1136 static final int MASK_EXPLICIT = DirPropFlag(LRE)|DirPropFlag(LRO)|DirPropFlag(RLE)|DirPropFlag(RLO)|DirPropFlag(PDF);
1174 0x202a to 0x202e (LRE, RLE, PDF, LRO, RLO) */
2032 /* LRE, LRO, RLE, RLO, PDF */
2038 if (NoOverride(embeddingLevel) > NoOverride(contextLevel)) /* not a PDF */
2346 * method) or set by explicit embedding codes (LRx, RLx, PDF, FSI, PDI) in the plain text.
2378 * LRE, RLE, LRO, RLO, LRI, RLI and FSI and popped with each PDF and PDI,
2508 case PDF:
2606 /* BN, LRE, RLE, and PDF are supposed to be removed (X9) */
2722 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NS
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java968 static final byte PDF = UCharacterDirection.POP_DIRECTIONAL_FORMAT; /* 16 */ field in class:Bidi
1161 static final int MASK_EXPLICIT = DirPropFlag(LRE)|DirPropFlag(LRO)|DirPropFlag(RLE)|DirPropFlag(RLO)|DirPropFlag(PDF);
1199 0x202a to 0x202e (LRE, RLE, PDF, LRO, RLO) */
2067 /* LRE, LRO, RLE, RLO, PDF */
2073 if (NoOverride(embeddingLevel) > NoOverride(contextLevel)) /* not a PDF */
2381 * method) or set by explicit embedding codes (LRx, RLx, PDF, FSI, PDI) in the plain text.
2413 * LRE, RLE, LRO, RLO, LRI, RLI and FSI and popped with each PDF and PDI,
2543 case PDF:
2641 /* BN, LRE, RLE, and PDF are supposed to be removed (X9) */
2757 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NS
[all...]
/external/bison/build-aux/
H A Dtexinfo.tex1106 % PDF uses PostScript string constants for the names of xref targets,
1131 with PDF output, and none of those formats could be found. (.eps cannot
1132 be supported due to the design of the PDF format; use regular TeX (DVI
1189 % pdftex (and the PDF format) support .pdf, .png, .jpg (among
1190 % others). Let's try in that order, PDF first since if
1196 \openin 1 #1.PDF \ifeof 1
1211 \else \gdef\pdfimgext{PDF}%
1256 % Adding outlines to PDF; macros for calculating structure of outlines
1282 % Also escape PDF chars in the display string.
1340 % PDF outline
[all...]
/external/libmicrohttpd/doc/
H A Dtexinfo.tex1107 % PDF uses PostScript string constants for the names of xref targets,
1132 with PDF output, and none of those formats could be found. (.eps cannot
1133 be supported due to the design of the PDF format; use regular TeX (DVI
1190 % pdftex (and the PDF format) support .pdf, .png, .jpg (among
1191 % others). Let's try in that order, PDF first since if
1197 \openin 1 #1.PDF \ifeof 1
1212 \else \gdef\pdfimgext{PDF}%
1257 % Adding outlines to PDF; macros for calculating structure of outlines
1283 % Also escape PDF chars in the display string.
1341 % PDF outline
[all...]
/external/jemalloc/bin/
H A Djeprof.in196 --evince Generate PDF and display
203 --pdf Generate PDF to stdout
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 523 milliseconds

12