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

<<21222324252627282930>>

  /external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
FinishedTest.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.xnet.tests.provider.jsse;
22 import org.apache.harmony.xnet.provider.jsse.AlertException;
23 import org.apache.harmony.xnet.provider.jsse.Finished;
24 import org.apache.harmony.xnet.provider.jsse.Handshake;
25 import org.apache.harmony.xnet.provider.jsse.HandshakeIODataStream;
HelloRequestTest.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.xnet.tests.provider.jsse;
20 import org.apache.harmony.xnet.provider.jsse.AlertException;
21 import org.apache.harmony.xnet.provider.jsse.Handshake;
22 import org.apache.harmony.xnet.provider.jsse.HandshakeIODataStream;
23 import org.apache.harmony.xnet.provider.jsse.HelloRequest;
ServerHelloDoneTest.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.xnet.tests.provider.jsse;
22 import org.apache.harmony.xnet.provider.jsse.AlertException;
23 import org.apache.harmony.xnet.provider.jsse.Handshake;
24 import org.apache.harmony.xnet.provider.jsse.HandshakeIODataStream;
25 import org.apache.harmony.xnet.provider.jsse.ServerHelloDone;
  /external/apache-http/src/org/apache/http/client/methods/
HttpOptions.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/methods/HttpOptions.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;
38 import org.apache.http.Header
    [all...]
  /external/apache-http/src/org/apache/http/entity/
AbstractHttpEntity.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/AbstractHttpEntity.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;
36 import org.apache.http.Header
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpRequestRetryHandler.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/DefaultHttpRequestRetryHandler.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.http.NoHttpResponseException
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicHttpRequest.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BasicHttpRequest.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.HttpRequest
    [all...]
BufferedHeader.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BufferedHeader.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.FormattedHeader
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionHandler.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.extensions;
28 import org.apache.xalan.templates.ElemTemplateElement;
29 import org.apache.xalan.templates.Stylesheet;
30 import org.apache.xalan.transformer.TransformerImpl;
31 import org.apache.xpath.functions.FuncExtFunction;
61 if(className.equals("org.apache.xalan.xslt.extensions.Redirect")) {
62 className = "org.apache.xalan.lib.Redirect"
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemAttributeSet.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.XSLMessages;
26 import org.apache.xalan.res.XSLTErrorResources;
27 import org.apache.xalan.transformer.TransformerImpl;
28 import org.apache.xml.utils.QName;
76 * @see org.apache.xalan.templates.Constants
ElemChoose.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.xpath.XPathContext;
28 import org.apache.xpath.objects.XObject;
45 * @see org.apache.xalan.templates.Constants
ElemIf.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.transformer.TransformerImpl;
26 import org.apache.xpath.XPath;
27 import org.apache.xpath.XPathContext;
28 import org.apache.xpath.objects.XObject;
97 * @see org.apache.xalan.templates.Constants
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
Counter.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.transformer;
25 import org.apache.xalan.templates.ElemNumber;
26 import org.apache.xml.dtm.DTM;
27 import org.apache.xpath.NodeSetDTM;
28 import org.apache.xpath.XPathContext;
NodeSortKey.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.transformer;
26 import org.apache.xalan.res.XSLTErrorResources;
27 import org.apache.xpath.XPath;
55 org.apache.xml.utils.PrefixResolver m_namespaceContext;
77 org.apache.xml.utils.PrefixResolver namespaceContext)
90 // See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2851
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeIterator.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.DTMDOMException;
25 import org.apache.xml.dtm.DTMIterator;
78 throw new org.apache.xml.utils.WrappedRuntimeException(cnse);
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncConcat.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.XPathContext;
25 import org.apache.xpath.objects.XObject;
26 import org.apache.xpath.objects.XString;
FuncLang.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.xpath.XPathContext;
25 import org.apache.xpath.objects.XBoolean;
26 import org.apache.xpath.objects.XObject;
FuncNamespace.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.xpath.XPathContext;
25 import org.apache.xpath.objects.XObject;
26 import org.apache.xpath.objects.XString;
Function2Args.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.XPathVisitor;
153 * @see org.apache.xpath.XPathVisitable#callVisitors(ExpressionOwner, XPathVisitor)
Function3Args.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.XPathVisitor;
151 * @see org.apache.xpath.XPathVisitable#callVisitors(ExpressionOwner, XPathVisitor)
FunctionOneArg.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.XPathVisitor;
125 * @see org.apache.xpath.XPathVisitable#callVisitors(ExpressionOwner, XPathVisitor)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jdepend.jar 
  /external/smack/asmack-master/static-src/custom/de/measite/smack/
SaslClientFactory.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
23 import org.apache.harmony.javax.security.auth.callback.CallbackHandler;
24 import org.apache.harmony.javax.security.sasl.SaslClient;
25 import org.apache.harmony.javax.security.sasl.SaslException;
26 import org.apache.qpid.management.common.sasl.PlainSaslClient;
29 org.apache.harmony.javax.security.sasl.SaslClientFactory {
  /external/smack/src/de/measite/smack/
SaslClientFactory.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
23 import org.apache.harmony.javax.security.auth.callback.CallbackHandler;
24 import org.apache.harmony.javax.security.sasl.SaslClient;
25 import org.apache.harmony.javax.security.sasl.SaslException;
26 import org.apache.qpid.management.common.sasl.PlainSaslClient;
29 org.apache.harmony.javax.security.sasl.SaslClientFactory {
  /external/smack/src/org/apache/qpid/management/common/sasl/
CRAMMD5HashedSaslClientFactory.java 3 * Licensed to the Apache Software Foundation (ASF) under one
7 * to you under the Apache License, Version 2.0 (the
11 * http://www.apache.org/licenses/LICENSE-2.0
21 package org.apache.qpid.management.common.sasl;
23 import org.apache.harmony.javax.security.auth.callback.CallbackHandler;
25 import org.apache.harmony.javax.security.sasl.SaslClient;
26 import org.apache.harmony.javax.security.sasl.SaslClientFactory;
27 import org.apache.harmony.javax.security.sasl.SaslException;

Completed in 713 milliseconds

<<21222324252627282930>>