/frameworks/base/core/java/android/net/http/ |
HttpConnection.java | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * http://www.apache.org/licenses/LICENSE-2.0 24 import org.apache.http.HttpClientConnection; 25 import org.apache.http.HttpHost; 26 import org.apache.http.impl.DefaultHttpClientConnection; 27 import org.apache.http.params.BasicHttpParams; 28 import org.apache.http.params.HttpConnectionParams;
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/ |
ThreeIntegerSequence.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.provider.crypto; 21 import org.apache.harmony.security.asn1.ASN1Integer; 22 import org.apache.harmony.security.asn1.ASN1Sequence; 23 import org.apache.harmony.security.asn1.ASN1Type; 24 import org.apache.harmony.security.asn1.BerInputStream;
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
CertificateIssuer.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; 22 import org.apache.harmony.security.asn1.ASN1Sequence; 23 import org.apache.harmony.security.asn1.ASN1Type; 24 import org.apache.harmony.security.asn1.BerInputStream; 25 import org.apache.harmony.security.x501.Name;
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/ |
TimeStampResp.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.ASN1Sequence; 23 import org.apache.harmony.security.asn1.ASN1Type; 24 import org.apache.harmony.security.asn1.BerInputStream; 25 import org.apache.harmony.security.pkcs7.ContentInfo;
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
SimpleContentHandler.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;
22 import org.apache.james.mime4j.decoder.Base64InputStream;
23 import org.apache.james.mime4j.decoder.QuotedPrintableInputStream;
24 import org.apache.james.mime4j.field.Field;
25 import org.apache.james.mime4j.message.Header;
64 * @see org.apache.james.mime4j.AbstractContentHandler#startHeader()
71 * @see org.apache.james.mime4j.AbstractContentHandler#field(java.lang.String) [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/ |
AddressListField.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.parser.ParseException;
|
DateTimeField.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;
26 import org.apache.james.mime4j.Log;
27 import org.apache.james.mime4j.LogFactory;
29 import org.apache.james.mime4j.field.datetime.DateTime;
30 import org.apache.james.mime4j.field.datetime.parser.ParseException;
|
/external/apache-http/src/org/apache/http/protocol/ |
HttpService.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpService.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.protocol; 36 import org.apache.http.ConnectionReuseStrategy [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/ |
GuardedObjectTest.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.java.security.serialization; 27 import org.apache.harmony.security.tests.support.MyGuard; 28 import org.apache.harmony.testframework.serialization.SerializationTest;
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
CertificatePoliciesTest.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.x509; 27 import org.apache.harmony.security.x509.CertificatePolicies; 28 import org.apache.harmony.security.x509.PolicyInformation;
|
GeneralNamesTest.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.x509; 27 import org.apache.harmony.security.x509.GeneralName; 28 import org.apache.harmony.security.x509.GeneralNames;
|
/external/apache-http/src/org/apache/http/entity/ |
HttpEntityWrapper.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/HttpEntityWrapper.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.entity; 38 import org.apache.http.Header [all...] |
/external/apache-http/src/org/apache/http/impl/ |
DefaultHttpClientConnection.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/DefaultHttpClientConnection.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; 37 import org.apache.http.params.HttpConnectionParams [all...] |
DefaultHttpServerConnection.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/DefaultHttpServerConnection.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; 37 import org.apache.http.params.HttpConnectionParams [all...] |
/external/apache-http/src/org/apache/http/impl/cookie/ |
AbstractCookieSpec.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/AbstractCookieSpec.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.cookie; 38 import org.apache.http.cookie.CookieAttributeHandler [all...] |
BrowserCompatSpec.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/BrowserCompatSpec.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.cookie; 38 import org.apache.http.FormattedHeader [all...] |
NetscapeDraftSpec.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/NetscapeDraftSpec.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.cookie; 37 import org.apache.http.FormattedHeader [all...] |
/external/apache-http/src/org/apache/http/message/ |
BasicRequestLine.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BasicRequestLine.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.message; 34 import org.apache.http.ProtocolVersion [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorGlobalParamDecl.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.xalan.processor; 23 import org.apache.xalan.templates.ElemParam; 24 import org.apache.xalan.templates.ElemTemplateElement;
|
ProcessorGlobalVariableDecl.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.xalan.processor; 23 import org.apache.xalan.templates.ElemTemplateElement; 24 import org.apache.xalan.templates.ElemVariable;
|
ProcessorText.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.xalan.processor; 23 import org.apache.xalan.templates.ElemTemplateElement; 24 import org.apache.xalan.templates.ElemText; 41 * @param elem non-null reference to a {@link org.apache.xalan.templates.ElemText}.
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemCopyOf.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.xalan.templates; 25 import org.apache.xalan.res.XSLTErrorResources; 26 import org.apache.xalan.transformer.TransformerImpl; 27 import org.apache.xalan.transformer.TreeWalker2Result; 28 import org.apache.xml.dtm.DTM; 29 import org.apache.xml.dtm.DTMIterator; 30 import org.apache.xml.dtm.ref.DTMTreeWalker [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMNodeList.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.xml.dtm.ref; 23 import org.apache.xml.dtm.DTM; 24 import org.apache.xml.dtm.DTMIterator;
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
FilterExprWalker.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.axes; 23 import org.apache.xml.dtm.Axis; 24 import org.apache.xml.dtm.DTM; 25 import org.apache.xml.dtm.DTMIterator; 26 import org.apache.xpath.Expression; 27 import org.apache.xpath.ExpressionOwner; 28 import org.apache.xpath.XPathContext [all...] |
IteratorPool.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.axes; 25 import org.apache.xml.dtm.DTMIterator; 26 import org.apache.xml.utils.WrappedRuntimeException;
|