HomeSort by relevance Sort by last modified time
    Searched defs:Command (Results 101 - 125 of 140) sorted by null

1 2 3 45 6

  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.h 256 struct Command {
257 Command( Commands_e cmd, char *arg = NULL)
260 Command()
275 Command getCommand(sp<CameraContext> currentCamera);
292 Vector<Command> mCommands;
  /external/clang/lib/AST/
CommentSema.cpp 62 void Sema::actOnBlockCommandArgs(BlockCommandComment *Command,
64 Command->setArgs(Args);
67 void Sema::actOnBlockCommandFinish(BlockCommandComment *Command,
69 Command->setParagraph(Paragraph);
70 checkBlockCommandEmptyParagraph(Command);
71 checkBlockCommandDuplicate(Command);
75 checkReturnsCommand(Command);
76 checkDeprecatedCommand(Command);
85 ParamCommandComment *Command =
90 Diag(Command->getLocation()
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 134 // command line.
138 // on the command line.
149 // Extract the member filename from the command line for the [relpos] argument
165 // Get the archive file name from the command line
181 // Parse the command line options as presented and return the operation
247 // At this point, the next thing on the command line must be
251 // Everything on the command line at this point is a member.
966 auto Command = StringSwitch<MRICommand>(CommandStr.lower())
974 switch (Command) {
1008 fail("Unknown command: " + CommandStr)
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 162 std::string Command;
166 Command = " " + Inst->Operands[0].getCode() + "\n";
168 // Check to see if we already have 'Command' in UniqueOperandCommands.
172 if (UniqueOperandCommands[idx] == Command) {
181 UniqueOperandCommands.push_back(Command);
184 // This command matches one operand so far.
190 // that uses it. If the next command of all instructions in the set are
191 // identical, fold it into the command.
202 // into this command.
208 // Otherwise, scan to see if all of the other instructions in this command
    [all...]
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 42 * This class is a command line utility for manipulating content. A client
160 public Command parseCommand() {
396 private static abstract class Command {
400 public Command(Uri uri, int userId) {
449 private static class InsertCommand extends Command {
463 private static class DeleteCommand extends Command {
477 private static class CallCommand extends Command {
514 private static class ReadCommand extends Command {
621 Command command = parser.parseCommand() local
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/io/
TextGraphReader.java 41 private ArrayList<Command> mCommands = new ArrayList<Command>();
48 private interface Command {
52 private class ImportPackageCommand implements Command {
69 private class AddLibraryCommand implements Command {
82 private class AllocateFilterCommand implements Command {
105 private class InitFilterCommand implements Command {
124 private class ConnectCommand implements Command {
212 String curCommand = scanner.eat(commandPattern, "<command>");
228 throw new GraphIOException("Unknown command '" + curCommand + "'!")
    [all...]
  /frameworks/base/media/java/android/media/session/
MediaSession.java 587 private void postCommand(String command, Bundle args, ResultReceiver resultCb) {
588 Command cmd = new Command(command, args, resultCb);
703 * Called when a controller has sent a command to this session.
707 * @param command The command name.
708 * @param args Optional parameters for the command, may be null.
709 * @param cb A result receiver to which a result may be sent by the command, may be null.
711 public void onCommand(@NonNull String command, @Nullable Bundle args
1145 public final String command; field in class:MediaSession.Command
    [all...]
  /frameworks/base/tools/aapt/
Bundle.h 4 // State bundle. Used to pass around stuff like command-line args.
22 typedef enum Command {
33 } Command;
45 * Bundle of goodies, including everything specified on the command line.
74 * Set the command value. Returns "false" if it was previously set.
76 Command getCommand(void) const { return mCmd; }
77 void setCommand(Command cmd) { mCmd = cmd; }
80 * Command modifiers. Not all modifiers are appropriate for all
246 * the command line. If neither, it's not available since
270 Command mCmd
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.h 567 // A command entry captures state and behavior for an action to be performed in the
574 // the dispatcher lock at will. Initially when the command starts running, the
575 // dispatcher lock is held. However, if the command needs to call into the policy to
584 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
588 CommandEntry(Command command);
591 Command command; member in struct:android::InputDispatcher::CommandEntry
593 // parameters for the command (usage varies by command)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
poclass.h 235 } Command;
280 typedef NTSTATUS (*PPROCESSOR_PCC_RING_DOORBELL)(UCHAR Command, PPROCESSOR_PCC_DOORBELL_CALLBACK Callback, ULONG_PTR Context);
agtctl.h     [all...]
agtsvr.h     [all...]
clusapi.h     [all...]
mmc.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
strmini.h 226 SRB_COMMAND Command;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /frameworks/support/v4/java/android/support/v4/media/session/
MediaSessionCompat.java 484 * Called when a controller has sent a custom command to this session.
488 * @param command The command name.
489 * @param extras Optional parameters for the command, may be null.
490 * @param cb A result receiver to which a result may be sent by the command, may be null.
492 public void onCommand(String command, Bundle extras, ResultReceiver cb) {
607 public void onCommand(String command, Bundle extras, ResultReceiver cb) {
608 Callback.this.onCommand(command, extras, cb);
1723 public final String command; field in class:MediaSessionCompat.MediaSessionImplBase.Command
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 63 * You can run the tests with the following command line:
174 * A generic command interface. This is used to support a sequence of
178 private interface Command {
188 private class Insert implements Command {
204 private class Delete implements Command {
232 private class Update implements Command {
266 * This command queries the number of events and compares it to the given
269 private class QueryNumEvents implements Command {
285 * This command dumps the list of events to the log for debugging.
287 private class DumpEvents implements Command {
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.20.0/
org.eclipse.tycho.p2.tools.shared-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.18.1/
org.eclipse.tycho.p2.tools.shared-0.18.1.jar 
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 296 MachOObjectFile::LoadCommandInfo Command =
300 if (Command.C.cmd == MachO::LC_FUNCTION_STARTS) {
304 MachOObj->getLinkeditDataLoadCommand(Command);
307 } else if (Command.C.cmd == MachO::LC_SEGMENT) {
308 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command);
319 Command = MachOObj->getNextLoadCommandInfo(Command);
591 outs() << "command " << I << "\n";
    [all...]

Completed in 723 milliseconds

1 2 3 45 6