HomeSort by relevance Sort by last modified time
    Searched refs:apache (Results 476 - 500 of 3948) sorted by null

<<11121314151617181920>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
DuplicateHeapByteBufferTest.java 1 /* Licensed to the Apache Software Foundation (ASF) under one or more
4 * The ASF licenses this file to You under the Apache License, Version 2.0
8 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.harmony.nio.tests.java.nio;
DuplicateWrappedByteBufferTest.java 1 /* Licensed to the Apache Software Foundation (ASF) under one or more
4 * The ASF licenses this file to You under the Apache License, Version 2.0
8 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.harmony.nio.tests.java.nio;
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Exception.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
23 package org.apache.harmony.security.asn1;
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
AuthenticatedAttributes.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
22 package org.apache.harmony.security.pkcs7;
25 import org.apache.harmony.security.asn1.ASN1SetOf;
26 import org.apache.harmony.security.asn1.BerInputStream;
27 import org.apache.harmony.security.x501.AttributeTypeAndValue;
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
DRLCertFactory.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
23 package org.apache.harmony.security.provider.cert;
40 put("CertificateFactory.X509", "org.apache.harmony.security.provider.cert.X509CertFactoryImpl");
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
ORAddress.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
23 package org.apache.harmony.security.x509;
25 import org.apache.harmony.security.asn1.ASN1Sequence;
26 import org.apache.harmony.security.asn1.ASN1Type;
27 import org.apache.harmony.security.asn1.BerInputStream;
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyProvider.java 1 package org.apache.harmony.security.tests.support;
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyFailingCertPath.java 1 package org.apache.harmony.security.tests.support.cert;
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/spec/
MyEncodedKeySpec.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
23 package org.apache.harmony.security.tests.support.spec;
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CloseShieldInputStream.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.commons.io.input;
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
CloseShieldOutputStream.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.commons.io.output;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
Address.java 2 * Licensed to the Apache Software Foundation (ASF) under one *
6 * to you under the Apache License, Version 2.0 (the *
10 * http://www.apache.org/licenses/LICENSE-2.0 *
20 package org.apache.james.mime4j.field.address;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
AbstractBody.java 2 * Licensed to the Apache Software Foundation (ASF) under one *
6 * to you under the Apache License, Version 2.0 (the *
10 * http://www.apache.org/licenses/LICENSE-2.0 *
20 package org.apache.james.mime4j.message;
34 * @see org.apache.james.mime4j.message.Body#getParent()
41 * @see org.apache.james.mime4j.message.Body#setParent(org.apache.james.mime4j.message.Entity)
BinaryBody.java 2 * Licensed to the Apache Software Foundation (ASF) under one *
6 * to you under the Apache License, Version 2.0 (the *
10 * http://www.apache.org/licenses/LICENSE-2.0 *
20 package org.apache.james.mime4j.message;
TextBody.java 2 * Licensed to the Apache Software Foundation (ASF) under one *
6 * to you under the Apache License, Version 2.0 (the *
10 * http://www.apache.org/licenses/LICENSE-2.0 *
20 package org.apache.james.mime4j.message;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/apache-http/src/org/apache/http/client/methods/
HttpRequestBase.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/methods/HttpRequestBase.java $
7 * Licensed to the Apache Software Foundation (ASF) under one
11 * to you under the Apache License, Version 2.0 (the
15 * http://www.apache.org/licenses/LICENSE-2.0
26 * individuals on behalf of the Apache Software Foundation. For more
27 * information on the Apache Software Foundation, please see
28 * <http://www.apache.org/>.
32 package org.apache.http.client.methods;
39 import org.apache.http.ProtocolVersion
    [all...]
  /external/apache-http/src/org/apache/http/impl/entity/
LaxContentLengthStrategy.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/entity/LaxContentLengthStrategy.java $
7 * Licensed to the Apache Software Foundation (ASF) under one
11 * to you under the Apache License, Version 2.0 (the
15 * http://www.apache.org/licenses/LICENSE-2.0
26 * individuals on behalf of the Apache Software Foundation. For more
27 * information on the Apache Software Foundation, please see
28 * <http://www.apache.org/>.
32 package org.apache.http.impl.entity;
34 import org.apache.http.Header
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/serialization/
UnsupportedCallbackExceptionTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
22 package org.apache.harmony.auth.tests.javax.security.auth.callback.serialization;
27 import org.apache.harmony.testframework.serialization.SerializationTest;
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/serialization/
SubjectTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
22 package org.apache.harmony.auth.tests.javax.security.auth.serialization;
26 import org.apache.harmony.testframework.serialization.SerializationTest;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/serialization/
CertificateEncodingExceptionTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
22 package org.apache.harmony.security.tests.javax.security.cert.serialization;
26 import org.apache.harmony.testframework.serialization.SerializationTest;
CertificateExceptionTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
22 package org.apache.harmony.security.tests.javax.security.cert.serialization;
26 import org.apache.harmony.testframework.serialization.SerializationTest;
CertificateParsingExceptionTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
22 package org.apache.harmony.security.tests.javax.security.cert.serialization;
26 import org.apache.harmony.testframework.serialization.SerializationTest;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs10/
CertificationRequestTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.harmony.security.tests.pkcs10;
27 import org.apache.harmony.security.pkcs10.CertificationRequest;
28 import org.apache.harmony.security.pkcs10.CertificationRequestInfo;
29 import org.apache.harmony.security.x501.AttributeTypeAndValue;
30 import org.apache.harmony.security.x501.AttributeValue;
31 import org.apache.harmony.security.x501.Name;
32 import org.apache.harmony.security.x509.AlgorithmIdentifier
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/serialization/
SSLHandshakeExceptionTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
5 * The ASF licenses this file to You under the Apache License, Version 2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
22 package org.apache.harmony.xnet.tests.javax.net.ssl.serialization;
26 import org.apache.harmony.testframework.serialization.SerializationTest;

Completed in 2077 milliseconds

<<11121314151617181920>>