HomeSort by relevance Sort by last modified time
    Searched refs:pdf (Results 51 - 75 of 274) sorted by null

1 23 4 5 6 7 8 91011

  /external/libunwind/doc/
unw_backtrace.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_get_accessors.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_is_fpreg.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_flush_cache.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_getcontext.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_is_signal_frame.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
  /external/libvorbis/doc/
footer.tex 7 %\TODO{display xifish.pdf, [Xiph.org logo]}
  /external/skia/resources/
test.lua 50 local doc = Sk.newDocumentPDF('/skia/trunk/test.pdf');
  /external/skia/tools/fiddle/
fiddle_main.cpp 111 options.pdf = false;
162 if (options.pdf) {
188 dump_output(pdfData, "Pdf", false);
  /external/toolchain-utils/
setup_chromeos.py 34 "src-pdf": None,
35 "src/pdf": None,
  /external/trappy/doc/api_reference/
Makefile 124 @echo "Run \`make' in that directory to run these through (pdf)latex" \
130 $(MAKE) -C $(BUILDDIR)/latex all-pdf
131 @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
136 $(MAKE) -C $(BUILDDIR)/latex all-pdf-ja
137 @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
  /packages/experimental/PrintApp/src/foo/bar/print/
Main.java 27 import android.graphics.pdf.PdfDocument.Page;
38 import android.print.pdf.PrintedPdfDocument;
150 .Builder("print_view.pdf")
205 // The page of the PDF backed canvas size is in pixels (1/72") and
207 // fit. This does not lead to losing data as PDF is a vector format.
  /prebuilts/go/darwin-x86/src/runtime/internal/sys/
intrinsics.go 9 // Using techniques from http://supertech.csail.mit.edu/papers/debruijn.pdf
  /prebuilts/go/darwin-x86/src/strings/
search_test.go 60 // From http://www.cs.utexas.edu/~moore/publications/fstrpos.pdf
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305.go 6 Package poly1305 implements Poly1305 one-time message authentication code as specified in http://cr.yp.to/mac/poly1305-20050329.pdf.
  /prebuilts/go/linux-x86/src/runtime/internal/sys/
intrinsics.go 9 // Using techniques from http://supertech.csail.mit.edu/papers/debruijn.pdf
  /prebuilts/go/linux-x86/src/strings/
search_test.go 60 // From http://www.cs.utexas.edu/~moore/publications/fstrpos.pdf
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305.go 6 Package poly1305 implements Poly1305 one-time message authentication code as specified in http://cr.yp.to/mac/poly1305-20050329.pdf.
  /developers/build/prebuilts/gradle/PdfRendererBasic/Application/src/main/java/com/example/android/pdfrendererbasic/
PdfRendererBasicFragment.java 21 import android.graphics.pdf.PdfRenderer;
38 * This fragment has a big {@ImageView} that shows PDF pages, and 2
40 * {@link android.graphics.pdf.PdfRenderer} to render PDF pages as
51 * The filename of the PDF.
53 private static final String FILENAME = "sample.pdf";
56 * File descriptor of the PDF.
61 * {@link android.graphics.pdf.PdfRenderer} to render the PDF.
71 * {@link android.widget.ImageView} that shows a PDF page as a {@link android.graphics.Bitmap
    [all...]
  /developers/samples/android/ui/graphics/PdfRendererBasic/Application/src/main/java/com/example/android/pdfrendererbasic/
PdfRendererBasicFragment.java 21 import android.graphics.pdf.PdfRenderer;
38 * This fragment has a big {@ImageView} that shows PDF pages, and 2
40 * {@link android.graphics.pdf.PdfRenderer} to render PDF pages as
51 * The filename of the PDF.
53 private static final String FILENAME = "sample.pdf";
56 * File descriptor of the PDF.
61 * {@link android.graphics.pdf.PdfRenderer} to render the PDF.
71 * {@link android.widget.ImageView} that shows a PDF page as a {@link android.graphics.Bitmap
    [all...]
  /development/samples/browseable/PdfRendererBasic/src/com.example.android.pdfrendererbasic/
PdfRendererBasicFragment.java 23 import android.graphics.pdf.PdfRenderer;
39 * This fragment has a big {@ImageView} that shows PDF pages, and 2 {@link android.widget.Button}s to move between
40 * pages. We use a {@link android.graphics.pdf.PdfRenderer} to render PDF pages as {@link android.graphics.Bitmap}s.
50 * The filename of the PDF.
52 private static final String FILENAME = "sample.pdf";
55 * File descriptor of the PDF.
60 * {@link android.graphics.pdf.PdfRenderer} to render the PDF.
70 * {@link android.widget.ImageView} that shows a PDF page as a {@link android.graphics.Bitmap
    [all...]
  /external/e2fsprogs/lib/et/
Makefile.in 83 com_err.pdf: com_err.ps
157 *.pdf
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfDocument.java 17 package android.graphics.pdf;
34 * This class enables generating a PDF document from native Android content. You
76 // to support online PDF generation at which point we need to
265 * This class represents meta-data that describes a PDF {@link Page}.
380 * This class represents a PDF document page. It has associated
  /prebuilts/go/darwin-x86/src/mime/
type.go 42 ".pdf": "application/pdf",
  /prebuilts/go/linux-x86/src/mime/
type.go 42 ".pdf": "application/pdf",

Completed in 1054 milliseconds

1 23 4 5 6 7 8 91011