HomeSort by relevance Sort by last modified time
    Searched refs:Command (Results 76 - 100 of 161) sorted by null

1 2 34 5 6 7

  /external/v8/tools/
gdb-v8-support.py 147 class V8PrintObject (gdb.Command):
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf.h 370 * command is to be sent to another module.
375 * Command.
386 __PERF_FN(Command)(hObject, \
455 * command has been sent to another module.
460 * Command.
471 __PERF_FN(Command)(hObject, \
543 * command is being requested from another module. This method
545 * time the application is "pending" for the command. Note,
546 * that the command is most likely not known when calling this
552 * Command
    [all...]
  /cts/libs/vogar-expect/src/vogar/
ExpectationStore.java 35 import vogar.commands.Command;
237 List<String> openBugs = new Command.Builder()
  /external/libpng/contrib/gregbook/
makevms.com 97 $! P2 = Command to make it
  /external/llvm/
Android.mk 65 # LLVM Command Line Tools
  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
RunTestCommand.java 22 import com.android.commands.uiautomator.Launcher.Command;
33 * Implementation of the runtest sub command
36 public class RunTestCommand extends Command {
188 * Add test classes from jars passed on the command line. Use this if nothing was explicitly
189 * specified on the command line.
  /external/llvm/lib/Object/
MachOObjectFile.cpp 69 if (LCI.Command.Type == macho::LCT_Symtab) {
194 // symbols from load command
196 uint32_t Command = DRI.d.a;
197 while (Command == DRI.d.a) {
222 // symbols from load command
224 uint32_t Command = DRI.d.a;
225 while (Command == DRI.d.a) {
422 if (LCI.Command.Type == macho::LCT_Segment) {
427 } else if (LCI.Command.Type == macho::LCT_Segment64) {
470 if (LCI.Command.Type == macho::LCT_Segment64
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 60 * You can run the tests with the following command line:
166 * A generic command interface. This is used to support a sequence of
170 private interface Command {
180 private class Insert implements Command {
196 private class Delete implements Command {
224 private class Update implements Command {
258 * This command queries the number of events and compares it to the given
261 private class QueryNumEvents implements Command {
277 * This command dumps the list of events to the log for debugging.
279 private class DumpEvents implements Command {
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerStreamListener.cpp 75 Command cmd, bool synchronous, const sp<AMessage> &extra) {
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Info.java 28 public class Info extends Dicttool.Command {
29 public static final String COMMAND = "info";
36 return COMMAND + " <filename>: prints various information about a dictionary file";
104 throw new RuntimeException("Not enough arguments for command " + COMMAND);
111 throw new RuntimeException("Wrong number of arguments for command " + COMMAND);
Diff.java 28 public class Diff extends Dicttool.Command {
29 public static final String COMMAND = "diff";
36 return COMMAND + " [-p] <dict> <dict> : shows differences between two dictionaries.\n"
43 throw new RuntimeException("Not enough arguments for command " + COMMAND);
50 throw new RuntimeException("Wrong number of arguments for command " + COMMAND);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_custom.c 328 hObject->ci.Command = __common_Command;
342 hObject->ci.Command = __log_Command;
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 154 std::string Command;
158 Command = " " + Inst->Operands[0].getCode() + "\n";
160 // Check to see if we already have 'Command' in UniqueOperandCommands.
164 if (UniqueOperandCommands[idx] == Command) {
173 UniqueOperandCommands.push_back(Command);
176 // This command matches one operand so far.
182 // that uses it. If the next command of all instructions in the set are
183 // identical, fold it into the command.
194 // into this command.
200 // Otherwise, scan to see if all of the other instructions in this command
    [all...]
  /external/webkit/Source/WebCore/editing/
EditorCommand.cpp 276 // Execute command functions
361 // Despite its name, this command should delete the newline at the end of
369 // Despite its name, this command should delete the newline at the end of
442 RefPtr<FormatBlockCommand> command = FormatBlockCommand::create(frame->document(), qualifiedTagName); local
443 applyCommand(command);
444 return command->didApply();
1397 EditorInternalCommand command; member in struct:WebCore::CommandEntry
1604 Editor::Command Editor::command(const String& commandName) function in class:WebCore::Editor
1609 Editor::Command Editor::command(const String& commandName, EditorCommandSource source) function in class:WebCore::Editor
    [all...]
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 255 // Custom compiler command implementation of AbstractIntepreter interface
257 // Allows using a custom command for compiling the bitcode, thus allows, for
316 // Custom execution command implementation of AbstractIntepreter interface
318 // Allows using a custom command for executing the bitcode, thus allows,
371 // Tokenize the CommandLine to the command and the args to allow
372 // defining a full command line as the command instead of just the
373 // executed program. We cannot just pass the whole string after the command
375 // command line argument (with spaces in it: "foo bar" instead
383 std::string Command = ""
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues.py 54 from webkitpy.tool.multicommandtool import Command, TryAgain
57 class AbstractQueue(Command, QueueEngineDelegate):
71 Command.__init__(self, "Run the %s" % self.name, options=options_list)
86 # not begin with "-" and assumes that is the command name.
139 # Command methods
142 self._options = options # FIXME: This code is wrong. Command.options is a list, this assumes an Options element!
143 self._tool = tool # FIXME: This code is wrong too! Command.bind_to_tool handles this!
304 def run_command(self, command):
305 self.run_webkit_patch(command)
445 self.run_webkit_patch(["check-style", "--force-clean", "--non-interactive", "--parent-command=style-queue", patch.id()]
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 379 // Ignore the PCH if not first on command line and emit warning.
    [all...]
  /external/v8/test/mjsunit/
debug-evaluate-bool-constructor.js 38 // Get the debug command processor.
44 command: 'evaluate',
54 assertTrue(response.success, 'Command failed: ' + resp);
  /sdk/find_java/
find_java.bat 21 rem Command-line reference:
25 rem be 0 if the command worked or 1 if the exec failed (program not found).
  /external/emma/core/java12/com/vladium/emma/
runCommand.java 28 final class runCommand extends Command
  /external/webkit/Source/WebKit/
Android.mk 106 android/wds/Command.cpp \
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 185 Editor::Command command = frame->editor()->command(interpretKeyEvent(event));
187 if (!command.isTextInsertion() && command.execute(event)) {
197 if (command.execute(event)) {
  /external/webkit/Tools/gdb/
webkit.py 289 class PrintPathToRootCommand(gdb.Command):
290 """Command for printing WebKit Node trees.
  /frameworks/base/services/input/
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/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 25 """Internal utility to parse a pretty-printer command argv.
28 arg: The arguments to the command. The format is:
84 class InfoPrettyPrinter(gdb.Command):
85 """GDB command to list all registered pretty-printers.
157 """GDB calls this to perform the command."""
320 class EnablePrettyPrinter (gdb.Command):
321 """GDB command to enable the specified pretty-printer.
339 """GDB calls this to perform the command."""
343 class DisablePrettyPrinter (gdb.Command):
344 """GDB command to disable the specified pretty-printer
    [all...]

Completed in 858 milliseconds

1 2 34 5 6 7