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

1 2 3 4 56 7 8 910

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPowerEvent.java 17 package com.android.commands.monkey;
MonkeySourceNetworkViews.java 17 package com.android.commands.monkey;
19 import static com.android.commands.monkey.MonkeySourceNetwork.EARG;
38 import com.android.commands.monkey.MonkeySourceNetwork.CommandQueue;
39 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommand;
40 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommandReturn;
52 * Script commands over the network.
MonkeyGetFrameRateEvent.java 17 package com.android.commands.monkey;
MonkeyMotionEvent.java 17 package com.android.commands.monkey;
  /external/bluetooth/bluez/tools/
bccmd.c 160 { CSR_PSKEY_LOCAL_SUPPORTED_COMMANDS, CSR_TYPE_ARRAY, 18, "commands" },
1073 } commands[] = { variable in typeref:struct:__anon1903
1119 printf("Commands:\n");
1120 for (i = 0; commands[i].str; i++)
1121 printf("\t%-10s %-20s\t%s\n", commands[i].str,
1122 commands[i].arg ? commands[i].arg : " ",
1123 commands[i].doc);
1231 for (i = 0; commands[i].str; i++) {
1232 if (strcasecmp(commands[i].str, argv[0])
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues_unittest.py 39 from webkitpy.tool.commands.commandtest import CommandsTest
40 from webkitpy.tool.commands.queues import *
41 from webkitpy.tool.commands.queuestest import QueuesTest
42 from webkitpy.tool.commands.stepsequence import StepSequence
download_unittest.py 33 from webkitpy.tool.commands.commandtest import CommandsTest
34 from webkitpy.tool.commands.download import *
earlywarningsystem.py 29 from webkitpy.tool.commands.queues import AbstractReviewQueue
queuestest.py 35 from webkitpy.tool.commands.stepsequence import StepSequenceErrorHandler
rebaselineserver_unittest.py 34 from webkitpy.tool.commands import rebaselineserver
  /external/webkit/Tools/wx/packaging/
build-win-installer.py 29 import commands namespace
build-mac-installer.py 28 import commands namespace
83 output = commands.getoutput("otool -L %s" % dylib).strip()
  /frameworks/base/cmds/bu/src/com/android/commands/bu/
Backup.java 17 package com.android.commands.bu;
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 17 package com.android.commands.input;
  /ndk/sources/host-tools/make-3.81/
filedef.h 32 struct commands *cmds; /* Commands to execute for this target. */
33 int command_flags; /* Flags OR'd in for cmds; see commands.h. */
67 enum cmd_state /* State of the commands. */
70 cs_deps_running, /* Dep commands running. */
71 cs_running, /* Commands running. */
72 cs_finished /* Commands finished. */
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...]
  /system/core/init/
parser.c 38 list_for_each(node2, &act->commands) {
signal_handler.c 110 /* Execute all onrestart commands for this service. */
111 list_for_each(node, &svc->onrestart.commands) {
  /external/bluetooth/hcidump/parser/
csr.c 148 unsigned char commands[64]; local
151 memcpy(commands, frm->ptr, frm->len);
154 printf("%s: commands", str);
156 printf(" 0x%02x", commands[i]);
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 50 enum commands { enum
74 enum commands cmd;
425 enum commands mycmd = CMD_HELP;
524 * unhandled commands. cases included here to avoid compiler
  /external/llvm/utils/lit/lit/
ShUtil.py 226 commands = [self.parse_command()]
229 commands.append(self.parse_command())
230 return Pipeline(commands, negate)
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 167 * commands that can create events, delete or update events, and then
748 * This sequence of commands inserts and deletes some events.
766 * This sequence of commands inserts and deletes some all-day events.
784 * This sequence of commands inserts and deletes some repeating events.
2174 Command[] commands; local
    [all...]
  /bionic/libc/tools/
checksyscalls.py 8 import sys, re, string, os, commands namespace
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 673 Vector<Editor::Command> commands; local
681 commands.append(command);
685 for (size_t i = 0; i < commands.size(); i++) {
686 if (!commands.at(i).execute()) {
694 // If we successfully completed all editor commands, then
726 // Only allow text insertion commands if the current node is editable.
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/
main.py 47 from webkitpy.tool import commands namespace
78 # FIXME: This may be unnecessary since we pass global options to all commands during execute() as well.

Completed in 2091 milliseconds

1 2 3 4 56 7 8 910