HomeSort by relevance Sort by last modified time
    Searched full:commons (Results 1 - 25 of 1168) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/build/
jarjar-rules.txt 1 rule org.apache.commons com.android.internal.apache.commons
  /frameworks/base/core/java/
jarjar-rules.txt 1 rule org.apache.commons com.android.internal.apache.commons
  /sdk/sdkmanager/libs/sdklib/
manifest.txt 1 Class-Path: androidprefs.jar commons-compress-1.0.jar
.classpath 8 <classpathentry kind="var" path="ANDROID_SRC/prebuilt/common/commons-compress/commons-compress-1.0.jar"/>
  /external/apache-http/src/org/apache/commons/codec/
ThirdPartyProject.prop 6 feedurl=http\://commons.apache.org/codec/changes-report.html
8 keywords=apache commons codec
10 homepage=http\://commons.apache.org/codec/
package.html 37 org.apache.commons.codec.binary.Base64</a>
48 org.apache.commons.codec.binary.Hex</a>
69 <a href="#">org.apache.commons.codec.language.Soundex</a>
76 <a href="#">org.apache.commons.codec.language.Metaphone</a>
90 <a href="#">org.apache.commons.codec.net.URLCodec</a>
  /external/apache-http/src/org/apache/commons/logging/
ThirdPartyProject.prop 6 feedurl=http\://commons.apache.org/logging/RELEASE-NOTES.txt
8 keywords=apache commons logging
10 homepage=http\://commons.apache.org/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
91 (null != Class.forName("org.apache.commons.logging.impl.Jdk14Logger"))) {
103 name = System.getProperty("org.apache.commons.logging.log");
105 name = System.getProperty("org.apache.commons.logging.Log")
    [all...]
package.html 54 import org.apache.commons.logging.Log;
55 import org.apache.commons.logging.LogFactory;
81 <h3>Configuring the Commons Logging Package</h3>
95 <code>org.apache.commons.logging.LogFactory</code>.</li>
100 <code>META-INF/services/org.apache.commons.logging.LogFactory</code>
102 <li>Look for a properties file named <code>commons-logging.properties</code>
104 <code>org.apache.commons.logging.LogFactory</code> defining the
110 <p>If a <code>commons-logging.properties</code> file is found, all of the
117 otherwise. This allows a copy of <code>commons-logging.jar</code> to be
128 org.apache.commons.logging.impl.LogFactoryImpl</a>) that is selected if n
    [all...]
  /frameworks/base/docs/
overview-ext.html 5 <li>Apache commons HTTPClient</li>
  /packages/apps/Email/src/org/apache/commons/io/
ThirdPartyProject.prop 7 keywords=apache commons io
9 homepage=http\://commons.apache.org/io/
IOExceptionWithCause.java 18 package org.apache.commons.io;
26 * @author <a href="http://commons.apache.org/io/">Apache Commons IO</a>
28 * @since Commons IO 1.4
  /development/ndk/platforms/android-9/samples/native-audio/assets/
README.txt 3 Creative Commons Attribution 3.0 Unported License:
  /prebuilt/common/commons-compress/
PREBUILT 4 commons-compress-1.0-bin.zip
commons-compress-1.0.jar 
NOTICE 1 Apache Commons Compress
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
ConditionalFileFilter.java 17 package org.apache.commons.io.filefilter;
24 * @since Commons IO 1.1
36 * @since Commons IO 1.1
44 * @since Commons IO 1.1
54 * @since Commons IO 1.1
63 * @since Commons IO 1.1
FalseFileFilter.java 17 package org.apache.commons.io.filefilter;
25 * @since Commons IO 1.0
34 * @since Commons IO 1.3
TrueFileFilter.java 17 package org.apache.commons.io.filefilter;
25 * @since Commons IO 1.0
34 * @since Commons IO 1.3
  /external/apache-http/
ThirdPartyProject.prop 7 keywords=apache commons httpcomponents
  /external/chromium/third_party/icu/source/data/brkitr/
cc_cedict.txt 4 # It is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
    [all...]
  /external/junit/src/junit/runner/
excluded.properties 13 excluded.9=org.apache.commons.logging.
  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 18 package org.apache.commons.logging.impl;
31 import org.apache.commons.logging.Log;
32 import org.apache.commons.logging.LogConfigurationException;
39 * <li><code>org.apache.commons.logging.simplelog.defaultlog</code> -
43 * <li><code>org.apache.commons.logging.simplelog.log.xxxxx</code> -
47 * <li><code>org.apache.commons.logging.simplelog.showlogname</code> -
50 * <li><code>org.apache.commons.logging.simplelog.showShortLogname</code> -
53 * <li><code>org.apache.commons.logging.simplelog.showdatetime</code> -
56 * <li><code>org.apache.commons.logging.simplelog.dateTimeFormat</code> -
82 "org.apache.commons.logging.simplelog."
    [all...]
Jdk14Logger.java 18 package org.apache.commons.logging.impl;
25 import org.apache.commons.logging.Log;
29 * <p>Implementation of the <code>org.apache.commons.logging.Log</code>
110 * @see org.apache.commons.logging.Log#debug(Object)
122 * @see org.apache.commons.logging.Log#debug(Object, Throwable)
133 * @see org.apache.commons.logging.Log#error(Object)
145 * @see org.apache.commons.logging.Log#error(Object, Throwable)
156 * @see org.apache.commons.logging.Log#fatal(Object)
168 * @see org.apache.commons.logging.Log#fatal(Object, Throwable)
190 * @see org.apache.commons.logging.Log#info(Object
    [all...]
  /sdk/eclipse/scripts/
create_adt_symlinks.sh 33 ln -svf $BACK/out/host/linux-x86/framework/commons-compress-1.0.jar "$DEST/"
41 ln -svf $BACK/out/host/darwin-x86/framework/commons-compress-1.0.jar "$DEST/"
53 if [ ! -f "$DEST/commons-compress-1.0.jar" ]; then
54 cp -v "prebuilt/common/commons-compress/commons-compress-1.0.jar" "$DEST/"

Completed in 481 milliseconds

1 2 3 4 5 6 7 8 91011>>