Home
last modified time | relevance | path

Searched refs:fill (Results 26 - 50 of 728) sorted by relevance

12345678910>>...30

/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_skeleton_unittest.cpp84 std::fill(current->invokers_, current->invokers_ + IPCThreadSkeleton::INVOKER_MAX_COUNT, nullptr); in HWTEST_F()
105 std::fill(current->invokers_, current->invokers_ + IPCThreadSkeleton::INVOKER_MAX_COUNT, nullptr); in HWTEST_F()
130 std::fill(current->invokers_, current->invokers_ + IPCThreadSkeleton::INVOKER_MAX_COUNT, nullptr); in HWTEST_F()
155 std::fill(current->invokers_, current->invokers_ + IPCThreadSkeleton::INVOKER_MAX_COUNT, nullptr); in HWTEST_F()
183 std::fill(current->invokers_, current->invokers_ + IPCThreadSkeleton::INVOKER_MAX_COUNT, nullptr); in HWTEST_F()
203 std::fill(current->invokers_, current->invokers_ + IPCThreadSkeleton::INVOKER_MAX_COUNT, nullptr); in HWTEST_F()
222 std::fill(current->invokers_, current->invokers_ + IPCThreadSkeleton::INVOKER_MAX_COUNT, nullptr); in HWTEST_F()
249 std::fill(current->invokers_, current->invokers_ + IPCThreadSkeleton::INVOKER_MAX_COUNT, nullptr); in HWTEST_F()
280 std::fill(current->invokers_, current->invokers_ + IPCThreadSkeleton::INVOKER_MAX_COUNT, nullptr); in HWTEST_F()
306 std::fill(curren in HWTEST_F()
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Darray-prototype-slice.js19 this.fill ("foo");
33 this.fill ("bar");
39 b.fill ("asd", 2);
48 this.fill ("baz");
/third_party/ffmpeg/libavcodec/
H A Darbc.c149 int fill; in decode_frame() local
154 fill = bytestream2_get_byte(&s->gb) << 16; in decode_frame()
156 fill |= bytestream2_get_byte(&s->gb) << 8; in decode_frame()
158 fill |= bytestream2_get_byte(&s->gb) << 0; in decode_frame()
163 prev_pixels -= fill_tileX(avctx, 1024, 1024, fill, frame); in decode_frame()
165 prev_pixels -= fill_tileX(avctx, 256, 256, fill, frame); in decode_frame()
167 prev_pixels -= fill_tileX(avctx, 64, 64, fill, frame); in decode_frame()
169 prev_pixels -= fill_tileX(avctx, 16, 16, fill, frame); in decode_frame()
171 prev_pixels -= fill_tile4(avctx, fill, frame); in decode_frame()
H A Dimx.c79 int fill; in imx_decode_frame() local
121 fill = bytestream2_get_byte(&gb); in imx_decode_frame()
122 frame->data[0][x + y * frame->linesize[0]] = fill; in imx_decode_frame()
124 imx->history[imx->pos++] = fill; in imx_decode_frame()
137 fill = bytestream2_get_byte(&gb); in imx_decode_frame()
140 frame->data[0][x + y * frame->linesize[0]] = fill; in imx_decode_frame()
H A Dmscc.c52 uint32_t fill; in rle_uncompress() local
59 fill = bytestream2_get_byte(gb); in rle_uncompress()
62 fill = bytestream2_get_le16(gb); in rle_uncompress()
65 fill = bytestream2_get_le24(gb); in rle_uncompress()
68 fill = bytestream2_get_le32(gb); in rle_uncompress()
75 bytestream2_put_byte(pb, fill); in rle_uncompress()
78 bytestream2_put_le16(pb, fill); in rle_uncompress()
81 bytestream2_put_le24(pb, fill); in rle_uncompress()
84 bytestream2_put_le32(pb, fill); in rle_uncompress()
/third_party/skia/gm/
H A Dcubicpaths.cpp128 SkPaint::Style style, SkPathFillType fill, in drawPath()
130 path.setFillType(fill); in drawPath()
202 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) {
203 if (0 < fill) {
215 gFills[fill].fFill, SK_Scalar1*10);
228 canvas->drawString(gFills[fill].fName, 0, rect.height() + 24, font, labelPaint);
247 SkPaint::Style style, SkPathFillType fill, in drawPath()
249 path.setFillType(fill); in drawPath()
126 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth) drawPath() argument
245 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth) drawPath() argument
[all...]
H A Demptypath.cpp35 SkPathFillType fill) { in drawEmpty()
37 path.setFillType(fill); in drawEmpty()
80 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) {
95 gStyles[style].fStyle, gFills[fill].fFill);
109 canvas->drawString(gFills[fill].fName, 0, rect.height() + 28.0f,
31 drawEmpty(SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Style style, SkPathFillType fill) drawEmpty() argument
/third_party/skia/third_party/externals/d3d12allocator/tools/D3d12maDumpVis/
H A DD3d12maDumpVis.py125 draw.rectangle([IMG_MARGIN, y, IMG_MARGIN + iSizePixels, y + MAP_SIZE], fill=TypeToColor(tAlloc[0], tAlloc[2], tAlloc[3]), outline=COLOR_OUTLINE)
132 draw.rectangle([IMG_MARGIN, y, IMG_MARGIN + iSizePixels, y + MAP_SIZE], fill=TypeToColor('FREE', 0, 0), outline=None)
144 draw.rectangle([IMG_MARGIN + iX, y, IMG_MARGIN + iXEnd, y + MAP_SIZE], fill=TypeToColor(sType, iFlags, iLayout), outline=COLOR_OUTLINE)
147 draw.line([IMG_MARGIN + iX, y, IMG_MARGIN + iX, y + MAP_SIZE], fill=COLOR_OUTLINE_HARD)
149 draw.line([IMG_MARGIN + iX, y, IMG_MARGIN + iX, y + MAP_SIZE], fill=COLOR_OUTLINE_HARD)
223 draw.line([iX + IMG_MARGIN, 0, iX + IMG_MARGIN, iImgSizeY], fill=COLOR_GRID_LINE)
225 draw.text((iX + IMG_MARGIN + TEXT_MARGIN, y), "0", fill=COLOR_TEXT_H2, font=font)
229 draw.text((iX + IMG_MARGIN - textSize[0] - TEXT_MARGIN, y), text, fill=COLOR_TEXT_H2, font=font)
236 draw.text((IMG_MARGIN, y), sHeapType, fill=COLOR_TEXT_H1, font=font)
240 draw.text((IMG_MARGIN, y), "Committed allocation %d" % index, fill
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DLRUCache.hpp43 int fill; member in sw::LRUCache
99 fill = 0; in LRUCache()
127 for(int i = top; i > top - fill; i--) in query()
160 fill = fill + 1 < size ? fill + 1 : size; in add()
/third_party/backends/backend/
H A Depsonds-ops.c385 ring->fill = 0; in eds_ring_init()
396 if (size > (ring->size - ring->fill)) { in eds_ring_write()
397 DBG(1, "ring buffer full, requested: %d, available: %d\n", size, ring->size - ring->fill); in eds_ring_write()
407 ring->fill += size; in eds_ring_write()
418 ring->fill += (tail + size); in eds_ring_write()
428 DBG(18, "reading from ring, %d bytes available\n", (int)ring->fill); in eds_ring_read()
431 if (size > ring->fill) { in eds_ring_read()
433 size = ring->fill; in eds_ring_read()
442 ring->fill -= size; in eds_ring_read()
455 ring->fill in eds_ring_read()
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c68 translate_fill_mode(unsigned fill) in translate_fill_mode() argument
70 switch (fill) { in translate_fill_mode()
78 assert(!"Bad fill mode"); in translate_fill_mode()
130 /* The VGPU10 device can't handle different front/back fill modes. in svga_define_rasterizer_object()
132 * make sure we always fill triangles in that case. in svga_define_rasterizer_object()
297 int fill = PIPE_POLYGON_MODE_FILL; in svga_create_rasterizer_state() local
305 fill = PIPE_POLYGON_MODE_FILL; in svga_create_rasterizer_state()
310 fill = fill_back; in svga_create_rasterizer_state()
315 fill = fill_front; in svga_create_rasterizer_state()
321 * front/back fill mode in svga_create_rasterizer_state()
[all...]
/third_party/python/Tools/unittestgui/
H A Dunittestgui.py265 self.top.pack(fill=tk.BOTH, expand=1)
296 statusFrame.pack(anchor=tk.SW, fill=tk.X, side=tk.BOTTOM)
297 tk.Label(statusFrame, width=1, textvariable=self.statusVar).pack(side=tk.TOP, fill=tk.X)
301 leftFrame.pack(fill=tk.BOTH, side=tk.LEFT, anchor=tk.NW, expand=1)
303 suiteNameFrame.pack(fill=tk.X)
307 progressFrame.pack(fill=tk.X, expand=0, anchor=tk.NW)
311 self.progressBar.pack(fill=tk.X, expand=1)
316 buttonFrame.pack(side=tk.LEFT, anchor=tk.NW, fill=tk.Y)
319 command=self.discoverClicked).pack(fill=tk.X)
324 self.stopGoButton.pack(fill
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_fillborders.c51 uint8_t fill[4]; member
214 uint8_t fill = s->fill[p]; in fixed_borders8() local
218 memset(ptr + y * linesize, fill, s->borders[p].left); in fixed_borders8()
219 memset(ptr + y * linesize + s->planewidth[p] - s->borders[p].right, fill, in fixed_borders8()
224 memset(ptr + y * linesize, fill, s->planewidth[p]); in fixed_borders8()
228 memset(ptr + y * linesize, fill, s->planewidth[p]); in fixed_borders8()
239 uint16_t fill = s->fill[p] << (s->depth - 8); in fixed_borders16() local
244 ptr[y * linesize + x] = fill; in fixed_borders16()
398 lerp8(int fill, int src, int pos, int size) lerp8() argument
403 lerp16(int fill, int src, int pos, int size, int depth) lerp16() argument
414 const uint8_t fill = s->fill[p]; fade_borders8() local
456 const uint16_t fill = s->fill[p] << (depth - 8); fade_borders16() local
[all...]
H A Dvf_pixelize.c101 type fill; \
109 fill = sum / (w * h); \
113 dst[x] = fill; \
128 type fill = src[0]; \
132 fill = FFMIN(src[x], fill); \
139 dst[x] = fill; \
154 type fill = src[0]; \
158 fill = FFMAX(src[x], fill); \
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dinftrees.c50 unsigned fill; /* index for replicating entries */ local
150 Create and fill in decoding tables. In this loop, the table being
155 fill the table with replicated entries.
201 next = *table; /* current table to fill in */
232 fill = 1U << curr;
233 min = fill; /* save offset to next table */
235 fill -= incr;
236 next[(huff >> drop) + fill] = here;
237 } while (fill != 0);
290 /* fill i
[all...]
/third_party/node/deps/zlib/
H A Dinftrees.c45 unsigned fill; /* index for replicating entries */ in inflate_table() local
145 Create and fill in decoding tables. In this loop, the table being in inflate_table()
150 fill the table with replicated entries. in inflate_table()
196 next = *table; /* current table to fill in */ in inflate_table()
227 fill = 1U << curr; in inflate_table()
228 min = fill; /* save offset to next table */ in inflate_table()
230 fill -= incr; in inflate_table()
231 next[(huff >> drop) + fill] = here; in inflate_table()
232 } while (fill != 0); in inflate_table()
285 /* fill i in inflate_table()
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dinftrees.c50 unsigned fill; /* index for replicating entries */ local
150 Create and fill in decoding tables. In this loop, the table being
155 fill the table with replicated entries.
201 next = *table; /* current table to fill in */
232 fill = 1U << curr;
233 min = fill; /* save offset to next table */
235 fill -= incr;
236 next[(huff >> drop) + fill] = here;
237 } while (fill != 0);
290 /* fill i
[all...]
/third_party/zlib/
H A Dinftrees.c45 unsigned fill; /* index for replicating entries */ in inflate_table() local
145 Create and fill in decoding tables. In this loop, the table being in inflate_table()
150 fill the table with replicated entries. in inflate_table()
196 next = *table; /* current table to fill in */ in inflate_table()
227 fill = 1U << curr; in inflate_table()
228 min = fill; /* save offset to next table */ in inflate_table()
230 fill -= incr; in inflate_table()
231 next[(huff >> drop) + fill] = here; in inflate_table()
232 } while (fill != 0); in inflate_table()
285 /* fill i in inflate_table()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Darg.cc213 size_t fill = 0; in ConvertCharImpl() local
214 if (conv.width() >= 0) fill = conv.width(); in ConvertCharImpl()
215 ReducePadding(1, &fill); in ConvertCharImpl()
216 if (!conv.has_left_flag()) sink->Append(fill, ' '); in ConvertCharImpl()
218 if (conv.has_left_flag()) sink->Append(fill, ' '); in ConvertCharImpl()
227 size_t fill = 0; in ConvertIntImplInnerSlow() local
228 if (conv.width() >= 0) fill = conv.width(); in ConvertIntImplInnerSlow()
231 ReducePadding(formatted, &fill); in ConvertIntImplInnerSlow()
234 ReducePadding(sign, &fill); in ConvertIntImplInnerSlow()
237 ReducePadding(base_indicator, &fill); in ConvertIntImplInnerSlow()
[all...]
H A Doutput_test.cc50 std::fill(std::begin(buf), std::end(buf), 'x'); in TEST()
56 std::fill(std::begin(buf), std::end(buf), 'x'); in TEST()
62 std::fill(std::begin(buf), std::end(buf), 'x'); in TEST()
69 std::fill(std::begin(buf), std::end(buf), 'x'); in TEST()
/third_party/rust/crates/lazycell/tests/
H A Dlib.rs12 lazycell.fill(1).unwrap(); in test_lazycell()
23 lazycell.fill(1).unwrap(); in test_already_filled_error()
24 assert_eq!(lazycell.fill(1), Err(1)); in test_already_filled_error()
/third_party/node/test/parallel/
H A Dtest-buffer-alloc.js46 const ui8 = new Uint8Array(4).fill(42);
54 const ui8 = new Uint8Array(4).fill(42);
64 const ui32 = new Uint32Array(4).fill(42);
73 const ui32 = new Uint32Array(4).fill(42);
797 buf.fill(0xFF);
804 buf.fill(0xFF);
811 buf.fill(0xFF);
818 buf.fill(0xFF);
826 buf.fill(0xFF);
870 // Test alloc with fill optio
[all...]
/third_party/ltp/testcases/kernel/syscalls/memset/
H A Dmemset01.c27 static void fill(void) in fill() function
47 fill(); in setup()
56 fill(); in verify_memset()
/third_party/python/Lib/
H A Dast.py201 tedious to fill in for generated nodes, so this helper adds these attributes
723 def fill(self, text=""): member in _Unparser
846 self.fill()
858 self.fill("import ")
862 self.fill("from ")
870 self.fill()
880 self.fill()
886 self.fill()
896 self.fill("return")
902 self.fill("pas
[all...]
/third_party/zlib/contrib/infback9/
H A Dinftree9.c45 unsigned fill; /* index for replicating entries */ in inflate_table9() local
139 Create and fill in decoding tables. In this loop, the table being in inflate_table9()
144 fill the table with replicated entries. in inflate_table9()
192 next = *table; /* current table to fill in */ in inflate_table9()
223 fill = 1U << curr; in inflate_table9()
225 fill -= incr; in inflate_table9()
226 next[(huff >> drop) + fill] = this; in inflate_table9()
227 } while (fill != 0); in inflate_table9()
285 drops back to the root table to fill in any remaining entries there. in inflate_table9()

Completed in 13 milliseconds

12345678910>>...30