Home
last modified time | relevance | path

Searched refs:fill (Results 176 - 200 of 629) sorted by relevance

12345678910>>...26

/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/
H A Dindex.js94 this.fill(0);
330 this.#keyList = new Array(max).fill(undefined);
331 this.#valList = new Array(max).fill(undefined);
1419 this.#valList.fill(undefined);
1420 this.#keyList.fill(undefined);
1422 this.#ttls.fill(0);
1423 this.#starts.fill(0);
1426 this.#sizes.fill(0);
/third_party/ffmpeg/libavcodec/
H A Dopus_pvq.h35 float *lowband_scratch, int fill)
/third_party/ffmpeg/libavfilter/
H A Dtransform.h56 FILL_COUNT, //< Number of edge fill methods
59 // Shortcuts for fill methods
99 * @param fill edge fill method
106 enum FillMethod fill);
H A Dtransform.c129 enum FillMethod fill) in ff_affine_transform()
155 switch(fill) { in ff_affine_transform()
125 ff_affine_transform(const uint8_t *src, uint8_t *dst, int src_stride, int dst_stride, int width, int height, const float *matrix, enum InterpolateMethod interpolate, enum FillMethod fill) ff_affine_transform() argument
H A Ddeshake.h63 int edge; ///< Edge fill method
80 enum FillMethod fill, AVFrame *in, AVFrame *out);
/third_party/node/benchmark/buffers/
H A Dbuffer-concat.js13 .fill(Buffer.allocUnsafe(pieceSize));
/third_party/node/benchmark/util/
H A Dsplice-one.js14 arr.fill('');
/third_party/node/benchmark/async_hooks/
H A Dasync-local-storage-propagate-asyncresource.js38 const stores = new Array(storageCount).fill(0).map(() => new AsyncLocalStorage());
H A Dasync-local-storage-propagate-promise.js39 const stores = new Array(storageCount).fill(0).map(() => new AsyncLocalStorage());
H A Dasync-local-storage-getstore-nested-run.js38 const stores = new Array(sotrageCount).fill(0).map(() => new AsyncLocalStorage());
/third_party/node/deps/npm/node_modules/jsonparse/test/
H A Dbig-token.js20 buf.fill('a');
/third_party/node/deps/v8/src/heap/cppgc/
H A Dcaged-heap-local-data.cc33 std::fill(table_.begin(), table_.end(), Age::kOld); in Reset()
H A Dfree-list.cc165 std::fill(free_list_heads_.begin(), free_list_heads_.end(), nullptr); in Clear()
166 std::fill(free_list_tails_.begin(), free_list_tails_.end(), nullptr); in Clear()
/third_party/python/Include/cpython/
H A Dsetobject.h39 Py_ssize_t fill; /* Number active and dummy entries*/ member
/third_party/gptfdisk/
H A Dmbrpart.cc326 cout.fill(' '); in ShowData()
359 cout.fill('0'); in ShowData()
H A Dbsd.cc198 cout.fill('0'); in DisplayBSDData()
201 cout.fill(' '); in DisplayBSDData()
/third_party/mesa3d/src/util/tests/vma/
H A Dvma_random_test.cpp91 if (action == 1) fill(); in test()
205 void fill() in fill() function
/third_party/python/Lib/idlelib/
H A Dsearchbase.py152 btn.pack(side="left", fill="both")
166 btn.pack(side="left", fill="both")
H A Dtextview.py97 self.textframe.pack(side='top', expand=True, fill='both')
134 self.viewframe.pack(side='top', expand=True, fill='both')
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dunit_spirv.h93 const auto saved_fill = os->fill(); in PrintTo()
102 os->fill(saved_fill); in PrintTo()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dunit_spirv.h93 const auto saved_fill = os->fill(); in PrintTo()
102 os->fill(saved_fill); in PrintTo()
/third_party/typescript/tests/baselines/reference/
H A DdoYouNeedToChangeYourTargetLibraryES2015.js22 const testArrayFill = [""].fill("fill");
120 var testArrayFill = [""].fill("fill");
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array_exception_safety_test.cc166 fixed_arr_ptr->fill(thrower); in TEST()
183 fixed_arr_ptr->fill(thrower); in TEST()
/third_party/spirv-tools/test/
H A Dunit_spirv.h93 const auto saved_fill = os->fill(); in PrintTo()
102 os->fill(saved_fill); in PrintTo()
/third_party/zlib/contrib/iostream2/
H A Dzstream.h244 oss->fill(m_os->fill()); in os_flush()

Completed in 10 milliseconds

12345678910>>...26