OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tests
(Results
751 - 775
of
5234
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/dalvik/libcore/luni/src/test/java/tests/api/java/util/support/
P.java
1
package
tests
.api.java.util.support;
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
ReadOnlyBufferExceptionTest.java
16
package org.apache.harmony.nio.
tests
.java.nio;
33
* @
tests
serialization/deserialization compatibility.
55
* @
tests
serialization/deserialization compatibility with RI.
77
*@
tests
{@link java.nio.ReadOnlyBufferException#ReadOnlyBufferException()}
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
AccessControlExceptionTest.java
23
package org.apache.harmony.security.
tests
.java.security;
52
*
Tests
AccessControlException(String)
66
*
Tests
AccessControlException(String, Permission)
83
*
Tests
AccessControlException.getPermission()
CodeSource2Test.java
18
package org.apache.harmony.security.
tests
.java.security;
34
import org.apache.harmony.security.
tests
.support.TestCertUtils;
42
* @
tests
java.security.CodeSource#CodeSource(java.net.URL,
60
* @
tests
java.security.CodeSource#CodeSource(java.net.URL,
101
* @
tests
java.security.CodeSource#equals(java.lang.Object)
120
* @
tests
java.security.CodeSource#hashCode()
136
* @
tests
java.security.CodeSource#getCertificates()
152
* @
tests
java.security.CodeSource#getLocation()
170
* @
tests
java.security.CodeSource#implies(java.security.CodeSource)
MessageDigest1Test.java
18
package org.apache.harmony.security.
tests
.java.security;
34
import org.apache.harmony.security.
tests
.support.MyMessageDigest1;
38
*
Tests
for <code>MessageDigest</code> constructor and methods
43
* @
tests
java.security.MessageDigest#reset()
58
* @
tests
java.security.MessageDigest#update(byte)
73
* @
tests
java.security.MessageDigest#update(byte[], int, int)
123
* @
tests
java.security.MessageDigest#update(byte[])
139
* @
tests
java.security.MessageDigest#update(ByteBuffer)
160
* @
tests
java.security.MessageDigest#digest()
175
* @
tests
java.security.MessageDigest#digest(byte[]
[
all
...]
PrivilegedActionException2Test.java
18
package org.apache.harmony.security.
tests
.java.security;
34
* @
tests
java.security.PrivilegedActionException#PrivilegedActionException(java.lang.Exception)
55
* @
tests
java.security.PrivilegedActionException#getException()
71
* @
tests
java.security.PrivilegedActionException#getCause()
PrivilegedActionExceptionTest.java
23
package org.apache.harmony.security.
tests
.java.security;
49
*
Tests
PrivilegedActionException(Exception)
64
*
Tests
PrivilegedActionException.getException()
79
*
Tests
PrivilegedActionException.toString()
/dalvik/libcore/security/src/test/java/tests/api/javax/security/auth/
AuthPermissionTest.java
18
package
tests
.api.javax.security.auth;
30
*
Tests
for <code>AuthPermission</code> class constructors and methods.
37
* @
tests
javax.security.auth.AuthPermission#AuthPermission(String name)
65
* @
tests
javax.security.auth.AuthPermission#AuthPermission(String name, String actions)
/dalvik/libcore/security/src/test/java/tests/security/acl/
IGroupTest.java
18
package
tests
.security.acl;
31
import org.apache.harmony.security.
tests
.support.acl.*;
43
* @
tests
java.security.acl.Group#addMember(Principal user)
81
* @
tests
java.security.acl.Group#members()
IPermissionTest.java
18
package
tests
.security.acl;
29
import org.apache.harmony.security.
tests
.support.acl.*;
41
* @
tests
java.security.acl.Permission#equals(Object another)
63
* @
tests
java.security.acl.Permission#toString()
/dalvik/libcore/security/src/test/java/tests/security/cert/
CertificateCertificateRepTest.java
1
package
tests
.security.cert;
9
import org.apache.harmony.security.
tests
.support.cert.MyCertificate;
10
import org.apache.harmony.security.
tests
.support.cert.TestUtils;
11
import org.apache.harmony.security.
tests
.support.cert.MyCertificate.MyCertificateRep;
/dalvik/libcore/security/src/test/java/tests/security/interfaces/
Util.java
16
package
tests
.security.interfaces;
31
* Valid P for DSA
tests
42
* Valid Q for DSA
tests
48
* Valid G for DSA
tests
/dalvik/libcore/security/src/test/java/tests/targets/security/
AllTests.java
17
package
tests
.targets.security;
29
TestSuite suite =
tests
.TestSuiteFactory.createTestSuite("All
tests
for package
tests
.targets.security;");
/dalvik/libcore/support/src/test/java/tests/support/
Support_ClassLoader.java
16
package
tests
.support;
27
* This allows us to run corresponding
tests
in both environments.
39
"
tests
.support.Support_ClassLoader$Dalvik").newInstance();
42
"
tests
.support.Support_ClassLoader$RefImpl").newInstance();
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
DecimalFormatSymbolsTest.java
18
package org.apache.harmony.text.
tests
.java.text;
20
import
tests
.support.Support_Locale;
47
* @
tests
java.text.DecimalFormatSymbols#DecimalFormatSymbols() Test of
66
* @
tests
java.text.DecimalFormatSymbols#DecimalFormatSymbols(java.util.Locale)
88
* @
tests
java.text.DecimalFormatSymbols#clone() Test of method
125
* @
tests
java.text.DecimalFormatSymbols#equals(java.lang.Object)
142
* @
tests
java.text.DecimalFormatSymbols#getCurrency()
208
// RI fails these
tests
since it doesn't have the PREEURO variant
219
* @
tests
java.text.DecimalFormatSymbols#getCurrencySymbol()
233
* @
tests
java.text.DecimalFormatSymbols#getDecimalSeparator(
[
all
...]
ParsePositionTest.java
17
package org.apache.harmony.text.
tests
.java.text;
32
* @
tests
java.text.ParsePosition#ParsePosition(int)
49
* @
tests
java.text.ParsePosition#equals(java.lang.Object)
69
* @
tests
java.text.ParsePosition#getErrorIndex()
97
* @
tests
java.text.ParsePosition#getIndex()
111
* @
tests
java.text.ParsePosition#hashCode()
131
* @
tests
java.text.ParsePosition#setErrorIndex(int)
146
* @
tests
java.text.ParsePosition#setIndex(int)
161
* @
tests
java.text.ParsePosition#toString()
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/
ServerSocketFactoryTest.java
23
package
tests
.api.javax.net;
37
import
tests
.support.Support_PortManager;
41
*
Tests
for <code>ServerSocketFactory</code> class constructors and methods.
47
* @
tests
javax.net.SocketFactory#SocketFactory()
64
* @
tests
javax.net.ServerSocketFactory#createServerSocket()
84
* @
tests
javax.net.ServerSocketFactory#createServerSocket(int port)
123
* @
tests
javax.net.ServerSocketFactory#createServerSocket(int port, int backlog)
162
* @
tests
javax.net.ServerSocketFactory#createServerSocket(int port, int backlog, InetAddress ifAddress)
201
* @
tests
javax.net.ServerSocketFactory#getDefault()
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
CertPathTrustManagerParametersTest.java
18
package
tests
.api.javax.net.ssl;
31
*
Tests
for <code>CertPathTrustManagerParameters</code> class constructors
39
* @
tests
javax.net.ssl.CertPathTrustManagerParameters#
72
* @
tests
javax.net.ssl.CertPathTrustManagerParameters#getParameters()
SSLSessionBindingListenerTest.java
18
package
tests
.api.javax.net.ssl;
39
*
Tests
for SSLSessionBindingListener class
65
* @
tests
javax.net.ssl.SSLSessionBindingListener#valueBound(SSLSessionBindingEvent event)
86
* @
tests
javax.net.ssl.SSLSessionBindingListener#valueUnbound(SSLSessionBindingEvent event)
/dalvik/vm/mterp/c/
OP_NEW_INSTANCE.c
22
* Verifier now
tests
for interface/abstract class.
/development/samples/ApiDemos/
Android.mk
4
LOCAL_MODULE_TAGS := samples
tests
/development/tools/mkstubs/
.classpath
4
<classpathentry kind="src" path="
tests
"/>
/external/clearsilver/cs/
test14.cs.gold
3
Existence
Tests
/external/dropbear/libtomcrypt/src/mac/omac/
omac_test.c
22
@return CRYPT_OK if successful, CRYPT_NOP if
tests
have been disabled
32
}
tests
[] = {
87
for (x = 0; x < (int)(sizeof(
tests
)/sizeof(
tests
[0])); x++) {
89
if ((err = omac_memory(idx,
tests
[x].key,
tests
[x].keylen,
tests
[x].msg,
tests
[x].msglen, out, &len)) != CRYPT_OK) {
93
if (XMEMCMP(out,
tests
[x].tag, 16) != 0) {
/external/e2fsprogs/tests/
Makefile.in
2
# Makefile for the
tests
directory
9
my_dir =
tests
34
echo "No failed
tests
" ; \
41
# Target which creates a new testcase to simplify adding new regression
tests
.
Completed in 87 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>