Searched refs:filling (Results 1 – 25 of 87) sorted by relevance
1234
/external/mesa3d/src/gallium/docs/source/ |
D | cso.rst | 6 CSO work on the principle of reusable state; they are created by filling
|
/external/nanopb-c/examples/using_union_messages/ |
D | unionproto.proto | 5 // but they are commonly implemented by filling out exactly one of
|
/external/llvm/test/CodeGen/Mips/ |
D | delay-slot-kill.ll | 7 ; delay slot filler ignores such KILL instructions by filling the slot of the
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | FastQueue.m | 39 * it resets to start filling at 0 again. If adds/removes are balanced, the 58 // if so, it's an opportunity to start filling at index 0 again
|
D | ANTLRLookaheadStream.m | 89 // if so, it's an opportunity to start filling at index 0 again
|
D | LookaheadStream.m | 73 // if so, it's an opportunity to start filling at index 0 again
|
/external/libxml2/ |
D | testlimits.c | 155 char filling[CHUNK + 1]; variable 161 filling[i] = 'a'; in fillFilling() 163 filling[CHUNK] = 0; in fillFilling() 213 memcpy(buffer, &filling[0], len); in hugeRead() 359 memcpy(buffer, &filling[0], len); in crazyRead()
|
/external/python/cpython2/Doc/library/ |
D | textwrap.rst | 1 :mod:`textwrap` --- Text wrapping and filling 5 :synopsis: Text wrapping and filling 17 and a utility function :func:`dedent`. If you're just wrapping or filling one
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.linkage.txt | 43 Shader execution tests render a grid of quads filling entire viewport with
|
/external/guice/ |
D | README.md | 14 … in Java 5 such as generics and annotations. You might think of Guice as filling in missing featur…
|
/external/deqp/doc/testspecs/GL3/ |
D | functional.conditional_render.txt | 75 compared to the color of the intermediate clear or the filling triangle as
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Process.inc | 112 // their operation. To prevent the disk from filling up, this configuration item
|
/external/syslinux/com32/lib/zlib/ |
D | algorithm.txt | 119 more time filling in duplicate symbol entries than you do actually decoding. 121 kbytes. You can imagine that filling in a 2^15 entry table for a 15-bit code
|
/external/zlib/src/doc/ |
D | algorithm.txt | 119 more time filling in duplicate symbol entries than you do actually decoding. 121 kbytes. You can imagine that filling in a 2^15 entry table for a 15-bit code
|
/external/python/cpython2/Modules/zlib/ |
D | algorithm.txt | 119 more time filling in duplicate symbol entries than you do actually decoding. 121 kbytes. You can imagine that filling in a 2^15 entry table for a 15-bit code
|
/external/googletest/googlemock/ |
D | configure.ac | 107 [# Begin filling in variables as we are able.
|
/external/google-breakpad/src/testing/ |
D | configure.ac | 107 [# Begin filling in variables as we are able.
|
/external/v8/testing/gmock/ |
D | configure.ac | 107 [# Begin filling in variables as we are able.
|
/external/ImageMagick/ |
D | AUTHORS.txt | 72 Contributed code to support filling drawn objects using a pattern image
|
/external/iproute2/ |
D | README.distribution | 67 inverse's table, filling in any missing entries by linear interpolation.
|
/external/iproute2/netem/ |
D | README.distribution | 69 inverse's table, filling in any missing entries by linear interpolation.
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Process.inc | 144 // their operation. To prevent the disk from filling up, this function
|
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 3034 drawing, pc, ps, filling = go_modes 3087 if filling: 3151 filling = isinstance(self._fillpath, list) 3153 return filling 3156 if filling:
|
/external/ImageMagick/Magick++/ |
D | NEWS | 77 image to use while drawing stroked object outlines and while filling 354 * Added support for flood-filling and drawing with texture.
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 166 /* Support memory filling (junk/zero/quarantine/redzone). */
|
1234