Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 25 of 1665) sorted by relevance

12345678910>>...67

/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DXMLChar.java104 Arrays.fill(CHARS, 35, 38, (byte) 49 ); // Fill 3 of value (byte) 49 in Arrays.fill()
106 Arrays.fill(CHARS, 39, 45, (byte) 49 ); // Fill 6 of value (byte) 49 in Arrays.fill()
107 Arrays.fill(CHARS, 45, 47, (byte) -71 ); // Fill 2 of value (byte) -71 in Arrays.fill()
109 Arrays.fill(CHARS, 48, 58, (byte) -71 ); // Fill 10 of value (byte) -71 in Arrays.fill()
115 Arrays.fill(CHARS, 63, 65, (byte) 49 ); // Fill 2 of value (byte) 49 in Arrays.fill()
116 Arrays.fill(CHARS, 65, 91, (byte) -3 ); // Fill 26 of value (byte) -3 in Arrays.fill()
117 Arrays.fill(CHARS, 91, 93, (byte) 33 ); // Fill 2 of value (byte) 33 in Arrays.fill()
122 Arrays.fill(CHARS, 97, 123, (byte) -3 ); // Fill 26 of value (byte) -3 in Arrays.fill()
123 Arrays.fill(CHARS, 123, 183, (byte) 33 ); // Fill 60 of value (byte) 33 in Arrays.fill()
125 Arrays.fill(CHARS, 184, 192, (byte) 33 ); // Fill 8 of value (byte) 33 in Arrays.fill()
[all …]
DXML11Char.java91 Arrays.fill(XML11CHARS, 1, 9, (byte) 17 ); // Fill 8 of value (byte) 17 in Arrays.fill()
94 Arrays.fill(XML11CHARS, 11, 13, (byte) 17 ); // Fill 2 of value (byte) 17 in Arrays.fill()
96 Arrays.fill(XML11CHARS, 14, 32, (byte) 17 ); // Fill 18 of value (byte) 17 in Arrays.fill()
98 Arrays.fill(XML11CHARS, 33, 38, (byte) 33 ); // Fill 5 of value (byte) 33 in Arrays.fill()
100 Arrays.fill(XML11CHARS, 39, 45, (byte) 33 ); // Fill 6 of value (byte) 33 in Arrays.fill()
101 Arrays.fill(XML11CHARS, 45, 47, (byte) -87 ); // Fill 2 of value (byte) -87 in Arrays.fill()
103 Arrays.fill(XML11CHARS, 48, 58, (byte) -87 ); // Fill 10 of value (byte) -87 in Arrays.fill()
107 Arrays.fill(XML11CHARS, 61, 65, (byte) 33 ); // Fill 4 of value (byte) 33 in Arrays.fill()
108 Arrays.fill(XML11CHARS, 65, 91, (byte) -19 ); // Fill 26 of value (byte) -19 in Arrays.fill()
109 Arrays.fill(XML11CHARS, 91, 93, (byte) 33 ); // Fill 2 of value (byte) 33 in Arrays.fill()
[all …]
/external/tensorflow/tensorflow/compiler/xla/g3doc/images/
Dops_xla_gather_1.svg1fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w…
Dops_xla_gather_0.svg1fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w…
Dops_xla_gather_2.svg1fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w…
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/AlignedBundling/
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 10, 1, 0x90
[all …]
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 10, 1, 0x90
[all …]
/external/llvm/test/MC/X86/AlignedBundling/
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 10, 1, 0x90
[all …]
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 10, 1, 0x90
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Ddirective_fill.s7 # CHECK: .fill 1, 1, 0xa
9 .fill 1, 1, 10
12 # CHECK: .fill 2, 2, 0x3
14 .fill 2, 2, 3
17 # CHECK: .fill 1, 8, 0x4
19 .fill 1, 8, 4
22 # CHECK: .fill 4
24 .fill 4
27 # CHECK: .fill 4, 2
29 .fill 4, 2
[all …]
/external/apache-xml/src/main/java/org/apache/xml/utils/
DXML11Char.java86 Arrays.fill(XML11CHARS, 1, 9, (byte) 17 ); // Fill 8 of value (byte) 17 in Arrays.fill()
89 Arrays.fill(XML11CHARS, 11, 13, (byte) 17 ); // Fill 2 of value (byte) 17 in Arrays.fill()
91 Arrays.fill(XML11CHARS, 14, 32, (byte) 17 ); // Fill 18 of value (byte) 17 in Arrays.fill()
93 Arrays.fill(XML11CHARS, 33, 38, (byte) 33 ); // Fill 5 of value (byte) 33 in Arrays.fill()
95 Arrays.fill(XML11CHARS, 39, 45, (byte) 33 ); // Fill 6 of value (byte) 33 in Arrays.fill()
96 Arrays.fill(XML11CHARS, 45, 47, (byte) -87 ); // Fill 2 of value (byte) -87 in Arrays.fill()
98 Arrays.fill(XML11CHARS, 48, 58, (byte) -87 ); // Fill 10 of value (byte) -87 in Arrays.fill()
102 Arrays.fill(XML11CHARS, 61, 65, (byte) 33 ); // Fill 4 of value (byte) 33 in Arrays.fill()
103 Arrays.fill(XML11CHARS, 65, 91, (byte) -19 ); // Fill 26 of value (byte) -19 in Arrays.fill()
104 Arrays.fill(XML11CHARS, 91, 93, (byte) 33 ); // Fill 2 of value (byte) 33 in Arrays.fill()
[all …]
/external/llvm/test/MC/AsmParser/
Ddirective_fill.s7 # CHECK: .fill 1, 1, 0xa
9 .fill 1, 1, 10
12 # CHECK: .fill 2, 2, 0x3
14 .fill 2, 2, 3
17 # CHECK: .fill 1, 8, 0x4
19 .fill 1, 8, 4
22 # CHECK: .fill 4
24 .fill 4
27 # CHECK: .fill 4, 2
29 .fill 4, 2
[all …]
/external/libxml2/test/
Dsvg32 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
5 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
8 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
11 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
14 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
17 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
20 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
23 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
26 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
29 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
DUTF8.java40 private static void fill(byte[] table, int first, int last, byte b) in fill() method in UTF8
51 fill(categories, 0x00, 0x0F, C_CR1); in fill() method
52 fill(categories, 0x10, 0x1F, C_CR2); in fill() method
53 fill(categories, 0x20, 0x3F, C_CR3); in fill() method
54 fill(categories, 0x40, 0x41, C_ILL); in fill() method
55 fill(categories, 0x42, 0x5F, C_L2A); in fill() method
56 fill(categories, 0x60, 0x60, C_L3A); in fill() method
57 fill(categories, 0x61, 0x6C, C_L3B); in fill() method
58 fill(categories, 0x6D, 0x6D, C_L3C); in fill() method
59 fill(categories, 0x6E, 0x6F, C_L3B); in fill() method
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/encoders/
DUTF8.java42 private static void fill(byte[] table, int first, int last, byte b) in fill() method in UTF8
53 fill(categories, 0x00, 0x0F, C_CR1); in fill() method
54 fill(categories, 0x10, 0x1F, C_CR2); in fill() method
55 fill(categories, 0x20, 0x3F, C_CR3); in fill() method
56 fill(categories, 0x40, 0x41, C_ILL); in fill() method
57 fill(categories, 0x42, 0x5F, C_L2A); in fill() method
58 fill(categories, 0x60, 0x60, C_L3A); in fill() method
59 fill(categories, 0x61, 0x6C, C_L3B); in fill() method
60 fill(categories, 0x6D, 0x6D, C_L3C); in fill() method
61 fill(categories, 0x6E, 0x6F, C_L3B); in fill() method
[all …]
/external/tensorflow/tensorflow/lite/g3doc/r2/images/convert/
Dworkflow.svg1fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w…
/external/ImageMagick/www/source/
Dpiechart.mvg6 fill 'darkslateblue'
13 fill 'white'
18 fill 'red'
25 fill 'white'
31 fill 'white'
36 fill 'red'
42 fill 'yellow'
49 fill 'white'
55 fill 'white'
60 fill 'yellow'
[all …]
/external/tensorflow/tensorflow/lite/g3doc/images/convert/
Dworkflow.svg1fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w…
/external/libunwind/src/ia64/
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 f25 = [r25] // f25 restored (don't touch no more)
[all …]
/external/libxml2/result/noent/
Dsvg3.sax26 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
16 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
26 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
36 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
46 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
56 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
66 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
76 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
86 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
96 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
[all …]
/external/libxml2/result/
Dsvg3.sax26 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
16 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
26 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
36 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
46 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
56 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
66 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
76 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
86 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
96 SAX.startElementNs(g, NULL, NULL, 0, 1, 0, style='fill...', 49)
[all …]
Dsvg3.sax6 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
16 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
26 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
36 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
46 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
56 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
66 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
76 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
86 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
96 SAX.startElement(g, style='fill: #ffffff; stroke:#000000; stroke-width:0.172')
[all …]
/external/python/cpython2/Tools/webchecker/
Dtktools.py85 frame.pack(fill=BOTH, expand=1)
91 vbar.pack(fill=Y, side=RIGHT)
94 vbarframe.pack(fill=Y, side=RIGHT)
96 vbar.pack(in_=vbarframe, expand=1, fill=Y, side=TOP)
107 hbar.pack(fill=X, side=BOTTOM)
135 fill=BOTH, expand=1, wrap=WORD, pack=1, argument
156 widget.pack(expand=expand, fill=fill, side=LEFT)
164 fill=BOTH, expand=1, pack=1, class_=None, name=None, argument
178 widget.pack(expand=expand, fill=fill, side=LEFT)
186 fill=BOTH, expand=1, pack=1, class_=None, name=None, argument
[all …]
/external/python/cpython3/Doc/library/
Dpathlib-inheritance.svg1fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w…
/external/antlr/tool/src/test/java/org/antlr/test/
DTestTokenRewriteStream.java84 tokens.fill(); in test2InsertBeforeAfterMiddleIndex()
101 tokens.fill(); in testReplaceIndex0()
117 tokens.fill(); in testReplaceLastIndex()
133 tokens.fill(); in testReplaceMiddleIndex()
154 tokens.fill(); in testToStringStartStop()
189 tokens.fill(); in testToStringStartStop2()
236 tokens.fill(); in test2ReplaceMiddleIndex()
253 tokens.fill(); in test2ReplaceMiddleIndex1InsertBefore()
271 tokens.fill(); in testReplaceThenDeleteMiddleIndex()
288 tokens.fill(); in testInsertInPriorReplace()
[all …]

12345678910>>...67