HomeSort by relevance Sort by last modified time
    Searched refs:command (Results 251 - 275 of 4245) sorted by null

<<11121314151617181920>>

  /libcore/ojluni/src/main/java/java/lang/
ProcessBuilder.java 50 * <li>a <i>command</i>, a list of strings which signifies the
52 * Which string lists represent a valid operating system command is
55 * systems where programs are expected to tokenize command line
133 * #start()} will fail. For example, setting the command attribute to
180 private List<String> command; field in class:ProcessBuilder
189 * make a copy of the {@code command} list. Subsequent
192 * {@code command} corresponds to a valid operating system
193 * command.
195 * @param command the list containing the program and its arguments
198 public ProcessBuilder(List<String> command) {
234 public ProcessBuilder command(List<String> command) { method in class:ProcessBuilder
252 public ProcessBuilder command(String... command) { method in class:ProcessBuilder
267 public List<String> command() { method in class:ProcessBuilder
    [all...]
  /packages/apps/Test/connectivity/sl4n/utils/
command_receiver.h 35 static void RegisterCommand(std::string name, MFP command);
  /tools/tradefederation/core/src/com/android/tradefed/command/
FatalHostError.java 16 package com.android.tradefed.command;
  /tools/tradefederation/core/src/com/android/tradefed/invoker/
IRescheduler.java 18 import com.android.tradefed.command.ICommandOptions;
37 * Reschedule the command for future execution.
39 * The command should respect {@link ICommandOptions#getLoopTime()} and schedule the command
42 * @return <code>true</code> if command was successfully rescheduled. <code>false</code>
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DeviceFailedToBootError.java 18 import com.android.tradefed.command.remote.DeviceDescriptor;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodAfterMultipleThreadSuspensionTest.java 30 * JDWP unit test for ObjectReference.InvokeCommand command with thread suspended more than once
52 CommandPacket command = new CommandPacket( local
55 command.setNextValueAsThreadID(receiverId);
56 command.setNextValueAsThreadID(threadId);
57 command.setNextValueAsClassID(classID);
58 command.setNextValueAsMethodID(methodId);
59 command.setNextValueAsInt(0);
60 command.setNextValueAsInt(invoke_options);
61 return command;
InvokeMethodWithSuspensionTest.java 30 * JDWP unit test for ObjectReference.InvokeCommand command with a thread suspension.
50 CommandPacket command = new CommandPacket( local
53 command.setNextValueAsThreadID(receiverId);
54 command.setNextValueAsThreadID(threadId);
55 command.setNextValueAsClassID(classID);
56 command.setNextValueAsMethodID(methodId);
57 command.setNextValueAsInt(0);
58 command.setNextValueAsInt(invoke_options);
59 return command;
  /external/curl/docs/cmdline-opts/
help.d 5 Usage help. This lists all current command line options with a short
libcurl.d 3 Help: Dump libcurl equivalent code of this command line
6 Append this option to any ordinary curl command line, and you will get a
8 of what your command-line operation does!
  /external/ltp/include/
tst_safe_stdio.h 34 #define SAFE_POPEN(command, type) \
35 safe_popen(__FILE__, __LINE__, NULL, command, type)
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
StaticReplyCommandHandler.java 16 package org.mockftpserver.core.command;
63 * @see AbstractTrackingCommandHandler#handleCommand(Command, org.mockftpserver.core.session.Session, InvocationRecord)
65 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) {
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
StouCommandHandler.java 16 package org.mockftpserver.stub.command;
18 import org.mockftpserver.core.command.ReplyCodes;
22 * CommandHandler for the STOU (Store Unique) command. Send back two replies on the control connection: a
44 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#sendFinalReply(org.mockftpserver.core.session.Session)
52 * Set the filename returned with the final reply of the STOU command
PasvCommandHandler.java 16 package org.mockftpserver.stub.command;
18 import org.mockftpserver.core.command.Command;
19 import org.mockftpserver.core.command.CommandHandler;
20 import org.mockftpserver.core.command.InvocationRecord;
21 import org.mockftpserver.core.command.ReplyCodes;
30 * CommandHandler for the PASV (Passove Mode) command. Request the Session to switch to passive
53 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session)
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
StouCommandHandlerTest.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
51 // This command always stores a new (unique) file, so this test does not apply
61 Command createValidCommand() {
62 return new Command(CommandNames.STOU, [])
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServerTest.java 18 import org.mockftpserver.core.command.Command;
19 import org.mockftpserver.core.command.CommandHandler;
20 import org.mockftpserver.core.command.InvocationRecord;
24 import org.mockftpserver.stub.command.AbstractStubCommandHandler;
25 import org.mockftpserver.stub.command.CwdCommandHandler;
91 protected void handleCommand(Command command, Session session, InvocationRecord invocationRecord) throws Exception {
97 public void handleCommand(Command command, Session session) throws Exception {
    [all...]
  /external/nos/host/generic/libnos_datagram/include/nos/
device.h 35 int (*read)(void* ctx, uint32_t command, uint8_t *buf, uint32_t len);
42 int (*write)(void *ctx, uint32_t command, const uint8_t *buf, uint32_t len);
  /external/parameter-framework/upstream/parameter/
CommandHandlerWrapper.cpp 39 bool CommandHandlerWrapper::process(const std::string &command,
42 CRequestMessage request(command);
  /external/tpm2/
CommandCodeAttributes_fp.h 10 AUTH_ROLE CommandAuthRole(TPM_CC commandCode, // IN: command code
14 TPM_CC commandCode, // IN: start command code
18 BOOL CommandIsImplemented(TPM_CC commandCode // IN: command code
24 BOOL IsReadOperation(TPM_CC command // IN: Command to check
26 BOOL IsSessionAllowed(TPM_CC commandCode // IN: the command to be checked
28 BOOL IsWriteOperation(TPM_CC command // IN: Command to check
  /frameworks/base/core/java/android/os/
HandlerExecutor.java 40 public void execute(Runnable command) {
41 if (!mHandler.post(command)) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/
ProviderExecutor.java 86 public void execute(Runnable command) {
87 assert(command != null);
88 mQueue.add(command);
93 public void execute(Runnable command) {
95 assert(command != null);
96 mQueue.add(command);
103 final Runnable command = mQueue.take(); local
104 command.run();
  /system/tpm/trunks/
trunks_binder_proxy.h 43 void SendCommand(const std::string& command,
45 std::string SendCommandAndWait(const std::string& command) override;
  /cts/tests/tests/telephony2/src/android/telephony2/cts/
PhoneNumberTest.java 34 StringBuilder command = new StringBuilder(); local
35 command.append("appops set ");
36 command.append(getInstrumentation().getContext().getPackageName());
37 command.append(" WRITE_SMS ");
38 command.append(setToSmsApp ? "allow" : "default");
41 .executeShellCommand(command.toString());
  /external/guava/guava/src/com/google/common/util/concurrent/
WrappingScheduledExecutorService.java 41 public final ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) {
42 return delegate.schedule(wrapTask(command), delay, unit);
52 Runnable command, long initialDelay, long period, TimeUnit unit) {
53 return delegate.scheduleAtFixedRate(wrapTask(command), initialDelay, period, unit);
58 Runnable command, long initialDelay, long delay, TimeUnit unit) {
59 return delegate.scheduleWithFixedDelay(wrapTask(command), initialDelay, delay, unit);
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
StouCommandHandler.java 16 package org.mockftpserver.stub.command;
19 import org.mockftpserver.core.command.Command;
20 import org.mockftpserver.core.command.CommandHandler;
21 import org.mockftpserver.core.command.InvocationRecord;
22 import org.mockftpserver.core.command.ReplyCodes;
26 * CommandHandler for the STOU (Store Unique) command. Send back two replies on the control connection: a
50 * @see org.mockftpserver.stub.command.AbstractStubDataCommandHandler#processData(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session, org.mockftpserver.core.command.InvocationRecord)
    [all...]
  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
pcibios.c 58 * @v command PCI BIOS command
62 int pcibios_read ( struct pci_device *pci, uint32_t command, uint32_t *value ){
75 : "a" ( command >> 16 ), "D" ( command ),
86 * @v command PCI BIOS command
90 int pcibios_write ( struct pci_device *pci, uint32_t command, uint32_t value ){
101 : "a" ( command >> 16 ), "D" ( command ),
    [all...]

Completed in 1434 milliseconds

<<11121314151617181920>>