HomeSort by relevance Sort by last modified time
    Searched full:command (Results 601 - 625 of 12564) sorted by null

<<21222324252627282930>>

  /external/lldb/test/functionalities/abbreviation/
TestAbbreviations.py 2 Test some lldb command abbreviations.
18 substrs = ['breakpoint command add',
19 'breakpoint command list',
21 'command alias',
32 substrs = ["error: 'gurp' is not a valid command."])
34 # Only one matching command: execute it.
40 self.runCmd("command alias t thread select")
44 self.runCmd("command unalias t")
47 substrs = ["Ambiguous command 't'. Possible matches:",
113 self.expect("breakpoint command list 1"
    [all...]
  /external/toybox/
main.c 24 // global context for this command.
42 // Binary search to find this command.
96 // Setup toybox global state for this command.
129 // Like exec() but runs an internal toybox command instead of another file.
130 // Only returns if it can't run command internally, otherwise exit() when done.
144 // Run command
150 // Multiplexer command, first argument is command to run, rest are args to that.
151 // If first argument starts with - output list of command install paths.
166 if (toys.argv[1][0] != '-') error_exit("Unknown command %s", toys.argv[1])
    [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...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
qseecom.h 26 * struct qseecom_send_cmd_req - for send command ioctl request
27 * @cmd_req_len - command buffer length
28 * @cmd_req_buf - command buffer
42 * @cmd_buf_offset - command buffer offset
49 * struct qseecom_send_modfd_cmd_req - for send command ioctl request
50 * @cmd_req_len - command buffer length
51 * @cmd_req_buf - command buffer
55 * @cmd_buf_offset - command buffer offset
69 * command execution
178 * struct qseecom_send_modfd_resp - for send command ioctl reques
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
PopFrames002Test.java 37 * JDWP Unit test for StackFrame.PopFrames command.
58 * This testcase exercises StackFrame.PopFrames command to discard several frames at once.
61 * <BR>Then the test performs StackFrame.PopFrame command to discard several frames at once,
63 * by ThreadReference.Frames command.
102 logWriter.println("=> Get frames before PopFrames command, thread = " + breakpointThreadID);
106 logWriter.println("=> Number of frames before command: "
111 logWriter.println("=> Find frameID of method = " + methodToPop + " for PopFrames command");
131 logWriter.println("=> frameID for PopFrames command = " + frameID);
137 logWriter.println("=> Perform PopFrames command for method = " + methodToPop + " with frameID = " + frameID);
140 logWriter.println("=> Get frames after PopFrames command, thread = " + breakpointThreadID)
    [all...]
  /cts/libs/vogar-expect/src/vogar/commands/
Mkdir.java 22 * A mkdir command.
27 new Command("mkdir", "-p", directory.getPath()).execute();
  /dalvik/dx/src/com/android/dx/command/
UsageException.java 17 package com.android.dx.command;
20 * Simple exception class used to communicate that the command-line tool
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
ReleaseEventsTest.java 37 * This tests case exercises the JDWP command <code>VirtualMachine.ReleaseEvents</code>.
51 * JDWP Unit test for VirtualMachine.ReleaseEvents command.
60 * This testcase exercises VirtualMachine.ReleaseEvents command.
63 * performs VirtualMachine.HoldEvents command.
65 * thread and performs VirtualMachine.ReleaseEvents command.
73 //send HoldEvents command
80 checkReplyPacket(reply, "VirtualMachine::HoldEvents command");
91 checkReplyPacket(reply, "VirtualMachine::ReleaseEvents command");
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_httpserver.py 22 wsgi_handler.command = 'GET'
38 wsgi_handler.command = 'GET'
  /external/icu/icu4c/source/layoutex/
layoutex.vcxproj 253 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout
254 </Command>
256 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout
257 </Command>
259 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout
260 </Command>
262 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\layout
263 </Command>
267 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout
268 </Command>
    [all...]
  /external/iproute2/doc/
Plan 4 1.1 IP Command reference (ip-cref.tex, published)
5 1.2 TC Command reference (tc-cref.tex)
  /external/iproute2/man/man8/
ip-maddress.8 12 .RI " { " COMMAND " | "
39 statically. This command only manages link layer addresses.
ip.8 10 .RI "[ " OPTIONS " ] " OBJECT " { " COMMAND " | "
58 of the command line does not give enough information to guess the
101 .SH IP - COMMAND SYNTAX
180 .I COMMAND
193 command is available for all objects. It prints
196 If no command is given, some default command is assumed.
221 .RB "IP Command reference " ip-cref.ps
  /external/kernel-headers/original/uapi/linux/
isdn_divertif.h 20 #define DIVERT_CMD_REG 0x00 /* register command */
21 #define DIVERT_CMD_REL 0x01 /* release command */
  /external/linux-tools-perf/src/tools/perf/util/
generate-cmdlist.sh 12 sed -n -e 's/^perf-\([^ ]*\)[ ].* common.*/\1/p' command-list.txt |
26 sed -n -e 's/^perf-\([^ ]*\)[ ].* full.*/\1/p' command-list.txt |
  /external/lldb/test/functionalities/command_script/
welcome.py 6 A command that says hello to LLDB users
16 result.SetError('a test for error in command')
  /external/lldb/utils/test/
README-run-until-faulted 4 lldb command: /Volumes/data/lldb/svn/trunk/build/Debug/lldb
7 sending file command....
  /external/llvm/test/MC/MachO/
temp-labels.s 3 // CHECK: # Load Command 1
4 // CHECK: (('command', 2)
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
ListCommandHandler.java 16 package org.mockftpserver.fake.command;
18 import org.mockftpserver.core.command.Command;
19 import org.mockftpserver.core.command.ReplyCodes;
29 * CommandHandler for the LIST command. Handler logic:
49 protected void handle(Command command, Session session) {
53 String path = getRealPath(session, command.getParameter(0));
RetrCommandHandler.java 16 package org.mockftpserver.fake.command;
18 import org.mockftpserver.core.command.Command;
19 import org.mockftpserver.core.command.ReplyCodes;
32 * CommandHandler for the RETR command. Handler logic:
49 protected void handle(Command command, Session session) {
53 String path = getRealPath(session, command.getRequiredParameter(0));
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
AcctCommandHandlerTest.groovy 16 package org.mockftpserver.fake.command
18 import org.mockftpserver.core.command.Command
19 import org.mockftpserver.core.command.CommandHandler
20 import org.mockftpserver.core.command.CommandNames
21 import org.mockftpserver.core.command.ReplyCodes
68 Command createValidCommand() {
69 return new Command(CommandNames.ACCT, [ACCOUNT_NAME])
CwdCommandHandlerTest.groovy 16 package org.mockftpserver.fake.command
18 import org.mockftpserver.core.command.Command
19 import org.mockftpserver.core.command.CommandHandler
20 import org.mockftpserver.core.command.CommandNames
21 import org.mockftpserver.core.command.ReplyCodes
85 Command createValidCommand() {
86 return new Command(CommandNames.CWD, [DIR])
DeleCommandHandlerTest.groovy 16 package org.mockftpserver.fake.command
18 import org.mockftpserver.core.command.Command
19 import org.mockftpserver.core.command.CommandHandler
20 import org.mockftpserver.core.command.CommandNames
21 import org.mockftpserver.core.command.ReplyCodes
93 Command createValidCommand() {
94 return new Command(CommandNames.DELE, [FILE])
EprtCommandHandlerTest.groovy 16 package org.mockftpserver.fake.command
18 import org.mockftpserver.core.command.Command
19 import org.mockftpserver.core.command.CommandHandler
20 import org.mockftpserver.core.command.CommandNames
21 import org.mockftpserver.core.command.ReplyCodes
92 Command createValidCommand() {
93 return new Command(CommandNames.EPRT, PARAMETERS_IPV4)
MkdCommandHandlerTest.groovy 16 package org.mockftpserver.fake.command
18 import org.mockftpserver.core.command.Command
19 import org.mockftpserver.core.command.CommandHandler
20 import org.mockftpserver.core.command.CommandNames
21 import org.mockftpserver.core.command.ReplyCodes
106 Command createValidCommand() {
107 return new Command(CommandNames.MKD, [DIR])

Completed in 423 milliseconds

<<21222324252627282930>>