Home
last modified time | relevance | path

Searched refs:pdf (Results 1 – 25 of 657) sorted by relevance

12345678910>>...27

/external/pdfium/testing/
DSUPPRESSIONS24 050_extra_m.pdf mac,win * *
25 12.pdf mac * *
26 1_10_watermark.pdf * * *
27 1_1_textbox.pdf * * *
28 1_2_typewriter.pdf * * *
29 1_3_callout.pdf * * *
30 1_matrix.pdf mac * *
31 1m_diff_lsjdf.pdf mac * *
32 1m_same_xxxx.pdf mac * *
33 2_11_stamp3.pdf mac * *
[all …]
DSUPPRESSIONS_IMAGE_DIFF24 FRC_3.5_CF_Strf_stmf_DefaultCryptFilter.pdf * * *
25 FRC_3.5_EncryptMetadata_T.pdf * * *
26 FRC_3.5_Encrypt_is_damage.pdf * * *
27 FRC_3.5_Filter_PubSec_SubFilter_s5.pdf * * *
28 FRC_3.5_Filter_PubSec_Sub_SubFilter_s4.pdf * * *
29 MouseEvents.pdf * * *
30 Oneof.pdf * * *
31 bug_651304.pdf * * *
32 outline.pdf * * *
/external/skia/gn/
Dpdf.gni14 "$_src/pdf/SkBitmapKey.h",
15 "$_src/pdf/SkClusterator.cpp",
16 "$_src/pdf/SkClusterator.h",
17 "$_src/pdf/SkDeflate.cpp",
18 "$_src/pdf/SkDeflate.h",
19 "$_src/pdf/SkJpegInfo.cpp",
20 "$_src/pdf/SkJpegInfo.h",
21 "$_src/pdf/SkKeyedImage.cpp",
22 "$_src/pdf/SkKeyedImage.h",
23 "$_src/pdf/SkPDFBitmap.cpp",
[all …]
/external/skqp/gn/
Dpdf.gni12 "$_src/pdf/SkBitmapKey.h",
13 "$_src/pdf/SkClusterator.cpp",
14 "$_src/pdf/SkClusterator.h",
15 "$_src/pdf/SkDeflate.cpp",
16 "$_src/pdf/SkDeflate.h",
17 "$_src/pdf/SkJpegInfo.cpp",
18 "$_src/pdf/SkJpegInfo.h",
19 "$_src/pdf/SkKeyedImage.cpp",
20 "$_src/pdf/SkKeyedImage.h",
21 "$_src/pdf/SkPDFBitmap.cpp",
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DMakefile.inc189 PDFPAGES = ares_cancel.pdf \
190 ares_create_query.pdf \
191 ares_destroy.pdf \
192 ares_destroy_options.pdf \
193 ares_dup.pdf \
194 ares_expand_name.pdf \
195 ares_expand_string.pdf \
196 ares_fds.pdf \
197 ares_free_data.pdf \
198 ares_free_hostent.pdf \
[all …]
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dhosted_models.md36 Mobilenet_V1_0.25_128_quant | [paper](https://arxiv.org/pdf/1712.05877.pdf), [tflite&pb](https://st…
37 Mobilenet_V1_0.25_160_quant | [paper](https://arxiv.org/pdf/1712.05877.pdf), [tflite&pb](https://st…
38 Mobilenet_V1_0.25_192_quant | [paper](https://arxiv.org/pdf/1712.05877.pdf), [tflite&pb](https://st…
39 Mobilenet_V1_0.25_224_quant | [paper](https://arxiv.org/pdf/1712.05877.pdf), [tflite&pb](https://st…
40 Mobilenet_V1_0.50_128_quant | [paper](https://arxiv.org/pdf/1712.05877.pdf), [tflite&pb](https://st…
41 Mobilenet_V1_0.50_160_quant | [paper](https://arxiv.org/pdf/1712.05877.pdf), [tflite&pb](https://st…
42 Mobilenet_V1_0.50_192_quant | [paper](https://arxiv.org/pdf/1712.05877.pdf), [tflite&pb](https://st…
43 Mobilenet_V1_0.50_224_quant | [paper](https://arxiv.org/pdf/1712.05877.pdf), [tflite&pb](https://st…
44 Mobilenet_V1_0.75_128_quant | [paper](https://arxiv.org/pdf/1712.05877.pdf), [tflite&pb](https://st…
45 Mobilenet_V1_0.75_160_quant | [paper](https://arxiv.org/pdf/1712.05877.pdf), [tflite&pb](https://st…
[all …]
/external/freetype/docs/
Dformats.txt77 --- BDF --- --- bdf 5005.BDF_Spec.pdf, X11
82 SFNT PS TYPE_1 CID cid 5180.sfnt.pdf (for the Mac)
84 SFNT PS CFF --- cff OT spec, 5176.CFF.pdf
86 SFNT PS CFF CID cff OT spec, 5176.CFF.pdf
87 SFNT PS CFF SYNTHETIC --- OT spec, 5176.CFF.pdf
100 --- PS TYPE_1 --- type1 T1_SPEC.pdf
102 PFB PS TYPE_1 --- type1 T1_SPEC.pdf,
103 5040.Download_Fonts.pdf
105 --- PS TYPE_1 CID cid PLRM.pdf (CID Font Type 0;
107 --- PS MM --- type1 5015.Type1_Supp.pdf
[all …]
/external/libcups/test/
Dtest.convs2 application/pdf application/vnd.cups-pdf 100 pdftopdf
3 application/pdf application/postscript 100 pdftops
4 application/pdf application/vnd.cups-raster 100 pdftoraster
5 application/pdf image/urf 100 pdftourf
7 image/jpeg application/pdf 100 imagetopdf
8 text/plain application/pdf 100 texttopdf
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Ddirichlet_test.py107 pdf = dist.prob(x)
108 self.assertAllClose(1., self.evaluate(pdf))
109 self.assertEqual((), pdf.get_shape())
115 pdf = dist.prob(x)
116 self.assertAllClose(7. / 5, self.evaluate(pdf))
117 self.assertEqual((), pdf.get_shape())
124 pdf = dist.prob(x)
125 self.assertAllClose([2., 2.], self.evaluate(pdf))
126 self.assertEqual((2), pdf.get_shape())
132 pdf = dist.prob(x)
[all …]
Dbeta_test.py114 pdf = dist.prob(x)
115 self.assertAllClose([1., 3. / 2], self.evaluate(pdf), rtol=1e-5, atol=1e-5)
116 self.assertEqual((2,), pdf.get_shape())
123 pdf = dist.prob(x)
124 self.assertAllClose([1, 63. / 50], self.evaluate(pdf), rtol=1e-5, atol=1e-5)
125 self.assertEqual((2,), pdf.get_shape())
133 pdf = dist.prob(x)
134 self.assertAllClose([1.] * 5, self.evaluate(pdf))
135 self.assertEqual((5,), pdf.get_shape())
142 pdf = dist.prob(x)
[all …]
Duniform_test.py71 pdf = np.zeros_like(x) + 1.0 / (b_v - a_v)
72 pdf[x > b_v] = 0.0
73 pdf[x < a_v] = 0.0
74 pdf[5] = 1.0 / (20.0 - 15.0)
75 return pdf
79 pdf = uniform.prob(x)
80 self.assertAllClose(expected_pdf, self.evaluate(pdf))
105 pdf = uniform.prob(x)
106 self.assertAllClose(expected_pdf, self.evaluate(pdf))
243 pdf = uniform.prob(with_nans)
[all …]
/external/python/cpython2/Doc/
DMakefile133 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
134 cp build/latex/docs-pdf.zip dist/python-$(DISTVERSION)-docs-pdf-a4.zip
135 cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-a4.tar.bz2
141 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
142 cp build/latex/docs-pdf.zip dist/python-$(DISTVERSION)-docs-pdf-letter.zip
143 cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-letter.tar.bz2
/external/webrtc/modules/audio_processing/vad/
Dgmm_unittest.cc53 double pdf = EvaluateGmm(kXVoice, voice_gmm); in TEST() local
54 EXPECT_GT(pdf, 0); in TEST()
55 double relative_error = fabs(pdf - kPdfVoice) / kPdfVoice; in TEST()
59 pdf = EvaluateGmm(kXNoise, noise_gmm); in TEST()
60 EXPECT_GT(pdf, 0); in TEST()
61 relative_error = fabs(pdf - kPdfNoise) / kPdfNoise; in TEST()
/external/llvm/docs/
DCompilerWriterInfo.rst25 …uage Extensions <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0053c/IHI0053C_acle_2_0.pdf>`_
27 …a and Errata <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0045d/IHI0045D_ABI_addenda.pdf>`_
39 …le Specification <http://techpubs.sgi.com/library/manuals/4000/007-4658-001/pdf/007-4658-001.pdf>`_
69 …ader ISA <http://developer.amd.com/wordpress/media/2012/10/R600_Instruction_Set_Architecture.pdf>`_
70 …A <http://developer.amd.com/wordpress/media/2012/10/R700-Family_Instruction_Set_Architecture.pdf>`_
71 …/developer.amd.com/wordpress/media/2012/10/AMD_Evergreen-Family_Instruction_Set_Architecture.pdf>`_
72 …://developer.amd.com/wordpress/media/2012/10/AMD_HD_6900_Series_Instruction_Set_Architecture.pdf>`_
73 …/developer.amd.com/wordpress/media/2012/12/AMD_Southern_Islands_Instruction_Set_Architecture.pdf>`_
74 …ttp://developer.amd.com/wordpress/media/2013/07/AMD_Sea_Islands_Instruction_Set_Architecture.pdf>`_
75 …tp://developer.amd.com/download/AMD_Accelerated_Parallel_Processing_OpenCL_Programming_Guide.pdf>`_
[all …]
/external/curl/docs/
DMakefile.am31 PDFPAGES = curl.pdf curl-config.pdf mk-ca-bundle.pdf
91 SUFFIXES = .1 .html .pdf
109 pdf: $(PDFPAGES) target
110 cd libcurl && $(MAKE) pdf
115 .1.pdf:
/external/python/cpython3/Doc/
DMakefile175 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
176 cp build/latex/docs-pdf.zip dist/python-$(DISTVERSION)-docs-pdf-a4.zip
177 cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-a4.tar.bz2
183 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
184 cp build/latex/docs-pdf.zip dist/python-$(DISTVERSION)-docs-pdf-letter.zip
185 cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-letter.tar.bz2
/external/llvm-project/llvm/docs/
DCompilerWriterInfo.rst27 …uage Extensions <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0053c/IHI0053C_acle_2_0.pdf>`_
29 … <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0073b/IHI0073B_arm_neon_intrinsics_ref.pdf>`_
31 …a and Errata <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0045d/IHI0045D_ABI_addenda.pdf>`_
33 …nter.arm.com/help/topic/com.arm.doc.uan0015b/Cortex_A57_Software_Optimization_Guide_external.pdf>`_
35 … <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0043d/IHI0043D_rtabi.pdf>`_ This documents t…
53 …t ELF Object File Specification <https://www.linux-mips.org/pub/linux/mips/doc/ABI/elf64-2.4.pdf>`_
78 * `Book E: Enhanced PowerPC Architecture <https://www.nxp.com/docs/en/user-guide/BOOK_EUM.pdf>`_
80 … Embedded Processors (EREFRM) <https://www.nxp.com/files-static/32bit/doc/ref_manual/EREF_RM.pdf>`_
82 …nments Manual: A Supplement to the EREF <https://www.nxp.com/docs/en/reference-manual/SPEPEM.pdf>`_
84 …nments Manual: A Supplement to the EREF <https://www.nxp.com/docs/en/reference-manual/VLEPEM.pdf>`_
[all …]
/external/oss-fuzz/projects/mupdf/
DDockerfile20 RUN git clone --depth 1 https://github.com/mozilla/pdf.js pdf.js && \
21 zip -q $SRC/pdf_fuzzer_seed_corpus.zip pdf.js/test/pdfs/*.pdf && \
22 rm -rf pdf.js
23 ADD https://raw.githubusercontent.com/rc0r/afl-fuzz/master/dictionaries/pdf.dict $SRC/pdf_fuzzer.di…
/external/boringssl/src/third_party/wycheproof_testvectors/
Dprimality_test.txt116 # https://arxiv.org/pdf/1509.00864v1.pdf
122 # https://arxiv.org/pdf/1509.00864v1.pdf
128 # https://arxiv.org/pdf/1509.00864v1.pdf
134 # https://arxiv.org/pdf/1509.00864v1.pdf
140 # https://arxiv.org/pdf/1509.00864v1.pdf
146 # https://arxiv.org/pdf/1509.00864v1.pdf
152 # https://arxiv.org/pdf/1509.00864v1.pdf
158 # https://arxiv.org/pdf/1509.00864v1.pdf
164 # https://arxiv.org/pdf/1509.00864v1.pdf
170 # https://arxiv.org/pdf/1509.00864v1.pdf
[all …]
/external/e2fsprogs/ext2ed/
DMakefile.in31 DOCS= doc/ext2ed-design.pdf doc/user-guide.pdf doc/ext2fs-overview.pdf \
39 .SUFFIXES: .sgml .ps .pdf .html
46 .sgml.pdf:
48 sgmltools -b pdf $<
/external/oss-fuzz/projects/poppler/
DDockerfile35 RUN git clone --depth 1 https://github.com/mozilla/pdf.js pdf.js && \
36 zip -q $SRC/poppler_seed_corpus.zip pdf.js/test/pdfs/*.pdf && \
37 rm -rf pdf.js
38 ADD https://raw.githubusercontent.com/google/fuzzing/master/dictionaries/pdf.dict $SRC/poppler.dict
/external/selinux/secilc/docs/
DMakefile3 PDFDIR ?= $(CWD)/pdf
31 PDF_OUT=CIL_Reference_Guide.pdf
41 all: html pdf
61 pdf: $(PANDOC_FILE_LIST) $(TMPDIR)/policy.cil target
/external/curl/docs/libcurl/
DMakefile.am33 PDFPAGES = $(man_MANS:.3=.pdf)
56 pdf: $(PDFPAGES) target
57 cd opts && $(MAKE) pdf
59 .3.pdf:
/external/apache-commons-bcel/docs/verifier/
DGNUmakefile31 pdf: ps target
32 ps2pdf JustIce.ps JustIce.pdf
38 $(RM) -rf JustIce.ps JustIce.pdf JustIce.ps.gz
/external/blktrace/doc/
DMakefile3 all: blktrace.pdf
8 blktrace.pdf: blktrace.tex
15 -rm -f blktrace.pdf $(DOCTMP)

12345678910>>...27