HomeSort by relevance Sort by last modified time
    Searched refs:Cmd (Results 51 - 75 of 144) sorted by null

1 23 4 5 6

  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.c 115 UINTN Cmd,
142 MmioWrite32 (MMCHS_CMD, Cmd);
747 UINTN Cmd = 0;
789 Cmd = CMD18; //Multiple block read
824 Cmd = CMD25; //Multiple block write
874 Status = SendCmd (Cmd, CmdInterruptEnable, CmdArgument);
876 DEBUG ((EFI_D_ERROR, "CMD fails. Status: %x\n", Status));
931 UINTN Cmd = 0;
938 Cmd = CMD17; //Single block read
941 Cmd = CMD24; //Single block write
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
MachOObjectFile.cpp 74 T Cmd;
75 memcpy(&Cmd, P, sizeof(T));
77 MachO::swapStruct(Cmd);
78 return Cmd;
87 T Cmd;
88 memcpy(&Cmd, P, sizeof(T));
90 MachO::swapStruct(Cmd);
91 return Cmd;
    [all...]
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 336 auto Cmd = CompileCommandRef(Directory, File, *Command);
337 IndexByFile[NativeFilePath].push_back(Cmd);
338 AllCommands.push_back(Cmd);
Tooling.cpp 79 const clang::driver::Command &Cmd =
81 if (StringRef(Cmd.getCreator().getName()) != "clang") {
86 return &Cmd.getArguments();
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Spi/
MvSpiDxe.h 111 IN UINT8 *Cmd,
MvSpiDxe.c 261 IN UINT8 *Cmd,
270 Status = MvSpiTransfer (This, Slave, CmdSize, Cmd, NULL, SPI_TRANSFER_BEGIN);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
MultiThread.c 723 INT8 Cmd[MAX_PATH];
887 sprintf (Cmd, "type %s\\%s_%s_%d.txt 2>NUL", mLogDir, mBuildingList->BaseName,
890 if (system (Cmd)) {
891 Error (NULL, 0, 0, NULL, "failed to run \"%s\"", Cmd);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMass.h 82 @param Cmd The command to transfer to device
99 IN VOID *Cmd,
UsbMassBoot.c 148 @param Cmd The command to execute
162 IN VOID *Cmd,
177 Cmd,
188 DEBUG ((EFI_D_ERROR, "UsbBootExecCmd: Timeout to Exec 0x%x Cmd\n", *(UINT8 *)Cmd));
216 @param Cmd The command to execute
231 IN VOID *Cmd,
262 // Execute the cmd and retry if it fails.
267 Cmd,
278 // If the sense data shows the drive is not ready, we need execute the cmd again.
    [all...]
  /external/python/apitools/apitools/base/py/
app2.py 21 import cmd
57 class NewCmd(appcommands.Cmd):
59 """Featureful extension of appcommands.Cmd."""
134 """Hook for use in cmd.Cmd-based command shells."""
195 class CommandLoop(cmd.Cmd):
197 """Instance of cmd.Cmd built to work with NewCmd."""
204 cmd.Cmd.__init__(self
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
MachODumper.cpp 686 if (Command.C.cmd == MachO::LC_LOAD_DYLIB ||
687 Command.C.cmd == MachO::LC_ID_DYLIB ||
688 Command.C.cmd == MachO::LC_LOAD_WEAK_DYLIB ||
689 Command.C.cmd == MachO::LC_REEXPORT_DYLIB ||
690 Command.C.cmd == MachO::LC_LAZY_LOAD_DYLIB ||
691 Command.C.cmd == MachO::LC_LOAD_UPWARD_DYLIB) {
709 if (Load.C.cmd == MachO::LC_DATA_IN_CODE) {
731 StringRef Cmd;
732 switch (Load.C.cmd) {
734 Cmd = "LC_VERSION_MIN_MACOSX"
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerDriver.cpp 199 static void WorkerThread(const std::string &Cmd, std::atomic<int> *Counter,
205 std::string ToRun = Cmd + " > " + Log + " 2>&1\n";
222 std::string Cmd;
226 Cmd += S + " ";
232 V.push_back(std::thread(WorkerThread, Cmd, &Counter, NumJobs, &HasErrors));
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdMmcPciHci.c 648 // waiting for Command Inhibit (DAT) and Command Inhibit (CMD)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
SdMmcPciHci.c 648 // waiting for Command Inhibit (DAT) and Command Inhibit (CMD)
    [all...]
  /build/soong/ui/build/
environment.go 26 // strings returned by os.Environ() and used in exec.Cmd.Env.
89 // Environ returns the []string required for exec.Cmd.Env
140 cmd := strings.SplitN(text, " ", 2)
141 if len(cmd) != 2 {
145 if cmd[0] == "unset" {
146 str, ok := singleUnquote(cmd[1])
151 } else if cmd[0] == "export" {
152 key, value, ok := decodeKeyValue(cmd[1])
154 return fmt.Errorf("Failed to parse export: %v", cmd)
sandbox_linux.go 59 func (c *Cmd) sandboxSupported() bool {
75 cmd := exec.CommandContext(c.ctx.Context, nsjailPath,
84 cmd.Env = c.config.Environment().Environ()
86 c.ctx.Verboseln(cmd.Args)
87 data, err := cmd.CombinedOutput()
114 func (c *Cmd) wrapSandbox() {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
MmcHost.h 128 IN MMC_CMD Cmd,
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 680 if (Load.C.cmd == MachO::LC_DATA_IN_CODE) {
702 StringRef Cmd;
703 switch (Load.C.cmd) {
705 Cmd = "LC_VERSION_MIN_MACOSX";
708 Cmd = "LC_VERSION_MIN_IPHONEOS";
711 Cmd = "LC_VERSION_MIN_TVOS";
714 Cmd = "LC_VERSION_MIN_WATCHOS";
722 W.printString("Cmd", Cmd);
747 if (Load.C.cmd == MachO::LC_DYSYMTAB)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrCompile.g 124 char *Cmd;
165 Cmd = (char *)malloc (Len);
166 if (Cmd == NULL) {
171 strcpy (Cmd, PREPROCESSOR_COMMAND PREPROCESSOR_OPTIONS);
173 strcat (Cmd, gOptions.IncludePaths);
174 strcat (Cmd, " ");
177 strcat (Cmd, gOptions.CPreprocessorOptions);
178 strcat (Cmd, " ");
180 strcat (Cmd, gOptions.VfrFileName);
181 strcat (Cmd, " > ");
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcHci.c 478 // waiting for Command Inhibit (DAT) and Command Inhibit (CMD)
984 Create a new TRB for the EMMC cmd request.
1111 // Wait Command Inhibit (CMD) and Command Inhibit (DAT) in
1117 // Wait Command Inhibit (CMD) in the Present State register
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdHci.c 478 // waiting for Command Inhibit (DAT) and Command Inhibit (CMD)
984 Create a new TRB for the SD cmd request.
1111 // Wait Command Inhibit (CMD) and Command Inhibit (DAT) in
1117 // Wait Command Inhibit (CMD) in the Present State register
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.c 37 #define MATCH_CMD_LITERAL(Cmd, Buf) !AsciiStrnCmp (Cmd, Buf, sizeof (Cmd) - 1)
  /device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/
AndroidFastbootApp.c 99 #define MATCH_CMD_LITERAL(Cmd, Buf) !AsciiStrnCmp (Cmd, Buf, sizeof (Cmd) - 1)
  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 83 int run(Command Cmd, int argc, const char **argv);
292 int CodeCoverageTool::run(Command Cmd, int argc, const char **argv) {
434 switch (Cmd) {
  /external/syzkaller/syz-ci/
managercmd.go 59 cmd *exec.Cmd
71 for closing != nil || cmd != nil {
72 if cmd == nil {
73 // cmd is not running
82 cmd = osutil.Command(mc.bin, mc.args...)
83 cmd.Stdout = logfile
84 cmd.Stderr = logfile
85 err := cmd.Start()
89 cmd = ni
    [all...]

Completed in 1532 milliseconds

1 23 4 5 6