Searched defs:java (Results 476 - 500 of 949) sorted by relevance

<<11121314151617181920>>

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DRuntimeTest.java18 package org.apache.harmony.luni.tests.java.lang;
20 import java.io.IOException;
21 import java.io.InputStream;
22 import java.util.Vector;
60 * @tests java.lang.Runtime#exit(int)
63 // Test for method void java.lang.Runtime.exit(int)
68 * @tests java.lang.Runtime#exec(java.lang.String)
73 /* successful exec's are tested by java.lang.Process */
85 * @tests java
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/
H A DReferenceQueueTest.java18 package org.apache.harmony.luni.tests.java.lang.ref;
20 import java.lang.ref.Reference;
21 import java.lang.ref.ReferenceQueue;
22 import java.lang.ref.SoftReference;
57 * @tests java.lang.ref.ReferenceQueue#poll()
70 * @tests java.lang.ref.ReferenceQueue#remove()
83 * @tests java.lang.ref.ReferenceQueue#remove(long)
95 * @tests java.lang.ref.ReferenceQueue#ReferenceQueue()
H A DReferenceTest.java17 package org.apache.harmony.luni.tests.java.lang.ref;
19 import java.lang.ref.Reference;
20 import java.lang.ref.ReferenceQueue;
21 import java.lang.ref.SoftReference;
22 import java.lang.ref.WeakReference;
34 * @tests java.lang.ref.Reference#clear()
52 * @tests java.lang.ref.Reference#enqueue()
79 * @tests java.lang.ref.Reference#enqueue()
134 * @tests java.lang.ref.Reference#get()
144 * @tests java
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
H A DConstructorTest.java18 package org.apache.harmony.luni.tests.java.lang.reflect;
20 import java.lang.reflect.Constructor;
21 import java.lang.reflect.InvocationTargetException;
22 import java.lang.reflect.Modifier;
23 import java.util.Vector;
49 * @tests java.lang.reflect.Constructor#equals(java.lang.Object)
67 * @tests java.lang.reflect.Constructor#getDeclaringClass()
70 // Test for method java.lang.Class
71 // java
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DCookieManagerTest.java16 package org.apache.harmony.luni.tests.java.net;
18 import java.io.IOException;
19 import java.net.CookieManager;
20 import java.net.CookiePolicy;
21 import java.net.CookieStore;
22 import java.net.HttpCookie;
23 import java.net.URI;
24 import java.net.URISyntaxException;
25 import java.util.ArrayList;
26 import java
[all...]
H A DInet4AddressTest.java18 package org.apache.harmony.luni.tests.java.net;
20 import java.io.Serializable;
21 import java.net.Inet4Address;
22 import java.net.InetAddress;
30 * @tests java.net.Inet4Address#isMulticastAddress()
87 * @tests java.net.Inet4Address#isLinkLocalAddress()
103 * @tests java.net.Inet4Address#isSiteLocalAddress()
118 * @tests java.net.Inet4Address#isMCGlobal()
165 * @tests java.net.Inet4Address#isMCNodeLocal()
191 * @tests java
[all...]
H A DJarURLConnectionTest.java18 package org.apache.harmony.luni.tests.java.net;
20 import java.io.BufferedOutputStream;
21 import java.io.File;
22 import java.io.FileOutputStream;
23 import java.io.IOException;
24 import java.io.InputStream;
25 import java.net.JarURLConnection;
26 import java.net.MalformedURLException;
27 import java.net.URL;
28 import java
[all...]
H A DNetworkInterfaceTest.java18 package org.apache.harmony.luni.tests.java.net;
20 import java.net.InetAddress;
21 import java.net.InterfaceAddress;
22 import java.net.NetworkInterface;
23 import java.net.SocketException;
24 import java.util.ArrayList;
25 import java.util.Enumeration;
26 import java.util.List;
44 * @tests java.net.NetworkInterface#getName()
62 * @tests java
[all...]
H A DProxyTest.java16 package org.apache.harmony.luni.tests.java.net;
18 import java.net.InetSocketAddress;
19 import java.net.Proxy;
20 import java.net.SocketAddress;
29 * @tests java.net.Proxy#Proxy(java.net.Proxy.Type, SocketAddress)
49 * @tests java.net.Proxy#Proxy(java.net.Proxy.Type, SocketAddress)
85 * @tests java.net.Proxy#hashCode()
93 * @tests java
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DHashSetTest.java18 package org.apache.harmony.luni.tests.java.util;
20 import java.util.Arrays;
21 import java.util.HashSet;
22 import java.util.Iterator;
23 import java.util.Set;
24 import java.io.ObjectOutputStream;
25 import java.io.ByteArrayOutputStream;
26 import java.io.IOException;
27 import java.io.Serializable;
28 import java
[all...]
H A DIdentityHashMapTest.java18 package org.apache.harmony.luni.tests.java.util;
20 import java.io.Serializable;
21 import java.util.Collection;
22 import java.util.HashSet;
23 import java.util.IdentityHashMap;
24 import java.util.Iterator;
25 import java.util.Map;
26 import java.util.Set;
27 import java.util.TreeSet;
28 import java
[all...]
H A DLinkedHashSetTest.java17 package org.apache.harmony.luni.tests.java.util;
19 import java.util.Arrays;
20 import java.util.Iterator;
21 import java.util.LinkedHashSet;
22 import java.util.Set;
25 * @tests java.util.LinkedHashSet
39 * @tests java.util.LinkedHashSet#LinkedHashSet()
42 // Test for method java.util.LinkedHashSet()
48 * @tests java.util.LinkedHashSet#LinkedHashSet(int)
51 // Test for method java
[all...]
H A DRandomTest.java18 package org.apache.harmony.luni.tests.java.util;
20 import java.util.Random;
27 * @tests java.util.Random#Random()
30 // Test for method java.util.Random()
35 * @tests java.util.Random#Random(long)
46 * @tests java.util.Random#nextBoolean()
49 // Test for method boolean java.util.Random.nextBoolean()
63 * @tests java.util.Random#nextBytes(byte[])
66 // Test for method void java.util.Random.nextBytes(byte [])
80 * @tests java
[all...]
H A DServiceLoaderTest.java18 package org.apache.harmony.luni.tests.java.util;
20 import java.io.File;
21 import java.net.MalformedURLException;
22 import java.net.URL;
23 import java.net.URLClassLoader;
24 import java.util.Iterator;
25 import java.util.NoSuchElementException;
26 import java.util.ServiceConfigurationError;
27 import java.util.ServiceLoader;
45 * Test cases for java
[all...]
H A DStackTest.java18 package org.apache.harmony.luni.tests.java.util;
20 import java.util.EmptyStackException;
21 import java.util.Stack;
28 * @tests java.util.Stack#Stack()
31 // Test for method java.util.Stack()
36 * @tests java.util.Stack#empty()
39 // Test for method boolean java.util.Stack.empty()
51 * @tests java.util.Stack#peek()
54 // Test for method java.lang.Object java
[all...]
H A DStringTokenizerTest.java18 package org.apache.harmony.luni.tests.java.util;
20 import java.util.NoSuchElementException;
21 import java.util.StringTokenizer;
26 * @tests java.util.StringTokenizer#StringTokenizer(java.lang.String)
29 // Test for method java.util.StringTokenizer(java.lang.String)
34 * @tests java.util.StringTokenizer#StringTokenizer(java.lang.String,
35 * java
[all...]
H A DTimeZoneTest.java18 package org.apache.harmony.luni.tests.java.util;
20 import java.util.Arrays;
21 import java.util.Calendar;
22 import java.util.Date;
23 import java.util.Formatter;
24 import java.util.GregorianCalendar;
25 import java.util.List;
26 import java.util.Locale;
27 import java.util.SimpleTimeZone;
28 import java
[all...]
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
H A DUnixNetworkInterfaceTest.java17 package org.apache.harmony.luni.tests.java.net;
19 import java.net.NetworkInterface;
20 import java.util.Enumeration;
35 * @tests java.net.NetworkInterface#isUp()
61 * @tests java.net.NetworkInterface#supportsMulticast()
89 * @tests java.net.NetworkInterface#getHardwareAddress()
121 * @tests java.net.NetworkInterface#getMTU()
146 * @tests java.net.NetworkInterface#getSubInterfaces()
168 * @tests java.net.NetworkInterface#getParent()
196 * @tests java
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DAlgorithmParameterGenerator2Test.java22 package org.apache.harmony.security.tests.java.security;
23 import java.security.*;
24 import java.security.NoSuchAlgorithmException;
25 import java.security.NoSuchProviderException;
26 import java.security.Provider;
27 import java.security.Security;
28 import java.security.spec.AlgorithmParameterSpec;
H A DDigestExceptionTest.java22 package org.apache.harmony.security.tests.java.security;
23 import java.security.DigestException;
H A DGeneralSecurityExceptionTest.java22 package org.apache.harmony.security.tests.java.security;
23 import java.security.GeneralSecurityException;
H A DInvalidAlgorithmParameterExceptionTest.java22 package org.apache.harmony.security.tests.java.security;
24 import java.security.InvalidAlgorithmParameterException;
H A DInvalidKeyExceptionTest.java22 package org.apache.harmony.security.tests.java.security;
23 import java.security.InvalidKeyException;
H A DKeyExceptionTest.java22 package org.apache.harmony.security.tests.java.security;
23 import java.security.KeyException;
H A DKeyManagementExceptionTest.java22 package org.apache.harmony.security.tests.java.security;
23 import java.security.KeyManagementException;

Completed in 425 milliseconds

<<11121314151617181920>>