OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apache
(Results
526 - 550
of
3948
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncNormalizeSpace.java
2
* Licensed to the
Apache
Software Foundation (ASF) under one
6
* to you under the
Apache
License, Version 2.0 (the "License");
10
* http://www.
apache
.org/licenses/LICENSE-2.0
21
package org.
apache
.xpath.functions;
23
import org.
apache
.xml.dtm.DTM;
24
import org.
apache
.xml.utils.XMLString;
25
import org.
apache
.xpath.XPathContext;
26
import org.
apache
.xpath.objects.XObject;
27
import org.
apache
.xpath.objects.XString;
/external/apache-xml/src/main/java/org/apache/xpath/operations/
UnaryOperation.java
2
* Licensed to the
Apache
Software Foundation (ASF) under one
6
* to you under the
Apache
License, Version 2.0 (the "License");
10
* http://www.
apache
.org/licenses/LICENSE-2.0
21
package org.
apache
.xpath.operations;
23
import org.
apache
.xpath.Expression;
24
import org.
apache
.xpath.ExpressionOwner;
25
import org.
apache
.xpath.XPathContext;
26
import org.
apache
.xpath.XPathVisitor;
27
import org.
apache
.xpath.objects.XObject;
120
* @see org.
apache
.xpath.XPathVisitable#callVisitors(ExpressionOwner, XPathVisitor
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-log4j.jar
ant-weblogic.jar
ant-apache-bcel.jar
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
HttpEntityStub.java
1
package com.xtremelabs.robolectric.tester.org.
apache
.http;
3
import org.
apache
.http.Header;
4
import org.
apache
.http.HttpEntity;
5
import org.
apache
.http.HttpException;
6
import org.
apache
.http.HttpRequest;
7
import org.
apache
.http.HttpResponse;
/external/smack/src/org/apache/qpid/management/common/sasl/
UserPasswordCallbackHandler.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
.qpid.management.common.sasl;
22
import org.
apache
.harmony.javax.security.auth.callback.Callback;
23
import org.
apache
.harmony.javax.security.auth.callback.CallbackHandler;
24
import org.
apache
.harmony.javax.security.auth.callback.NameCallback;
25
import org.
apache
.harmony.javax.security.auth.callback.PasswordCallback;
26
import org.
apache
.harmony.javax.security.auth.callback.UnsupportedCallbackException;
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
AccessDescription.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.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;
EDIPartyName.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.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
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.x509;
23
import org.
apache
.harmony.security.asn1.ASN1Oid;
24
import org.
apache
.harmony.security.asn1.ASN1SequenceOf;
25
import org.
apache
.harmony.security.asn1.ASN1Type;
26
import org.
apache
.harmony.security.asn1.BerInputStream;
27
import org.
apache
.harmony.security.asn1.ObjectIdentifier;
PrivateKeyUsagePeriod.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;
26
import org.
apache
.harmony.security.asn1.ASN1GeneralizedTime;
27
import org.
apache
.harmony.security.asn1.ASN1Implicit;
28
import org.
apache
.harmony.security.asn1.ASN1Sequence;
29
import org.
apache
.harmony.security.asn1.ASN1Type;
30
import org.
apache
.harmony.security.asn1.BerInputStream;
/libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
MessageImprint.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
.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;
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
MailboxListField.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;
23
import org.
apache
.james.mime4j.Log;
24
import org.
apache
.james.mime4j.LogFactory;
26
import org.
apache
.james.mime4j.field.address.AddressList;
27
import org.
apache
.james.mime4j.field.address.MailboxList;
28
import org.
apache
.james.mime4j.field.address.parser.ParseException;
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
MemoryBinaryBody.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;
28
import org.
apache
.commons.io.IOUtils;
30
import org.
apache
.james.mime4j.Log;
31
import org.
apache
.james.mime4j.LogFactory;
33
import org.
apache
.james.mime4j.util.TempPath;
34
import org.
apache
.james.mime4j.util.TempStorage;
38
* Binary body backed by a {@link org.
apache
.james.mime4j.util.TempFile}.
[
all
...]
/external/robolectric/lib/main/
commons-logging-1.1.1.jar
/prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar
/prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar
/prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar
/external/apache-http/src/org/apache/http/impl/client/
AbstractAuthenticationHandler.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/
apache
/http/impl/client/AbstractAuthenticationHandler.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.client;
40
import org.
apache
.commons.logging.Log
[
all
...]
/external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnection.java
2
* $HeadURL: http://svn.
apache
.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/
apache
/http/impl/conn/DefaultClientConnection.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.conn;
38
import org.
apache
.commons.logging.Log
[
all
...]
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar
org.apache.commons.httpclient_3.1.0.v201005080502.jar
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs10/
CertificationRequestInfo.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.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
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs8/
PrivateKeyInfo.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
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
[
all
...]
Completed in 201 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>