Searched
full:jar (Results
476 -
500 of
661) sorted by null
<<11121314151617181920>>
/build/core/ |
package.mk | 248 # for released sdk versions, the platform resources were built into android.jar. 250 $(HISTORICAL_SDK_VERSIONS_ROOT)/$(LOCAL_SDK_VERSION)/android.jar
|
droiddoc.mk | 109 -J-agentlib:jprofilerti=port=8849 -J-Xbootclasspath/a:/Applications/jprofiler5/bin/agent.jar
|
/dalvik/docs/ |
debugger.html | 154 <pre>% dalvikvm -agentlib:jdwp=transport=dt_android_adb,suspend=y,server=y -cp /data/foo.jar Foo</pre> 167 % adb shell dalvikvm -agentlib:jdwp=transport=dt_socket,address=8000,suspend=y,server=y -cp /data/foo.jar Foo</pre>
|
libraries.html | 110 <li>java.util.jar</li>
|
/development/testrunner/ |
test_defs.xml | 487 jar_name="CtsAppSecurityTests.jar" 493 jar_name="FrameworkCoreHostTests.jar" />
|
/prebuilt/windows/swt/ |
about.html | 38 <p>The following files in the plug-in JAR shall be defined as the native code portion of the Mozilla Binding:</p> 44 <p>The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Mozilla Binding:</p>
|
/sdk/eclipse/features/com.android.ide.eclipse.adt/ |
feature.xml | 18 Note: kxml2-2.3.0.jar is under the BSD license rather than the EPL. You can find a copy of the BSD License at http://www.opensource.org/licenses/bsd-license.php 19 Note: groovy-all-1.7.0.jar is under a BSD/Apache license rather than the EPL. For details, please see http://groovy.codehaus.org/faq.html#licence .
|
/cts/tools/host/src/com/android/cts/ |
ReferenceAppTestPackage.java | 51 * @param jarPath The host controller's jar path and file.
|
SignatureCheckPackage.java | 54 * @param jarPath The host controller's jar path and file.
|
/dalvik/dalvikvm/ |
Main.c | 174 * [Do we need to catch & handle "-jar" here?]
|
/dalvik/dx/src/com/android/dx/command/dump/ |
BaseDumper.java | 187 * Gets the filesystem/jar path of the file being dumped.
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/ |
XMLReaderFactory.java | 71 * <li>The JAR "Services API" is used to look for a class name
|
/dalvik/vm/oo/ |
Class.h | 31 * - as a .class file held in a JAR archive
|
/external/clearsilver/ports/rpm/ |
clearsilver.spec | 219 %{__prefix}/lib/clearsilver.jar
|
/external/proguard/src/proguard/classfile/io/ |
LibraryClassReader.java | 122 // E.g. only about 60% of all rt.jar classes need to be parsed.
|
/frameworks/base/core/java/android/view/ |
RawInputEvent.java | 21 * This really belongs in services.jar; WindowManagerPolicy should go there too.
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
AsmAnalyzerTest.java | 50 URL url = this.getClass().getClassLoader().getResource("data/mock_android.jar");
|
/packages/apps/Email/src/org/apache/commons/io/ |
FileCleaner.java | 128 * contains the commons-io jar file in your WEB-INF/lib directory. In other
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
AddOnTarget.java | 86 * library name. The value is a 2 string array with the .jar filename, and the description.
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTestCase.java | 89 "junit-run.jar and junit.jar \n must be in same directory or on classpath."); 761 // Jar URL's will have any actual path like file:/c:/somedrive...
|
/external/webkit/WebCore/platform/network/soup/ |
ResourceHandleSoup.cpp | 451 SoupCookieJar* jar = reinterpret_cast<SoupCookieJar*>(soup_session_get_feature(session, SOUP_TYPE_COOKIE_JAR)); 452 if (!jar) 455 setDefaultCookieJar(jar);
|
/frameworks/base/ |
Android.mk | 51 # TODO: Maybe build these into a separate .jar and put it on the classpath 52 # in front of framework.jar. 576 # Build ext.jar
|
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
changes-summary.html | 386 <A NAME="java.util.jar"></A> 387 <nobr><A HREF="pkg_java.util.jar.html">java.util.jar</A></nobr>
|
/dalvik/vm/ |
Init.c | 66 dvmFprintf(stderr, "%s: [options] -jar file.jar [argument ...]\n",progName); 738 } else if (strcmp(argv[i], "-jar") == 0) { 739 // TODO: handle this; name of jar should be in argv[i+1] 740 dvmFprintf(stderr, "-jar not yet handled\n"); [all...] |
/development/simulator/app/ |
DeviceManager.cpp | 670 "/system/framework/core.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar", [all...] |
Completed in 192 milliseconds
<<11121314151617181920>>