HomeSort by relevance Sort by last modified time
    Searched refs:Command (Results 226 - 250 of 464) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Test.java 33 * Dicttool command implementing self-tests.
35 public class Test extends Dicttool.Command {
45 public static final String COMMAND = "test";
119 // correspond respectively to the -s and -m numerical arguments to this command, which
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 77 import com.android.server.NativeDaemonConnector.Command;
    [all...]
  /external/chromium_org/third_party/brotli/src/brotli/enc/
encode.cc 362 void EncodeCommand(const Command& cmd,
383 void EncodeCopyDistance(const Command& cmd, const EntropyCodeDistance& entropy,
394 void ComputeDistanceShortCodes(std::vector<Command>* cmds,
445 void ComputeCommandPrefixes(std::vector<Command>* cmds,
449 Command* cmd = &(*cmds)[i];
706 std::vector<Command> cmds;
720 const std::vector<Command>& cmds,
785 size_t MetaBlockLength(const std::vector<Command>& cmds) {
788 const Command& cmd = cmds[i];
844 const Command& cmd = mb.cmds[i]
    [all...]
  /cts/libs/vogar-expect/src/vogar/
ExpectationStore.java 35 import vogar.commands.Command;
237 List<String> openBugs = new Command.Builder()
  /external/chromium_org/chrome/browser/resources/hotword_helper/
audio_client.js 180 * @param {AudioClient.CommandToPage} command Command that was send.
183 AudioClient.prototype.checkUi_ = function(command) {
184 this.uiStatus_[command].timeoutId =
185 window.setTimeout(this.failedCheckUi_.bind(this, command),
192 * retry the command or sends an error message, depending on the number of
193 * retries for the command.
194 * @param {AudioClient.CommandToPage} command Command that was sent.
197 AudioClient.prototype.failedCheckUi_ = function(command) {
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_cocoa.h 26 class Command;
161 const extensions::Command& command) OVERRIDE;
browser_window_controller.h 56 class Command;
167 // The Extension Command Registry used to determine which keyboard events to
304 // Executes the command in the context of the current browser.
305 // |command| is an integer value containing one of the constants defined in the
307 - (void)executeCommand:(int)command;
309 // Consults the Command Registry to see if this |event| needs to be handled as
310 // an extension command and returns YES if so (NO otherwise).
365 // Executes the command registered by the extension that has the given id.
367 command:(const extensions::Command&)command
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.h 33 class Command;
173 // Executes |command| registered by |extension|.
175 const extensions::Command& command);
  /external/chromium_org/chrome/browser/ui/webui/
net_export_ui.cc 72 NetLogTempFile::Command command);
175 NetLogTempFile::Command command) {
183 command));
188 net_log_temp_file->ProcessCommand(command);
  /external/chromium_org/chrome/test/chromedriver/
commands.cc 51 const Command& init_session_cmd,
94 const Command& quit_command,
133 const SessionCommand& command,
151 VLOG(0) << "COMMAND " << command_name << " "
155 Status status = command.Run(session, *params, &value);
221 const SessionCommand& command,
235 command,
  /external/chromium_org/content/browser/devtools/
devtools_browser_target.cc 53 scoped_refptr<DevToolsProtocol::Command> command = local
55 if (!command) {
60 DomainHandlerMap::iterator it = handlers_.find(command->domain());
62 Respond(command->NoSuchMethodErrorResponse()->Serialize());
66 std::string domain = command->domain();
74 Respond(command->ServerErrorResponse(message)->Serialize());
83 handler->HandleCommand(command);
89 Respond(command->NoSuchMethodErrorResponse()->Serialize());
99 command));
    [all...]
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
nacl.scons 30 nmf_list_js = env.Command(['%s_nmf_test_list.js' % test_name], [],
  /external/chromium_org/remoting/tools/win/
chromoting-set-channel.bat 15 echo Right-click "Command Prompt" and select "Run as Administrator" and run
  /external/chromium_org/third_party/mesa/src/src/mesa/
SConscript 346 command = python_cmd + ' $SCRIPT -S $SOURCE -V GLES1.1 > $TARGET'
355 command = python_cmd + ' $SCRIPT -c es1 -m remap_table -f $SOURCE > $TARGET',
361 command = python_cmd + ' $SCRIPT -c es1 -f $SOURCE > $TARGET',
430 matypes = env.Command(
445 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
462 # git log command didn't work
  /external/libpng/contrib/gregbook/
makevms.com 97 $! P2 = Command to make it
  /external/lldb/examples/test/
usage-pre-post-flight 38 Command invoked: python ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight functionalities/watchpoint/hello_watchpoint
  /external/mesa3d/src/mesa/
SConscript 346 command = python_cmd + ' $SCRIPT -S $SOURCE -V GLES1.1 > $TARGET'
355 command = python_cmd + ' $SCRIPT -c es1 -m remap_table -f $SOURCE > $TARGET',
361 command = python_cmd + ' $SCRIPT -c es1 -f $SOURCE > $TARGET',
430 matypes = env.Command(
445 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
462 # git log command didn't work
  /external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/
Main.java 28 import io.airlift.command.Arguments;
29 import io.airlift.command.Command;
30 import io.airlift.command.HelpOption;
31 import io.airlift.command.Option;
32 import io.airlift.command.SingleCommand;
47 @Command(name = Main.NAME, description = "A curl for the next-generation web.")
81 @Option(name = { "-X", "--request" }, description = "Specify request command to use")
  /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.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
parallel.h 242 IN PARALLEL_1284_COMMAND Command);
247 IN PARALLEL_1284_COMMAND Command);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_clib.py 1 """distutils.command.build_clib
3 Implements the Distutils 'build_clib' command, to build a C/C++ library
20 from distutils.core import Command
30 class build_clib(Command):
72 # to build-temp as defined by the "build" command. This is because
122 `library` is presumably provided as a command option 'libraries'.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_clib.py 1 """distutils.command.build_clib
3 Implements the Distutils 'build_clib' command, to build a C/C++ library
20 from distutils.core import Command
30 class build_clib(Command):
72 # to build-temp as defined by the "build" command. This is because
122 `library` is presumably provided as a command option 'libraries'.
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 90 "command line to run these tests.\n***\n")
184 nmf_node = env.Command(
235 extension_manifest_node = env.Command(
283 lib_list_node = env.Command(
294 return env.Command(dest_file,
307 node = env.Command(dest_file, [], Func)[0]
438 command = env.GetHeadlessPrefix() + [
445 command.extend(['--file', dep_file])
447 command.extend(['--extension', extension])
449 command.extend(['--map_file', dest_path, dep_file]
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSynchronizationTests.cpp 971 struct Command
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubby.js 122 * @return {boolean} Whether this gnubby has any command outstanding.
226 * @param {number} cmd Command
408 * Queue command for sending.
409 * @param {number} cmd The command to send.
410 * @param {ArrayBuffer|Uint8Array} data Command data
423 * Writes the command, and calls back when the command's reply is received.
424 * @param {number} cmd The command to send.
425 * @param {ArrayBuffer|Uint8Array} data Command data
550 * @param {number|ArrayBuffer|Uint8Array} data Command data or numbe
    [all...]

Completed in 1748 milliseconds

1 2 3 4 5 6 7 8 91011>>