HomeSort by relevance Sort by last modified time
    Searched defs:java (Results 1 - 25 of 8733) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/soong/java/
androidmk.go 15 package java package
genrule.go 15 package java package
jacoco_test.go 15 package java package
support_libraries.go 15 package java package
  /libcore/ojluni/src/main/java/java/lang/
package-info.java 27 * Provides classes that are fundamental to the design of the Java
63 * The specification of the {@link java.nio.charset.Charset
64 * java.nio.charset.Charset} class describes the naming conventions
66 * that must be supported by every implementation of the Java
71 package java.lang;
  /libcore/ojluni/src/main/java/java/net/
package-info.java 29 * <p> The java.net package can be roughly divided in two sections:</p>
52 * <p>Addresses are used throughout the java.net APIs as either host
54 * <p>The {@link java.net.InetAddress} class is the abstraction representing an
57 * <li>{@link java.net.Inet4Address} for IPv4 addresses.</li>
58 * <li>{@link java.net.Inet6Address} for IPv6 addresses.</li>
64 * <p>Not all systems have support for the IPv6 protocol, and while the Java
69 * more. While methods like {@link java.net.InetAddress#getByName} are
76 * the network. The java.net package provides 4 kinds of Sockets:</p>
78 * <li>{@link java.net.Socket} is a TCP client API, and will typically
79 * be used to {@linkplain java.net.Socket#connect(SocketAddress
    [all...]
  /libcore/ojluni/src/main/java/java/nio/
package-info.java 53 * <p> The <tt>java.nio</tt> package defines the buffer classes, which are used
55 * java.nio.charset} package, and the channel and selector APIs are defined in the
56 * {@link java.nio.channels} package. Each of these subpackages has its own
66 * <tr><td valign=top><tt>{@link java.nio.Buffer}</tt></td>
69 * <tr><td valign=top><tt>&nbsp;&nbsp;{@link java.nio.ByteBuffer}</tt></td>
71 * <tr><td valign=top><tt>&nbsp;&nbsp;&nbsp;&nbsp;{@link java.nio.MappedByteBuffer}&nbsp;&nbsp;</tt></td>
73 * <tr><td valign=top><tt>&nbsp;&nbsp;{@link java.nio.CharBuffer}</tt></td>
75 * <tr><td valign=top><tt>&nbsp;&nbsp;{@link java.nio.DoubleBuffer}</tt></td>
77 * <tr><td valign=top><tt>&nbsp;&nbsp;{@link java.nio.FloatBuffer}</tt></td>
79 * <tr><td valign=top><tt>&nbsp;&nbsp;{@link java.nio.IntBuffer}</tt></td
    [all...]
  /libcore/ojluni/src/main/java/java/security/
package-info.java 50 * <b>Java&trade;
57 * <b>Java&trade;
68 * <b>Java&trade;
74 * Java&trade; Cryptography Architecture
85 * Java&trade; SE Development Kit (JDK)
91 * Java&trade; Platform Security
112 package java.security;
  /libcore/ojluni/src/main/java/java/time/
package-info.java 77 * to the {@code java.time.temporal} package.
79 * Refer to the {@code java.time.format} package for customization options.
82 * The {@code java.time.chrono} package contains the calendar neutral API
83 * {@link java.time.chrono.ChronoLocalDate ChronoLocalDate},
84 * {@link java.time.chrono.ChronoLocalDateTime ChronoLocalDateTime},
85 * {@link java.time.chrono.ChronoZonedDateTime ChronoZonedDateTime} and
86 * {@link java.time.chrono.Era Era}.
95 * {@link java.time.Instant} is essentially a numeric timestamp.
96 * The current Instant can be retrieved from a {@link java.time.Clock}.
99 * from {@link java.lang.System#currentTimeMillis()}
    [all...]
  /dalvik/dx/tests/089-dex-define-object/java/lang/
Class.class 
String.class 
  /dalvik/dx/tests/099-dex-core-library-error/java/blort/
Blort.class 
  /art/test/022-interface/classes/
Iface2Sub1.class 
Main$SubInterface.class 
SubObjectOverridingInterface.class 
  /art/test/121-modifiers/classes/
A$C.class 
  /dalvik/dx/tests/089-dex-define-object/
Class.java 17 package java.lang;
String.java 17 package java.lang;
  /dalvik/dx/tests/099-dex-core-library-error/
Blort.java 1 package java.blort;
  /dalvik/dx/tests/140-ssa-phi-overlap/
Test$1.class 
  /external/jsr305/sampleUses/src/main/java/java/sql/
ResultSetConcurrency.java 1 package java.sql;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
ResultSetHoldability.java 1 package java.sql;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
ResultSetType.java 1 package java.sql;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
  /frameworks/layoutlib/create/tests/mock_data/java/lang/
JavaClass.java 17 package java.lang;
  /libcore/luni/src/main/java/java/lang/
FindBugsSuppressWarnings.java 17 package java.lang;
19 import static java.lang.annotation.ElementType.CONSTRUCTOR;
20 import static java.lang.annotation.ElementType.FIELD;
21 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;
22 import static java.lang.annotation.ElementType.METHOD;
23 import static java.lang.annotation.ElementType.PARAMETER;
24 import static java.lang.annotation.ElementType.TYPE;
25 import java.lang.annotation.Retention;
26 import static java.lang.annotation.RetentionPolicy.CLASS;
27 import java.lang.annotation.Target
    [all...]

Completed in 1907 milliseconds

1 2 3 4 5 6 7 8 91011>>