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

1 2 34 5 6 7 8 91011

  /external/libunwind/doc/
unw_step.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_get_fpreg.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_get_reg.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_init_local.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_init_remote.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_set_caching_policy.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_set_fpreg.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
unw_set_reg.tex 2 \usepackage[fancyhdr,pdf]{latex2man}
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
PdfManipulationService.java 26 import android.graphics.pdf.PdfEditor;
27 import android.graphics.pdf.PdfRenderer;
42 * Service for manipulation of PDF documents in an isolated process.
292 Log.e(LOG_TAG, "Malformed PDF file");
364 Log.e(LOG_TAG, "Error writing PDF to file.", e);
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/commands/
commands.go 66 "pdf": {c, report.Dot, invokeDot(interactive, "pdf"), false, "Outputs a graph in PDF format"},
75 "evince": {c, report.Dot, invokeVisualizer(interactive, invokeDot(nil, "pdf"), "pdf", []string{"evince"}), false, "Visualize graph through evince"},
  /prebuilts/go/darwin-x86/src/crypto/cipher/
cfb_test.go 17 // http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf, section
  /prebuilts/go/darwin-x86/src/math/rand/
normal.go 16 * http://www.jstatsoft.org/v05/i08/paper [pdf]
exp.go 16 * http://www.jstatsoft.org/v05/i08/paper [pdf]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/commands/
commands.go 66 "pdf": {c, report.Dot, invokeDot(interactive, "pdf"), false, "Outputs a graph in PDF format"},
75 "evince": {c, report.Dot, invokeVisualizer(interactive, invokeDot(nil, "pdf"), "pdf", []string{"evince"}), false, "Visualize graph through evince"},
  /prebuilts/go/linux-x86/src/crypto/cipher/
cfb_test.go 17 // http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf, section
  /prebuilts/go/linux-x86/src/math/rand/
normal.go 16 * http://www.jstatsoft.org/v05/i08/paper [pdf]
  /prebuilts/go/darwin-x86/src/image/color/
ycbcr.go 13 // http://www.w3.org/Graphics/JPEG/jfif3.pdf says Y but means Y'.
63 // http://www.w3.org/Graphics/JPEG/jfif3.pdf says Y but means Y'.
116 // the JFIF specification at http://www.w3.org/Graphics/JPEG/jfif3.pdf.
  /prebuilts/go/linux-x86/src/image/color/
ycbcr.go 13 // http://www.w3.org/Graphics/JPEG/jfif3.pdf says Y but means Y'.
63 // http://www.w3.org/Graphics/JPEG/jfif3.pdf says Y but means Y'.
116 // the JFIF specification at http://www.w3.org/Graphics/JPEG/jfif3.pdf.
  /external/svox/pico/lib/
picosig.c 307 * pdf access for phase
309 * @param phsIndex : index of phase vectot in the pdf
312 * @return PICO_OK : pdf retrieved
313 * @return PICO_ERR_OTHER : pdf not retrieved
322 picokpdf_PdfPHS pdf; local
333 pdf = sig_subObj->pdfphs;
335 if (phsIndex >= pdf->numvectors) {
338 nCurrIndexOffset = ((picoos_uint8*) pdf->indexBase) + phsIndex * sizeof(picoos_uint32);
341 nContent = pdf->contentBase;
512 /*retrieve values from pdf*/
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintCustomContent.java 22 import android.graphics.pdf.PdfDocument.Page;
33 import android.print.pdf.PrintedPdfDocument;
140 // a PDF generating canvas whose size is in points (1/72") not screen
144 // to the PDF canvas to shrink in. Note that PDF is a vector format
265 .Builder("MotoGP_stats.pdf")
350 // density but the PDF canvas size is in points which are 1/72",
  /frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
WorkflowTest.java 19 import android.graphics.pdf.PdfDocument;
34 import android.print.pdf.PrintedPdfDocument;
  /prebuilts/go/darwin-x86/src/compress/lzw/
reader_test.go 76 // This example comes from http://compgroups.net/comp.lang.ruby/Decompressing-LZW-compression-from-PDF-file
78 "pdf;MSB;8",
  /prebuilts/go/darwin-x86/src/crypto/hmac/
hmac.go 30 // http://csrc.nist.gov/publications/fips/fips198-1/FIPS-198-1_final.pdf
  /prebuilts/go/darwin-x86/src/crypto/x509/
sec1.go 21 // SEC1 - http://www.secg.org/sec1-v2.pdf
  /prebuilts/go/darwin-x86/src/debug/dwarf/
open.go 7 // http://dwarfstd.org/doc/dwarf-2.0.0.pdf

Completed in 3153 milliseconds

1 2 34 5 6 7 8 91011