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

12

/external/chromium_org/ppapi/cpp/private/
H A Dpdf.cc24 bool PDF::IsAvailable() {
29 Var PDF::GetLocalizedString(const InstanceHandle& instance,
40 ImageData PDF::GetResourceImage(const InstanceHandle& instance,
51 PP_Resource PDF::GetFontFileWithFallback(
74 PP_Resource PDF::GetFontFileWithFallback(
86 bool PDF::GetFontTableForPrivateFontFile(PP_Resource font_file,
98 void PDF::SearchString(const InstanceHandle& instance,
111 void PDF::DidStartLoading(const InstanceHandle& instance) {
117 void PDF::DidStopLoading(const InstanceHandle& instance) {
123 void PDF
[all...]
H A Dpdf.h20 class PDF { class in namespace:pp
29 // TODO(raymes): Remove this version when the PDF code is changed to use
/external/chromium_org/ppapi/tests/
H A Dtest_pdf.cc14 REGISTER_TEST_CASE(PDF); variable
26 pp::Var string = pp::PDF::GetLocalizedString(instance_,
36 pp::PDF::GetResourceImage(instance_, PP_RESOURCEIMAGE_PDF_BUTTON_ZOOMIN);
/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/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbididat.c23 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN"
30 /* LRE LRO AL RLE RLO PDF NSM BN */
142 RLE, WS, R, R, R, WS, PDF, WS, B
159 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON
176 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES
192 L, WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS,
193 AL, AL, AL, WS, PDF, WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF,
[all...]
H A Dcbiditst.h51 #define PDF U_POP_DIRECTIONAL_FORMAT macro
H A Dcbiditst.c230 - ^ == PDF
287 pseudoToUChar[(uint8_t)'^'] = 0x202C; UCharToPseud2[0x2C] = (uint8_t)'^'; /* PDF */
3799 R, R, R, LRE, DEF, RLE, PDF, S, /* 58-5F */
/external/icu4c/test/cintltst/
H A Dcbididat.c23 "LRE", "LRO", "AL", "RLE", "RLO", "PDF", "NSM", "BN"
30 /* LRE LRO AL RLE RLO PDF NSM BN */
142 RLE, WS, R, R, R, WS, PDF, WS, B
159 AN, RLO, NSM, LRE, PDF, RLE, ES, EN, ON
176 LRE, BN, CS, RLO, S, PDF, EN, LRO, AN, ES
192 L, WS, LRE, WS, R, R, R, WS, PDF, WS, L, L, L, WS, PDF, WS,
193 AL, AL, AL, WS, PDF, WS, L, L, L, WS, PDF, WS, L, L, L, WS, PDF,
[all...]
H A Dcbiditst.h51 #define PDF U_POP_DIRECTIONAL_FORMAT macro
H A Dcbiditst.c245 - ^ == PDF
302 pseudoToUChar[(uint8_t)'^'] = 0x202C; UCharToPseud2[0x2C] = (uint8_t)'^'; /* PDF */
4279 R, R, R, LRE, DEF, RLE, PDF, S, /* 58-5F */
/external/chromium_org/tools/grit/grit/
H A Dpseudo_rtl.py65 PDF = u'\u202c' variable
81 part = ALPHABETIC_RUN.sub(lambda run: RLO + run.group() + PDF, part)
/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Ddestination.js139 SAVE_AS_PDF: 'Save as PDF'
188 PDF: 'images/pdf.png',
318 return Destination.IconUrl_.PDF;
/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/chromium_org/third_party/icu/source/common/
H A Dubidiimp.h53 PDF=U_POP_DIRECTIONAL_FORMAT, enumerator in enum:__anon11568
80 #define MASK_EXPLICIT (MASK_LRX|MASK_RLX|DIRPROP_FLAG(PDF))
H A Dubidi.c534 * method) or set by explicit embedding codes (LRx, RLx, PDF) in the plain text.
565 * as pushed with each LRE, RLE, LRO, and RLO and popped with each PDF,
574 * Popping levels with PDF must work in the opposite order so that level 61
668 case PDF:
697 /* BN, LRE, RLE, and PDF are supposed to be removed (X9) */
820 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NSM BN */
831 - the BN column regroups BN, LRE, RLE, LRO, RLO, PDF
1946 * LRE-PDF, LRE-RLE-PDF-PDF, et
[all...]
/external/dropbear/libtommath/
H A Dbooker.pl14 if (shift =~ /PDF/) {
/external/icu4c/common/
H A Dubidiimp.h53 PDF=U_POP_DIRECTIONAL_FORMAT, enumerator in enum:__anon19046
80 #define MASK_EXPLICIT (MASK_LRX|MASK_RLX|DIRPROP_FLAG(PDF))
H A Dubidi.c567 * method) or set by explicit embedding codes (LRx, RLx, PDF) in the plain text.
598 * as pushed with each LRE, RLE, LRO, and RLO and popped with each PDF,
607 * Popping levels with PDF must work in the opposite order so that level 61
701 case PDF:
730 /* BN, LRE, RLE, and PDF are supposed to be removed (X9) */
853 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NSM BN */
864 - the BN column regroups BN, LRE, RLE, LRO, RLO, PDF
2078 * LRE-PDF, LRE-RLE-PDF-PDF, et
[all...]
/external/chromium_org/native_client_sdk/src/doc/
H A Dfaq.rst119 <https://nativeclient.googlecode.com/svn/data/site/NaCl_SFI.pdf>`_ (PDF).
121 <http://research.google.com/pubs/pub34913.html>`_ (PDF).
382 (PDF).
/external/skia/
H A DAndroid.mk612 # Add SFTNLY support for PDF (which in turns depends on ICU)
/external/chromium_org/chrome/test/ppapi/
H A Dppapi_browsertest.cc1034 // There is no proxy. This is used for PDF metrics reporting, and PDF only
1598 TEST_PPAPI_OUT_OF_PROCESS(PDF)
/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/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof195 --evince Generate PDF and display
202 --pdf Generate PDF to stdout
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof195 --evince Generate PDF and display
202 --pdf Generate PDF to stdout
/external/grub/docs/
H A Dtexinfo.tex1213 % Adding outlines to PDF; macros for calculating structure of outlines
1291 % PDF outlines are displayed using system fonts, instead of
1891 \unhbox0 % PDF: 2nd arg given, show only it

Completed in 6037 milliseconds

12