/external/apache-http/src/org/apache/http/conn/ |
HttpHostConnectException.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/HttpHostConnectException.java $ 8 * Licensed to the Apache Software Foundation (ASF) under one or more 11 * The ASF licenses this file to You under the Apache License, Version 2.0 15 * http://www.apache.org/licenses/LICENSE-2.0 25 * individuals on behalf of the Apache Software Foundation. For more 26 * information on the Apache Software Foundation, please see 27 * <http://www.apache.org/>. 31 package org.apache.http.conn; 35 import org.apache.http.HttpHost [all...] |
/external/apache-http/src/org/apache/http/cookie/ |
MalformedCookieException.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/cookie/MalformedCookieException.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.cookie; 34 import org.apache.http.ProtocolException [all...] |
/external/apache-http/src/org/apache/http/impl/auth/ |
NTLMEngineException.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/NTLMEngineException.java $ 8 * Licensed to the Apache Software Foundation (ASF) under one or more 11 * The ASF licenses this file to You under the Apache License, Version 2.0 15 * http://www.apache.org/licenses/LICENSE-2.0 25 * individuals on behalf of the Apache Software Foundation. For more 26 * information on the Apache Software Foundation, please see 27 * <http://www.apache.org/>. 31 package org.apache.http.impl.auth; 33 import org.apache.http.auth.AuthenticationException [all...] |
/external/apache-http/src/org/apache/http/impl/client/ |
RoutedRequest.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/RoutedRequest.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; 34 import org.apache.http.conn.routing.HttpRoute [all...] |
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
PoolEntryRequest.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/conn/tsccm/PoolEntryRequest.java $ 8 * Licensed to the Apache Software Foundation (ASF) under one or more 11 * The ASF licenses this file to You under the Apache License, Version 2.0 15 * http://www.apache.org/licenses/LICENSE-2.0 25 * individuals on behalf of the Apache Software Foundation. For more 26 * information on the Apache Software Foundation, please see 27 * <http://www.apache.org/>. 31 package org.apache.http.impl.conn.tsccm; 35 import org.apache.http.conn.ConnectionPoolTimeoutException [all...] |
/external/apache-http/src/org/apache/http/impl/cookie/ |
NetscapeDraftHeaderParser.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/NetscapeDraftHeaderParser.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.HeaderElement [all...] |
RFC2965VersionAttributeHandler.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965VersionAttributeHandler.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; 34 import org.apache.http.cookie.ClientCookie [all...] |
/external/apache-http/src/org/apache/http/impl/entity/ |
StrictContentLengthStrategy.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/entity/StrictContentLengthStrategy.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-http/src/org/apache/http/impl/io/ |
HttpTransportMetricsImpl.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/io/HttpTransportMetricsImpl.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.io; 34 import org.apache.http.io.HttpTransportMetrics [all...] |
SocketOutputBuffer.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/io/SocketOutputBuffer.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.io; 37 import org.apache.http.params.HttpParams [all...] |
/external/apache-http/src/org/apache/http/protocol/ |
HttpRequestInterceptorList.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpRequestInterceptorList.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.HttpRequestInterceptor [all...] |
HttpResponseInterceptorList.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpResponseInterceptorList.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; 37 import org.apache.http.HttpResponseInterceptor [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/res/ |
XSLTInfo.properties | 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 24 vendor=Apache Software Foundation 25 vendor-url=http://xml.apache.org/xalan-j
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
StringBufferPool.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.utils; 34 new ObjectPool(org.apache.xml.utils.FastStringBuffer.class);
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathFactory.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; 25 import org.apache.xml.utils.PrefixResolver; 43 * @param type One of {@link org.apache.xpath.XPath#SELECT} or 44 * {@link org.apache.xpath.XPath#MATCH}.
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
Function.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.xalan.res.XSLMessages; 24 import org.apache.xpath.Expression; 25 import org.apache.xpath.ExpressionOwner; 26 import org.apache.xpath.XPathContext; 27 import org.apache.xpath.XPathVisitor; 28 import org.apache.xpath.compiler.Compiler [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XBooleanStatic.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.objects; 66 throw new org.apache.xml.utils.WrappedRuntimeException(te);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/ |
buildBugToolsJar.sh | 4 export ANT_HOME=/opt/apache-ant-1.6;
|
buildBugToolsZip.sh | 4 export ANT_HOME=/opt/apache-ant-1.6;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
buildFeedToolsJar.sh | 14 export ANT_HOME=/opt/apache-ant-1.6;
|
buildFeedToolsZip.sh | 14 export ANT_HOME=/opt/apache-ant-1.6;
|
feedWatch.sh | 14 export ANT_HOME=/opt/apache-ant-1.6;
|
/external/proguard/src/proguard/ant/ |
ConfigurationElement.java | 23 import org.apache.tools.ant.BuildException; 24 import org.apache.tools.ant.types.DataType;
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
StatusLineStub.java | 3 import org.apache.http.ProtocolVersion; 4 import org.apache.http.StatusLine;
|
/external/smack/src/org/apache/harmony/javax/security/sasl/ |
RealmCallback.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.javax.security.sasl; 20 import org.apache.harmony.javax.security.auth.callback.TextInputCallback;
|