Searched refs:paper (Results 1 – 25 of 242) sorted by relevance
12345678910
/external/ImageMagick/coders/ |
D | scr.c | 106 int paper; in ReadSCRImage() local 211 paper = (attrbin[3]+(2*attrbin[4])+(4*attrbin[5])); in ReadSCRImage() 214 if(bright) { ink=ink+8; paper=paper+8; } in ReadSCRImage() 232 colour_palette[3*paper]),q); in ReadSCRImage() 234 colour_palette[1+(3*paper)]),q); in ReadSCRImage() 236 colour_palette[2+(3*paper)]),q); in ReadSCRImage()
|
/external/icu/icu4c/source/data/translit/ |
D | si_si_FONIPA.txt | 136 # The paper is unclear about what this rule means. The interpretation here 137 # assumes that "preceded" in the paper is a typo and should be read "followed". 148 # Note that the paper doesn't say explicitly that this rule should be 152 $s k { a } l[aeo]ːj → ə; # Typo in paper: /j/ was /y/.
|
/external/syslinux/doc/ |
D | sdi.txt | 18 paper from Saad Syed. You can find the paper here: 29 follow the steps below (detailed instructions are in the white paper
|
/external/swiftshader/third_party/subzero/docs/ |
D | REGALLOC.rst | 69 Pfeiffer's paper <ftp://ftp.ssw.uni-linz.ac.at/pub/Papers/Moe02.PDF>`_ on 199 The paper suggests an approach of aggressively coalescing variables across Phi 204 We found the paper quite remarkable in that a straightforward implementation of 209 overlaps the current range being considered, whereas the paper evicts it 210 unconditionally. (Search for "original paper" in Subzero's register allocator 216 The linear-scan algorithm from the paper talks about choosing an available 230 which is not an assumption in the original paper but is easily tracked in 263 and ``d1`` alias ``q0`` (128-bit vector register). The linear-scan paper
|
D | ASAN.rst | 6 `paper
|
/external/libdrm/freedreno/kgsl/ |
D | README | 25 module or a DRM driver.. it is just an attempt to paper over a non-
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-06-20-.NET-Differences.txt | 8 sat through the paper on adding templates to .NET CLR, and the speaker
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-20-.NET-Differences.txt | 8 sat through the paper on adding templates to .NET CLR, and the speaker
|
/external/clang/docs/ |
D | SafeStack.rst | 28 <http://dslab.epfl.ch/pubs/cpi.pdf>`__ paper for details). This is mainly 109 The `CPI paper <http://dslab.epfl.ch/pubs/cpi.pdf>`_ describes two alternative, 184 The `OSDI'14 paper <http://dslab.epfl.ch/pubs/cpi.pdf>`_ mentions that
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
D | root.txt | 171 "A continuing flow of paper is sufficient to continue the flow of paper. 204 Drescher took the paper that was offered him and put it into
|
/external/wycheproof/doc/ |
D | rsa.md | 106 paper shows that OAEP is susceptible to a chosen ciphertext attack if error 109 validity queries" RSA conference, 2010 This paper shows that padding oracle
|
D | dsa.md | 154 I.e., Section 3.2 of Nguyens paper describes essentially the same attack as
|
D | dh.md | 52 [G92]. Section 4 of Gordons paper describes a method that can detect some
|
/external/python/cpython2/Demo/ |
D | README | 32 metaclasses The code from the 1.5 metaclasses paper on the web.
|
/external/flatbuffers/docs/source/ |
D | FlatBuffers.md | 85 [white paper](@ref flatbuffers_white_paper). 142 - A [white paper](@ref flatbuffers_white_paper) explaining the "why" of
|
D | WhitePaper.md | 1 FlatBuffers white paper {#flatbuffers_white_paper}
|
/external/libcups/filter/ |
D | spec-ppd.shtml | 301 <em>*% Specify that envelope printing cannot happen from the paper trays</em> 310 <em>*% Specify that photo printing cannot happen on plain paper or transparencies at 1200dpi</em> 964 …paper size names that should be grouped together in the Print or Page Setup dialogs. The "name" po… 1785 <li><code>General_on_Plain_Paper</code>; Normal quality general printing on plain paper.</li> 1787 …<li><code>General_on_Plain_Paper_-_Draft</code>; Draft quality general printing on plain paper.</l… 1793 <li><code>Photo_on_Plain_Paper</code>; Normal quality photo printing on plain paper.</li> 1795 <li><code>Photo_on_Plain_Paper_-_Fine</code>; High quality photo printing on plain paper.</li> 1797 <li><code>Photo_on_Photo_Paper</code>; Normal quality photo printing on glossy photo paper.</li> 1799 …<li><code>Photo_on_Photo_Paper_-_Fine</code>; High quality photo printing on glossy photo paper.</… 1801 <li><code>Photo_on_Matte_Paper</code>; Normal quality photo printing on matte paper.</li> [all …]
|
D | raster-driver.shtml | 44 … files since it manages many of the tedious (and error-prone!) details of paper sizes and localiza…
|
/external/libpcap/ |
D | README | 38 Winter Usenix paper ``The BSD Packet Filter: A New Architecture for
|
/external/valgrind/docs/internals/ |
D | BIG_APP_NOTES.txt | 82 # --with-max-jobs=2 --with-num-cpus=2 sounds good on paper, but often
|
/external/tagsoup/ |
D | CHANGES | 101 Fixed paper-bag bug (source didn't match binary in release) 246 Fixed paper-bag bug that revealed attribute type BOOLEAN to applications.
|
/external/brotli/tests/testdata/ |
D | lcet10.txt | 167 * Methods and technology for converting older paper materials into 195 public domain as a source for a fresh paper facsimile or, in a future 197 high-quality and useful replacements on acid-free paper that should last 305 methods for converting texts from paper (or from facsimile images) into 381 topic received thorough treatment in the paper read by Avra MICHELSON. 1581 and was forged via E-mail and paper mail with professors at Pomona and 1809 Ultimately, AM staff feel that perhaps the paper copy that is printed out 2253 actual paper itself, which deteriorates as it sits on library shelves. 2287 preservation application, after the paper replacement is made there, a 2294 and useful replacements on acid-free paper that should last a long time, [all …]
|
/external/libevent/ |
D | Doxyfile | 127 # The PAPER_TYPE tag can be used to set the paper type that is used
|
/external/python/cpython2/Objects/ |
D | listsort.txt | 491 and its followup(s). An earlier paper called the same strategy 499 and it probably dates back to an earlier paper by Bentley and Yao. The 500 McIlroy paper in particular has good analysis of a mergesort that's
|
/external/bzip2/ |
D | CHANGES | 146 * Minor sorting enhancements from my DCC2000 paper.
|
12345678910