HomeSort by relevance Sort by last modified time
    Searched full:jars (Results 151 - 175 of 660) sorted by null

1 2 3 4 5 67 8 91011>>

  /sdk/eclipse/buildConfig/
build.properties 21 # bootclasspath - The base jars to compile against (typicaly rt.jar)
87 #Set to true if you want to sign jars
189 # The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE
214 # Whether or not to include debug info in the output jars
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ImportInsteadPage.java 44 "- It can replace jars and library projects with Gradle dependencies instead\n" +
  /external/proguard/docs/manual/
examples.html 36 <li><a href="#applications">All possible applications in the input jars</a></li>
37 <li><a href="#applets">All possible applets in the input jars</a></li>
38 <li><a href="#midlets">All possible midlets in the input jars</a></li>
39 <li><a href="#jcapplets">All possible Java Card applets in the input jars</a></li>
40 <li><a href="#xlets">All possible xlets in the input jars</a></li>
41 <li><a href="#servlets">All possible servlets in the input jars</a></li>
172 other JME environments by picking the appropriate jars.
185 unpacks your processed jars, you should then use ProGuard's <a
292 <li>The build processes are already setting the necessary program jars,
293 library jars, and output jars for you &mdash; don't specify them again.</li
    [all...]
troubleshooting.html 162 the program jars or library jars. You should check whether the name is
219 <dd>Your program jars or library jars contain multiple definitions of the
223 so is by specifying filters on the input jars or library jars. You can
229 specifies the input jars for you. There may not be an easy way to filter
232 input jars yourself (with <code>-injars</code> or
243 <dd>Your input jars contain multiple resource files with the same name.
247 convenient way to do so is by specifying filters on the input jars. Ther
    [all...]
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
troubleshooting.html 159 <dd>Your program jars or library jars contain multiple definitions of the
163 so is by specifying filters on the input jars or library jars. You can
169 <dd>Your input jars contain multiple resource files with the same name.
173 convenient way to do so is by specifying filters on the input jars. There
364 library jars from your configuration, or by filtering out unused library
366 extended or implemented by classes in your input jars are required.</dd>
476 version of ProGuard. You can just copy the ProGuard jars
493 <code>preverify</code> tool always unpacks the jars, so class files wit
    [all...]
  /build/tools/ijar/
README.txt 2 ijar: A tool for generating interface .jars from normal .jars
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
JarFinder.java 45 * of {@link ClassPath} that finds jars instead of resources.
137 // do we need to look for jars here?
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedWatch.emf.properties 92 # 3b. to watch for jar signing status changes, check the first <entry>'s <build> node's jars="" attribute (and respond using some custom Ant script)
93 # feedWatchActions=//*[name() = 'entry'][1]/*/*[name() = 'build']/@jars; null; null
feedWatch.uml2.properties 89 # 3b. to watch for jar signing status changes, check the first <entry>'s <build> node's jars="" attribute (and respond using some custom Ant script)
90 # feedWatchActions=//*[name() = 'entry'][1]/*/*[name() = 'build']/@jars; null; null
  /external/guice/core/test/com/googlecode/guice/
OSGiContainerTest.java 127 + "compiled & built jars. This is because the test is validating that the Guice jar "
132 //compiled & built jars. This is because the test is validating that the Guice jar
  /external/opencv3/doc/tutorials/introduction/java_eclipse/
java_eclipse.markdown 30 Now select your new user library and click Add External JARs....
32 ![](images/4-add-external-jars.png)
  /prebuilts/tools/common/google-api-java-client/1.20.0/
README.txt 7 Included Jars
26 Included jars with modified packages
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
README.txt 7 Included Jars
26 Included jars with modified packages
  /sdk/
README.txt 95 tools/base and tools/swt and updates all the JARs under prebuilts/devtools.
98 to submit 30 JARs just because their timestamp changed.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RuleLoader.java 101 // additional .jar files to search via a the layoutrules.jars property.
107 // to get updated view rule jars
  /frameworks/base/tools/aapt/
Package.cpp 431 const android::Vector<const char*>& jars = bundle->getJarFiles(); local
433 size_t N = jars.size();
436 err = jar.open(jars[i], ZipFile::kOpenReadOnly);
439 jars[i], err);
444 fprintf(stderr, "ERROR: unable to process '%s'\n", jars[i]);
  /prebuilts/sdk/
README-jack-server.txt 60 The server is composed of 2 jars named jack-server.jar and
77 jack.server.max-jars-size=<size-in-bytes>
78 Maximum size for Jars, in bytes. -1 means no limit. Default is 100 MiB.
  /prebuilts/sdk/tools/
README-jack-server.md 63 The server is composed of 2 jars named `jack-server.jar` and `jack-launcher.jar`.
79 `jack.server.max-jars-size=<size-in-bytes>`
80 Maximum size for Jars, in bytes. `-1` means no limit. Default is 100 MiB.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 270 // get the OS path to all the external jars
271 URL[] jars = getExternalJars(); local
273 mJarClassLoader = new URLClassLoader(jars, this /* parent */);
  /build/core/
java_library.mk 109 # For libart boot jars, we don't have .odex files.
  /development/testrunner/test_defs/
host_test.py 91 # gather all the host jars that are needed to run tests
  /external/antlr/antlr-3.4/gunit/
README.txt 55 It is included in ANTLR v3; it needs both ANTLR and StringTemplate jars
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
SignatureRemover.java 24 * Support class to filter entries from JARs related to signatures.
  /external/jetty/src/java/org/eclipse/jetty/servlet/
NoJspServlet.java 39 getServletContext().log("No JSP support. Check that JSP jars are in lib/jsp and that the JSP option has been specified to start.jar");
  /external/jetty/src/java/org/eclipse/jetty/webapp/
DiscoveredAnnotation.java 30 * by scanning source code of WEB-INF/classes and WEB-INF/lib jars.

Completed in 1427 milliseconds

1 2 3 4 5 67 8 91011>>