| /foundation/arkui/ace_engine/interfaces/native/node/ |
| H A D | node_animate.cpp | 309 option->fill = ARKUI_ANIMATION_FILL_MODE_FORWARDS; in OH_ArkUI_AnimatorOption_Create() 369 option->fill = value; in OH_ArkUI_AnimatorOption_SetFill() 488 return option->fill; in OH_ArkUI_AnimatorOption_GetFill()
|
| /foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
| H A D | hcodec_dfx.cpp | 134 arr.fill(0); in UpdateOwner() 208 inputHoldTimeRecord_.fill({0, 0}); in ChangeOwnerNormal() 219 outputHoldTimeRecord_.fill({0, 0}); in ChangeOwnerNormal()
|
| /third_party/mbedtls/tests/scripts/ |
| H A D | check_names.py | 143 return self.textwrapper.fill( 170 return self.textwrapper.fill( 200 return self.textwrapper.fill(
|
| /third_party/python/Lib/idlelib/ |
| H A D | tree.py | 222 self.canvas.create_line(x+9, cy+7, cx, cy+7, fill="gray50") 238 fill="gray50") 490 sc.frame.pack(expand=1, fill="both", side=LEFT)
|
| H A D | debugobj.py | 132 sc.frame.pack(expand=1, fill="both")
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | ProgramPipeline.cpp | 293 mState.mExecutable->mActiveImageShaderBits.fill({}); in updateImageBindings() 546 mState.mExecutable->mActiveSamplerRefCounts.fill(0); in link() 667 mState.mExecutable->mActiveSamplerRefCounts.fill(0); in onSubjectStateChange()
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | NioByteStringTest.java | 337 Arrays.fill(b, off, off + len, (byte) 0); in testWriteToShouldNotExposeInternalBufferToOutputStream() 358 Arrays.fill(b, off, off + len, (byte) 0); in testWriteToInternalShouldExposeInternalBufferToOutputStream() 399 Arrays.fill( in testWriteToShouldExposeInternalBufferToByteOutput()
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | int128_unittest.cc | 459 char fill; in TEST() member 511 os.fill(cases[i].fill); in TEST()
|
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGText.cpp | 556 const SkPaint* fill, in onRender() 558 if (fill) { in onRender() 559 ctx.canvas()->drawTextBlob(blob, 0, 0, *fill); in onRender()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | mobiclip.c | 779 static void block_fill_simple(uint8_t *block, int size, int linesize, int fill) in block_fill_simple() argument 782 memset(block, fill, size); in block_fill_simple() 881 uint8_t fill; in predict_intra() local 884 fill = 0x80; in predict_intra() 891 fill = ((left + top) * 2 / (2 * size) + 1) / 2; in predict_intra() 893 fill = (block_sum(frame->data[plane] + ay * frame->linesize[plane] + ax - 1, in predict_intra() 896 fill = (block_sum(frame->data[plane] + (ay - 1) * frame->linesize[plane] + ax, in predict_intra() 903 size, frame->linesize[plane], fill); in predict_intra()
|
| /third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
| H A D | ia64-mont.pl | 845 { .mmi; ldf.fill f16=[r16],64 846 ldf.fill f17=[r17],64 848 { .mmi; ldf.fill f18=[r18],64 849 ldf.fill f19=[r19],64 851 { .mmi; ldf.fill f20=[r16] 852 ldf.fill f21=[r17] 854 { .mmi; ldf.fill f22=[r18] 855 ldf.fill f23=[r19]
|
| /third_party/openssl/crypto/bn/asm/ |
| H A D | ia64-mont.pl | 845 { .mmi; ldf.fill f16=[r16],64 846 ldf.fill f17=[r17],64 848 { .mmi; ldf.fill f18=[r18],64 849 ldf.fill f19=[r19],64 851 { .mmi; ldf.fill f20=[r16] 852 ldf.fill f21=[r17] 854 { .mmi; ldf.fill f22=[r18] 855 ldf.fill f23=[r19]
|
| /third_party/gptfdisk/ |
| H A D | basicmbr.cc | 319 cerr.fill('0'); in ReadLogicalParts() 325 cerr.fill(' '); in ReadLogicalParts() 515 cout.fill('0'); in DisplayMBRData() 528 cout.fill(' '); in DisplayMBRData() 533 cout.fill(' '); in DisplayMBRData()
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_scheduler.cpp | 184 std::fill(depends_on.begin(), depends_on.end(), false); 186 std::fill(RAR_dependencies.begin(), RAR_dependencies.end(), false); 188 std::fill(RAR_dependencies_clause.begin(), RAR_dependencies_clause.end(), false); 323 std::fill(depends_on.begin(), depends_on.end(), false); 324 std::fill(RAR_dependencies.begin(), RAR_dependencies.end(), false);
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/ |
| H A D | cj_animator.cpp | 111 animator_->SetFillMode(StringToFillMode(option_->fill)); in ApplyOption()
|
| /foundation/arkui/ace_engine/frameworks/base/log/ |
| H A D | jank_frame_report.cpp | 176 std::fill(frameJankRecord_.begin(), frameJankRecord_.end(), 0); in ClearFrameJankRecord()
|
| /foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
| H A D | wifi_randommac_helper_test.cpp | 140 std::fill(content.begin(), content.end(), 0);
in HWTEST_F()
|
| /third_party/libdrm/tests/tegra/ |
| H A D | vic.c | 182 return vic->ops->fill(vic, output, 0, 0, output->width - 1, in vic_clear()
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | object-start-bitmap.h | 182 std::fill(object_start_bit_map_.begin(), object_start_bit_map_.end(), 0); in Clear()
|
| /third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/streamsearch/ |
| H A D | sbmh.js | 55 .fill(needleLength) // Initialize occurrence table.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | RegisterClassInfo.cpp | 82 std::fill(&PSetLimits[0], &PSetLimits[NumPSets], 0); in runOnMachineFunction()
|
| /third_party/skia/src/gpu/tessellate/ |
| H A D | PatchWriter.h | 97 fVertexWriter.fill(VertexWriter::kIEEE_32_infinity, 2); in ~TrianglePatch()
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFUtils.h | 62 void PaintPath(SkPaint::Style style, SkPathFillType fill, SkWStream* content);
|
| /third_party/python/Lib/test/libregrtest/ |
| H A D | utils.py | 59 print(textwrap.fill(' '.join(str(elt) for elt in sorted(x)), width,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | ASanStackFrameLayout.cpp | 145 std::fill(SB.begin() + Offset, SB.begin() + Offset + LifetimeShadowSize, in GetShadowBytesAfterScope()
|