| /development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
| D | AndroidNature.java | 177 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/ |
| D | MonkeyEventSource.java | 17 package com.android.commands.monkey;
|
| D | MonkeyEventQueue.java | 17 package com.android.commands.monkey;
|
| D | MonkeyNoopEvent.java | 17 package com.android.commands.monkey;
|
| D | MonkeyEvent.java | 17 package com.android.commands.monkey;
|
| D | MonkeySourceNetworkVars.java | 16 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;
|
| D | MonkeyWaitEvent.java | 17 package com.android.commands.monkey;
|
| D | MonkeyThrottleEvent.java | 17 package com.android.commands.monkey;
|
| D | MonkeyFlipEvent.java | 17 package com.android.commands.monkey;
|
| D | MonkeyActivityEvent.java | 17 package com.android.commands.monkey;
|
| D | MonkeyKeyEvent.java | 17 package com.android.commands.monkey;
|
| D | MonkeyNetworkMonitor.java | 17 package com.android.commands.monkey;
|
| D | MonkeyMotionEvent.java | 17 package com.android.commands.monkey;
|
| /development/cmds/monkey/ |
| D | monkey | 6 exec app_process $base/bin com.android.commands.monkey.Monkey $*
|
| D | README.NETWORK.txt | 23 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/ |
| D | GLView.java | 218 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/ |
| D | telephony.jd | 29 …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 …]
|
| D | tcpdump.jd | 11 <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/ |
| D | hdsmart.h | 81 ata_smart_errorlog_command_struct_t commands[6]; member
|
| /development/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
| D | hdsmart.h | 81 ata_smart_errorlog_command_struct_t commands[6]; member
|
| /development/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
| D | hdsmart.h | 81 ata_smart_errorlog_command_struct_t commands[6]; member
|
| /development/tools/scripts/app_engine_server/gae_shell/ |
| D | README | 13 across commands.
|
| /development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/ |
| D | ElementCreateCommand.java | 27 import org.eclipse.gef.commands.Command;
|
| D | UiLayoutEditPart.java | 25 import org.eclipse.gef.commands.Command;
|
| /development/ndk/docs/ |
| D | HOWTO.TXT | 7 How to force the display of build commands: 10 Do "make APP=<yourapp> V=1" and actual build commands will be
|