Home
last modified time | relevance | path

Searched refs:command (Results 1 – 7 of 7) sorted by relevance

/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DVersionLoader.java40 private static int loadVersion(IDevice device, String command) { in loadVersion() argument
53 out.write(command); in loadVersion()
DViewManager.java42 private static void sendCommand(String command, IDevice device, Window window, String params) { in sendCommand() argument
53 out.write(command + " " + window.encode() + " " + params); in sendCommand()
/sdk/apkbuilder/
Dreadme.txt1 The apkbuilder command line tool is deprecated, and is not maintained anymore.
/sdk/docs/
Dhowto_use_cupcake_sdk.txt57 Unzip the SDK somewhere. We'll call that directory "SDK" in command-line
222 command given above to read the rest.
231 these operations. For right now, please use the command line interface.
247 To learn about available targets in your SDK, use this command:
259 command line.
299 D- Invoking an AVD from the command-line
302 To use this AVD in the emulator from the command-line, type:
Dhowto_build_SDK.txt57 It is designed for advanced users which are proficient with command-line
134 tofrodos adds a unix2dos command
/sdk/
DREADME.txt6 them by using a repo init command such as:
23 To build it from the command-line, you'd use "gradle" as such:
/sdk/find_java/
Dfind_java.bat42 rem be 0 if the command worked or 1 if the exec failed (program not found).