HomeSort by relevance Sort by last modified time
    Searched defs:commons (Results 426 - 450 of 713) sorted by null

<<11121314151617181920>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
FastCosineTransformer.java 17 package org.apache.commons.math.transform;
19 import org.apache.commons.math.FunctionEvaluationException;
20 import org.apache.commons.math.MathRuntimeException;
21 import org.apache.commons.math.analysis.UnivariateRealFunction;
22 import org.apache.commons.math.complex.Complex;
23 import org.apache.commons.math.exception.util.LocalizedFormats;
24 import org.apache.commons.math.util.FastMath;
FastSineTransformer.java 17 package org.apache.commons.math.transform;
19 import org.apache.commons.math.FunctionEvaluationException;
20 import org.apache.commons.math.MathRuntimeException;
21 import org.apache.commons.math.analysis.UnivariateRealFunction;
22 import org.apache.commons.math.complex.Complex;
23 import org.apache.commons.math.exception.util.LocalizedFormats;
24 import org.apache.commons.math.util.FastMath;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
BigReal.java 17 package org.apache.commons.math.util;
26 import org.apache.commons.math.Field;
27 import org.apache.commons.math.FieldElement;
CompositeFormat.java 17 package org.apache.commons.math.util;
TransformerMap.java 17 package org.apache.commons.math.util;
25 import org.apache.commons.math.MathException;
138 * @see org.apache.commons.math.util.NumberTransformer#transform(java.lang.Object)
  /external/apache-http/src/org/apache/commons/codec/binary/
BinaryCodec.java 17 package org.apache.commons.codec.binary;
19 import org.apache.commons.codec.BinaryDecoder;
20 import org.apache.commons.codec.BinaryEncoder;
21 import org.apache.commons.codec.DecoderException;
22 import org.apache.commons.codec.EncoderException;
83 * @see org.apache.commons.codec.BinaryEncoder#encode(byte[])
97 * @see org.apache.commons.codec.Encoder#encode(java.lang.Object)
114 * @see org.apache.commons.codec.Decoder#decode(java.lang.Object)
138 * @see org.apache.commons.codec.Decoder#decode(Object)
150 * @see org.apache.commons.codec.Decoder#decode(Object
    [all...]
Hex.java 17 package org.apache.commons.codec.binary;
19 import org.apache.commons.codec.BinaryDecoder;
20 import org.apache.commons.codec.BinaryEncoder;
21 import org.apache.commons.codec.DecoderException;
22 import org.apache.commons.codec.EncoderException;
  /external/apache-http/src/org/apache/commons/codec/net/
QCodec.java 17 package org.apache.commons.codec.net;
22 import org.apache.commons.codec.DecoderException;
23 import org.apache.commons.codec.EncoderException;
24 import org.apache.commons.codec.StringDecoder;
25 import org.apache.commons.codec.StringEncoder;
URLCodec.java 17 package org.apache.commons.codec.net;
23 import org.apache.commons.codec.BinaryDecoder;
24 import org.apache.commons.codec.BinaryEncoder;
25 import org.apache.commons.codec.DecoderException;
26 import org.apache.commons.codec.EncoderException;
27 import org.apache.commons.codec.StringDecoder;
28 import org.apache.commons.codec.StringEncoder;
  /external/apache-http/src/org/apache/commons/logging/
LogSource.java 17 package org.apache.commons.logging;
23 import org.apache.commons.logging.impl.NoOpLog;
35 * <code>org.apache.commons.logging.impl.Log4JLogger</code>.</li>
37 * <code>org.apache.commons.logging.impl.Jdk14Logger</code>.</li>
39 * <code>org.apache.commons.logging.impl.NoOpLog</code>.</li>
45 * <code>org.apache.commons.logging.log</code> to the name of the
46 * <code>org.apache.commons.logging.Log</code> implementation class
96 (null != Class.forName("org.apache.commons.logging.impl.Jdk14Logger"))) {
108 name = System.getProperty("org.apache.commons.logging.log");
110 name = System.getProperty("org.apache.commons.logging.Log")
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 18 package org.apache.commons.logging.impl;
44 * to call {@link org.apache.commons.logging.LogFactory#release(ClassLoader) LogFactory.release(ClassLoader)}.
47 * <p><code>org.apache.commons.logging.LogFactory</code> checks whether this class
72 * bundles commons-logging by default. However, holding the classloader
94 * Such a situation occurs when the commons-logging.jar is
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
  /external/guice/extensions/persist/lib/
commons-logging-1.0.4.jar 
  /external/guice/extensions/struts2/lib/
commons-logging-1.0.4.jar 
  /external/guice/lib/build/
commons-logging-1.0.4.jar 
  /external/sl4a/Common/src/org/apache/commons/codec/binary/
StringUtils.java 18 package org.apache.commons.codec.binary;
22 import org.apache.commons.codec.CharEncoding;
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
SLF4JLocationAwareLog.java 17 package org.apache.commons.logging.impl;
22 import org.apache.commons.logging.Log;
28 * Implementation of {@link Log org.apache.commons.logging.Log} interface which
SLF4JLog.java 17 package org.apache.commons.logging.impl;
22 import org.apache.commons.logging.Log;
27 * Implementation of {@link Log org.apache.commons.logging.Log} interface which
  /external/slf4j/jcl-over-slf4j/src/test/java/org/apache/commons/logging/impl/
SerializationTest.java 25 package org.apache.commons.logging.impl;
35 import org.apache.commons.logging.Log;
36 import org.apache.commons.logging.LogFactory;
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
DirectoryWalker.java 17 package org.apache.commons.io;
24 import org.apache.commons.io.filefilter.FileFilterUtils;
25 import org.apache.commons.io.filefilter.IOFileFilter;
26 import org.apache.commons.io.filefilter.TrueFileFilter;
34 * Commons IO supplies many common filter implementations in the
248 * @since Commons IO 1.3
IOCase.java 17 package org.apache.commons.io;
36 * @since Commons IO 1.3
LineIterator.java 17 package org.apache.commons.io;
51 * @since Commons IO 1.2
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
FileFilterUtils.java 17 package org.apache.commons.io.filefilter;
29 * @since Commons IO 1.0
176 * @since Commons IO 1.2
188 * @since Commons IO 1.2
200 * @since Commons IO 1.2
212 * @since Commons IO 1.2
225 * @since Commons IO 1.2
238 * @since Commons IO 1.2
250 * @since Commons IO 1.2
262 * @since Commons IO 1.
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
NullInputStream.java 17 package org.apache.commons.io.input;
60 * @since Commons IO 1.3
NullReader.java 17 package org.apache.commons.io.input;
60 * @since Commons IO 1.3

Completed in 546 milliseconds

<<11121314151617181920>>