Searched refs:fill (Results 1 - 25 of 657) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/harmony/
H A Darray-fill.js7 assertEquals(1, Array.prototype.fill.length);
9 assertArrayEquals([].fill(8), []);
10 assertArrayEquals([0, 0, 0, 0, 0].fill(), [undefined, undefined, undefined, undefined, undefined]);
11 assertArrayEquals([0, 0, 0, 0, 0].fill(8), [8, 8, 8, 8, 8]);
12 assertArrayEquals([0, 0, 0, 0, 0].fill(8, 1), [0, 8, 8, 8, 8]);
13 assertArrayEquals([0, 0, 0, 0, 0].fill(8, 10), [0, 0, 0, 0, 0]);
14 assertArrayEquals([0, 0, 0, 0, 0].fill(8, -5), [8, 8, 8, 8, 8]);
15 assertArrayEquals([0, 0, 0, 0, 0].fill(8, 1, 4), [0, 8, 8, 8, 0]);
16 assertArrayEquals([0, 0, 0, 0, 0].fill(8, 1, -1), [0, 8, 8, 8, 0]);
17 assertArrayEquals([0, 0, 0, 0, 0].fill(
[all...]
/external/elfutils/0.153/libelf/
H A Delf_fill.c1 /* Set fill byte used when constructing ELF objects.
64 elf_fill (fill)
65 int fill;
67 __libelf_fill_byte = fill;
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DXMLChar.java104 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 DXML11Char.java91 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/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
H A Dfill_char_type.pass.cpp14 // char_type fill(char_type fillch);
22 assert(ios.fill() == ' ');
23 char c = ios.fill('*');
25 assert(ios.fill() == '*');
H A Dfill.pass.cpp14 // char_type fill() const;
22 assert(ios.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/tcpdump/missing/
H A Dsockstorage.h33 u_int8_t fill[126]; member in struct:sockaddr_storage
36 u_int8_t fill[127];
/external/oprofile/libutil++/
H A Dstream_util.cpp21 fill(stream.fill())
30 stream.fill(fill);
/external/llvm/test/MC/ELF/
H A Dleb128.s6 .fill 126, 1, 0x90
/external/chromium_org/third_party/polymer/components/paper-icon-button/
H A Dpaper-icon-button.css12 fill: #c9c9c9;
15 :host(:not([fill])) /deep/ #focusBg {
/external/chromium_org/third_party/polymer/components-chromium/paper-icon-button/
H A Dpaper-icon-button.css12 fill: #c9c9c9;
15 :host(:not([fill])) /deep/ #focusBg {
H A Dpaper-icon-button-extracted.js8 * If true, the ripple expands to a square to fill the containing box.
10 * @attribute fill
14 fill: {value: false, reflect: true}
24 this.$.ripple.classList.toggle('circle', !this.fill);
/external/libcxx/test/containers/sequences/array/array.fill/
H A DAndroid.mk17 test_makefile := external/libcxx/test/containers/sequences/array/array.fill/Android.mk
19 test_name := containers/sequences/array/array.fill/fill
20 test_src := fill.pass.cpp
H A Dfill.pass.cpp12 // void fill(const T& u);
23 c.fill(5.5);
33 c.fill(5.5);
/external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
H A DAndroid.mk17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.fill/fill_n
23 test_name := algorithms/alg.modifying.operations/alg.fill/fill
24 test_src := fill.pass.cpp
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DXML11Char.java86 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/llvm/test/MC/Mips/msa/
H A Dtest_2r_msa64.s3 # CHECK: fill.d $w27, $9 # encoding: [0x7b,0x03,0x4e,0xde]
5 fill.d $w27, $9
/external/llvm/test/MC/AsmParser/
H A Ddirective_fill.s7 .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 Dmmx-inline-asm.c7 void foo(long long fill) { argument
8 __m64 vfill = _mm_cvtsi64_m64(fill);
/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/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSBorderImageSliceValue.h37 static PassRefPtrWillBeRawPtr<CSSBorderImageSliceValue> create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> slices, bool fill) argument
39 return adoptRefWillBeNoop(new CSSBorderImageSliceValue(slices, fill));
56 CSSBorderImageSliceValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> slices, bool fill);
/external/replicaisland/src/com/replica/replicaisland/
H A DGameComponentPool.java25 fill();
31 fill();
35 protected void fill() { method in class:GameComponentPool
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DNinePieceImage.cpp44 NinePieceImage::NinePieceImage(PassRefPtr<StyleImage> image, LengthBox imageSlices, bool fill, const BorderImageLengthBox& borderSlices, const BorderImageLengthBox& outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule) argument
51 m_data.access()->fill = fill;
57 : fill(false)
69 , fill(other.fill)
83 && fill == other.fill
/external/libcxx/test/input.output/iostream.format/std.manip/
H A Dsetfill.pass.cpp30 assert(os.fill() == '*');
36 assert(os.fill() == L'*');

Completed in 695 milliseconds

1234567891011>>