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

<<21222324252627282930>>

  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 39 * This class is a command line utility for manipulating content. A client
166 public Command parseCommand() {
447 private static abstract class Command {
451 public Command(Uri uri, int userId) {
501 private static class InsertCommand extends Command {
515 private static class DeleteCommand extends Command {
529 private static class CallCommand extends Command {
568 private static class GetTypeCommand extends Command {
580 private static class ReadCommand extends Command {
593 private static class WriteCommand extends Command {
688 Command command = parser.parseCommand(); local
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.h 253 struct Command {
254 Command( Commands_e cmd_, char *arg_ = NULL)
257 Command()
272 Command getCommand(sp<CameraContext> currentCamera);
288 Vector<Command> mCommands;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2MouseDxe/
CommPs2.c 23 Issue self test command via IsaIo interface.
82 Issue command to enable keyboard AUX functionality.
84 @return Status of command issuing.
92 // Send 8042 enable mouse command
98 Issue command to disable keyboard AUX functionality.
102 @return Status of command issuing.
110 // Send 8042 disable mouse command
116 Issue command to enable keyboard.
120 @return Status of command issuing.
128 // Send 8042 enable keyboard command
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmLockBoxLib/
SmmLockBoxDxeLib.c 87 LockBoxParameterSave->Header.Command = EFI_SMM_LOCK_BOX_COMMAND_SAVE;
95 // Send command
172 LockBoxParameterSetAttributes->Header.Command = EFI_SMM_LOCK_BOX_COMMAND_SET_ATTRIBUTES;
179 // Send command
260 LockBoxParameterUpdate->Header.Command = EFI_SMM_LOCK_BOX_COMMAND_UPDATE;
269 // Send command
353 LockBoxParameterRestore->Header.Command = EFI_SMM_LOCK_BOX_COMMAND_RESTORE;
365 // Send command
431 LockBoxParameterRestoreAllInPlace->Header.Command = EFI_SMM_LOCK_BOX_COMMAND_RESTORE_ALL_IN_PLACE;
436 // Send command
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PciHostBridgeLib/
XenSupport.c 61 IN UINT16 Command,
98 if (Command & EFI_PCI_COMMAND_IO_SPACE) {
120 if (Command & EFI_PCI_COMMAND_MEMORY_SPACE) {
250 // Look for devices with the VGA Palette Snoop enabled in the COMMAND
253 if ((Pci.Hdr.Command & EFI_PCI_COMMAND_VGA_PALETTE_SNOOP) != 0) {
364 Pci.Hdr.Command,
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
AbstractFakeCommandHandler.java 16 package org.mockftpserver.fake.command;
21 import org.mockftpserver.core.command.AbstractCommandHandler;
22 import org.mockftpserver.core.command.Command;
23 import org.mockftpserver.core.command.ReplyCodes;
54 * Reply code sent back when a FileSystemException is caught by the {@link #handleCommand(Command, Session)}
70 public void handleCommand(Command command, Session session) {
72 Assert.notNull(command, "command");
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyFastbootDxe/
HiKeyFastbootDxe.c 561 IN CHAR8 *Command
569 if (AsciiStrCmp (Command, "Demonstrate") == 0) {
570 DEBUG ((DEBUG_ERROR, "ARM OEM Fastboot command 'Demonstrate' received.\n"));
572 } else if (AsciiStrnCmp (Command, "serialno", Size) == 0) {
573 while (*(Command + Size) == ' ') {
576 if (AsciiStrnCmp (Command + Size, "set", AsciiStrLen ("set")) == 0) {
578 while (*(Command + Size) == ' ') {
581 Status = AssignUsbSN (Command + Size, UnicodeSN);
595 } else if (AsciiStrCmp (Command, "reboot-bootloader") == 0) {
601 "HiKey: Unrecognised Fastboot OEM command: %s\n",
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960FastbootDxe/
HiKey960FastbootDxe.c 610 IN CHAR8 *Command
618 if (AsciiStrCmp (Command, "Demonstrate") == 0) {
619 DEBUG ((DEBUG_ERROR, "ARM OEM Fastboot command 'Demonstrate' received.\n"));
621 } else if (AsciiStrnCmp (Command, "serialno", Size) == 0) {
622 while (*(Command + Size) == ' ') {
625 if (AsciiStrnCmp (Command + Size, "set", AsciiStrLen ("set")) == 0) {
627 while (*(Command + Size) == ' ') {
630 Status = AssignUsbSN (Command + Size, UnicodeSN);
644 } else if (AsciiStrCmp (Command, "reboot-bootloader") == 0) {
650 "HiKey960: Unrecognised Fastboot OEM command: %a\n",
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellProtocol.c     [all...]
  /build/soong/java/
app_builder.go 34 Command: `${config.JavaCmd} -Djava.library.path=$$(dirname $signapkJniLibrary) ` +
42 Command: "java -classpath $androidManifestMergerCmd com.android.manifmerger.Main merge " +
61 Command: `${config.MergeZipsCmd} $out $in`,
107 Command: `rm -rf ${outDir} && mkdir -p ${outDir} && ` +
144 Command: `${config.MergeZipsCmd} ${out} ${in}`,
150 Command: `${config.Zip2ZipCmd} -i ${in} -o ${out} AndroidManifest.xml:manifest/AndroidManifest.xml resources.pb "res/**/*" "assets/**/*"`,
156 Command: `${config.Zip2ZipCmd} -i ${in} -o ${out} "classes*.dex:dex/" && ` +
gen.go 33 Command: "$aidlCmd -d$depFile $aidlFlags $in $out",
40 Command: "$logtagsCmd -o $out $in",
46 Command: "$mergeLogtagsCmd -o $out $in",
52 Command: `rm -rf $out.tmp && mkdir -p $out.tmp && ` +
  /build/kati/testcase/
parse_benchcmp.go 30 cmd := exec.Command(prog, args...)
40 cmd := exec.Command(prog, args...)
60 cmd := exec.Command("go", "test", "-run", "NONE", "-bench", ".")
  /build/soong/xml/
xml.go 32 Command: `$XmlLintCmd --dtdvalid $dtd $in > /dev/null && touch -a $out`,
40 Command: `$XmlLintCmd --schema $xsd $in > /dev/null && touch -a $out`,
48 Command: `$XmlLintCmd $in > /dev/null && touch -a $out`,
  /external/boringssl/src/util/
all_tests.go 103 valgrindArgs = append(valgrindArgs, "--db-attach=yes", "--db-command=xterm -e gdb -nw %f %p")
108 return exec.Command("valgrind", valgrindArgs...)
116 return exec.Command("valgrind", valgrindArgs...)
124 return exec.Command("xterm", xtermArgs...)
139 return exec.Command(*sdePath, sdeArgs...)
168 cmd = exec.Command(prog, args...)
309 cmd := exec.Command(prog, "--gtest_list_tests")
  /external/python/cpython2/Lib/idlelib/
UndoDelegator.py 160 class Command:
206 class InsertCommand(Command):
208 # Undoable insert command
211 Command.__init__(self, index1, None, chars, tags)
264 class DeleteCommand(Command):
266 # Undoable delete command
269 Command.__init__(self, index1, index2, None, None)
300 class CommandSequence(Command):
354 undo = Button(root, text="Undo", command=lambda:d.undo_event(None))
356 redo = Button(root, text="Redo", command=lambda:d.redo_event(None)
    [all...]
  /external/python/cpython3/Lib/idlelib/
undo.py 162 class Command:
207 class InsertCommand(Command):
208 # Undoable insert command
211 Command.__init__(self, index1, None, chars, tags)
264 class DeleteCommand(Command):
265 # Undoable delete command
268 Command.__init__(self, index1, index2, None, None)
300 class CommandSequence(Command):
354 undo = Button(undowin, text="Undo", command=lambda:d.undo_event(None))
356 redo = Button(undowin, text="Redo", command=lambda:d.redo_event(None)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObject.cpp 84 // Create the load command array if sane.
145 // Load the command, if necessary.
152 Offset = Prev.Offset + Prev.Command.Size;
156 memcpy(&Info.Command, Buffer->getBuffer().data() + Offset,
159 SwapValue(Info.Command.Type);
160 SwapValue(Info.Command.Size);
288 assert(LCI.Command.Type == macho::LCT_Segment &&
289 "Unexpected load command info!");
311 assert(LCI.Command.Type == macho::LCT_Segment64 &&
312 "Unexpected load command info!")
    [all...]
  /external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
KillTheDoctor.cpp 214 static std::string QuoteProgramPathIfNeeded(StringRef Command) {
215 if (Command.find_first_of(' ') == StringRef::npos)
216 return Command;
219 ret.reserve(Command.size() + 3);
221 ret.append(Command.begin(), Command.end());
378 << ToolName << ": Command Line: " << CommandLine << '\n';
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
UefiShellCommandLib.c 86 Constructor for the Shell Command library.
238 Find a dynamic command protocol instance given a command name string.
240 @param CommandString the command name string
242 @return instance the command protocol instance, if dynamic command instance found
243 @retval NULL no dynamic command protocol instance found for name
289 Checks if a command exists as a dynamic command protocol instance
291 @param[in] CommandString The command string to check for on the list.
    [all...]
  /build/kati/
exec.cc 28 #include "command.h"
98 vector<Command*> commands;
100 for (Command* command : commands) {
102 if (command->echo) {
103 printf("%s\n", command->cmd.c_str());
108 int result = RunCommand(shell_, shellflag_, command->cmd.c_str(),
112 if (command->ignore_error) {
114 command->output.c_str(), WEXITSTATUS(result));
116 fprintf(stderr, "*** [%s] Error %d\n", command->output.c_str()
    [all...]
  /build/soong/cc/config/
x86_darwin_host.go 93 bytes, err := exec.Command(xcodeselect, "--print-path").Output()
130 bytes, err := exec.Command(xcrun, args...).Output()
145 bytes, err := exec.Command(xcrun, "--sdk", "macosx"+selected, arg).Output()
153 bytes, err := exec.Command(xcrun, "--sdk", "macosx"+sdk, arg).Output()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
install_lib.py 1 """distutils.command.install_lib
3 Implements the Distutils 'install_lib' command
11 from distutils.core import Command
21 class install_lib(Command):
56 # let the 'install' command dictate our installation directory
66 # from the umbrella 'install' command -- build (source) directory,
129 # Get the "--root" directory supplied to the "install" command,
183 """Return the list of files that would be installed if this command
204 """Get the list of files that are input to this command, ie. the
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_cmd.py 6 from distutils.cmd import Command
11 class MyCmd(Command):
64 wanted = ["command options for 'MyCmd':", ' option1 = 1',
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
SmramProfileRecord.c 97 CommRegisterImage->Header.Command = SMRAM_PROFILE_COMMAND_REGISTER_IMAGE;
156 CommUnregisterImage->Header.Command = SMRAM_PROFILE_COMMAND_UNREGISTER_IMAGE;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
CommPs2.h 38 // 8042 Command
55 // 8042 Auxiliary Device Command
99 /// Command/Data:
101 /// 1 - command byte written via port 64h
124 Issue self test command via IsaIo interface.
137 Issue command to enable keyboard AUX functionality.
141 @return Status of command issuing.
149 Issue command to disable keyboard AUX functionality.
153 @return Status of command issuing.
161 Issue command to enable keyboard.
    [all...]

Completed in 3866 milliseconds

<<21222324252627282930>>