HomeSort by relevance Sort by last modified time
    Searched defs:commands (Results 226 - 250 of 307) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 132 String[] commands = commandList.toArray(new String[index + 2]); local
185 commands[index] = quote(osSourcePath);
186 commands[index + 1] = quote(data.getOutput().getLocation().toOSString());
189 if (execAidl(builder, project, commands, sourceFile, verbose) == false) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorTextEditor.js 130 CodeMirror.commands.maybeAvoidSmartSingleQuotes = this._maybeAvoidSmartQuotes.bind(this, "'");
131 CodeMirror.commands.maybeAvoidSmartDoubleQuotes = this._maybeAvoidSmartQuotes.bind(this, "\"");
199 CodeMirror.commands.autocomplete = WebInspector.CodeMirrorTextEditor.autocompleteCommand;
208 CodeMirror.commands.undoLastSelection = WebInspector.CodeMirrorTextEditor.undoLastSelectionCommand;
217 CodeMirror.commands.selectNextOccurrence = WebInspector.CodeMirrorTextEditor.selectNextOccurrenceCommand;
227 CodeMirror.commands.moveCamelLeft = WebInspector.CodeMirrorTextEditor.moveCamelLeftCommand.bind(null, false);
228 CodeMirror.commands.selectCamelLeft = WebInspector.CodeMirrorTextEditor.moveCamelLeftCommand.bind(null, true);
238 CodeMirror.commands.moveCamelRight = WebInspector.CodeMirrorTextEditor.moveCamelRightCommand.bind(null, false);
239 CodeMirror.commands.selectCamelRight = WebInspector.CodeMirrorTextEditor.moveCamelRightCommand.bind(null, true);
244 CodeMirror.commands.smartNewlineAndIndent = function(codeMirror
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 16 package com.android.commands.monkey;
46 * An Event source for getting Monkey Network Script commands from
452 // Add in all the commands we support
484 * command to return multiple events. Commands using the
494 // Queue of Events to be processed. This allows commands to push
578 // Wake the device up in preparation for doing some commands.
707 // we've run the queued commands, wait for the given event to happen (or the timeout
Monkey.java 17 package com.android.commands.monkey;
241 /** a TCP port to listen on for remote commands. */
507 Process.setArgV0("com.android.commands.monkey");
828 mServerPort = (int) nextOptionLong("Server port to listen on for commands");
    [all...]
MonkeySourceScript.java 17 package com.android.commands.monkey;
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service.cc 5 #include "chrome/browser/extensions/api/commands/command_service.h"
15 #include "chrome/browser/extensions/api/commands/commands.h"
20 #include "chrome/common/extensions/api/commands/commands_handler.h"
42 // A preference that stores keybinding state associated with extension commands.
43 const char kCommands[] = "commands";
191 const CommandMap* commands = CommandsInfo::GetNamedCommands(extension); local
192 if (!commands)
195 for (CommandMap::const_iterator iter = commands->begin();
196 iter != commands->end(); ++iter)
508 const CommandMap* commands = CommandsInfo::GetNamedCommands(extension); local
607 const CommandMap* commands = CommandsInfo::GetNamedCommands(extension); local
    [all...]
  /external/chromium_org/third_party/skia/debugger/QT/
SkDebuggerGUI.cpp 385 // of individual commands.
841 fActionShowDeletes.setText("Deleted Commands");
866 fFilter.addItem("--Filter By Available Commands--");
1023 SkTArray<SkString>* commands = fDebugger.getDrawCommandsAsStrings(); local
    [all...]
  /external/lldb/examples/python/
gdbremote.py 7 # print out statistics about how long commands took to execute and also
19 import commands namespace
186 in order to dump out the commands.'''
222 # Any commands whose names might be followed by more valid C identifier
    [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 159 // to time individual commands. The offsets are needed to map SkPicture
160 // offsets to individual commands.
351 // of individual commands.
802 fActionShowDeletes.setText("Deleted Commands");
827 fFilter.addItem("--Filter By Available Commands--");
984 SkTArray<SkString>* commands = fDebugger.getDrawCommandsAsStrings(); local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
ModelInterpreter.java 527 String[] commands; local
529 commands = splitCommands(line);
531 for (int i = 0; i < commands.length ; i++) {
532 String command = commands[i];
590 // r"|([A-RT-Z]\d?)" # Normal commands eg ATA or I0
591 // r"|(&[A-Z]\d*)" # & commands eg &C
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
vmwgfx_drm.h 299 * @commands: User-space address of a command buffer cast to an uint64_t.
317 uint64_t commands; member in struct:drm_vmw_execbuf_arg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
vmwgfx_drm.h 299 * @commands: User-space address of a command buffer cast to an uint64_t.
317 uint64_t commands; member in struct:drm_vmw_execbuf_arg
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
antsupportlib.jar 
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 261 * @commands: User-space address of a command buffer cast to an uint64_t.
279 uint64_t commands; member in struct:drm_vmw_execbuf_arg
566 * DRM_VMW_FENCE_FLAG_EXEC: All commands ahead of the fence in the command
570 * commands
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 261 * @commands: User-space address of a command buffer cast to an uint64_t.
279 uint64_t commands; member in struct:drm_vmw_execbuf_arg
566 * DRM_VMW_FENCE_FLAG_EXEC: All commands ahead of the fence in the command
570 * commands
  /external/valgrind/main/coregrind/
vgdb.c 53 2. standalone to send monitor commands to a running valgrind-ified process
68 Once all the commands are sent and their replies received, vgdb will exit.
929 sends the provided commands (using qRcmd packets)
934 char *commands[] )
966 fprintf (stderr, "sending command %s to pid %d\n", commands[nc], pid);
970 hexcommand = vmalloc (packet_len_for_command(commands[nc]));
973 for (i = 0; i < strlen(commands[nc]); i++) {
974 sprintf(hex, "%02x", (unsigned char) commands[nc][i]);
1467 char *commands[argc]; \/\/ we will never have more commands than args. local
    [all...]
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 17 package com.android.commands.content;
  /frameworks/base/core/jni/
android_util_Process.cpp 927 Vector<String8> commands; local
939 commands.add(String8(str8));
983 for (size_t i=0; i<commands.size(); i++) {
984 if (commands[i] == data) {
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 43 * This is a RecognizerEngine that processes commands to make phone calls and
52 * the {@RecognizerClient}. It will accept the following types of commands:
970 String[] commands = semantic.trim().split(" "); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 1052 ICommand[] commands = project.getDescription().getBuildSpec(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 117 uint64_t commands; member in struct:drm_vmw_execbuf_arg
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditorCommand.cpp 539 // backward compatibility with ourselves, and for consistency with other commands.
1458 static const CommandEntry commands[] = { local
    [all...]
  /external/chromium_org/third_party/brotli/src/brotli/enc/
encode.cc 945 std::vector<Command> commands; local
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 679 std::vector<ui::TextEditCommandAuraLinux> commands; local
680 if (!handled && delegate && delegate->MatchEvent(event, &commands)) {
682 for (size_t i = 0; i < commands.size(); ++i) {
683 const int command = GetViewsCommand(commands[i], rtl);
801 std::vector<ui::TextEditCommandAuraLinux> commands; local
802 if (delegate && delegate->MatchEvent(event, &commands)) {
804 for (size_t i = 0; i < commands.size(); ++i)
805 if (IsCommandIdEnabled(GetViewsCommand(commands[i], rtl)))
    [all...]

Completed in 4486 milliseconds

1 2 3 4 5 6 7 8 91011>>