Searched refs:filling (Results 1 – 25 of 113) sorted by relevance
12345
/external/mesa3d/src/gallium/docs/source/ |
D | cso.rst | 6 CSO work on the principle of reusable state; they are created by filling
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | delay-slot-kill.ll | 5 ; delay slot filler ignores such KILL instructions by filling the slot of the
|
/external/grpc-grpc/third_party/nanopb/examples/using_union_messages/ |
D | unionproto.proto | 5 // but they are commonly implemented by filling out exactly one of
|
/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/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/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RestoreSlice.pbtxt | 45 This is like `Restore` except that restored tensor can be listed as filling
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.linkage.txt | 43 Shader execution tests render a grid of quads filling entire viewport with
|
/external/python/cpython3/Doc/library/ |
D | textwrap.rst | 1 :mod:`textwrap` --- Text wrapping and filling 5 :synopsis: Text wrapping and filling 16 If you're just wrapping or filling one or two text strings, the convenience
|
/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/googletest/googlemock/ |
D | configure.ac | 98 [# Begin filling in variables as we are able.
|
/external/tensorflow/tensorflow/core/protobuf/tpu/ |
D | tpu_embedding_configuration.proto | 92 // field is EXPERIMENTAL and most ways of filling it will probably break. Do
|
/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/antlr/runtime/ObjC/Framework/ |
D | LookaheadStream.m | 89 // if so, it's an opportunity to start filling at index 0 again
|
/external/u-boot/drivers/video/ |
D | fsl_diu_fb.c | 178 __be32 filling; member
|
/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/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/google-breakpad/src/testing/ |
D | configure.ac | 107 [# Begin filling in variables as we are able.
|
/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/ImageMagick/ |
D | AUTHORS.txt | 72 Contributed code to support filling drawn objects using a pattern image
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Process.inc | 146 // 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:
|
12345