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

<<31323334353637383940>>

  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FunctionMultiArgs.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;
27 import org.apache.xpath.res.XPATHErrorResources;
192 * @see org.apache.xpath.XPathVisitable#callVisitors(ExpressionOwner, XPathVisitor
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Operation.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;
168 * @see org.apache.xpath.XPathVisitable#callVisitors(ExpressionOwner, XPathVisitor
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
UnionPattern.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.patterns;
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;
109 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST}
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar 
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
ParamsParser.java 1 package com.xtremelabs.robolectric.tester.org.apache.http;
3 import org.apache.http.HttpRequest;
4 import org.apache.http.client.methods.HttpPost;
5 import org.apache.http.params.BasicHttpParams;
6 import org.apache.http.params.HttpParams;
7 import org.apache.http.util.EntityUtils;
  /frameworks/base/core/tests/coretests/src/android/net/http/
CookiesTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
30 import org.apache.http.HttpHost;
31 import org.apache.http.HttpResponse;
32 import org.apache.http.client.HttpClient;
33 import org.apache.http.client.methods.HttpGet;
34 import org.apache.http.conn.params.ConnRoutePNames;
35 import org.apache.http.impl.client.DefaultHttpClient;
57 Logger logger = Logger.getLogger("org.apache.http");
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
PolicyConstraints.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;
27 import org.apache.harmony.security.asn1.ASN1Implicit;
28 import org.apache.harmony.security.asn1.ASN1Integer;
29 import org.apache.harmony.security.asn1.ASN1Sequence;
30 import org.apache.harmony.security.asn1.ASN1Type;
31 import org.apache.harmony.security.asn1.BerInputStream;
53 * @see org.apache.harmony.security.x509.GeneralSubtre
    [all...]
SubjectPublicKeyInfo.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;
31 import org.apache.harmony.security.asn1.ASN1BitString;
32 import org.apache.harmony.security.asn1.ASN1Sequence;
33 import org.apache.harmony.security.asn1.ASN1Type;
34 import org.apache.harmony.security.asn1.BerInputStream;
35 import org.apache.harmony.security.asn1.BitString;
  /packages/apps/Exchange/src/com/android/exchange/utility/
WbxmlResponseLogger.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
25 import org.apache.http.Header;
26 import org.apache.http.HttpEntity;
27 import org.apache.http.entity.BufferedHttpEntity;
28 import org.apache.http.HttpResponse;
29 import org.apache.http.HttpResponseInterceptor;
30 import org.apache.http.protocol.HttpContext;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
Header.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;
33 import org.apache.james.mime4j.AbstractContentHandler;
34 import org.apache.james.mime4j.MimeStreamParser;
35 import org.apache.james.mime4j.field.ContentTypeField;
36 import org.apache.james.mime4j.field.Field;
37 import org.apache.james.mime4j.util.CharsetUtil;
  /external/apache-xml/src/main/java/org/apache/xpath/
XPath.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;
29 import org.apache.xalan.res.XSLMessages;
30 import org.apache.xml.dtm.DTM;
31 import org.apache.xml.utils.PrefixResolver;
32 import org.apache.xml.utils.SAXSourceLocator;
33 import org.apache.xpath.compiler.Compiler;
34 import org.apache.xpath.compiler.FunctionTable
    [all...]
  /frameworks/base/core/java/android/net/http/
Request.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
27 import org.apache.http.entity.InputStreamEntity;
28 import org.apache.http.Header;
29 import org.apache.http.HttpClientConnection;
30 import org.apache.http.HttpEntity;
31 import org.apache.http.HttpEntityEnclosingRequest;
32 import org.apache.http.HttpException;
33 import org.apache.http.HttpHost;
34 import org.apache.http.HttpRequest
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ChoiceTest.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.asn1.der;
32 import org.apache.harmony.security.asn1.ASN1Any;
33 import org.apache.harmony.security.asn1.ASN1BitString;
34 import org.apache.harmony.security.asn1.ASN1Boolean;
35 import org.apache.harmony.security.asn1.ASN1Choice;
36 import org.apache.harmony.security.asn1.ASN1Explicit;
37 import org.apache.harmony.security.asn1.ASN1Integer
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
DescendantIterator.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.DTMAxisTraverser;
26 import org.apache.xml.dtm.DTMFilter;
27 import org.apache.xml.dtm.DTMIterator;
28 import org.apache.xpath.Expression
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathExpressionImpl.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
20 package org.apache.xpath.jaxp;
22 import org.apache.xpath.*;
25 import org.apache.xpath.objects.XObject;
26 import org.apache.xml.utils.PrefixResolver;
27 import org.apache.xpath.res.XPATHErrorResources;
28 import org.apache.xalan.res.XSLMessages;
58 private org.apache.xpath.XPath xpath
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XObject.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;
25 import org.apache.xalan.res.XSLMessages;
26 import org.apache.xml.dtm.DTM;
27 import org.apache.xml.dtm.DTMIterator;
28 import org.apache.xml.utils.XMLString;
29 import org.apache.xpath.Expression;
30 import org.apache.xpath.ExpressionOwner
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
TSTInfo.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;
24 import org.apache.harmony.security.asn1.ASN1Boolean;
25 import org.apache.harmony.security.asn1.ASN1Explicit;
26 import org.apache.harmony.security.asn1.ASN1GeneralizedTime;
27 import org.apache.harmony.security.asn1.ASN1Implicit;
28 import org.apache.harmony.security.asn1.ASN1Integer;
29 import org.apache.harmony.security.asn1.ASN1Oid
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
X509CRLImplTest.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
21 package org.apache.harmony.security.tests.provider.cert;
44 import org.apache.harmony.security.provider.cert.X509CRLImpl;
45 import org.apache.harmony.security.provider.cert.X509CertImpl;
46 import org.apache.harmony.security.x501.Name;
47 import org.apache.harmony.security.x509.AlgorithmIdentifier;
48 import org.apache.harmony.security.x509.AuthorityKeyIdentifier;
49 import org.apache.harmony.security.x509.CRLNumber
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/serialization/
ChoiceCallbackTest.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;
28 import org.apache.harmony.testframework.serialization.SerializationTest;
ConfirmationCallbackTest.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;
28 import org.apache.harmony.testframework.serialization.SerializationTest;
LanguageCallbackTest.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;
28 import org.apache.harmony.testframework.serialization.SerializationTest;
NameCallbackTest.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;
28 import org.apache.harmony.testframework.serialization.SerializationTest;
PasswordCallbackTest.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;
28 import org.apache.harmony.testframework.serialization.SerializationTest;
TextInputCallbackTest.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;
28 import org.apache.harmony.testframework.serialization.SerializationTest;
TextOutputCallbackTest.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;
28 import org.apache.harmony.testframework.serialization.SerializationTest;

Completed in 567 milliseconds

<<31323334353637383940>>