/external/elfutils/libelf/ |
elf_fill.c | 1 /* Set fill byte used when constructing ELF objects. 29 elf_fill (fill) 30 int fill; 32 __libelf_fill_byte = fill;
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
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 [all...] |
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 [all...] |
/external/tcpdump/missing/ |
sockstorage.h | 33 u_int8_t fill[126]; member in struct:sockaddr_storage 36 u_int8_t fill[127];
|
/external/oprofile/libutil++/ |
stream_util.cpp | 21 fill(stream.fill()) 30 stream.fill(fill);
|
stream_util.h | 21 * save the stream flags, precision and fill char. 36 char fill; member in class:io_state
|
/external/llvm/test/MC/ELF/ |
leb128.s | 6 .fill 126, 1, 0x90
|
/external/llvm/test/MC/AsmParser/ |
directive_fill.s | 6 .fill 1, 1, 10 12 .fill 2, 2, 3 17 .fill 1, 8, 4
|
/external/skia/gpu/include/ |
GrTesselatedPathRenderer.h | 29 GrPathFill fill, 33 GrPathFill fill) const; 37 GrPathFill fill) const { return false; } 40 GrPathFill fill, 44 GrPathFill fill);
|
GrPathRenderer.h | 36 * @param fill The fill rule to use 41 GrPathFill fill) const = 0; 53 * @param fill the fill rule to apply. 60 GrPathFill fill, 66 * itself may require the stencil buffer to resolve the path fill rule. This 73 * @param fill the fill rule that will be used, will never be an inverse 83 GrPathFill fill) const { return false; [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
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) 3 [all...] |
/external/webkit/Source/WebCore/platform/graphics/wx/ |
GradientWx.cpp | 45 void Gradient::fill(GraphicsContext*, const FloatRect&) function in class:WebCore::Gradient
|
/external/clang/test/CodeGen/ |
mmx-inline-asm.c | 7 void foo(long long fill) { 8 __m64 vfill = _mm_cvtsi64_m64(fill);
|
/external/webkit/Source/WebCore/platform/graphics/ |
Generator.h | 40 virtual void fill(GraphicsContext*, const FloatRect&) = 0;
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/ |
h264bsdFillRow7.s | 27 fill RN 1 label 67 STRB tmp1, [fill], #1 87 ; STR tmp2, [fill], #4 91 ; STR tmp2, [fill], #4 95 ; STR tmp2, [fill],#4 99 ; STR tmp2, [fill],#4 103 ; STR tmp2, [fill], #4 107 ; STR tmp2, [fill], #4 111 ; STR tmp2, [fill], #4 115 ; STR tmp2, [fill], # [all...] |
/external/oprofile/module/ia64/ |
oprofile_stubs.S | 113 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 f24=[sp]; mov f25=f [all...] |
/external/webkit/Source/WebCore/css/ |
SVGCSSPropertyNames.in | 22 fill 23 fill-opacity 24 fill-rule
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
genlingware.pl | 299 #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} = $fill ? 4-$fill : 0 [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
h264bsdFillRow7.S | 27 #define fill r1 define 44 void h264bsdFillRow7(const u8 * ref, u8 * fill, i32 left, i32 center, 58 STRB tmp1, [fill], #1 79 VST1 {qTmp0}, [fill]! 80 VST1 {qTmp1}, [fill]! 86 VST1 {dTmp0,dTmp1,dTmp2}, [fill]! 87 STR tmp2, [fill],#4 92 VST1 {dTmp0,dTmp1,dTmp2}, [fill]! 98 VST1 {qTmp0}, [fill]! 99 STR tmp2, [fill],# [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ListViewTypeMenu.java | 76 new ActionContributionItem(action).fill(menu, -1); 77 new Separator().fill(menu, -1); 89 new ActionContributionItem(action).fill(menu, -1); 92 new ActionContributionItem(action).fill(menu, -1); 98 new ActionContributionItem(action).fill(menu, -1); 102 new ActionContributionItem(action).fill(menu, -1); 106 new ActionContributionItem(action).fill(menu, -1); 110 new ActionContributionItem(action).fill(menu, -1); 115 new Separator().fill(menu, -1); 118 new ActionContributionItem(action).fill(menu, -1) [all...] |
/external/webkit/Source/WebCore/rendering/style/ |
SVGRenderStyle.cpp | 47 fill = defaultStyle->fill; 63 fill.init(); 76 fill = other.fill; 95 return fill == other.fill 109 return fill != other->fill 121 fill = svgInheritParent->fill [all...] |
/device/samsung/tuna/libsensors/ |
InputEventReader.h | 41 ssize_t fill(int fd);
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Indentation.java | 98 java.util.Arrays.fill(chars, ' ');
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
GradientWinCE.cpp | 47 void Gradient::fill(GraphicsContext* c, const FloatRect& r) function in class:WebCore::Gradient
|
/external/skia/gpu/src/ |
GrPathRenderer.cpp | 157 GrPathFill fill) { 161 if (kEvenOdd_PathFill == fill) { 165 } else if (kWinding_PathFill == fill) { 179 GrPathFill fill) const { 180 return !single_pass_path(*target, path, fill); 186 GrPathFill fill, 237 if (kHairLine_PathFill == fill) { 249 if (single_pass_path(*target, path, fill)) { 259 switch (fill) { 319 GrAssert(!"Unknown path fill!"); [all...] |