/frameworks/base/docs/html/guide/developing/testing/ |
index.jd | 34 the <code>android</code> tool to create and manage test projects, the Ant build system 35 to compile them, and the <code>adb</code> tool to install and run them.
|
/sdk/archquery/src/com/android/archquery/ |
Main.java | 20 * Java command line tool to return the CPU architecture of the host java VM. 32 * The solution is this small command line tool, running in the VM, and returning the value of
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/ |
PaletteFactory.java | 67 /* -- Do not put the selection tool. It's the unique tool so it looks useless.
|
/build/tools/signapk/ |
Android.mk | 18 # the signapk tool (a .jar application used to sign packages)
|
/cts/tools/dex-tools/ |
README.txt | 22 lib : dx.jar the jar from the dx tool. Used for in-memory java -> byte code -> dex code -> dex model tests
|
/cts/tools/signature-tools/ |
README.txt | 50 spec : various input files to try the tool
|
/dalvik/tools/dexdeps/ |
README.txt | 4 This tool dumps a list of fields and methods that a DEX file uses but does
|
/external/bluetooth/glib/debian/ |
README.debian | 15 The GIMP Tool Kit (gtk) is a set of widgets to help you program
|
/external/icu4c/data/ |
makedata.vcproj | 31 <Tool 55 <Tool 79 <Tool 103 <Tool
|
/external/icu4c/tools/genprops/misc/ |
ucdstrip.c | 16 * Simple tool for Unicode Character Database files with semicolon-delimited fields.
|
/external/ipsec-tools/ |
README | 8 - setkey, a tool to directly manipulate policies and SAs
|
/external/libpng/contrib/visupng/ |
VisualPng.dsp | 60 # Begin Special Build Tool
64 # End Special Build Tool
94 # Begin Special Build Tool
98 # End Special Build Tool
|
/external/proguard/examples/ant/ |
midlets.xml | 17 for the sake of the preverify tool.
|
/external/proguard/examples/ |
midlets.pro | 33 # should you still want to use the preverify tool.
|
retrace.pro | 2 # This ProGuard configuration file illustrates how to process the ReTrace tool.
|
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/jsc/ |
jscCommon.vsprops | 7 <Tool
12 <Tool
17 <Tool
21 <Tool
|
/external/webkit/WebCore/WebCore.vcproj/ |
WebCoreCairo.vsprops | 7 <Tool
|
/external/webkit/WebKitTools/Scripts/webkitpy/commands/ |
early_warning_system.py | 73 def handle_script_error(cls, tool, state, script_error): 75 status_id = cls._update_status_for_script_error(tool, state, script_error, is_error=is_svn_apply) 78 results_link = tool.status_server.results_url_for_status(status_id) 80 tool.bugs.post_comment_to_bug(state["patch"].bug_id(), message, cc=cls.watchers)
|
/external/wpa_supplicant/ |
build_config.h | 16 * systems that do not have suitable 'make' tool. In these cases, it may be
|
/frameworks/base/core/java/android/net/http/ |
Timer.java | 23 * Debugging tool
|
/external/emma/core/java12/com/vladium/emma/ |
Command.java | 38 final Command tool; local 43 tool = new runCommand (usageName, args); 45 tool = new instrCommand (usageName, args); 47 tool = new reportCommand (usageName, args); 49 tool = new mergeCommand (usageName, args); 53 tool.initialize (); 55 return tool;
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
RepoSource.java | 416 * the tool know how to process, so it's not one of the possible 1..N versions of our
421 * find its <tool> elements. If we find any, we recreate a suitable document
423 * To be valid, the <tool> element must have at least one <archive>
429 * @return Either a new XML document conforming to our schema with at least one <tool>
527 // Find an inner <tool> node and extract its required parameters
529 Node tool = null;
local 530 while ((tool = findChild(oldRoot, tool, prefix, SdkRepository.NODE_TOOL)) != null) {
531 // To be valid, the tool element must have:
541 Node revision = findChild(tool, null, prefix, SdkRepository.NODE_REVISION); [all...] |
/development/pdk/docs/source/ |
building-dream.jd | 23 <li>from this point, the fastboot tool (which is put automatically in your path) can be used to flash a device: boot the device into the bootloader by holding the back key while pressing the power key, and run "fastboot -w flashall".<br></li> 35 <li>from this point, the fastboot tool (which is put automatically in your path) can be used to flash a device: boot the device into the bootloader by holding the back key while pressing the power key, and run "fastboot -w flashall".<br></li>
|
/external/netcat/ |
netcat.blurb | 3 designed to be a reliable "back-end" tool that can be used directly or easily 5 network debugging and exploration tool, since it can create almost any kind of
|
/frameworks/base/docs/html/guide/developing/tools/ |
draw9patch.jd | 4 <p>The Draw 9-patch tool allows you to easily create a 13 <p>Here's a quick guide to create a Nine-patch graphic using the Draw 9-patch tool.
|