HomeSort by relevance Sort by last modified time
    Searched refs:commands (Results 251 - 275 of 502) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen_ioctl.c 187 uint32_t throttle_us, void *commands, uint32_t size,
205 svga_dump_commands(commands, size);
220 arg.commands = (unsigned long)commands;
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_ioctl.c 187 uint32_t throttle_us, void *commands, uint32_t size,
205 svga_dump_commands(commands, size);
220 arg.commands = (unsigned long)commands;
  /external/smack/src/org/jivesoftware/smackx/commands/
AdHocCommand.java 20 package org.jivesoftware.smackx.commands;
40 * Commands may have zero or more stages. Each stage is usually used for
42 * move forward or backward across the different stages. Commands may not be
46 * Commands that require user interaction (i.e. have more than one stage) will
220 * previous stage. This method will be only invoked for commands that have one
232 * previous stage. This method will be only invoked for commands that have one
263 * {@link Action#complete complete}. This method will be only invoked for commands that
288 * method will never be invoked for commands that have no stages.
RemoteCommand.java 21 package org.jivesoftware.smackx.commands;
183 * should be adjusted for commands that can take a long time to execute.
194 * should be adjusted for commands that can take a long time to execute.
  /external/valgrind/main/gdbserver_tests/
mchelp.stdoutB.exp 1 general valgrind monitor commands:
2 help [debug] : monitor command help. With debug: + debugging commands
13 memcheck monitor commands:
30 general valgrind monitor commands:
31 help [debug] : monitor command help. With debug: + debugging commands
41 debugging valgrind internals monitor commands:
50 memcheck monitor commands:
  /frameworks/base/cmds/bu/src/com/android/commands/bu/
Backup.java 17 package com.android.commands.bu;
  /ndk/sources/host-tools/make-3.81/
filedef.h 32 struct commands *cmds; /* Commands to execute for this target. */
33 int command_flags; /* Flags OR'd in for cmds; see commands.h. */
67 enum cmd_state /* State of the commands. */
70 cs_deps_running, /* Dep commands running. */
71 cs_running, /* Commands running. */
72 cs_finished /* Commands finished. */
read.c 28 #include "commands.h"
135 struct dep *deps, unsigned int cmds_started, char *commands,
463 char *commands;
483 cmds_started, commands, commands_idx, two_colon, \
500 in DEPS and commands in COMMANDS. These are used to define a rule
508 commands = xmalloc (200);
538 /* Ignore the commands in a rule with no targets. */
558 commands = xrealloc (commands, commands_len)
459 char *commands; local
    [all...]
  /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) {
  /system/core/init/
parser.c 38 list_for_each(node2, &act->commands) {
signal_handler.c 112 /* Execute all onrestart commands for this service. */
113 list_for_each(node, &svc->onrestart.commands) {
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorCtsHelper.java 162 String commands[] = new String[] { local
181 for(String command : commands) {
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 21 my $commands = {
157 my $cmd_f = $commands->{$cmd};
  /external/chromium_org/chrome/browser/ui/webui/extensions/
command_handler.cc 10 #include "chrome/browser/extensions/api/commands/command_service.h"
106 void CommandHandler::GetAllCommands(base::DictionaryValue* commands) {
167 extension_dict->Set("commands", extensions_list.release());
172 commands->Set("commands", results);
extension_settings_browsertest.js 37 * TestFixture for extension settings WebUI testing (commands config edition).
  /external/chromium_org/chrome/installer/util/
installation_state.cc 33 // Initializes |commands| from the "Commands" subkey of |version_key|.
34 // Returns false if there is no "Commands" subkey or on error.
37 AppCommands* commands) {
43 return commands->Initialize(commands_key);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive_mock.py 149 def run_in_parallel(self, commands):
152 for cmd_line, cwd in commands:
  /external/chromium_org/third_party/sqlite/src/test/
async2.test 15 [info commands sqlite3async_initialize]=="" ||
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdtmain.asm 6 ;; assemble and link with the following commands:
  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
RunTestCommand.java 17 package com.android.commands.uiautomator;
22 import com.android.commands.uiautomator.Launcher.Command;
  /frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
RunTestCommand.java 17 package com.android.commands.uiautomator;
22 import com.android.commands.uiautomator.Launcher.Command;
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 468 List<String> commands = new ArrayList<String>(); local
479 commands.add(ImapConstants.UID_SEARCH + " CHARSET " + charset + " OR FROM " + octetLength);
480 commands.add(filter + " (OR TO " + octetLength);
481 commands.add(filter + " (OR CC " + octetLength);
482 commands.add(filter + " (OR SUBJECT " + octetLength);
483 commands.add(filter + " BODY " + octetLength);
484 commands.add(filter + ")))");
485 return getMessagesInternal(complexSearchForUids(commands), listener);
488 /* package */ String[] complexSearchForUids(List<String> commands) throws MessagingException {
492 return getSearchUids(mConnection.executeComplexCommand(commands, false))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /external/chromium_org/chrome/browser/resources/task_manager/
main.js 18 commands.disableTaskManager();
61 * Sends commands to kill selected processes.
74 commands.killSelectedProcesses(uniqueIds);
144 commands.enableTaskManager();
173 $('about-memory-link').addEventListener('click', commands.openAboutMemory);
237 this.commandsElement_ = this.document_.createElement('commands');
504 commands.activatePage(uniqueId);
606 commands.inspect(targetUniqueId);
608 commands.activatePage(targetUniqueId);

Completed in 3868 milliseconds

<<11121314151617181920>>