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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
IpmiPpi.h 29 @param[in] NetFunction Net function of the command.
30 @param[in] Command IPMI Command.
31 @param[in] RequestData Command Request Data.
32 @param[in] RequestDataSize Size of Command Request Data.
33 @param[out] ResponseData Command Response Data. The completion code is the first byte of response data.
34 @param[in, out] ResponseDataSize Size of Command Response Data.
36 @retval EFI_SUCCESS The command byte stream was successfully submit to the device and a response was successfully received.
37 @retval EFI_NOT_FOUND The command was not successfully sent to the device or a response was not successfully received from the device.
38 @retval EFI_NOT_READY Ipmi Device is not ready for Ipmi command access.
    [all...]
  /external/brotli/c/enc/
block_splitter.h 14 #include "./command.h"
37 const Command* cmds,
command.h 107 typedef struct Command {
117 } Command;
120 static BROTLI_INLINE void InitCommand(Command* self,
127 /* The distance prefix and extra bits are stored in this Command as if
138 static BROTLI_INLINE void InitInsertCommand(Command* self, size_t insertlen) {
147 const Command* self, const BrotliDistanceParams* dist) {
167 static BROTLI_INLINE uint32_t CommandDistanceContext(const Command* self) {
176 static BROTLI_INLINE uint32_t CommandCopyLen(const Command* self) {
180 static BROTLI_INLINE uint32_t CommandCopyLenCode(const Command* self) {
  /external/clang/lib/Tooling/
CommonOptionsParser.cpp 11 // command-line options for clang tools, so that they can be run as separate
12 // command-line applications with a consistent common interface for handling
15 // It provides a common subset of command-line options, common algorithm
17 // for the basic command-line interface.
19 // It creates a CompilationDatabase and reads common command-line options.
37 "-p <build-path> is used to read a compile command database.\n"
48 "\tlooked up in the compile command database. If the path of a file is\n"
54 "\tsuffix of a path in the compile command database.\n"
87 for (CompileCommand &Command : Commands)
89 Command.CommandLine = Adjuster(Command.CommandLine, Command.Filename)
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
PercentPrinter.h 15 AString Command;
  /external/mesa3d/src/gallium/targets/libgl-xlib/
SConscript 77 env.Command(libgl_1, libgl_1_5, "ln -sf ${SOURCE.file} ${TARGET}")
78 env.Command(libgl, libgl_1, "ln -sf ${SOURCE.file} ${TARGET}")
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
StaticReplyCommandHandler.java 16 package org.mockftpserver.core.command;
20 import org.mockftpserver.stub.command.AbstractStubCommandHandler;
64 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(Command, Session, InvocationRecord)
66 public void handleCommand(Command command, Session session, InvocationRecord invocationRecord) {
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
FileRetrCommandHandlerTest.java 16 package org.mockftpserver.stub.command;
23 import org.mockftpserver.core.command.Command;
24 import org.mockftpserver.core.command.CommandNames;
25 import org.mockftpserver.core.command.ReplyCodes;
27 import org.mockftpserver.stub.command.FileRetrCommandHandler;
71 * Test the handleCommand(Command,Session) method. Create a temporary (binary) file, and
121 Command command = new Command(CommandNames.RETR, array(FILENAME1)); local
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
Main.java 38 import org.jf.util.jcommander.Command;
50 postfixDescription = "See baksmali help <command> for more information about a specific command")
51 public class Main extends Command {
101 Command command = (Command)jc.getCommands().get(jc.getParsedCommand()).getObjects().get(0); local
102 command.run();
  /external/smali/smali/src/main/java/org/jf/smali/
Main.java 38 import org.jf.util.jcommander.Command;
50 postfixDescription = "See smali help <command> for more information about a specific command")
51 public class Main extends Command {
98 Command command = (Command)jc.getCommands().get(jc.getParsedCommand()).getObjects().get(0); local
99 command.run();
  /external/v8/infra/mb/
PRESUBMIT.py 23 input_api.Command(name='mb_validate',
  /frameworks/av/services/audioflinger/
FastCapture.h 45 virtual bool isSubClassCommand(FastThreadState::Command command);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/
AndroidFastbootApp.c 380 IN CHAR8 *Command
385 Status = mPlatform->DoOemCommand (Command);
387 SEND_LITERAL ("FAILOEM Command not recognised.");
389 SEND_LITERAL ("FAILError while executing command");
405 CHAR8 Command[FASTBOOT_COMMAND_MAX_LENGTH + 1];
407 // Max command size is 64 bytes
414 AsciiStrnCpyS (Command, sizeof Command, Data, Size);
416 // Parse command
417 if (MATCH_CMD_LITERAL ("getvar", Command)) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellManParser.c 217 @param[in] Sections name of command's sub sections to find
349 @param[in] Sections name of command's sub sections to find
457 "Brief Description" for the .TH section as specified by Command. If the
458 command section is not found return EFI_NOT_FOUND.
463 @param[in] Command name of command's section to find
474 IN CONST CHAR16 *Command,
489 || Command == NULL
500 Start = StrLen(Command);
502 && (*(Command + Start - 1) != L'\\')
    [all...]
  /build/soong/android/
rule_builder_test.go 47 rule.Command().
51 rule.Command().Text("echo success")
53 // To add the command to the build graph:
73 rule.Command().
77 rule.Command().
100 rule.Command().
104 rule.Command().
130 rule.Command().
149 rule.Command().
155 cmd := rule.Command()
    [all...]
  /build/soong/python/
proto.go 29 rule.Command().Text("rm -rf").Flag(outDir.String())
30 rule.Command().Text("mkdir -p").Flag(outDir.String())
36 zipCmd := rule.Command().
45 rule.Command().Text("rm -rf").Flag(outDir.String())
  /device/google/cuttlefish_common/common/libs/usbforward/
protocol.h 24 enum Command : uint32_t {
45 // Execute command on attached USB device.
81 // Status represents command execution result, using USB/IP compatible values.
83 // StatusSuccess indicates successful command execution.
86 // StatusFailure indicates error during command execution.
91 Command command; member in struct:usb_forward::RequestHeader
  /device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/
messages.h 32 // Command numbers. Commands are valid only once USB device is attached.
33 enum Command : uint32_t {
57 // CmdHeader precedes any command request or response body.
59 Command command; member in struct:vadb::usbip::CmdHeader
67 // Command data for submitting an USB request.
77 // Command response for submitting an USB request.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
clean.py 1 """distutils.command.clean
3 Implements the Distutils 'clean' command."""
10 from distutils.core import Command
14 class clean(Command):
16 description = "clean up temporary files from 'build' command"
install_scripts.py 1 """distutils.command.install_scripts
3 Implements the Distutils 'install_scripts' command, for installing
11 from distutils.core import Command
15 class install_scripts (Command):
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
AlertStandardFormatTable.h 52 UINT8 Command;
85 UINT8 Command;
  /external/curl/docs/cmdline-opts/
ftp-ssl-ccc.d 7 Use CCC (Clear Command Channel) Shuts down the SSL/TLS layer after
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/
Main.java 22 * Entry point for all command line operations.
24 public class Main extends Command {
49 Command command; field in class:Main
53 return "Command line interface for JaCoCo.";
58 return JAVACMD + "--help | <command>";
80 if (command.help) {
81 command.printHelp(out);
85 if (command.quiet) {
89 return command.execute(out, err)
    [all...]
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
Dump.java 19 import org.jacoco.cli.internal.Command;
26 * The <code>dump</code> command.
28 public class Dump extends Command {
Merge.java 20 import org.jacoco.cli.internal.Command;
26 * The <code>merge</code> command.
28 public class Merge extends Command {

Completed in 1654 milliseconds

<<11121314151617181920>>