| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Shader.cpp | 131 mLocalSize.fill(-1); in ShaderState()
|
| /third_party/vk-gl-cts/executor/tools/ |
| H A D | xeCommandLineExecutor.cpp | 412 std::fill(&countByStatusCode[0], &countByStatusCode[0]+DE_LENGTH_OF_ARRAY(countByStatusCode), 0); in printBatchResultSummary()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| H A D | mtl_render_utils.h | 35 ClearRectParams() { clearWriteMaskArray.fill(MTLColorWriteMaskAll); } in ClearRectParams()
|
| /third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
| H A D | angle_deqp_gtest.cpp | 738 gCaseStringBuffer.fill(0);
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | GetImageTest.cpp | 575 std::fill(actualData.begin(), actualData.end(), GLColor::white); in TEST_P()
|
| H A D | ReadPixelsTest.cpp | 883 std::fill(textureData.begin() + offset, textureData.begin() + offset + layerSize, in initializeTextureData()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | nanobenchmark.cc | 364 std::fill(p, p + value_count.second, value_count.first); in CountingSort()
|
| /third_party/weex-loader/deps/weex-styler/lib/ |
| H A D | validator.js | 1970 if (v == 'auto' || v == 'auto-fill') { 1981 if (v.match(/auto-fill/)) { 2377 objectFit: genEnumValidator(['cover', 'fill', 'contain', 'none', 'scale-down']), 2415 fill: COLOR_VAR_VALIDATOR, 2571 fill: COLOR_VAR_VALIDATOR, 2592 fill: COLOR_VAR_VALIDATOR, 2613 fill: COLOR_VAR_VALIDATOR, 2644 fill: COLOR_VAR_VALIDATOR, 2649 fill: COLOR_VAR_VALIDATOR, 2670 fill [all...] |
| /kernel/linux/linux-6.6/kernel/ |
| H A D | workqueue.c | 1641 * @fill: max_active may have increased, try to increase concurrency level 1646 static bool pwq_tryinc_nr_active(struct pool_workqueue *pwq, bool fill) in pwq_tryinc_nr_active() argument 1668 * increase it. This is indicated by @fill. in pwq_tryinc_nr_active() 1670 if (!list_empty(&pwq->pending_node) && likely(!fill)) in pwq_tryinc_nr_active() 1688 else if (likely(!fill)) in pwq_tryinc_nr_active() 1696 * If @fill, @pwq might have already been pending. Being spuriously in pwq_tryinc_nr_active() 1699 if (obtained && likely(!fill)) in pwq_tryinc_nr_active() 1713 * @fill: max_active may have increased, try to increase concurrency level 1721 static bool pwq_activate_first_inactive(struct pool_workqueue *pwq, bool fill) in pwq_activate_first_inactive() argument 1727 if (work && pwq_tryinc_nr_active(pwq, fill)) { in pwq_activate_first_inactive() [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | exr.c | 426 uint16_t fill; in huf_decode() local 431 fill = out[oe - 1]; in huf_decode() 434 out[oe++] = fill; in huf_decode()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGRRList.cpp | 1765 std::fill(RegLimit.begin(), RegLimit.end(), 0); 1766 std::fill(RegPressure.begin(), RegPressure.end(), 0); 1789 std::fill(RegPressure.begin(), RegPressure.end(), 0);
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | StateManager11.cpp | 347 mNumActiveShaderSamplers.fill(0); 762 mCurrentVertexBuffers.fill(nullptr); 763 mCurrentVertexStrides.fill(std::numeric_limits<UINT>::max()); 764 mCurrentVertexOffsets.fill(std::numeric_limits<UINT>::max());
|
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| H A D | entry-armv.S | 173 @ We are now ready to fill in the remaining blanks on the stack: 368 @ We are now ready to fill in the remaining blanks on the stack:
|
| /kernel/linux/linux-6.6/arch/arm/kernel/ |
| H A D | entry-armv.S | 188 @ We are now ready to fill in the remaining blanks on the stack: 371 @ We are now ready to fill in the remaining blanks on the stack:
|
| /kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
| H A D | grukservices.c | 131 char fill; member
|
| /kernel/linux/linux-6.6/drivers/misc/sgi-gru/ |
| H A D | grukservices.c | 131 char fill; member
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
| H A D | RBBIMonkeyTest.java | 718 Arrays.fill(fActualBreaks, false); in clearActualBreaks()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
| H A D | RBBIMonkeyTest.java | 722 Arrays.fill(fActualBreaks, false); in clearActualBreaks()
|
| /third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
| H A D | PerfTest.java | 878 Arrays.fill(start, (byte)0xa5); in BOMFreeReader()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 104 std::fill(begin(attachmentIndices) + activeAttachmentCount, end(attachmentIndices), VK_ATTACHMENT_UNUSED); in generateInputAttachmentParams()
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | TextureFormatTests.cpp | 230 // Encode commands for the test that fill texture, sample it to render to renderTarget then in DoSampleTest() 338 garbageValues.fill(13); in DoFormatRenderingTest()
|
| /third_party/python/Lib/idlelib/idle_test/ |
| H A D | test_sidebar.py | 47 cls.text_frame.pack(side=tk.LEFT, fill=tk.BOTH, expand=True) 670 fgs = {canvas.itemcget(text, 'fill') for text in texts}
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | LoopUtils.cpp | 849 std::fill(&ShuffleMask[i / 2], ShuffleMask.end(), in getShuffleReduction()
|
| /third_party/skia/modules/canvaskit/htmlcanvas/ |
| H A D | canvas2dcontext.js | 623 this.fill = function(path, fillRule) { 636 throw 'invalid fill rule';
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | Run.cpp | 226 std::fill(fHalfLetterspacings.begin(), fHalfLetterspacings.end(), 0.0); in scaleFontWithCompressionConfig()
|