Searched defs:fill (Results 1 - 25 of 180) sorted by relevance

12345678

/external/elfutils/libelf/
H A Delf_fill.c1 /* Set fill byte used when constructing ELF objects.
43 elf_fill (int fill) argument
45 __libelf_fill_byte = fill;
/external/libpcap/Win32/Include/
H A Dsockstorage.h33 u_int8_t fill[126]; member in struct:sockaddr_storage
36 u_int8_t fill[127];
/external/llvm/test/MC/Mips/
H A Dxgot.s22 .globl fill
24 .type fill,@function
26 .ent fill
27 fill: # @fill label
56 .end fill
58 .size fill, ($tmp0)-fill
/external/v8/test/mjsunit/es6/
H A Dtypedarray-fill.js17 assertEquals(1, constructor.prototype.fill.length);
19 assertArrayEquals(new constructor([]).fill(8), []);
20 assertArrayEquals(new constructor([0, 0, 0, 0, 0]).fill(8), [8, 8, 8, 8, 8]);
21 assertArrayEquals(new constructor([0, 0, 0, 0, 0]).fill(8, 1), [0, 8, 8, 8, 8]);
22 assertArrayEquals(new constructor([0, 0, 0, 0, 0]).fill(8, 10), [0, 0, 0, 0, 0]);
23 assertArrayEquals(new constructor([0, 0, 0, 0, 0]).fill(8, -5), [8, 8, 8, 8, 8]);
24 assertArrayEquals(new constructor([0, 0, 0, 0, 0]).fill(8, 1, 4), [0, 8, 8, 8, 0]);
25 assertArrayEquals(new constructor([0, 0, 0, 0, 0]).fill(8, 1, -1), [0, 8, 8, 8, 0]);
26 assertArrayEquals(new constructor([0, 0, 0, 0, 0]).fill(8, 1, 42), [0, 8, 8, 8, 8]);
27 assertArrayEquals(new constructor([0, 0, 0, 0, 0]).fill(
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DHitPointPool.java22 protected void fill() { method in class:HitPointPool
H A DGameComponentPool.java25 fill();
31 fill();
35 protected void fill() { method in class:GameComponentPool
H A DVectorPool.java29 protected void fill() { method in class:VectorPool
H A DObjectPool.java22 * This class is abstract; derivations need to implement the fill() function to fill the pool, and
67 fill();
70 protected abstract void fill(); method in class:ObjectPool
/external/clang/test/CodeGen/
H A Dmmx-inline-asm.c7 void foo(long long fill) { argument
8 __m64 vfill = _mm_cvtsi64_m64(fill);
/external/compiler-rt/test/asan/TestCases/
H A Dstrchr_strict.c12 char fill = 'o'; local
14 memset(s, fill, size);
H A Dstrcmp_strict.c12 char fill = 'o'; local
14 memset(s1, fill, size);
16 memset(s2, fill, size);
H A Dstrcspn_strict.c12 char fill = 'o'; local
15 memset(s1, fill, size);
17 memset(s2, fill, size);
H A Dstrpbrk_strict.c12 char fill = 'o'; local
15 memset(s1, fill, size);
16 s2[0] = fill;
H A Dstrspn_strict.c12 char fill = 'o'; local
15 memset(s1, fill, size);
H A Dstrstr_strict.c12 char fill = 'o'; local
15 memset(s1, fill, size);
16 memset(s2, fill, size);
/external/skia/src/codec/
H A DSkSampler.h27 * Contains the color type of the rows to fill.
28 * Contains the width of the destination rows to fill
29 * Contains the number of rows that we need to fill.
32 * The destination row to fill from.
52 * Allow subclasses to implement unique versions of fill().
54 virtual void fill(const SkImageInfo& info, void* dst, size_t rowBytes, function in class:SkSampler
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketParser.java51 void fill(Buffer buffer); method in interface:WebSocketParser
H A DWebSocketParserD00.java97 // Loop until an datagram call back or can't fill anymore
115 int filled=_endp.isOpen()?_endp.fill(_buffer):-1;
201 public void fill(Buffer buffer) method in class:WebSocketParserD00
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c138 int fill = PIPE_POLYGON_MODE_FILL; local
146 fill = PIPE_POLYGON_MODE_FILL;
151 fill = fill_front;
156 fill = fill_back;
163 * front/back fill modes:
170 fill = fill_front;
183 if (fill != PIPE_POLYGON_MODE_FILL &&
189 fill = PIPE_POLYGON_MODE_FILL;
197 if (fill == PIPE_POLYGON_MODE_LINE &&
200 fill
[all...]
/external/skia/experimental/c-api-example/
H A Dskia-c-example.c36 sk_paint_t* fill = sk_paint_new(); local
37 sk_paint_set_color(fill, sk_color_set_argb(0xFF, 0x00, 0x00, 0xFF));
38 sk_canvas_draw_paint(canvas, fill);
40 sk_paint_set_color(fill, sk_color_set_argb(0xFF, 0x00, 0xFF, 0xFF));
46 sk_canvas_draw_rect(canvas, &rect, fill);
61 sk_paint_set_color(fill, sk_color_set_argb(0x80, 0x00, 0xFF, 0x00));
67 sk_canvas_draw_oval(canvas, &rect2, fill);
71 sk_paint_delete(fill);
/external/skia/tests/
H A DDashPathEffectTest.cpp104 SkPath fill; local
105 paint.getFillPath(path, &fill);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DLookaheadStream.h88 if ( n > 0 ) fill(n); // out of elements?
92 public void fill(int n) { function in class:FastQueue
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DNetworkTrafficSelectChannelEndPoint.java45 public int fill(Buffer buffer) throws IOException method in class:NetworkTrafficSelectChannelEndPoint
47 int read = super.fill(buffer);
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DParserStateTable.java144 private void fill(InternalState from, InternalState to) { method in class:ParserStateTable
/external/opencv3/3rdparty/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.
203 next = *table; /* current table to fill in */
234 fill = 1U << curr;
235 min = fill; /* save offset to next table */
237 fill -= incr;
238 next[(huff >> drop) + fill] = here;
239 } while (fill != 0);
292 /* fill i
[all...]

Completed in 745 milliseconds

12345678