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
2021
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/smack/asmack-master/patch/
10-remove-unused-harmony.sh
5
rm -rf org/apache/
harmony
/auth
6
rm -rf org/apache/
harmony
/javax/security/auth/kerberos/
7
rm -rf org/apache/
harmony
/javax/security/auth/x500/
9
rm org/apache/
harmony
/javax/security/auth/Policy.java
00-relocate-javax.security.sh
3
mkdir -p org/apache/
harmony
/
4
mv javax org/apache/
harmony
/
5
find org/apache/
harmony
/ -name '*.java' -exec sed -i 's:package javax:package org.apache.
harmony
.javax:g' '{}' ';'
6
find -name '*.java' -exec sed -i 's:import javax.security.sasl:import org.apache.
harmony
.javax.security.sasl:g' '{}' ';'
7
find -name '*.java' -exec sed -i 's:import javax.security.auth:import org.apache.
harmony
.javax.security.auth:g' '{}' ';'
11-remove-nls-harmony.sh
3
find org/apache/
harmony
-name '*.java' -exec sed -i 's:import org.apache.
harmony
.auth.internal.nls.Messages;::' '{}' ';'
4
find org/apache/
harmony
-name '*.java' -exec sed -i 's:Messages.getString(\("[^"]*"\)):\1:g' '{}' ';'
40-enable-custom-sasl.sh
3
find -name '*.java' -exec sed -i 's:import org.apache.
harmony
.javax.security.sasl.Sasl;:import de.measite.smack.Sasl;:g' '{}' ';'
13-mock-configuration.patch
1
diff -ur ../../src-unpatched/trunk/org/apache/
harmony
/javax/security/auth/login/Configuration.java ./org/apache/
harmony
/javax/security/auth/login/Configuration.java
2
--- ../../src-unpatched/trunk/org/apache/
harmony
/javax/security/auth/login/Configuration.java 2009-12-06 18:40:25.000000000 +0100
3
+++ ./org/apache/
harmony
/javax/security/auth/login/Configuration.java 2009-12-06 18:44:23.000000000 +0100
6
import org.apache.
harmony
.javax.security.auth.AuthPermission;
8
-import org.apache.
harmony
.security.fortress.PolicyUtils;
/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
26
$(call all-
harmony
-test-java-files-under,$(harmony_test_dirs),src/test/java) \
27
$(call all-
harmony
-test-java-files-under,$(harmony_test_dirs),src/test/support/java) \
28
$(call all-
harmony
-test-java-files-under,luni,src/test/api/common) \
29
$(call all-
harmony
-test-java-files-under,luni,src/test/api/unix) \
30
$(call all-
harmony
-test-java-files-under,luni,src/test/impl/common) \
31
$(call all-
harmony
-test-java-files-under,luni,src/test/impl/unix)
34
define
harmony
-test-resource-dirs
38
$(call
harmony
-test-resource-dirs,$(harmony_test_dirs)) \
39
$(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/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
/dalvik/vm/compiler/codegen/x86/libenc/
README.txt
1
Original source from Apache
Harmony
5.0M15 (r991518 from 2010-09-01) at
2
http://
harmony
.apache.org/.
18
Harmony
files.
/libcore/luni/src/test/resources/org/apache/harmony/luni/tests/java/lang/
A.class
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyProvider.java
1
package org.apache.
harmony
.security.tests.support;
/external/bouncycastle/
README.android
65
libcore/luni/src/test/java/org/apache/
harmony
/security/tests/java/security/AlgorithmParameterGenerator1Test.java
66
libcore/luni/src/test/java/org/apache/
harmony
/security/tests/java/security/AlgorithmParameterGenerator2Test.java
67
libcore/luni/src/test/java/org/apache/
harmony
/security/tests/java/security/AlgorithmParametersSpiTest.java
68
libcore/luni/src/test/java/org/apache/
harmony
/security/tests/java/security/AlgorithmParametersTest.java
69
libcore/luni/src/test/java/org/apache/
harmony
/security/tests/java/security/AlgorithmParametersTest.java
107
libcore/luni/src/test/java/org/apache/
harmony
/security/tests/java/security/CodeSignerTest.java
110
libcore/luni/src/test/java/org/apache/
harmony
/crypto/tests/javax/crypto/CipherTest.java
111
libcore/luni/src/test/java/org/apache/
harmony
/crypto/tests/javax/crypto/NullCipherTest.java
113
libcore/luni/src/test/java/org/apache/
harmony
/security/tests/java/security/DigestInputStream2Test.java
114
libcore/luni/src/test/java/org/apache/
harmony
/security/tests/java/security/DigestInputStreamTest.jav
[
all
...]
/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()'
/external/smack/src/org/apache/harmony/javax/security/auth/spi/
LoginModule.java
18
package org.apache.
harmony
.javax.security.auth.spi;
22
import org.apache.
harmony
.javax.security.auth.Subject;
23
import org.apache.
harmony
.javax.security.auth.callback.CallbackHandler;
24
import org.apache.
harmony
.javax.security.auth.login.LoginException;
/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/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
...]
Completed in 227 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>