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

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/Smbus2/
Smbus2.h 40 IN EFI_SMBUS_DEVICE_COMMAND Command,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Smbus/
Smbus.h 40 IN EFI_SMBUS_DEVICE_COMMAND Command,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiScriptLib.h 279 IN EFI_SMBUS_DEVICE_COMMAND Command,
289 Save SMBus command execution to boot script with opcode
296 Command - The command that is transmitted by the SMBus host controller to the
515 #define SCRIPT_SMBUS_EXECUTE(TableName, SlaveAddress, Command, Operation, PecCheck, Length, Buffer) \
516 BootScriptSaveSmbusExecute(TableName, SlaveAddress, Command, Operation, PecCheck, Length, Buffer)
566 #define SCRIPT_SMBUS_EXECUTE(TableName, SlaveAddress, Command, Operation, PecCheck, Length, Buffer)
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
EblAddCommand.h 43 EBL_COMMMAND Command;
48 Add a single command table entry.
50 @param EntryArray Pointer EBL_COMMAND_TABLE of the command that is being added
61 Add a multiple command table entry.
105 This routine is used prevent command output data from scrolling off the end
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
BotPeim.c 85 Send the command to the device using Bulk-Out endpoint.
87 This function sends the command to the device using Bulk-Out endpoint.
88 BOT transfer is composed of three phases: Command, Data, and Status.
89 This is the Command phase.
93 @param Command The command to transfer to device.
94 @param CommandSize The length of the command.
100 @retval EFI_DEVICE_ERROR Successful to send the command to device.
101 @retval EFI_SUCCESS Failed to send the command to device.
108 IN VOID *Command,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
Smbus2.h 33 the command has been executed or an error is encountered in doing the operation.
38 @param Command This command is transmitted by the SMBus host controller to the SMBus slave
42 this command's registers.
78 IN EFI_SMBUS_DEVICE_COMMAND Command,
145 @param Data Data of the SMBus host notify command that
SuperIo.h 125 @param Command A pointer to an array of NumberOfCommands EFI_SIO_REGISTER_MODIFY
128 @param NumberOfCommands The number of elements in the Command array.
131 @retval EFI_INVALID_PARAMETERS Command is NULL.
138 IN CONST EFI_SIO_REGISTER_MODIFY *Command,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmbusHc.h 44 @param Command This command is transmitted by the SMBus host
50 command's registers. Type
101 command field, unclaimed cycle (host
127 IN EFI_SMBUS_DEVICE_COMMAND Command,
180 collision, illegal command field,
232 Data of the SMBus host notify command that the caller wants to be called.
SuperIo.h 148 @param[in] Command A pointer to an array of NumberOfCommands EFI_SIO_REGISTER_MODIFY
151 @param[in] NumberOfCommands Number of elements in the Command array.
154 @retval EFI_INVALID_PARAMETER Command is NULL
161 IN CONST EFI_SIO_REGISTER_MODIFY *Command,
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
DxeQNCSmbus.h 43 Executes an SMBus operation to an SMBus controller. Returns when either the command has been
52 @param Command This command is transmitted by the SMBus host controller to the
56 this command's registers.
80 result of a transaction collision, illegal command field,
95 IN CONST EFI_SMBUS_DEVICE_COMMAND Command,
127 result of a transaction collision, illegal command field,
176 @param Data Data of the SMBus host notify command that the caller wants to be
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellProtocol.h 444 internal worker function to run a command via Device Path
447 command line.
450 containing the command line. If NULL then the command-
458 @retval EFI_SUCCESS The command executed successfully. The status code
459 returned by the command is pointed to by StatusCode.
474 Execute the command line.
477 command (CommandLine) with the specified environment (Environment). Upon return,
478 the status code returned by the specified command is placed in StatusCode.
488 command line.
    [all...]
  /external/clang/include/clang/Driver/
Driver.h 48 class Command;
65 /// from a set of gcc-driver-like command line arguments.
107 /// command line.
223 void setUpResponseFiles(Compilation &C, Command &Cmd);
283 /// BuildCompilation - Construct a compilation object for a command
335 /// ExecuteCompilation - Execute the compilation according to the command line
342 SmallVectorImpl< std::pair<int, const Command *> > &FailingCommands);
348 const Command &FailingCommand);
  /external/clang/lib/Driver/
