| /third_party/nghttp2/src/ |
| H A D | HttpServer.cc | 1683 std::fill(p, p + padlen - 1, 0); in send_data_callback()
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | scheduler.cc | 1637 std::fill(marked_.begin(), marked_.end(), false); in SplitNode()
|
| /third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
| H A D | poly1305-armv4.pl | 160 stmia r2,{r11,r12} @ fill functions table
|
| /third_party/python/Lib/idlelib/ |
| H A D | pyshell.py | 654 sc.frame.pack(expand=1, fill="both")
|
| /third_party/openssl/crypto/poly1305/asm/ |
| H A D | poly1305-armv4.pl | 160 stmia r2,{r11,r12} @ fill functions table
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
| H A D | vktMemoryAddressBindingTests.cpp | 1387 std::fill(DE_ARRAY_BEGIN(countByType), DE_ARRAY_END(countByType), 0u); in computePoolSizes()
|
| H A D | vktMemoryDeviceMemoryReportTests.cpp | 1372 std::fill(DE_ARRAY_BEGIN(countByType), DE_ARRAY_END(countByType), 0u); in computePoolSizes()
|
| H A D | vktMemoryMappingTests.cpp | 1204 std::fill(DE_ARRAY_BEGIN(m_usage), DE_ARRAY_END(m_usage), 0);
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
| H A D | vktMemoryAddressBindingTests.cpp | 1348 std::fill(DE_ARRAY_BEGIN(countByType), DE_ARRAY_END(countByType), 0u); in computePoolSizes()
|
| H A D | vktMemoryMappingTests.cpp | 1155 std::fill(DE_ARRAY_BEGIN(m_usage), DE_ARRAY_END(m_usage), 0);
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcTextureRepeatModeTests.cpp | 1207 * - fill the buffer with the pattern 1232 std::fill(textureData.begin(), textureData.end(), 0); in iterate()
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkCommandBuffer.cpp | 735 dstBuffer->fill(dstOffset, size, data);
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | CopyTests.cpp | 208 std::fill(expected.begin(), expected.end(), RGBA8()); in GetExpectedTextureData() 477 std::fill(expectedDstDataPerSlice.begin(), expectedDstDataPerSlice.end(), 0); in GetExpectedTextureData() 569 // Submit the fill in GetExpectedTextureData() 1015 std::fill(expectedValues.begin(), expectedValues.end(), kClearDepthValue); in TEST_P()
|
| /third_party/python/Modules/_decimal/libmpdec/ |
| H A D | mpdecimal.h | 399 char fill[5]; /* fill character */ member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
| H A D | container.h | 667 // Container-based version of the <algorithm> `std::fill()` function to fill a 671 std::fill(container_algorithm_internal::c_begin(c), in c_fill() 677 // Container-based version of the <algorithm> `std::fill_n()` function to fill
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Framebuffer.cpp | 1060 std::fill(drawStates.begin() + count, drawStates.end(), GL_NONE);
|
| /third_party/skia/third_party/externals/microhttpd/doc/ |
| H A D | texinfo.tex | 730 % almost-but-not-quite fill up a page, TeX will have a hard time doing 759 % This defn is used inside fill environments such as @defun. 4978 % Do not fill out the last line with white space. 4997 % When the entry text needs to be broken, just fill out the first line 5033 % If we must, put the page number on a line of its own, and fill out 5035 % fill leaders glue in \indexdotfill if the page number does fit.) 5055 \hbox{$\mathsurround=0pt \mkern1.5mu.\mkern1.5mu$}\hskip 1em plus 1fill} 6525 \advance\leftskip by 0pt plus 1fill\relax
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cCopyImageTests.cpp | 5773 std::fill(data_buf.begin(), data_buf.end(), 2); in iterate() 5787 std::fill(data_buf.begin(), data_buf.end(), 3); in iterate()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | vk_cache_utils.cpp | 1688 std::fill(&inputAndBlend.attachments[0], 2924 mSerials.fill({kInvalidImageOrBufferViewSubresourceSerial, kInvalidSamplerSerial});
|
| /third_party/python/Modules/_decimal/ |
| H A D | _decimal.c | 3248 * The portion of the spec we're working with is [[fill]align][sign][z] */ 3253 /* skip over [[fill]align] (fill may be multi-byte character) */ in format_spec_z_search() 3261 /* fill not present-- skip over [align] */ in format_spec_z_search() 3337 /* NUL fill character: must be replaced with a valid UTF-8 char in dec_format() 3379 spec.fill[0] = '\xff'; in dec_format() 3380 spec.fill[1] = '\0'; in dec_format()
|
| /third_party/astc-encoder/Source/ |
| H A D | stb_image.h | 122 To add your name to the credits, pick a random blank space in the middle and fill it. 411 int (*read) (void *user,char *data,int size); // fill 'data' with 'size' bytes. return number of bytes actually read 2079 while (c == 0xff) c = stbi__get8(j->s); // consume fill bytes in stbi__grow_buffer_unsafe() 2924 x = stbi__get8(j->s); // consume repeated 0xff fill bytes in stbi__get_marker() 4365 stbi_uc fill = 0; in stbi__compute_huffman_codes() local 4369 fill = lencodes[n-1]; in stbi__compute_huffman_codes() 4378 memset(lencodes+n, fill, c); in stbi__compute_huffman_codes() 4402 // now fill header the normal way in stbi__parse_uncompressed_block()
|
| /third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| H A D | CharsetISO2022.java | 332 Arrays.fill(cs, (byte)0); in reset()
|
| /third_party/node/deps/v8/src/asmjs/ |
| H A D | asm-parser.cc | 838 std::fill(local_var_info_.begin(), local_var_info_.end(), VarInfo{}); in ValidateFunction()
|
| /third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
| H A D | PhoneNumberUtil.java | 1902 Arrays.fill(zeros, '0'); in getNationalSignificantNumber()
|
| /third_party/python/Lib/ |
| H A D | argparse.py | 662 return textwrap.fill(text, width,
|