HomeSort by relevance Sort by last modified time
    Searched defs:commands (Results 126 - 150 of 169) sorted by null

1 2 3 4 56 7

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
antsupportlib.jar 
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 17 package com.android.commands.monkey;
229 /** a TCP port to listen on for remote commands. */
470 Process.setArgV0("com.android.commands.monkey");
779 mServerPort = (int) nextOptionLong("Server port to listen on for commands");
    [all...]
MonkeySourceScript.java 17 package com.android.commands.monkey;
  /external/grub/netboot/
eepro100.c 118 SCBPort = 8, /* Misc. commands and operands. */
144 /* The EEPROM commands include the alway-set leading bit. */
152 #define CU_CMD_BASE 0x0060 /* Base address to add to add CU commands. */
166 /* Commands that can be put in a command list entry. */
167 enum commands { enum
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 17 package com.android.commands.pm;
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 903 Vector<String8> commands; local
915 commands.add(String8(str8));
959 for (size_t i=0; i<commands.size(); i++) {
960 if (commands[i] == data) {
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 43 * This is a RecognizerEngine that processes commands to make phone calls and
52 * the {@RecognizerClient}. It will accept the following types of commands:
970 String[] commands = semantic.trim().split(" "); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 909 ICommand[] commands = project.getDescription().getBuildSpec(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.ant.core_3.2.200.v20100427.jar 
  /external/qemu/android/
console.c 19 * you can telnet to the console, then use commands like 'help' or others to dynamically
57 #include "android/protocol/ui-commands-api.h"
58 #include "android/protocol/core-commands-impl.h"
59 #include "android/protocol/ui-commands-proxy.h"
356 find_command( char* input, CommandDef commands, char* *pend, char* *pargs )
369 for (nn = 0; commands[nn].names != NULL; nn++)
371 const char* name = commands[nn].names;
387 return &commands[nn];
413 control_write( client, "\r\navailable sub-commands:\r\n" );
426 CommandDef commands = main_commands local
    [all...]
  /external/quake/quake/src/QW/client/
gl_model.h 315 int commands; // gl command list with embedded s/t member in struct:__anon11560
  /external/quake/quake/src/WinQuake/
gl_model.h 311 int commands; // gl command list with embedded s/t member in struct:__anon11923
  /external/regex-re2/lib/codereview/
codereview.py 32 In addition to the new commands, this extension introduces
41 from mercurial import cmdutil, commands, hg, util, error, match, discovery namespace
112 ret = commands.incoming(fui, repo, *[other.path], **{'bundle': '', 'force': False})
120 ret = commands.outgoing(fui, repo, *[], **{})
583 # most hg commands won't ever see them.
857 if commands.remove(ui, repo, 'path:'+f) != 0:
862 if commands.add(ui, repo, 'path:'+f) != 0:
1077 # Mercurial commands
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c 59 2. standalone to send monitor commands to a running valgrind-ified process
74 Once all the commands are sent and their replies received, vgdb will exit.
2426 char *commands[argc]; \/\/ we will never have more commands than args. local
    [all...]
  /external/webkit/Source/WebCore/editing/
EditorCommand.cpp 512 // backward compatibility with ourselves, and for consistency with other commands.
1402 static const CommandEntry commands[] = { local
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 19 package com.android.commands.am;
    [all...]
  /gdk/samples/quake/jni/
gl_model.h 311 int commands; // gl command list with embedded s/t member in struct:__anon17585
  /ndk/sources/host-tools/make-3.81/
read.c 28 #include "commands.h"
135 struct dep *deps, unsigned int cmds_started, char *commands,
463 char *commands;
483 cmds_started, commands, commands_idx, two_colon, \
500 in DEPS and commands in COMMANDS. These are used to define a rule
508 commands = xmalloc (200);
538 /* Ignore the commands in a rule with no targets. */
558 commands = xrealloc (commands, commands_len)
459 char *commands; local
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 438 List<String> commands = new ArrayList<String>(); local
449 commands.add(ImapConstants.UID_SEARCH + " CHARSET " + charset + " OR FROM " + octetLength);
450 commands.add(filter + " (OR TO " + octetLength);
451 commands.add(filter + " (OR CC " + octetLength);
452 commands.add(filter + " (OR SUBJECT " + octetLength);
453 commands.add(filter + " BODY " + octetLength);
454 commands.add(filter + ")))");
455 return getMessagesInternal(complexSearchForUids(commands), listener);
458 /* package */ String[] complexSearchForUids(List<String> commands) throws MessagingException {
462 return getSearchUids(mConnection.executeComplexCommand(commands, false))
    [all...]
  /build/core/
definitions.mk 19 ## commands for building various types of targets, which
745 ## Commands for using sed to replace given variable values
757 ## Commands for munging the dependency files GCC generates
768 ## Commands for running lex
778 ## Commands for running yacc
798 ## Commands to compile RenderScript
823 ## Commands for running aidl
835 ## Commands for running java-event-log-tags.py
846 ## Commands for running protoc to compile .proto into .java
865 ## Commands for running protoc to compile .proto into .pb.cc and .pb.
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasSyncService.java 452 Header commands = resp.getHeader("MS-ASProtocolCommands"); local
456 if (commands == null || versions == null) {
457 userLog("OPTIONS response without commands or versions");
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 165 * commands that can create events, delete or update events, and then
755 * This sequence of commands inserts and deletes some events.
773 * This sequence of commands inserts and deletes some all-day events.
2326 Command[] commands; local
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1966 milliseconds

1 2 3 4 56 7