Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/stream/
DFindOps.java106 private static final class FindOp<T, O> implements TerminalOp<T, O> {
109 final O emptyValue;
110 final Predicate<O> presentPredicate;
111 final Supplier<TerminalSink<T, O>> sinkSupplier;
127 O emptyValue, in FindOp()
128 Predicate<O> presentPredicate, in FindOp()
129 Supplier<TerminalSink<T, O>> sinkSupplier) { in FindOp()
148 public <S> O evaluateSequential(PipelineHelper<T> helper, in evaluateSequential()
150 O result = helper.wrapAndCopyInto(sinkSupplier.get(), spliterator).get(); in evaluateSequential()
155 public <P_IN> O evaluateParallel(PipelineHelper<T> helper, in evaluateParallel()
[all …]
/libcore/ojluni/src/test/java/util/Properties/
DSaveClose.java42 static class O extends FilterOutputStream { class in SaveClose
46 O(OutputStream o) { in O() method in SaveClose.O
60 O o = new O(System.err); in main()
/libcore/dalvik/src/main/java/dalvik/annotation/compat/
DVersionCodes.java49 public static final int O = 26; field in VersionCodes
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java59 @UnsupportedAppUsage(maxTargetSdk = VersionCodes.O)
62 @UnsupportedAppUsage(maxTargetSdk = VersionCodes.O)
/libcore/luni/src/test/java/libcore/java/util/
DEnumSetTest.java102 H, HE, LI, BE, B, C, N, O, F, NE, NA, MG, AL, SI, P, S, CL, AR, K, CA, SC, TI, V, CR, MN, enumConstant
/libcore/ojluni/src/main/resources/sun/util/logging/resources/
Dlogging_pt_BR.properties44 FINEST=O Mais Detalhado
/libcore/ojluni/src/test/java/util/Base64/
Dplain.txt181 14 O 31 f 48 w (pad) =
/libcore/mmodules/intracoreapi/api/intra/
Dcurrent.txt34 field @libcore.api.IntraCoreApi public static final int O = 26; // 0x1a
/libcore/support/src/test/java/tests/resources/x509/
Ddefault.cnf275 O=Awesome Dudes
/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
Dunsupported_new_apis.txt60 # libcore doesn't support Type annotation reflection APIs since Android O. http://b/30391692
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DEnumSetTest.java45 … p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V… enumConstant
53 … z{}, A{}, B{}, C{}, D{}, E{}, F{}, G{}, H{}, I{}, J{}, K{}, L{}, M{}, N{}, O{}, P{}, Q{}, R{}, S{… enumConstant
57 … p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V… enumConstant
/libcore/ojluni/src/main/java/java/nio/
DX-Buffer.java.template111 * perform native I/O operations directly upon it. That is, it will attempt to
114 * system's native I/O operations.
124 * system's native I/O operations. In general it is best to allocate direct
469 * @throws IOException if an I/O error occurs