/external/v8/test/mjsunit/es6/ |
H A D | array-fill.js | 5 assertEquals(1, Array.prototype.fill.length); 7 assertArrayEquals([].fill(8), []); 8 assertArrayEquals([0, 0, 0, 0, 0].fill(), [undefined, undefined, undefined, undefined, undefined]); 9 assertArrayEquals([0, 0, 0, 0, 0].fill(8), [8, 8, 8, 8, 8]); 10 assertArrayEquals([0, 0, 0, 0, 0].fill(8, 1), [0, 8, 8, 8, 8]); 11 assertArrayEquals([0, 0, 0, 0, 0].fill(8, 10), [0, 0, 0, 0, 0]); 12 assertArrayEquals([0, 0, 0, 0, 0].fill(8, -5), [8, 8, 8, 8, 8]); 13 assertArrayEquals([0, 0, 0, 0, 0].fill(8, 1, 4), [0, 8, 8, 8, 0]); 14 assertArrayEquals([0, 0, 0, 0, 0].fill(8, 1, -1), [0, 8, 8, 8, 0]); 15 assertArrayEquals([0, 0, 0, 0, 0].fill( [all...] |
H A D | typedarray-fill.js | 17 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/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
H A D | XMLChar.java | 104 Arrays.fill(CHARS, 35, 38, (byte) 49 ); // Fill 3 of value (byte) 49
106 Arrays.fill(CHARS, 39, 45, (byte) 49 ); // Fill 6 of value (byte) 49
107 Arrays.fill(CHARS, 45, 47, (byte) -71 ); // Fill 2 of value (byte) -71
109 Arrays.fill(CHARS, 48, 58, (byte) -71 ); // Fill 10 of value (byte) -71
115 Arrays.fill(CHARS, 63, 65, (byte) 49 ); // Fill 2 of value (byte) 49
116 Arrays.fill(CHARS, 65, 91, (byte) -3 ); // Fill 26 of value (byte) -3
117 Arrays.fill(CHARS, 91, 93, (byte) 33 ); // Fill 2 of value (byte) 33
122 Arrays.fill(CHARS, 97, 123, (byte) -3 ); // Fill 26 of value (byte) -3
123 Arrays.fill(CHARS, 123, 183, (byte) 33 ); // Fill 60 of value (byte) 33
125 Arrays.fill(CHAR [all...] |
H A D | XML11Char.java | 91 Arrays.fill(XML11CHARS, 1, 9, (byte) 17 ); // Fill 8 of value (byte) 17
94 Arrays.fill(XML11CHARS, 11, 13, (byte) 17 ); // Fill 2 of value (byte) 17
96 Arrays.fill(XML11CHARS, 14, 32, (byte) 17 ); // Fill 18 of value (byte) 17
98 Arrays.fill(XML11CHARS, 33, 38, (byte) 33 ); // Fill 5 of value (byte) 33
100 Arrays.fill(XML11CHARS, 39, 45, (byte) 33 ); // Fill 6 of value (byte) 33
101 Arrays.fill(XML11CHARS, 45, 47, (byte) -87 ); // Fill 2 of value (byte) -87
103 Arrays.fill(XML11CHARS, 48, 58, (byte) -87 ); // Fill 10 of value (byte) -87
107 Arrays.fill(XML11CHARS, 61, 65, (byte) 33 ); // Fill 4 of value (byte) 33
108 Arrays.fill(XML11CHARS, 65, 91, (byte) -19 ); // Fill 26 of value (byte) -19
109 Arrays.fill(XML11CHAR [all...] |
/external/elfutils/libelf/ |
H A D | elf_fill.c | 1 /* Set fill byte used when constructing ELF objects. 43 elf_fill (int fill) argument 45 __libelf_fill_byte = fill;
|
/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/ |
H A D | fill_char_type.pass.cpp | 14 // char_type fill(char_type fillch); 22 assert(ios.fill() == ' '); 23 char c = ios.fill('*'); 25 assert(ios.fill() == '*');
|
H A D | fill.pass.cpp | 14 // char_type fill() const; 22 assert(ios.fill() == ' ');
|
/external/libpcap/Win32/Include/ |
H A D | sockstorage.h | 33 u_int8_t fill[126]; member in struct:sockaddr_storage 36 u_int8_t fill[127];
|
/external/chromium-trace/catapult/tracing/tracing/ui/base/ |
H A D | line_chart.css | 7 fill: none; 12 fill: rgb(192, 192, 192);
|
/external/llvm/test/MC/ELF/ |
H A D | leb128.s | 6 .fill 126, 1, 0x90
|
/external/ImageMagick/PerlMagick/demo/ |
H A D | shapes.pl | 17 $image->Draw(primitive=>'Polygon',tile=>$tile,fill=>'none', 19 $image->Draw(stroke=>'red',primitive=>'Ellipse',stroke=>'black',fill=>'red', 21 $image->Draw(primitive=>'Polygon',fill=>'none',stroke=>'black',strokewidth=>5, 23 $image->FloodfillPaint(geometry=>'+132+62',fill=>'blue',bordercolor=>'black', 28 $image->Annotate(fill=>'red',geometry=>'+150+20',font=>'Generic.ttf', 30 $image->Annotate(fill=>'blue',geometry=>'+150+38',font=>'Generic.ttf', 32 $image->Annotate(fill=>'black',geometry=>'+280+120',font=>'Generic.ttf',
|
H A D | piddle.pl | 22 $image->Draw(primitive=>'RoundRectangle',fill=>'blue',stroke=>'maroon', 28 fill=>'none',stroke=>'black',strokewidth=>4); 36 $image->Draw(primitive=>'circle',stroke=>'none',fill=>'yellow',, 38 $image->Draw(primitive=>'Path',stroke=>'none',fill=>'blue',strokewidth=>4, 40 $image->Draw(primitive=>'circle',stroke=>'black',fill=>'none',strokewidth=>4, 47 fill=>LimeGreen,strokewidth=>3); 63 font=>'Generic.ttf',fill=>'green',pointsize=>24,rotate=>45.0);
|
H A D | shadow-text.pl | 9 $image->Annotate(font=>'Generic.ttf',fill=>'rgba(100,100,100,0.8)', 12 $image->Annotate(font=>'Generic.ttf',fill=>'red',stroke=>'blue',pointsize=>60,
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | XML11Char.java | 86 Arrays.fill(XML11CHARS, 1, 9, (byte) 17 ); // Fill 8 of value (byte) 17 89 Arrays.fill(XML11CHARS, 11, 13, (byte) 17 ); // Fill 2 of value (byte) 17 91 Arrays.fill(XML11CHARS, 14, 32, (byte) 17 ); // Fill 18 of value (byte) 17 93 Arrays.fill(XML11CHARS, 33, 38, (byte) 33 ); // Fill 5 of value (byte) 33 95 Arrays.fill(XML11CHARS, 39, 45, (byte) 33 ); // Fill 6 of value (byte) 33 96 Arrays.fill(XML11CHARS, 45, 47, (byte) -87 ); // Fill 2 of value (byte) -87 98 Arrays.fill(XML11CHARS, 48, 58, (byte) -87 ); // Fill 10 of value (byte) -87 102 Arrays.fill(XML11CHARS, 61, 65, (byte) 33 ); // Fill 4 of value (byte) 33 103 Arrays.fill(XML11CHARS, 65, 91, (byte) -19 ); // Fill 26 of value (byte) -19 104 Arrays.fill(XML11CHAR [all...] |
/external/compiler-rt/test/asan/TestCases/ |
H A D | strcmp_strict.c | 12 char fill = 'o'; local 14 memset(s1, fill, size); 16 memset(s2, fill, size);
|
H A D | strcspn_strict.c | 12 char fill = 'o'; local 15 memset(s1, fill, size); 17 memset(s2, fill, size);
|
H A D | strpbrk_strict.c | 12 char fill = 'o'; local 15 memset(s1, fill, size); 16 s2[0] = fill;
|
H A D | strstr_strict.c | 12 char fill = 'o'; local 15 memset(s1, fill, size); 16 memset(s2, fill, size);
|
H A D | strchr_strict.c | 12 char fill = 'o'; local 14 memset(s, fill, size);
|
/external/llvm/test/MC/Mips/msa/ |
H A D | test_2r_msa64.s | 3 # CHECK: fill.d $w27, $9 # encoding: [0x7b,0x03,0x4e,0xde] 5 fill.d $w27, $9
|
/external/llvm/test/MC/AsmParser/ |
H A D | directive_fill.s | 7 .fill 1, 1, 10 13 .fill 2, 2, 3 19 .fill 1, 8, 4 27 .fill 4 35 .fill 4, 2 47 .fill 4, 3, 2 52 # CHECK-WARNINGS: '.fill' directive with size greater than 8 has been truncated to 8 54 .fill 1, 9, 2 59 # CHECK-WARNINGS: '.fill' directive pattern has been truncated to 32-bits 61 .fill [all...] |
/external/clang/test/CodeGen/ |
H A D | mmx-inline-asm.c | 7 void foo(long long fill) { argument 8 __m64 vfill = _mm_cvtsi64_m64(fill);
|
/external/llvm/test/MC/Mips/ |
H A D | xgot.s | 22 .globl fill 24 .type fill,@function 26 .ent fill 27 fill: # @fill label 56 .end fill 58 .size fill, ($tmp0)-fill
|
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | GameComponentPool.java | 25 fill(); 31 fill(); 35 protected void fill() { method in class:GameComponentPool
|
/external/ImageMagick/MagickCore/ |
H A D | draw-private.h | 30 const ssize_t y,PixelInfo *fill,ExceptionInfo *exception) 34 *fill=draw_info->fill; 43 pattern->tile_offset.x,y+pattern->tile_offset.y,fill,exception); 29 GetFillColor(const DrawInfo *draw_info,const ssize_t x, const ssize_t y,PixelInfo *fill,ExceptionInfo *exception) argument
|