Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 41) sorted by relevance

12

/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DAndroidNature.java177 ICommand[] commands = desc.getBuildSpec(); in configureResourceManagerBuilder() local
180 for (int i = 0; i < commands.length; ++i) { in configureResourceManagerBuilder()
181 if (ResourceManagerBuilder.ID.equals(commands[i].getBuilderName())) { in configureResourceManagerBuilder()
187 ICommand[] newCommands = new ICommand[commands.length + 1]; in configureResourceManagerBuilder()
188 System.arraycopy(commands, 0, newCommands, 1, commands.length); in configureResourceManagerBuilder()
206 ICommand[] commands = desc.getBuildSpec(); in configurePreBuilder() local
209 for (int i = 0; i < commands.length; ++i) { in configurePreBuilder()
210 if (PreCompilerBuilder.ID.equals(commands[i].getBuilderName())) { in configurePreBuilder()
218 for (int i = 0; i < commands.length; ++i) { in configurePreBuilder()
219 if (ResourceManagerBuilder.ID.equals(commands[i].getBuilderName())) { in configurePreBuilder()
[all …]
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyEventSource.java17 package com.android.commands.monkey;
DMonkeyEventQueue.java17 package com.android.commands.monkey;
DMonkeyNoopEvent.java17 package com.android.commands.monkey;
DMonkeyEvent.java17 package com.android.commands.monkey;
DMonkeySourceNetworkVars.java16 package com.android.commands.monkey;
24 import com.android.commands.monkey.MonkeySourceNetwork.CommandQueue;
25 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommand;
26 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommandReturn;
DMonkeyWaitEvent.java17 package com.android.commands.monkey;
DMonkeyThrottleEvent.java17 package com.android.commands.monkey;
DMonkeyFlipEvent.java17 package com.android.commands.monkey;
DMonkeyActivityEvent.java17 package com.android.commands.monkey;
DMonkeyKeyEvent.java17 package com.android.commands.monkey;
DMonkeyNetworkMonitor.java17 package com.android.commands.monkey;
DMonkeyMotionEvent.java17 package com.android.commands.monkey;
/development/cmds/monkey/
Dmonkey6 exec app_process $base/bin com.android.commands.monkey.Monkey $*
DREADME.NETWORK.txt23 Now you're ready to run commands
27 Individual commands are separated by newlines. The Monkey will
28 respond to every command with a line starting with OK for commands
30 commands that had problems being run. For commands that return a
45 The complete list of commands follows:
/development/samples/GlobalTime/src/com/android/globaltime/
DGLView.java218 private static final String[] commands = { field in GLView
283 private float[] params = new float[commands.length];
623 addMessage(commands[mParam], in toggleFilter()
637 addMessage(commands[mParam], in togglePerspectiveCorrection()
751 for (int i = 0; i < commands.length; i++) { in processKey()
752 if (command.equals(commands[i])) { in processKey()
793 addMessage(commands[mParam], in processKey()
/development/pdk/docs/guide/
Dtelephony.jd29 …from Android telephony services, and dispatches calls to the Vendor RIL as solicited commands.</li>
30 …dware and dispatches calls to the RIL Daemon (<code>rild</code>) through unsolicited commands.</li>
43 <p>See the RIL Daemon source code at <code>//device/commands/rild/rild.c</code> for details.</p>
60 …<li>Solicited commands: Solicited commands originated by RIL lib, such as <code>DIAL</code> and <c…
67 <p>The following snippet illustrates the interface for solicited commands:</p>
72 <p>There are over sixty solicited commands grouped by the following families:</p>
93 <p>The following snippet illustrates the interface for unsolicited commands:</p>
97 <p>There are over ten unsolicited commands grouped by the following families:</p>
113 …l vendor RILs. The source code for the reference RIL is found at <code>/commands/reference-ril/</c…
153 … provide the functions described in the table below to handle solicited commands. The RIL solicite…
[all …]
Dtcpdump.jd11 <a href="#other">Other network debugging commands</a><br/>
69 …apture via <code>ethereal</code>. If anything goes wrong, you will need to rerun both commands.</p>
77 <h3><a name="other"></a>Other network debugging commands</h3>
/development/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
Dhdsmart.h81 ata_smart_errorlog_command_struct_t commands[6]; member
/development/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
Dhdsmart.h81 ata_smart_errorlog_command_struct_t commands[6]; member
/development/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
Dhdsmart.h81 ata_smart_errorlog_command_struct_t commands[6]; member
/development/tools/scripts/app_engine_server/gae_shell/
DREADME13 across commands.
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
DElementCreateCommand.java27 import org.eclipse.gef.commands.Command;
DUiLayoutEditPart.java25 import org.eclipse.gef.commands.Command;
/development/ndk/docs/
DHOWTO.TXT7 How to force the display of build commands:
10 Do "make APP=<yourapp> V=1" and actual build commands will be

12