OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:harmony
(Results
51 - 75
of
1855
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
PolicyInformation.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;
29
import org.apache.
harmony
.security.asn1.BerInputStream;
30
import org.apache.
harmony
.security.asn1.ObjectIdentifier;
AccessDescription.java
18
package org.apache.
harmony
.security.x509;
20
import org.apache.
harmony
.security.asn1.ASN1Oid;
21
import org.apache.
harmony
.security.asn1.ASN1Sequence;
22
import org.apache.
harmony
.security.asn1.ASN1Type;
23
import org.apache.
harmony
.security.asn1.BerInputStream;
24
import org.apache.
harmony
.security.asn1.ObjectIdentifier;
BasicConstraints.java
18
package org.apache.
harmony
.security.x509;
22
import org.apache.
harmony
.security.asn1.ASN1Boolean;
23
import org.apache.
harmony
.security.asn1.ASN1Integer;
24
import org.apache.
harmony
.security.asn1.ASN1Type;
25
import org.apache.
harmony
.security.asn1.ASN1Sequence;
26
import org.apache.
harmony
.security.asn1.BerInputStream;
DistributionPointName.java
23
package org.apache.
harmony
.security.x509;
28
import org.apache.
harmony
.security.asn1.ASN1Choice;
29
import org.apache.
harmony
.security.asn1.ASN1Implicit;
30
import org.apache.
harmony
.security.asn1.ASN1Type;
31
import org.apache.
harmony
.security.asn1.BerInputStream;
32
import org.apache.
harmony
.security.x501.Name;
EDIPartyName.java
23
package org.apache.
harmony
.security.x509;
25
import org.apache.
harmony
.security.asn1.ASN1Explicit;
26
import org.apache.
harmony
.security.asn1.ASN1Sequence;
27
import org.apache.
harmony
.security.asn1.ASN1Type;
28
import org.apache.
harmony
.security.asn1.BerInputStream;
29
import org.apache.
harmony
.security.x501.DirectoryString;
ExtendedKeyUsage.java
18
package org.apache.
harmony
.security.x509;
23
import org.apache.
harmony
.security.asn1.ASN1Type;
24
import org.apache.
harmony
.security.asn1.ASN1SequenceOf;
25
import org.apache.
harmony
.security.asn1.ASN1Oid;
26
import org.apache.
harmony
.security.asn1.BerInputStream;
27
import org.apache.
harmony
.security.asn1.ObjectIdentifier;
GeneralSubtrees.java
23
package org.apache.
harmony
.security.x509;
29
import org.apache.
harmony
.security.asn1.ASN1SequenceOf;
30
import org.apache.
harmony
.security.asn1.ASN1Type;
31
import org.apache.
harmony
.security.asn1.BerInputStream;
45
* @see org.apache.
harmony
.security.x509.NameConstraints
46
* @see org.apache.
harmony
.security.x509.GeneralSubtree
PrivateKeyUsagePeriod.java
23
package org.apache.
harmony
.security.x509;
27
import org.apache.
harmony
.security.asn1.ASN1GeneralizedTime;
28
import org.apache.
harmony
.security.asn1.ASN1Implicit;
29
import org.apache.
harmony
.security.asn1.ASN1Sequence;
30
import org.apache.
harmony
.security.asn1.ASN1Type;
31
import org.apache.
harmony
.security.asn1.BerInputStream;
/dalvik/libcore/security/src/test/java/tests/security/cert/
X509CRLSelectorTest.java
53
//Regression for
HARMONY
-465
73
//Regression for
HARMONY
-465
82
// Regression for
HARMONY
-1076
101
// Regression for
HARMONY
-736
119
//Regression for
HARMONY
-465
139
//Regression for
HARMONY
-465
159
// Regression for
HARMONY
-737
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/tsp/
TSTInfo.java
20
package org.apache.
harmony
.security.x509.tsp;
25
import org.apache.
harmony
.security.asn1.ASN1Boolean;
26
import org.apache.
harmony
.security.asn1.ASN1Explicit;
27
import org.apache.
harmony
.security.asn1.ASN1GeneralizedTime;
28
import org.apache.
harmony
.security.asn1.ASN1Implicit;
29
import org.apache.
harmony
.security.asn1.ASN1Integer;
30
import org.apache.
harmony
.security.asn1.ASN1Oid;
31
import org.apache.
harmony
.security.asn1.ASN1Sequence;
32
import org.apache.
harmony
.security.asn1.ASN1Type;
33
import org.apache.
harmony
.security.asn1.BerInputStream
[
all
...]
TimeStampReq.java
20
package org.apache.
harmony
.security.x509.tsp;
24
import org.apache.
harmony
.security.asn1.ASN1Boolean;
25
import org.apache.
harmony
.security.asn1.ASN1Implicit;
26
import org.apache.
harmony
.security.asn1.ASN1Integer;
27
import org.apache.
harmony
.security.asn1.ASN1Oid;
28
import org.apache.
harmony
.security.asn1.ASN1Sequence;
29
import org.apache.
harmony
.security.asn1.ASN1Type;
30
import org.apache.
harmony
.security.asn1.BerInputStream;
31
import org.apache.
harmony
.security.asn1.ObjectIdentifier;
32
import org.apache.
harmony
.security.x509.Extensions
[
all
...]
/dalvik/libcore/security/src/main/java/java/security/
security.properties
24
#
Harmony
providers
25
security.provider.1=org.apache.
harmony
.security.provider.cert.DRLCertFactory
26
security.provider.2=org.apache.
harmony
.security.provider.crypto.CryptoProvider
27
security.provider.3=org.apache.
harmony
.xnet.provider.jsse.JSSEProvider
35
login.configuration.provider=org.apache.
harmony
.auth.login.DefaultConfiguration
50
policy.provider=org.apache.
harmony
.security.fortress.DefaultPolicy
76
package.access=org.apache.
harmony
.security.fortress.,com.intel.fortress.,com.ibm.oti.
89
ssl.SocketFactory.provider=org.apache.
harmony
.xnet.provider.jsse.OpenSSLSocketFactoryImpl
99
ssl.ServerSocketFactory.provider=org.apache.
harmony
.xnet.provider.jsse.OpenSSLServerSocketFactoryImpl
115
system.scope=org.apache.
harmony
.security.SystemScop
[
all
...]
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/pkcs10/
CertificationRequestInfo.java
18
package org.apache.
harmony
.security.pkcs10;
24
import org.apache.
harmony
.security.asn1.ASN1Implicit;
25
import org.apache.
harmony
.security.asn1.ASN1Integer;
26
import org.apache.
harmony
.security.asn1.ASN1Sequence;
27
import org.apache.
harmony
.security.asn1.ASN1SetOf;
28
import org.apache.
harmony
.security.asn1.ASN1Type;
29
import org.apache.
harmony
.security.asn1.BerInputStream;
30
import org.apache.
harmony
.security.x501.AttributeTypeAndValue;
31
import org.apache.
harmony
.security.x501.Name;
32
import org.apache.
harmony
.security.x509.SubjectPublicKeyInfo
[
all
...]
/frameworks/base/
preloaded-classes
[
all
...]
/frameworks/base/awt/org/apache/harmony/x/imageio/plugins/jpeg/
JPEGImageReader.java
21
package org.apache.
harmony
.x.imageio.plugins.jpeg;
32
import org.apache.
harmony
.awt.gl.image.DecodingImageSource;
33
import org.apache.
harmony
.awt.gl.image.OffscreenImage;
40
* This implementation uses org.apache.
harmony
.awt.gl.image.JpegDecoder to read
45
* @see org.apache.
harmony
.awt.gl.image.JpegDecoder
46
* @see org.apache.
harmony
.x.imageio.plugins.jpeg.IISDecodingImageSource
/cts/tests/core/luni-io/
Android.mk
27
$(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/org/apache/
harmony
/luni/tests/java/io) \
29
$(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/org/apache/
harmony
/luni/tests/pkg1) \
30
$(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/org/apache/
harmony
/luni/tests/pkg2) \
/cts/tests/core/luni-net/
Android.mk
26
LOCAL_SRC_FILES := $(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/org/apache/
harmony
/luni/tests/java/net) \
28
$(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/org/apache/
harmony
/luni/tests/internal/net/www/protocol/http) \
29
$(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/org/apache/
harmony
/luni/tests/internal/net/www/protocol/https) \
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
AllTests.java
17
package org.apache.
harmony
.crypto.tests.javax.crypto.func;
23
* This is autogenerated source file. Includes tests for package org.apache.
harmony
.crypto.tests.javax.crypto;
33
TestSuite suite = new TestSuite("All tests for package org.apache.
harmony
.crypto.tests.javax.crypto.func;");
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
AllTests.java
17
package org.apache.
harmony
.crypto.tests.javax.crypto.spec;
23
* This is autogenerated source file. Includes tests for package org.apache.
harmony
.crypto.tests.javax.crypto.spec;
33
TestSuite suite = tests.TestSuiteFactory.createTestSuite("All tests for package org.apache.
harmony
.crypto.tests.javax.crypto.spec;");
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
ArrayListTest.java
1
package org.apache.
harmony
.luni.tests.java.util;
23
// Regression for
HARMONY
-539
24
// https://issues.apache.org/jira/browse/
HARMONY
-539
FormatterClosedExceptionTest.java
17
package org.apache.
harmony
.luni.tests.java.util;
28
import org.apache.
harmony
.testframework.serialization.SerializationTest;
29
import org.apache.
harmony
.testframework.serialization.SerializationTest.SerializableAssert;
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/util/
Base64Test.java
18
package org.apache.
harmony
.luni.tests.util;
25
import org.apache.
harmony
.luni.util.Base64;
47
// Regression for
HARMONY
-1513
/dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/
AllTests.java
17
package org.apache.
harmony
.math.tests.java.math;
23
* This is autogenerated source file. Includes tests for package org.apache.
harmony
.tests.java.math;
33
TestSuite suite = tests.TestSuiteFactory.createTestSuite("All tests for package org.apache.
harmony
.tests.java.math;");
/dalvik/libcore/nio/src/test/java/tests/nio/
AllTests.java
34
suite.addTest(org.apache.
harmony
.nio.tests.java.nio.AllTests.suite());
35
suite.addTest(org.apache.
harmony
.nio.tests.java.nio.channels.AllTests.suite());
36
suite.addTest(org.apache.
harmony
.nio.tests.java.nio.channels.spi.AllTests.suite());
/dalvik/libcore/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
AllTests.java
17
package org.apache.
harmony
.prefs.tests.java.util.prefs;
23
* Suite for package org.apache.
harmony
.prefs.tests.java.util.prefs
33
TestSuite suite = tests.TestSuiteFactory.createTestSuite("Suite for org.apache.
harmony
.prefs.tests.java.util.prefs");
Completed in 119 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>