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

<<21222324252627282930>>

  /build/blueprint/
ninja_defs.go 59 Command string // The command that Ninja will run for the rule.
70 CommandDeps []string // Command-specific implicit dependencies to prepend to builds
71 CommandOrderOnly []string // Command-specific order-only dependencies to prepend to builds
147 if params.Command == "" {
148 return nil, fmt.Errorf("encountered rule params with no command " +
156 value, err := parseNinjaString(scope, params.Command)
158 return nil, fmt.Errorf("error parsing Command param: %s", err)
160 r.Variables["command"] = value
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
cmd.py 3 Provides the Command class, the base class for the command classes
4 in the distutils.command package.
14 class Command:
15 """Abstract base class for defining command classes, the "worker bees"
16 of the Distutils. A useful analogy for command classes is to think of
20 must be defined by every command class. The distinction between the
22 world (command line, config file, ...), and any options dependent on
27 command class.
35 # tuples, where 'predicate' is a method of the parent command that
    [all...]
core.py 5 indirectly provides the Distribution and Command classes, although they are
21 from distutils.cmd import Command
28 # and per-command help.
64 Distribution instance; find and parse config files; parse the command
65 line; run each Distutils command found there, customized by the options
67 the command line.
75 The 'cmdclass' argument, if supplied, is a dictionary mapping command
76 names to command classes. Each command encountered on the command line
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
uuid.py 294 def _find_mac(command, args, hw_identifiers, get_index):
297 executable = os.path.join(dir, command)
369 ncb.Command = netbios.NCBENUM
377 ncb.Command = netbios.NCBRESET
382 ncb.Command = netbios.NCBASTAT
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciEnumeratorSupport.c 918 @param Command Input command register value, and
922 @param OldCommand Returned and stored old command register offset.
929 IN OUT UINT16 *Command,
947 PCI_SET_COMMAND_REGISTER (PciIoDevice, *Command);
948 PCI_READ_COMMAND_REGISTER (PciIoDevice, Command);
995 @param Command Command register value.
1003 IN UINT16 Command,
1012 if ((Command & EFI_PCI_COMMAND_IO_SPACE) != 0) {
    [all...]
  /external/bcc/src/cc/frontends/clang/
loader.cc 280 // set up the command line argument wrapper
294 if (jobs.size() != 1 || !isa<driver::Command>(*jobs.begin())) {
302 const driver::Command &cmd = cast<driver::Command>(*jobs.begin());
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/
StubFtpServer.java 29 import org.mockftpserver.core.command.Command;
30 import org.mockftpserver.core.command.CommandHandler;
31 import org.mockftpserver.core.command.CommandNames;
32 import org.mockftpserver.core.command.ReplyTextBundleAware;
33 import org.mockftpserver.core.command.ReplyTextBundleUtil;
40 import org.mockftpserver.stub.command.AborCommandHandler;
41 import org.mockftpserver.stub.command.AcctCommandHandler;
42 import org.mockftpserver.stub.command.AlloCommandHandler;
43 import org.mockftpserver.stub.command.AppeCommandHandler;
    [all...]
  /external/python/cpython2/Lib/distutils/
cmd.py 3 Provides the Command class, the base class for the command classes
4 in the distutils.command package.
14 class Command:
15 """Abstract base class for defining command classes, the "worker bees"
16 of the Distutils. A useful analogy for command classes is to think of
20 must be defined by every command class. The distinction between the
22 world (command line, config file, ...), and any options dependent on
27 command class.
35 # tuples, where 'predicate' is a method of the parent command tha
    [all...]
  /external/python/apitools/samples/storage_sample/storage_v1/
storage_v1.py 166 """Command wrapping bucketAccessControls.Delete."""
195 """Command wrapping bucketAccessControls.Get."""
223 """Command wrapping bucketAccessControls.Insert."""
347 """Command wrapping bucketAccessControls.List."""
371 """Command wrapping bucketAccessControls.Patch."""
483 """Command wrapping bucketAccessControls.Update."""
594 """Command wrapping buckets.Delete."""
640 """Command wrapping buckets.Get."""
697 """Command wrapping buckets.GetIamPolicy."""
721 """Command wrapping buckets.Insert.""
    [all...]
  /build/soong/android/
proto.go 137 rule.Command().
147 rule.Command().
writedocs.go 56 Command: fmt.Sprintf("rm -f ${outDir}/* && %s --soong_docs %s %s",
  /build/soong/java/
dexpreopt_bootjars.go 218 rule.Command().Text("mkdir").Flag("-p").Flag(symbolsDir.String())
219 rule.Command().Text("rm").Flag("-f").
223 rule.Command().Text("rm").Flag("-f").
228 cmd := rule.Command()
355 rule.Command().Text("cat").Inputs(global.BootImageProfiles).Text(">").Output(combinedBootImageProfile)
375 rule.Command().
407 rule.Command().
420 rule.Command().
  /build/soong/tradefed/
autogen.go 42 Command: "sed 's&{MODULE}&${name}&g;s&{EXTRA_OPTIONS}&'${extraOptions}'&g' $template > $out",
156 Command: "${AutoGenTestConfigScript} $out $in ${EmptyTestConfig} $template",
  /build/soong/ui/build/
ninja.go 62 cmd := Command(ctx, config, "ninja", executable, args...)
131 // The "pstree" command doesn't exist on Mac, but "pstree" on Linux gives more convenient output than "ps"
137 cmd := Command(ctx, config, "dump process tree", "bash", "-c", commandText)
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
PcatPciRootBridge.h 166 IN UINT16 Command,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiBootScript.h 162 UINT64 Command;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/
VgaMiniPort.c 110 // See if this is a PCI VGA Controller by looking at the Command register and
129 if (((Pci.Hdr.Command & 0x03) == 0x03) && IS_PCI_VGA (&Pci)) {
  /external/autotest/client/tests/netpipe/
netpipe.py 87 "Command did not complete within %d seconds"
  /external/bcc/SPECS/
bcc.spec 136 Summary: Command line tools for BPF Compiler Collection (BCC)
139 Command line tools for BPF Compiler Collection (BCC)
  /external/grpc-grpc/src/csharp/
build_unitypackage.bat 26 powershell -Command "cp -r ..\..\input_artifacts\csharp_ext_* nativelibs"
30 powershell -Command "cp -r ..\..\input_artifacts\protoc_* protoc_plugins"
  /external/syzkaller/sys/syz-extract/
fetch.go 67 out, err = osutil.Command(bin).CombinedOutput()
113 cmd := osutil.Command(cc, args...)
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerStreamListener.cpp 75 Command cmd, bool synchronous, const sp<AMessage> &extra) {
  /external/brotli/c/enc/
brotli_bit_stream.c 101 const Command* cmd, size_t* storage_ix, uint8_t* storage) {
114 block switch command. */
302 The command alphabet is the largest, so this allocation will fit all
747 /* Stores the block switch command with index block_ix to the bit stream. */
842 /* Manages the encoding of one block category (literal, command or distance). */
    [all...]
  /bionic/tools/versioner/src/
Driver.cpp 171 const driver::Command& driver_cmd = llvm::cast<driver::Command>(*jobs.begin());
175 errx(1, "driver returned empty command for %s", to_string(type).c_str());
  /build/blueprint/proptools/
escape_test.go 118 got, err := exec.Command("/bin/sh", "-c", cmd).Output()

Completed in 1656 milliseconds

<<21222324252627282930>>