Home
last modified time | relevance | path

Searched refs:fill (Results 326 - 350 of 967) sorted by relevance

1...<<11121314151617181920>>...39

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_animate.cpp309 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 Dhcodec_dfx.cpp134 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 Dcheck_names.py143 return self.textwrapper.fill(
170 return self.textwrapper.fill(
200 return self.textwrapper.fill(
/third_party/python/Lib/idlelib/
H A Dtree.py222 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 Ddebugobj.py132 sc.frame.pack(expand=1, fill="both")
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramPipeline.cpp293 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 DNioByteStringTest.java337 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 Dint128_unittest.cc459 char fill; in TEST() member
511 os.fill(cases[i].fill); in TEST()
/third_party/skia/modules/svg/src/
H A DSkSVGText.cpp556 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 Dmobiclip.c779 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 Dia64-mont.pl845 { .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 Dia64-mont.pl845 { .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 Dbasicmbr.cc319 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 Daco_scheduler.cpp184 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 Dcj_animator.cpp111 animator_->SetFillMode(StringToFillMode(option_->fill)); in ApplyOption()
/foundation/arkui/ace_engine/frameworks/base/log/
H A Djank_frame_report.cpp176 std::fill(frameJankRecord_.begin(), frameJankRecord_.end(), 0); in ClearFrameJankRecord()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_randommac_helper_test.cpp140 std::fill(content.begin(), content.end(), 0); in HWTEST_F()
/third_party/libdrm/tests/tegra/
H A Dvic.c182 return vic->ops->fill(vic, output, 0, 0, output->width - 1, in vic_clear()
/third_party/node/deps/v8/src/heap/
H A Dobject-start-bitmap.h182 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 Dsbmh.js55 .fill(needleLength) // Initialize occurrence table.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp82 std::fill(&PSetLimits[0], &PSetLimits[NumPSets], 0); in runOnMachineFunction()
/third_party/skia/src/gpu/tessellate/
H A DPatchWriter.h97 fVertexWriter.fill(VertexWriter::kIEEE_32_infinity, 2); in ~TrianglePatch()
/third_party/skia/src/pdf/
H A DSkPDFUtils.h62 void PaintPath(SkPaint::Style style, SkPathFillType fill, SkWStream* content);
/third_party/python/Lib/test/libregrtest/
H A Dutils.py59 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 DASanStackFrameLayout.cpp145 std::fill(SB.begin() + Offset, SB.begin() + Offset + LifetimeShadowSize, in GetShadowBytesAfterScope()

Completed in 20 milliseconds

1...<<11121314151617181920>>...39