HomeSort by relevance Sort by last modified time
    Searched defs:command (Results 501 - 525 of 1639) sorted by null

<<21222324252627282930>>

  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
ReplyCodes.java 16 package org.mockftpserver.core.command;
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
AbstractFakeCommandHandler.java 16 package org.mockftpserver.fake.command;
21 import org.mockftpserver.core.command.AbstractCommandHandler;
22 import org.mockftpserver.core.command.Command;
23 import org.mockftpserver.core.command.ReplyCodes;
54 * Reply code sent back when a FileSystemException is caught by the {@link #handleCommand(Command, Session)}
70 public void handleCommand(Command command, Session session) {
72 Assert.notNull(command, "command");
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
InvocationRecordTest.java 16 package org.mockftpserver.core.command;
37 private static final Command COMMAND = new Command("command", EMPTY);
49 final Command COMMAND = new Command("ABC", EMPTY);
51 InvocationRecord commandInvocation = new InvocationRecord(COMMAND, DEFAULT_HOST);
54 assertEquals("Command", COMMAND, commandInvocation.getCommand());
    [all...]
_AbstractTrackingCommandHandlerTest.java 16 package org.mockftpserver.core.command;
41 private static final Command COMMAND = new Command(COMMAND_NAME, EMPTY);
42 private static final Command COMMAND_WITH_ARGS = new Command(COMMAND_NAME, EMPTY);
57 * Test the handleCommand(Command,Session) method
61 commandHandler.handleCommand(COMMAND, session);
67 * Test the handleCommand(Command,Session) method, passing in a null Command
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/
InvocationRecordTest.java 16 package org.mockftpserver.core.command;
24 import org.mockftpserver.core.command.Command;
25 import org.mockftpserver.core.command.InvocationRecord;
39 private static final Command COMMAND = new Command("command", EMPTY);
51 final Command COMMAND = new Command("ABC", EMPTY);
    [all...]
_AbstractCommandHandlerTest.java 16 package org.mockftpserver.core.command;
25 import org.mockftpserver.stub.command.AbstractStubCommandHandler;
42 private static final Command COMMAND = new Command(COMMAND_NAME, EMPTY);
43 private static final Command COMMAND_WITH_ARGS = new Command(COMMAND_NAME, EMPTY);
59 * Test the handleCommand(Command,Session) method
63 commandHandler.handleCommand(COMMAND, session);
69 * Test the handleCommand(Command,Session) method, passing in a null Command
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
SocksProxy.java 142 // Read the command.
145 int command = fromSource.readByte() & 0xff; local
168 switch (command) {
195 throw new ProtocolException("unexpected command: " + command);
  /external/openssh/
auth-options.c 49 /* "command=" option. */
148 cp = "command=\"";
175 auth_debug_add("Forced command.");
434 char *command, *allowed; local
478 if (strcmp(name, "force-command") == 0) {
479 if ((r = sshbuf_get_cstring(data, &command,
487 "force-command options");
488 free(command);
491 *cert_forced_command = command;
621 /* CA-specified forced command supersedes key option *
    [all...]
  /external/selinux/policycoreutils/semodule/
semodule.c 36 struct command { struct
40 static struct command *commands = NULL;
43 /* options given on command line */
149 struct command *c;
170 /* Parse command line and set global options. */
287 /* if -i/u/r was the last command treat any remaining
  /external/selinux/policycoreutils/semodule_deps/
semodule_deps.c 312 /* Possible commands - see the command variable in
321 int verbose = 0, exclude_base = 1, command = SHOW_DEPS; local
333 command = GEN_GRAPHVIZ;
393 if (command == SHOW_DEPS)
  /external/skia/tools/
win_dbghelp.cpp 89 /** Print all the lines of a CDB k command whicha are callstacks.
174 char command[MAX_PATH * 4]; local
175 sprintf(command, "%s -y \"%s\" -i \"%s\" -z \"%s\" -c \"%s\" -kqm >\"%s\"",
182 system(command);
  /external/toybox/toys/pending/
init.c 30 char *command; member in struct:action_list_seed
96 static void add_new_action(uint8_t action,char *command,char *term)
103 if (!(strcmp(x->command, command)) && !(strcmp(x->terminal_name, term))) {
116 x->command = xstrdup(command);
126 char *p, *q, *extracted_token, *tty_name = NULL, *command = NULL, *tmp; local
144 tty_name = command = NULL;
168 command = xstrdup(extracted_token);
179 free(command);
    [all...]
  /external/vogar/src/vogar/tasks/
RunActionTask.java 26 import vogar.commands.Command;
51 private Command currentCommand;
117 + "command=" + currentCommand));
134 * Create the command that executes the action.
139 public Command createActionCommand(Action action, String skipPast, int monitorPort) {
188 Command command = currentCommand; local
189 if (command != null && run.smallTimeoutSeconds != 0) {
190 command.scheduleTimeout(run.smallTimeoutSeconds);
205 Command command = currentCommand local
    [all...]
  /frameworks/av/camera/
ICamera.cpp 396 int command = data.readInt32(); local
399 reply->writeInt32(sendCommand(command, arg1, arg2));
  /frameworks/av/media/libmedia/
AudioEffect.cpp 232 status_t AudioEffect::command(uint32_t cmdCode, function in class:android::AudioEffect
239 ALOGV("command() bad status %d", mStatus);
253 status_t status = mIEffect->command(cmdCode, cmdSize, cmdData, replySize, replyData);
285 return mIEffect->command(EFFECT_CMD_SET_PARAM, sizeof (effect_param_t) + psize, param, &size,
326 return mIEffect->command(EFFECT_CMD_SET_PARAM_COMMIT, 0, NULL, &size, NULL);
345 return mIEffect->command(EFFECT_CMD_GET_PARAM, sizeof(effect_param_t) + param->psize, param,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.h 77 refPicListReorderingOperation_t command[MAX_NUM_REF_PICS+1]; member in struct:__anon22329
95 * end memory_management_control_operation command */
  /frameworks/av/services/audioflinger/
FastMixer.cpp 125 bool FastMixer::isSubClassCommand(FastThreadState::Command command)
127 switch ((FastMixerState::Command) command) {
332 const FastMixerState::Command command = mCommand; local
335 if ((command & FastMixerState::MIX) && (mMixer != NULL) && mIsWarm) {
417 if ((command & FastMixerState::WRITE) && (mOutputSink != NULL) && (mMixerBuffer != NULL)) {
  /frameworks/base/cmds/appops/src/com/android/commands/appops/
AppOpsCommand.java 35 * This class is a command line utility for manipulating AppOps permissions.
61 String command = nextArgRequired(); local
62 switch (command) {
76 System.err.println("Error: Unknown command: '" + command + "'.");
162 // Parsing complete, let's execute the command.
205 // Parsing complete, let's execute the command.
302 // Parsing complete, let's execute the command.
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 31 * Command that sends key events to the device, either by their keycode, or by
37 private static final String INVALID_ARGUMENTS = "Error: Invalid arguments for command: ";
54 * Command-line entry point.
56 * @param args The command-line arguments
69 String command = args[index]; local
71 if (SOURCES.containsKey(command)) {
72 inputSource = SOURCES.get(command);
74 command = args[index];
79 if (command.equals("text")) {
85 } else if (command.equals("keyevent"))
    [all...]
  /frameworks/base/cmds/telecom/src/com/android/commands/telecom/
Telecom.java 36 * Command-line entry point.
38 * @param args The command-line arguments
93 String command = nextArgRequired(); local
94 switch (command) {
120 throw new IllegalArgumentException ("unknown command '" + command + "'");
  /frameworks/base/services/core/java/com/android/server/hdmi/
SystemAudioAction.java 93 HdmiCecMessage command = HdmiCecMessageBuilder.buildSystemAudioModeRequest( local
96 sendCommand(command, new HdmiControlService.SendMessageCallback() {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessBuilderTest.java 43 ProcessBuilder pb = new ProcessBuilder("command");
44 assertEquals(1, pb.command().size());
45 assertEquals("command", pb.command().get(0));
49 pb.command("BBB", "CCC");
50 List<String> list = pb.command();
52 String[] command = new String[3]; local
53 list.toArray(command);
54 assertTrue(Arrays.equals(new String[] { "BBB", "CCC", "DDD" }, command));
58 ProcessBuilder pb = new ProcessBuilder("command");
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeTest.java 286 String command = "mkdir " + folder; local
292 proc = Runtime.getRuntime().exec(command, envp);
295 proc = Runtime.getRuntime().exec(command);
298 proc = Runtime.getRuntime().exec(command, envp, file);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 68 __u8 command; /* nfulnl_msg_config_cmds */ member in struct:nfulnl_msg_config_cmd
nfnetlink_queue.h 64 __u8 command; /* nfqnl_msg_config_cmds */ member in struct:nfqnl_msg_config_cmd

Completed in 308 milliseconds

<<21222324252627282930>>