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

<<41424344454647484950>>

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorAttributeSet.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;
25 import org.apache.xalan.templates.ElemAttributeSet;
26 import org.apache.xalan.templates.ElemTemplateElement;
55 * @see org.apache.xalan.processor.StylesheetHandler#startElement
ProcessorNamespaceAlias.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.res.XSLTErrorResources;
24 import org.apache.xalan.templates.NamespaceAlias;
ProcessorCharacters.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;
25 import org.apache.xalan.templates.ElemTemplateElement;
26 import org.apache.xalan.templates.ElemText;
27 import org.apache.xalan.templates.ElemTextLiteral;
28 import org.apache.xml.utils.XMLCharacterRecognizer;
136 * @see org.apache.xalan.processor.StylesheetHandler#startElement
137 * @see org.apache.xalan.processor.StylesheetHandler#endElemen
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemComment.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;
43 * @see org.apache.xalan.templates.Constants
ElemTextLiteral.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.xml.serializer.SerializationHandler;
176 * @see org.apache.xalan.templates.Constants
KeyDeclaration.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;
23 import org.apache.xml.utils.QName;
24 import org.apache.xpath.XPath;
162 * @see org.apache.xalan.templates.Constants
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIteratorBase.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.DTMAxisIterator;
189 throw new org.apache.xml.utils.WrappedRuntimeException(e);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ObjectPool.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;
25 import org.apache.xml.res.XMLErrorResources;
26 import org.apache.xml.res.XMLMessages;
  /external/apache-xml/src/main/java/org/apache/xpath/
Arg.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;
23 import org.apache.xml.utils.QName;
24 import org.apache.xpath.objects.XObject;
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
MatchPatternIterator.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.DTMIterator;
27 import org.apache.xpath.XPathContext;
28 import org.apache.xpath.compiler.Compiler
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/
ParamsParserTest.java 1 package com.xtremelabs.robolectric.tester.org.apache.http;
4 import org.apache.http.client.methods.HttpGet;
5 import org.apache.http.client.methods.HttpPost;
  /frameworks/base/core/java/android/ddm/
DdmHandleAppName.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
19 import org.apache.harmony.dalvik.ddmc.Chunk;
20 import org.apache.harmony.dalvik.ddmc.ChunkHandler;
21 import org.apache.harmony.dalvik.ddmc.DdmServer;
  /frameworks/base/core/java/com/android/internal/http/multipart/
StringPart.java 2 * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/java/org/apache/commons/httpclient/methods/multipart/StringPart.java,v 1.11 2004/04/18 23:51:37 jsdever Exp $
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/>.
36 import org.apache.http.util.EncodingUtils;
37 import org.apache.commons.logging.Log;
38 import org.apache.commons.logging.LogFactory
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
IllegalCharsetNameExceptionTest.java 1 /* Licensed to the Apache Software Foundation (ASF) under one or more
4 * The ASF licenses this file to You under the Apache License, Version 2.0
8 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.harmony.nio_char.tests.java.nio.charset;
24 import org.apache.harmony.testframework.serialization.SerializationTest;
25 import org.apache.harmony.testframework.serialization.SerializationTest.SerializableAssert;
MalformedInputExceptionTest.java 1 /* Licensed to the Apache Software Foundation (ASF) under one or more
4 * The ASF licenses this file to You under the Apache License, Version 2.0
8 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.harmony.nio_char.tests.java.nio.charset;
25 import org.apache.harmony.testframework.serialization.SerializationTest;
26 import org.apache.harmony.testframework.serialization.SerializationTest.SerializableAssert;
UnmappableCharacterExceptionTest.java 1 /* Licensed to the Apache Software Foundation (ASF) under one or more
4 * The ASF licenses this file to You under the Apache License, Version 2.0
8 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.harmony.nio_char.tests.java.nio.charset;
25 import org.apache.harmony.testframework.serialization.SerializationTest;
26 import org.apache.harmony.testframework.serialization.SerializationTest.SerializableAssert;
UnsupportedCharsetExceptionTest.java 1 /* Licensed to the Apache Software Foundation (ASF) under one or more
4 * The ASF licenses this file to You under the Apache License, Version 2.0
8 * http://www.apache.org/licenses/LICENSE-2.0
17 package org.apache.harmony.nio_char.tests.java.nio.charset;
24 import org.apache.harmony.testframework.serialization.SerializationTest;
25 import org.apache.harmony.testframework.serialization.SerializationTest.SerializableAssert;
  /libcore/luni/src/main/java/java/security/cert/
PolicyQualifierInfo.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 import org.apache.harmony.security.asn1.ObjectIdentifier;
22 import org.apache.harmony.security.utils.Array;
59 Object[] decoded = (Object[]) org.apache.harmony.security.x509.PolicyQualifierInfo.ASN1
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
ReasonCode.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;
21 import org.apache.harmony.security.asn1.ASN1Enumerated;
22 import org.apache.harmony.security.asn1.ASN1Type;
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
HttpRetryExceptionTest.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.luni.tests.java.net;
25 import org.apache.harmony.testframework.serialization.SerializationTest;
26 import org.apache.harmony.testframework.serialization.SerializationTest.SerializableAssert;
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/
ExtensionFileComparator.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
17 package org.apache.commons.io.comparator;
23 import org.apache.commons.io.FilenameUtils;
24 import org.apache.commons.io.IOCase;
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/internal/kerberos/v5/
KDCReplyTest.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.auth.tests.internal.kerberos.v5;
25 import org.apache.harmony.auth.internal.kerberos.v5.EncryptedData;
26 import org.apache.harmony.auth.internal.kerberos.v5.KDCReply;
27 import org.apache.harmony.auth.internal.kerberos.v5.PrincipalName;
28 import org.apache.harmony.auth.internal.kerberos.v5.Ticket;
  /external/apache-http/src/org/apache/http/conn/
MultihomePlainSocketFactory.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/MultihomePlainSocketFactory.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.conn;
44 import org.apache.http.conn.scheme.PlainSocketFactory
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
ClientParamsStack.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/ClientParamsStack.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;
35 import org.apache.commons.logging.Log
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicHeaderElement.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BasicHeaderElement.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.HeaderElement
    [all...]

Completed in 394 milliseconds

<<41424344454647484950>>