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

1234567891011>>

/external/elfutils/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/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/llvm/test/MC/AsmParser/
H A Ddirective_fill.s6 .fill 1, 1, 10
12 .fill 2, 2, 3
17 .fill 1, 8, 4
/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/clang/test/CodeGen/
H A Dmmx-inline-asm.c7 void foo(long long fill) { argument
8 __m64 vfill = _mm_cvtsi64_m64(fill);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSBorderImageSliceValue.h39 static PassRefPtr<CSSBorderImageSliceValue> create(PassRefPtr<CSSPrimitiveValue> slices, bool fill) argument
41 return adoptRef(new CSSBorderImageSliceValue(slices, fill));
56 CSSBorderImageSliceValue(PassRefPtr<CSSPrimitiveValue> slices, bool fill);
H A DCSSBorderImageSliceValue.cpp33 CSSBorderImageSliceValue::CSSBorderImageSliceValue(PassRefPtr<CSSPrimitiveValue> slices, bool fill) argument
36 , m_fill(fill)
45 // Now the fill keywords if it is present.
47 return text + " 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.cpp42 NinePieceImage::NinePieceImage(PassRefPtr<StyleImage> image, LengthBox imageSlices, bool fill, const BorderImageLengthBox& borderSlices, const BorderImageLengthBox& outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule) argument
49 m_data.access()->fill = fill;
55 : fill(false)
67 , fill(other.fill)
81 && fill == other.fill
H A DSVGRenderStyle.cpp41 fill = defaultStyle->fill;
56 fill.init();
68 fill = other.fill;
86 return fill == other.fill
99 return fill != other->fill
111 fill
[all...]
/external/llvm/test/MC/AArch64/
H A Dmapping-within-section.s16 .fill 10, 2, 42
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dgenlingware.pl299 #fill should make the whole header 4-byte aligned, i.e. the current offs
301 $fill = ($offs + 2 + $len) % 4;
302 $fill = $fill ? 4-$fill : 0;
303 $len += $fill;
322 $offs += &opt_fill($fill);
323 print "offset after fill: $offs\n";
347 $fill = ($kb->{size} % 4);
348 $kb->{fill}
[all...]
/external/llvm/test/MC/X86/AlignedBundling/
H A Dautogen-inst-offset-align-to-end.s23 .fill 1, 1, 0x90
34 .fill 2, 1, 0x90
45 .fill 3, 1, 0x90
56 .fill 4, 1, 0x90
67 .fill 5, 1, 0x90
78 .fill 6, 1, 0x90
89 .fill 7, 1, 0x90
100 .fill 8, 1, 0x90
111 .fill 9, 1, 0x90
122 .fill 1
[all...]
H A Dautogen-inst-offset-padding.s22 .fill 1, 1, 0x90
32 .fill 2, 1, 0x90
42 .fill 3, 1, 0x90
52 .fill 4, 1, 0x90
62 .fill 5, 1, 0x90
72 .fill 6, 1, 0x90
82 .fill 7, 1, 0x90
92 .fill 8, 1, 0x90
102 .fill 9, 1, 0x90
112 .fill 1
[all...]
/external/oprofile/module/ia64/
H A Doprofile_stubs.S113 ldf.fill f11=[sp]; ldf.fill f12=[sp]; mov f13=f0
114 ldf.fill f14=[sp]; ldf.fill f15=[sp]; mov f16=f0
115 ldf.fill f17=[sp]; ldf.fill f18=[sp]; mov f19=f0
116 ldf.fill f20=[sp]; ldf.fill f21=[sp]; mov f22=f0
117 ldf.fill f23=[sp]; ldf.fill f2
[all...]
/external/chromium_org/third_party/mesa/src/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/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/chromium/chrome/browser/resources/bookmark_manager/css/
H A Dbmm.css.js15 ctx.fill();
/external/chromium_org/chrome/browser/resources/bookmark_manager/css/
H A Dbmm.css.js15 ctx.fill();
/external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/css/
H A Dbmm.css.js15 ctx.fill();
/external/skia/gm/
H A Demptypath.cpp30 SkPath::FillType fill) {
32 path.setFillType(fill);
82 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) {
96 gStyles[style].fStyle, gFills[fill].fFill);
114 canvas->drawText(gFills[fill].fName,
115 strlen(gFills[fill].fName),
26 drawEmpty(SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Style style, SkPath::FillType fill) argument

Completed in 4213 milliseconds

1234567891011>>