Home
last modified time | relevance | path

Searched refs:part (Results 1 – 12 of 12) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DInflaterOutputStream.java239 int part; in write() local
245 part = (len < 512 ? len : 512); in write()
246 inf.setInput(b, off, part); in write()
247 off += part; in write()
248 len -= part; in write()
/libcore/ojluni/src/main/java/java/text/
DMessageFormat.java444 int part = SEG_RAW; in applyPattern() local
451 if (part == SEG_RAW) { in applyPattern()
455 segments[part].append(ch); // handle doubles in applyPattern()
461 part = SEG_INDEX; in applyPattern()
466 segments[part].append(ch); in applyPattern()
470 segments[part].append(ch); in applyPattern()
477 if (part < SEG_MODIFIER) { in applyPattern()
478 if (segments[++part] == null) { in applyPattern()
479 segments[part] = new StringBuilder(); in applyPattern()
482 segments[part].append(ch); in applyPattern()
[all …]
DChoiceFormat.java187 int part = 0; in applyPattern() local
196 segments[part].append(ch); in applyPattern()
202 segments[part].append(ch); in applyPattern()
227 part = 1; in applyPattern()
238 part = 0; in applyPattern()
240 segments[part].append(ch); in applyPattern()
244 if (part == 1) { in applyPattern()
/libcore/ojluni/src/test/java/lang/invoke/
DMethodTypeTest.java206 for (Object part : parts) { in concat()
207 if (part instanceof Class) { in concat()
208 part = "L"+((Class)part).getName()+";"; in concat()
210 if (part instanceof Integer) { in concat()
211 for (int n = (Integer) part; n > 1; n--) in concat()
213 part = ""; in concat()
215 sb.append(part); in concat()
216 prevPart = part; in concat()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DFloatTest.java486 int part = i * 6; in test_parseFloat_LString_NormalPositiveExponent() local
487 String inputString = "0x" + part + "." + part + "0123456789abcdefp" + part; in test_parseFloat_LString_NormalPositiveExponent()
535 int part = i * 7; in test_parseFloat_LString_NormalNegativeExponent() local
536 String inputString = "0x" + part + "." + part + "0123456789abcdefp-" + part; in test_parseFloat_LString_NormalNegativeExponent()
DDoubleTest.java781 int part = i * 11; in test_parseDouble_LString_NormalPositiveExponent() local
782 String inputString = "0x" + part + "." + part + "0123456789abcdefp" + part; in test_parseDouble_LString_NormalPositiveExponent()
842 int part = i * 11; in test_parseDouble_LString_NormalNegativeExponent() local
843 String inputString = "0x" + part + "." + part + "0123456789abcdefp-" + part; in test_parseDouble_LString_NormalNegativeExponent()
/libcore/benchmarks/libs/
Dcaliper.jar.txt104 excluding those notices that do not pertain to any part of
107 (d) If the Work includes a "NOTICE" text file as part of its
111 pertain to any part of the Derivative Works, in at least one
113 as part of the Derivative Works; within the Source form or
/libcore/
DJavaLibrary.bp421 // This jar is packaged as part of the SDK, use -target 8 so that it works
427 // because those classes are also part of the core library public SDK API
444 // tools (notably dagger) but aren't part of the Android API.
791 // Include source code as part of JAR
1026 // annotations are not themselves part of the public API provided by
DLICENSE95 in part contains or is derived from the Program or any part thereof, to be
113 works. But when you distribute the same sections as part of a whole which is a
116 whole, and thus to each and every part regardless of who wrote it.
DNOTICE10 This product includes software developed as part of
Dopenjdk_java_files.bp1 // Classes which are part of the public API, except where classes and
/libcore/ojluni/
DNOTICE381 in part contains or is derived from the Program or any part thereof, to be
399 works. But when you distribute the same sections as part of a whole which is a
402 whole, and thus to each and every part regardless of who wrote it.