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

1234567891011>>

/external/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill/Android.mk
19 test_name := utilities/memory/specialized.algorithms/uninitialized.fill/uninitialized_fill
/external/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill.n/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill.n/Android.mk
19 test_name := utilities/memory/specialized.algorithms/uninitialized.fill.n/uninitialized_fill_n
/external/llvm/test/MC/AArch64/
H A Darm64-mapping-within-section.s16 .fill 10, 2, 42
H A Dmapping-within-section.s16 .fill 10, 2, 42
/external/llvm/test/MC/MachO/AArch64/
H A Ddarwin-ARM64-local-label-diff.s8 .fill 2, 8, 5
14 .fill 2, 8, 0
/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/WebKit/Source/core/rendering/style/
H A DSVGRenderStyle.cpp38 fill = defaultStyle->fill;
52 fill.init();
63 fill = other.fill;
80 return fill == other.fill
92 return fill != other->fill
103 fill
[all...]
/external/libunwind/src/ia64/
H A DGinstall_cursor.S78 ldf.fill f16 = [r16] // f16 restored (don't touch no more)
79 ldf.fill f17 = [r17] // f17 restored (don't touch no more)
87 ldf.fill f18 = [r18] // f18 restored (don't touch no more)
88 ldf.fill f19 = [r19] // f19 restored (don't touch no more)
96 ldf.fill f20 = [r20] // f20 restored (don't touch no more)
97 ldf.fill f21 = [r21] // f21 restored (don't touch no more)
105 ldf.fill f22 = [r22] // f22 restored (don't touch no more)
106 ldf.fill f23 = [r23] // f23 restored (don't touch no more)
114 ldf.fill f24 = [r24] // f24 restored (don't touch no more)
115 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_org/chrome/browser/resources/bookmark_manager/css/
H A Dbmm.css.js15 ctx.fill();
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSBorderImageSliceValue.cpp33 CSSBorderImageSliceValue::CSSBorderImageSliceValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> slices, bool fill) argument
36 , m_fill(fill)
45 // Now the fill keywords if it is present.
47 return text + " fill";
/external/chromium_org/third_party/polymer/components/core-icon/
H A Dcore-icon.css12 fill: currentcolor;
/external/chromium_org/third_party/polymer/components-chromium/core-icon/
H A Dcore-icon.css12 fill: currentcolor;
/external/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.fill/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.fill/Android.mk
19 test_name := numerics/numarray/template.gslice.array/gslice.array.fill/assign_value
/external/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.fill/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/numarray/template.indirect.array/indirect.array.fill/Android.mk
19 test_name := numerics/numarray/template.indirect.array/indirect.array.fill/assign_value
/external/libcxx/test/numerics/numarray/template.mask.array/mask.array.fill/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/numarray/template.mask.array/mask.array.fill/Android.mk
19 test_name := numerics/numarray/template.mask.array/mask.array.fill/assign_value
/external/libcxx/test/numerics/numarray/template.slice.array/slice.arr.fill/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/numarray/template.slice.array/slice.arr.fill/Android.mk
19 test_name := numerics/numarray/template.slice.array/slice.arr.fill/assign_value
/external/oprofile/libutil++/
H A Dstream_util.h21 * save the stream flags, precision and fill char.
36 char fill; member in class:io_state
/external/replicaisland/src/com/replica/replicaisland/
H A DHitPointPool.java22 protected void fill() { method in class:HitPointPool
/external/chromium_org/third_party/skia/samplecode/
H A DSampleEmptyPath.cpp33 SkPath::FillType fill) {
35 path.setFillType(fill);
84 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) {
98 gStyles[style].fStyle, gFills[fill].fFill);
108 label.appendf("%s, %s", gStyles[style].fName, gFills[fill].fName);
29 drawEmpty(SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Style style, SkPath::FillType fill) argument
/external/chromium_org/ui/webui/resources/css/apps/
H A Dcommon.css26 2x) 5 fill / 5px / 2px repeat;
33 2x) 5 fill / 5px / 2px repeat;
40 2x) 5 fill / 5px / 2px repeat;
47 2x) 5 fill / 5px / 2px repeat;
54 2x) 5 fill / 5px / 2px repeat;
61 2x) 5 fill / 5px / 2px repeat;
68 2x) 5 fill / 5px / 2px repeat;
75 2x) 5 fill / 5px / 2px repeat;
82 2x) 5 fill / 5px / 2px repeat;
89 2x) 5 fill /
[all...]

Completed in 548 milliseconds

1234567891011>>