HomeSort by relevance Sort by last modified time
    Searched refs:Command (Results 451 - 475 of 994) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/test/MC/ARM/
darwin-ARM-reloc.s 29 @ CHECK: # Load Command 0
30 @ CHECK: (('command', 1)
104 @ CHECK: # Load Command 1
105 @ CHECK: (('command', 2)
147 @ CHECK: # Load Command 2
148 @ CHECK: (('command', 11)
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
ShCommands.py 1 class Command:
7 return 'Command(%r, %r)' % (self.args, self.redirects)
10 if not isinstance(other, Command):
46 if not isinstance(other, Command):
  /device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/
client.cpp 35 Command NetToHost(Command t) { return static_cast<Command>(ntohl(t)); }
43 rval.command = NetToHost(t.command);
70 Command HostToNet(const Command t) { return static_cast<Command>(htonl(t)); }
78 rval.command = HostToNet(t.command);
    [all...]
  /external/grpc-grpc/src/csharp/
build_packages_dotnetcli.bat 26 powershell -Command "cp -r ..\..\input_artifacts\csharp_ext_* nativelibs"
30 powershell -Command "cp -r ..\..\input_artifacts\protoc_* protoc_plugins"
51 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.ZipFile]::CreateFromDirectory('..\..\artifacts', 'csharp_nugets_windows_dotnetcli.zip');"
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
RntoCommandHandlerTest.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
152 Command createValidCommand() {
153 return new Command(CommandNames.RNTO, [TO_FILE])
AbstractFakeCommandHandlerTestCase.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.ReplyCodes
59 def command = createValidCommand()
60 shouldFailWithMessageContaining("serverConfiguration") { commandHandler.handleCommand(command, session) }
64 shouldFailWithMessageContaining("command") { commandHandler.handleCommand(null, session) }
68 def command = createValidCommand()
69 shouldFailWithMessageContaining("session") { commandHandler.handleCommand(command, null)
    [all...]
  /build/soong/java/
proto.go 29 rule.Command().Text("rm -rf").Flag(outDir.String())
30 rule.Command().Text("mkdir -p").Flag(outDir.String())
36 rule.Command().
43 rule.Command().Text("rm -rf").Flag(outDir.String())
  /build/soong/ui/terminal/
status.go 66 str = action.Command
75 str = result.Command
82 if s.quiet || result.Command == "" {
85 s.writer.StatusAndMessage(progress, fmt.Sprintf("FAILED: %s\n%s\n%s", targets, result.Command, result.Output))
  /device/google/cuttlefish_common/host/libs/vm_manager/
qemu_manager.cpp 68 cvd::Command QemuManager::StartCommand(){
102 cvd::Command qemu_cmd(vsoc::DefaultHostArtifactsPath("bin/cf_qemu.sh"));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist.py 1 """distutils.command.bdist
3 Implements the Distutils 'bdist' command (create a built [binary]
11 from distutils.core import Command
27 class bdist(Command):
130 # Reinitialize and run each command.
142 # If we're going to need to run this command again, tell it to
bdist_dumb.py 1 """distutils.command.bdist_dumb
3 Implements the Distutils 'bdist_dumb' command (create a "dumb" built
14 from distutils.core import Command
19 class bdist_dumb (Command):
build.py 1 """distutils.command.build
3 Implements the Distutils 'build' command."""
10 from distutils.core import Command
17 class build(Command):
129 # -- Predicates for the sub-command list ---------------------------
build_scripts.py 1 """distutils.command.build_scripts
3 Implements the Distutils 'build_scripts' command."""
9 from distutils.core import Command
17 class build_scripts (Command):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
config.py 3 Provides the PyPIRCCommand class, the base class for the command classes
4 that uses .pypirc in the distutils.command package.
9 from distutils.cmd import Command
21 class PyPIRCCommand(Command):
22 """Base command that knows how to handle the .pypirc file
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
CommPs2.c 23 Issue self test command via IsaIo interface.
84 Issue command to enable keyboard AUX functionality.
88 @return Status of command issuing.
96 // Send 8042 enable mouse command
102 Issue command to disable keyboard AUX functionality.
106 @return Status of command issuing.
114 // Send 8042 disable mouse command
120 Issue command to enable keyboard.
124 @return Status of command issuing.
132 // Send 8042 enable keyboard command
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
CommPs2.c 23 Issue self test command via IsaIo interface.
84 Issue command to enable keyboard AUX functionality.
88 @return Status of command issuing.
96 // Send 8042 enable mouse command
102 Issue command to disable keyboard AUX functionality.
106 @return Status of command issuing.
114 // Send 8042 disable mouse command
120 Issue command to enable keyboard.
124 @return Status of command issuing.
132 // Send 8042 enable keyboard command
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2MouseDxe/
CommPs2.h 40 // 8042 Command
57 // 8042 Auxiliary Device Command
101 /// Command/Data:
103 /// 1 - command byte written via port 64h
126 Issue self test command via IsaIo interface.
137 Issue command to enable keyboard AUX functionality.
139 @return Status of command issuing.
147 Issue command to disable keyboard AUX functionality.
149 @return Status of command issuing.
157 Issue command to enable keyboard.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
SmbusLib.h 20 Macro that converts SMBUS slave address, SMBUS command, SMBUS data length,
24 The unused upper bits of SlaveAddress, Command, and Length are stripped
28 @param Command SMBUS Command. Range 0..255.
33 #define SMBUS_LIB_ADDRESS(SlaveAddress,Command,Length,Pec) \
36 (((Command) & 0xff) << 8) | \
43 @param SmBusAddress Address that encodes the SMBUS Slave Address, SMBUS Command, SMBUS Data Length, and PEC
48 Macro that returns the SMBUS Command value from an SmBusAddress Parameter value.
50 @param SmBusAddress Address that encodes the SMBUS Slave Address, SMBUS Command, SMBUS Data Length, and PEC
57 @param SmBusAddress Address that encodes the SMBUS Slave Address, SMBUS Command, SMBUS Data Length, and PEC
    [all...]
  /external/brotli/c/enc/
histogram.c 13 #include "./command.h"
44 const Command* cmds, const size_t num_commands,
61 const Command* cmd = &cmds[i];
metablock.h 17 #include "./command.h"
81 Command* cmds,
93 const Command* commands, size_t n_commands, MetaBlockSplit* mb);
  /external/emma/core/java12/com/vladium/emma/report/
reportCommand.java 17 import com.vladium.emma.Command;
27 final class reportCommand extends Command
  /external/fonttools/Doc/
make.bat 5 REM Command file for Sphinx documentation
19 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
Instrument.java 25 import org.jacoco.cli.internal.Command;
32 * The <code>instrument</code> command.
34 public class Instrument extends Command {
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
AbstractTrackingCommandHandler.java 16 package org.mockftpserver.core.command;
30 * objects corresponding to each invocation of the command handler, and provide helper methods for subclasses.
44 * Handle the specified command for the session. This method is declared to throw Exception,
48 * @param command - the Command to be handled
49 * @param session - the session on which the Command was submitted
51 * @throws AssertFailedException - if the command or session is null
52 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(org.mockftpserver.core.command.Command,
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
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));

Completed in 5710 milliseconds

<<11121314151617181920>>