Compilation.cpp 125 int Compilation::ExecuteCommand(const Command &C,
126 const Command *&FailingCommand) const {
172 SmallVectorImpl<std::pair<int, const Command *>> &FailingCommands) const {
174 const Command *FailingCommand = nullptr;
177 // Bail as soon as one command fails, so we don't output duplicate error
  /external/emma/core/java12/com/vladium/emma/
Command.java 7 * $Id: Command.java,v 1.1.1.1.2.1 2004/07/16 23:32:03 vlad_r Exp $
31 abstract class Command
36 public static Command create (final String name, final String usageName, final String [] args)
38 final Command tool;
51 throw new IllegalArgumentException ("unknown command: [" + name + "]");
63 protected Command (final String usageToolName, final String [] args)
158 // command line user overrides are have highest precedence:
  /external/grpc-grpc/src/python/grpcio_health_checking/
setup.py 27 class _NoOpCommand(setuptools.Command):
28 """No-op command."""
  /external/grpc-grpc/src/python/grpcio_reflection/
setup.py 28 class _NoOpCommand(setuptools.Command):
29 """No-op command."""
  /external/grpc-grpc/test/distrib/cpp/
run_distrib_test_cmake_as_externalproject.bat 23 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-testing.appspot.com/OpenSSL-Win32-1_1_0g.zip', 'OpenSSL-Win32.zip')"
24 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.ZipFile]::ExtractToDirectory('OpenSSL-Win32.zip', '.');"
  /external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/
command.py 37 command = [
44 if protoc.main(command) != 0:
45 sys.stderr.write('warning: {} failed'.format(command))
48 class BuildPackageProtos(setuptools.Command):
49 """Command to generate project *_pb2.py modules from proto files."""
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.h 68 CArcCommand Command;
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
SimpleCompositeCommandHandler.java 16 package org.mockftpserver.core.command;
34 * The first invocation of the CWD command will fail (reply code 500). The seconds will succeed.
82 * the CommandHandler instance to which the Nth {@link #handleCommand(Command, Session)} has been or will
96 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session)
98 public void handleCommand(Command command, Session session) throws Exception {
99 Assert.notNull(command, "command");
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
SimpleCompositeCommandHandler.java 16 package org.mockftpserver.core.command;
34 * The first invocation of the CWD command will fail (reply code 500). The seconds will succeed.
82 * the CommandHandler instance to which the Nth {@link #handleCommand(Command, Session)} has been or will
96 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(org.mockftpserver.core.command.Command, org.mockftpserver.core.session.Session)
98 public void handleCommand(Command command, Session session) throws Exception {
99 Assert.notNull(command, "command");
    [all...]
  /external/vulkan-validation-layers/build-android/
build_all.sh 35 echo Command $1 not found, see ../BUILD.md;
  /frameworks/av/services/audioflinger/
FastMixer.h 58 virtual bool isSubClassCommand(FastThreadState::Command command);
FastMixerState.cpp 57 const char *FastMixerState::commandToString(Command command)
59 const char *str = FastThreadState::commandToString(command);
63 switch (command) {
  /build/soong/python/
builder.go 33 Command: `$parCmd -o $out $args`,
40 Command: `$mergeParCmd $out $in`,
47 Command: `sed -e 's/%interpreter%/$interp/g' -e 's/%main%/$main/g' $template > $stub && ` +
57 Command: `rm -f $out.main && ` +
67 Command: `$mergeParCmd -p --prefix $launcher $out $srcsZips && ` +

Completed in 1182 milliseconds

<<21222324252627282930>>