OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:harmony
(Results
1 - 25
of
1885
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-harmony/
README.android
1
The Apache
Harmony
test suite.
5
svn co http://svn.apache.org/repos/asf/
harmony
/enhanced/java/branches/java6/classlib/modules .
Android.mk
5
define all-
harmony
-test-java-files-under
31
$(call all-
harmony
-test-java-files-under,$(harmony_test_dirs),src/test/java) \
32
$(call all-
harmony
-test-java-files-under,$(harmony_test_dirs),src/test/support/java) \
33
$(call all-
harmony
-test-java-files-under,luni,src/test/api/common) \
34
$(call all-
harmony
-test-java-files-under,luni,src/test/api/unix) \
35
$(call all-
harmony
-test-java-files-under,luni,src/test/impl/common) \
36
$(call all-
harmony
-test-java-files-under,luni,src/test/impl/unix)
39
define
harmony
-test-resource-dirs
43
$(call
harmony
-test-resource-dirs,$(harmony_test_dirs)) \
44
$(call
harmony
-test-resource-dirs,luni
[
all
...]
/external/apache-harmony/luni/src/test/resources/net.resources/FTP/jcltest/
nettest.txt
1
This text file is used for testing the java.net package of the
Harmony
class libraries
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
TestEnum1.java
1
package org.apache.
harmony
.annotation.tests.java.lang.annotation;
TestEnum1b.java
1
package org.apache.
harmony
.annotation.tests.java.lang.annotation;
/external/apache-harmony/logging/src/test/resources/config/java/util/logging/
logging.config
1
handlers=org.apache.
harmony
.logging.tests.java.util.logging.LogManagerTest$MockHandler , java.util.logging.ConsoleHandler
3
org.apache.
harmony
.logging.tests.java.util.logging.LogManagerTest$MockHandler.level=OF
/libcore/
ThirdPartyProject.prop
7
keywords=apache
harmony
9
homepage=http\://
harmony
.apache.org/
/libcore/luni/src/test/resources/config/java/util/logging/
logging.config
1
handlers=org.apache.
harmony
.logging.tests.java.util.logging.LogManagerTest$MockHandler , java.util.logging.ConsoleHandler
3
org.apache.
harmony
.logging.tests.java.util.logging.LogManagerTest$MockHandler.level=OF
/libcore/luni/src/test/resources/org/apache/harmony/luni/tests/java/lang/
A.class
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreLoadStoreParameterTest.java
1
package org.apache.
harmony
.security.tests.java.security;
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyProvider.java
1
package org.apache.
harmony
.security.tests.support;
/libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
MessageImprint.java
20
package org.apache.
harmony
.security.x509.tsp;
22
import org.apache.
harmony
.security.asn1.ASN1OctetString;
23
import org.apache.
harmony
.security.asn1.ASN1Sequence;
24
import org.apache.
harmony
.security.asn1.ASN1Type;
25
import org.apache.
harmony
.security.asn1.BerInputStream;
26
import org.apache.
harmony
.security.x509.AlgorithmIdentifier;
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/utils/
AlgNameMapperTest.java
18
package org.apache.
harmony
.security.tests.utils;
20
import org.apache.
harmony
.security.utils.AlgNameMapper;
27
* @tests org.apache.
harmony
.security.utils.AlgNameMapper#getStandardName(String)
30
//Regression for
HARMONY
-962
38
* @tests org.apache.
harmony
.security.utils.AlgNameMapper#isOID(String)
41
//Regression for
HARMONY
-962
53
* @tests org.apache.
harmony
.security.utils.AlgNameMapper.selectEntries(Provider)
56
// Regression for
HARMONY
-1185
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
TimeStampRespTest.java
18
package org.apache.
harmony
.security.tests.x509.tsp;
28
import org.apache.
harmony
.security.asn1.ASN1Integer;
29
import org.apache.
harmony
.security.asn1.ASN1OctetString;
30
import org.apache.
harmony
.security.pkcs7.ContentInfo;
31
import org.apache.
harmony
.security.pkcs7.SignedData;
32
import org.apache.
harmony
.security.pkcs7.SignerInfo;
33
import org.apache.
harmony
.security.x501.Name;
34
import org.apache.
harmony
.security.x509.AlgorithmIdentifier;
35
import org.apache.
harmony
.security.x509.Extension;
36
import org.apache.
harmony
.security.x509.Extensions
[
all
...]
TimeStampReqTest.java
18
package org.apache.
harmony
.security.tests.x509.tsp;
26
import org.apache.
harmony
.security.x509.AlgorithmIdentifier;
27
import org.apache.
harmony
.security.x509.Extension;
28
import org.apache.
harmony
.security.x509.Extensions;
29
import org.apache.
harmony
.security.x509.tsp.MessageImprint;
30
import org.apache.
harmony
.security.x509.tsp.TimeStampReq;
36
* @tests 'org.apache.
harmony
.security.x509.tsp.TimeStampReq.getEncoded()'
PKIStatusInfoTest.java
18
package org.apache.
harmony
.security.tests.x509.tsp;
24
import org.apache.
harmony
.security.x509.tsp.PKIFailureInfo;
25
import org.apache.
harmony
.security.x509.tsp.PKIStatus;
26
import org.apache.
harmony
.security.x509.tsp.PKIStatusInfo;
34
* @tests 'org.apache.
harmony
.security.x509.tsp.PKIStatusInfo.getEncoded()'
TSTInfoTest.java
18
package org.apache.
harmony
.security.tests.x509.tsp;
27
import org.apache.
harmony
.security.x501.Name;
28
import org.apache.
harmony
.security.x509.AlgorithmIdentifier;
29
import org.apache.
harmony
.security.x509.Extension;
30
import org.apache.
harmony
.security.x509.Extensions;
31
import org.apache.
harmony
.security.x509.GeneralName;
32
import org.apache.
harmony
.security.x509.tsp.MessageImprint;
33
import org.apache.
harmony
.security.x509.tsp.TSTInfo;
39
* @tests 'org.apache.
harmony
.security.x509.tsp.TSTInfo.getEncoded()'
/frameworks/base/core/java/android/ddm/
README.txt
4
has the essentials. Subclass org.apache.
harmony
.dalvik.ddmc.ChunkHandler and add a new
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyFailingCertPath.java
1
package org.apache.
harmony
.security.tests.support.cert;
MyFailingCertificate.java
1
package org.apache.
harmony
.security.tests.support.cert;
/libcore/luni/src/main/java/java/security/
security.properties
22
security.provider.1=org.apache.
harmony
.xnet.provider.jsse.OpenSSLProvider
23
# Favor
Harmony
's CertificateFactory.X509 over BouncyCastle's
24
security.provider.2=org.apache.
harmony
.security.provider.cert.DRLCertFactory
27
# Remaining
Harmony
providers
28
security.provider.4=org.apache.
harmony
.security.provider.crypto.CryptoProvider
29
security.provider.5=org.apache.
harmony
.xnet.provider.jsse.JSSEProvider
43
ssl.SocketFactory.provider=org.apache.
harmony
.xnet.provider.jsse.OpenSSLSocketFactoryImpl
44
#ssl.SocketFactory.provider=org.apache.
harmony
.xnet.provider.jsse.SSLSocketFactoryImpl
47
ssl.ServerSocketFactory.provider=org.apache.
harmony
.xnet.provider.jsse.OpenSSLServerSocketFactoryImpl
62
system.scope=org.apache.
harmony
.security.SystemScop
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs10/
CertificationRequestInfo.java
18
package org.apache.
harmony
.security.pkcs10;
22
import org.apache.
harmony
.security.asn1.ASN1Implicit;
23
import org.apache.
harmony
.security.asn1.ASN1Integer;
24
import org.apache.
harmony
.security.asn1.ASN1Sequence;
25
import org.apache.
harmony
.security.asn1.ASN1SetOf;
26
import org.apache.
harmony
.security.asn1.ASN1Type;
27
import org.apache.
harmony
.security.asn1.BerInputStream;
28
import org.apache.
harmony
.security.x501.AttributeTypeAndValue;
29
import org.apache.
harmony
.security.x501.Name;
30
import org.apache.
harmony
.security.x509.SubjectPublicKeyInfo
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs8/
PrivateKeyInfo.java
19
package org.apache.
harmony
.security.pkcs8;
22
import org.apache.
harmony
.security.asn1.ASN1Implicit;
23
import org.apache.
harmony
.security.asn1.ASN1Integer;
24
import org.apache.
harmony
.security.asn1.ASN1OctetString;
25
import org.apache.
harmony
.security.asn1.ASN1Sequence;
26
import org.apache.
harmony
.security.asn1.ASN1SetOf;
27
import org.apache.
harmony
.security.asn1.ASN1Type;
28
import org.apache.
harmony
.security.asn1.BerInputStream;
29
import org.apache.
harmony
.security.x501.AttributeTypeAndValue;
30
import org.apache.
harmony
.security.x509.AlgorithmIdentifier
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
PolicyQualifierInfo.java
23
package org.apache.
harmony
.security.x509;
25
import org.apache.
harmony
.security.asn1.ASN1Any;
26
import org.apache.
harmony
.security.asn1.ASN1Oid;
27
import org.apache.
harmony
.security.asn1.ASN1Sequence;
28
import org.apache.
harmony
.security.asn1.ASN1Type;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/file/
FileURLConnectionTest.java
17
package org.apache.
harmony
.luni.tests.internal.net.www.protocol.file;
33
String resourceName = "org/apache/
harmony
/luni/tests/" + fileName;
40
// Regression for
HARMONY
-4699
51
// Regression for
Harmony
-5737
52
String resourceName = "org/apache/
harmony
/luni/tests/" + "test.rtf";
60
// Regression for
Harmony
-5779
69
String resourceName = "org/apache/
harmony
/luni/tests/"; //folder name
75
resourceName = "org/apache/
harmony
/luni/tests/" + "test.rtf";; //folder name
90
String resourceName = "org/apache/
harmony
/luni/tests/";
Completed in 1436 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>