HomeSort by relevance Sort by last modified time
    Searched defs:commands (Results 201 - 225 of 234) sorted by null

1 2 3 4 5 6 7 8910

  /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/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.
2448 char *commands[argc]; \/\/ we will never have more commands than args. local
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 19 package com.android.commands.am;
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 17 package com.android.commands.pm;
    [all...]
  /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 468 List<String> commands = new ArrayList<String>(); local
479 commands.add(ImapConstants.UID_SEARCH + " CHARSET " + charset + " OR FROM " + octetLength);
480 commands.add(filter + " (OR TO " + octetLength);
481 commands.add(filter + " (OR CC " + octetLength);
482 commands.add(filter + " (OR SUBJECT " + octetLength);
483 commands.add(filter + " BODY " + octetLength);
484 commands.add(filter + ")))");
485 return getMessagesInternal(complexSearchForUids(commands), listener);
488 /* package */ String[] complexSearchForUids(List<String> commands) throws MessagingException {
492 return getSearchUids(mConnection.executeComplexCommand(commands, false))
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java 478 Header commands = resp.getHeader("MS-ASProtocolCommands"); local
482 if (commands == null || versions == null) {
483 userLog("OPTIONS response without commands or versions");
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 2349 const void* commands = GetPut(); local
2610 const void* commands = GetPut(); local
2633 const void* commands = GetPut(); local
2675 const void* commands = GetPut(); local
2782 const void* commands = GetPut(); local
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 167 * commands that can create events, delete or update events, and then
765 * This sequence of commands inserts and deletes some events.
2454 Command[] commands; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.ant.core_3.2.200.v20100427.jar 
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /external/qemu/hw/
bt.h 439 /* HCI Commands */
1197 uint8_t commands[64]; member in struct:__anon27143
    [all...]
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 397 milliseconds

1 2 3 4 5 6 7 8910