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
1855
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/security/
MODULE_LICENSE_APACHE2
1
For
Harmony
code
/dalvik/libcore/annotation/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;
/dalvik/libcore/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
logging.properties
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/libcore/luni/src/test/resources/org/apache/harmony/luni/tests/java/lang/
A.class
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreLoadStoreParameterTest.java
1
package org.apache.
harmony
.security.tests.java.security;
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyProvider.java
1
package org.apache.
harmony
.security.tests.support;
/frameworks/base/awt/com/android/internal/awt/
AndroidWTK.java
21
import org.apache.
harmony
.awt.wtk.CursorFactory;
22
import org.apache.
harmony
.awt.wtk.GraphicsFactory;
23
import org.apache.
harmony
.awt.wtk.NativeEventQueue;
24
import org.apache.
harmony
.awt.wtk.NativeIM;
25
import org.apache.
harmony
.awt.wtk.NativeMouseInfo;
26
import org.apache.
harmony
.awt.wtk.NativeRobot;
27
import org.apache.
harmony
.awt.wtk.SystemProperties;
28
import org.apache.
harmony
.awt.wtk.WTK;
29
import org.apache.
harmony
.awt.wtk.WindowFactory;
AndroidGraphicsFactory.java
25
import org.apache.
harmony
.awt.gl.MultiRectArea;
26
import org.apache.
harmony
.awt.gl.font.AndroidFont;
27
import org.apache.
harmony
.awt.gl.font.FontManager;
28
import org.apache.
harmony
.awt.gl.font.FontMetricsImpl;
29
import org.apache.
harmony
.awt.gl.font.AndroidFontManager;
30
import org.apache.
harmony
.awt.wtk.NativeWindow;
31
import org.apache.
harmony
.awt.wtk.WindowFactory;
32
import org.apache.
harmony
.awt.gl.CommonGraphics2DFactory;
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x501/
Attributes.java
22
package org.apache.
harmony
.security.x501;
24
import org.apache.
harmony
.security.asn1.ASN1OpenType;
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.InformationObjectSet;
/dalvik/libcore/security/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;
PKIStatusInfo.java
20
package org.apache.
harmony
.security.x509.tsp;
25
import org.apache.
harmony
.security.asn1.ASN1BitString;
26
import org.apache.
harmony
.security.asn1.ASN1Integer;
27
import org.apache.
harmony
.security.asn1.ASN1Sequence;
28
import org.apache.
harmony
.security.asn1.ASN1SequenceOf;
29
import org.apache.
harmony
.security.asn1.ASN1StringType;
30
import org.apache.
harmony
.security.asn1.ASN1Type;
31
import org.apache.
harmony
.security.asn1.BerInputStream;
32
import org.apache.
harmony
.security.asn1.BitString;
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/
Util.java
18
package org.apache.
harmony
.security;
23
return org.apache.
harmony
.luni.util.Util.toASCIIUpperCase(s);
27
s1 = org.apache.
harmony
.luni.util.Util.toASCIIUpperCase(s1);
28
s2 = org.apache.
harmony
.luni.util.Util.toASCIIUpperCase(s2);
/dalvik/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;
/dalvik/libcore-disabled/
NOTICE
4
== in this case for the Apache
Harmony
distribution. ==
7
Apache
Harmony
13
Portions of
Harmony
were originally developed by
16
License Agreement", informally known as the "Intel
Harmony
CLA".
/frameworks/base/core/java/android/ddm/
README.txt
4
has the essentials. Subclass org.apache.
harmony
.dalvik.ddmc.ChunkHandler and add a new
/frameworks/base/awt/org/apache/harmony/x/imageio/plugins/jpeg/
JPEGSpiConsts.java
21
package org.apache.
harmony
.x.imageio.plugins.jpeg;
33
static final String readerClassName = "org.apache.
harmony
.x.imageio.plugins.jpeg.JPEGImageReader";
34
static final String writerClassName = "org.apache.
harmony
.x.imageio.plugins.jpeg.JPEGImageWriter";
40
static final String[] writerSpiNames = {"org.apache.
harmony
.x.imageio.plugins.jpeg.JPEGImageWriterSpi"};
41
static final String[] readerSpiNames = {"org.apache.
harmony
.x.imageio.plugins.jpeg.JPEGImageReaderSpi"};
51
"org.apache.
harmony
.x.imageio.plugins.jpeg.MyFormatMetadata_1.0";
53
"org.apache.
harmony
.x.imageio.plugins.jpeg.MyFormatMetadata";
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/pkcs8/
PrivateKeyInfo.java
19
package org.apache.
harmony
.security.pkcs8;
21
import org.apache.
harmony
.security.asn1.ASN1Implicit;
22
import org.apache.
harmony
.security.asn1.ASN1Integer;
23
import org.apache.
harmony
.security.asn1.ASN1OctetString;
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;
29
import org.apache.
harmony
.security.x501.AttributeTypeAndValue;
31
import org.apache.
harmony
.security.x509.AlgorithmIdentifier
[
all
...]
/frameworks/base/awt/javax/imageio/spi/
IIORegistry.java
26
import org.apache.
harmony
.x.imageio.plugins.jpeg.JPEGImageReaderSpi;
27
import org.apache.
harmony
.x.imageio.plugins.jpeg.JPEGImageWriterSpi;
28
import org.apache.
harmony
.x.imageio.plugins.png.PNGImageReaderSpi;
29
import org.apache.
harmony
.x.imageio.plugins.png.PNGImageWriterSpi;
30
import org.apache.
harmony
.x.imageio.spi.FileIISSpi;
31
import org.apache.
harmony
.x.imageio.spi.FileIOSSpi;
32
import org.apache.
harmony
.x.imageio.spi.InputStreamIISSpi;
33
import org.apache.
harmony
.x.imageio.spi.OutputStreamIOSSpi;
34
import org.apache.
harmony
.x.imageio.spi.RAFIISSpi;
35
import org.apache.
harmony
.x.imageio.spi.RAFIOSSpi
[
all
...]
/dalvik/libcore/crypto/src/test/java/tests/crypto/
AllTests.java
35
suite.addTest(org.apache.
harmony
.crypto.tests.javax.crypto.interfaces.AllTests.suite());
36
suite.addTest(org.apache.
harmony
.crypto.tests.javax.crypto.serialization.AllTests.suite());
37
suite.addTest(org.apache.
harmony
.crypto.tests.javax.crypto.spec.AllTests.suite());
38
suite.addTest(org.apache.
harmony
.crypto.tests.javax.crypto.func.AllTests.suite());
39
suite.addTest(org.apache.
harmony
.crypto.tests.javax.crypto.AllTests.suite());
/dalvik/libcore/security/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;
/frameworks/base/awt/org/apache/harmony/awt/wtk/
WTK.java
21
package org.apache.
harmony
.awt.wtk;
34
* org.apache.
harmony
.awt.wtk.CursorFactory.
41
* org.apache.
harmony
.awt.wtk.NativeMouseInfo.
50
* org.apache.
harmony
.awt.wtk.NativeRobot.
57
* class org.apache.
harmony
.awt.wtk.NativeIM.
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/
FileChannelFactory.java
23
package org.apache.
harmony
.nio;
27
import org.apache.
harmony
.nio.internal.ReadOnlyFileChannel;
28
import org.apache.
harmony
.nio.internal.ReadWriteFileChannel;
29
import org.apache.
harmony
.nio.internal.WriteOnlyFileChannel;
30
import org.apache.
harmony
.nio.internal.nls.Messages;
31
import org.apache.
harmony
.luni.platform.IFileSystem;
Completed in 154 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>