HomeSort by relevance Sort by last modified time
    Searched refs:commands (Results 526 - 550 of 1164) sorted by null

<<21222324252627282930>>

  /frameworks/base/cmds/telecom/src/com/android/commands/telecom/
Telecom.java 17 package com.android.commands.telecom;
  /frameworks/base/media/java/android/media/update/
MediaSession2Provider.java 58 void setAllowedCommands_impl(ControllerInfo controller, SessionCommandGroup2 commands);
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionSession.java 372 public boolean[] onGetSupportedCommands(String[] commands) {
373 boolean[] res = new boolean[commands.length];
374 for (int i=0; i<commands.length; i++) {
375 if ("com.android.test.voiceinteraction.COMMAND".equals(commands[i])) {
  /frameworks/rs/tests/lldb/tests/testcases/
test_read_global.py 40 Run the "expr" and "target variable" commands on a given global and
41 with a given output. (The commands should be equivalent.)
50 TestFail: One of the lldb commands did not provide the expected
test_read_local.py 41 Run the "expr" and "frame variable" commands on a given local and
42 with a given output. (The commands should be equivalent.)
51 TestFail: One of the lldb commands did not provide the expected
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
FullAFScanCommand.java 25 import com.android.camera.one.v2.commands.CameraCommand;
66 // If there are already other commands interacting with the
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
ZslPictureTakerFactory.java 28 import com.android.camera.one.v2.commands.CameraCommandExecutor;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/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
565 * DRM_VMW_FENCE_FLAG_EXEC: All commands ahead of the fence in the command
569 * commands
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gdb.py 94 Support injecting commands after the breakpoint is reached
98 cmds_after_breakpoint: if provided, a list of strings: gdb commands
113 # Generate a list of commands in gdb's language:
114 commands = ['set breakpoint pending yes',
118 commands += cmds_after_breakpoint
120 commands += ['backtrace']
122 # print commands
124 # Use "commands" to generate the arguments with which to invoke "gdb":
126 args += ['--eval-command=%s' % cmd for cmd in commands]
637 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gdb.py 94 Support injecting commands after the breakpoint is reached
98 cmds_after_breakpoint: if provided, a list of strings: gdb commands
113 # Generate a list of commands in gdb's language:
114 commands = ['set breakpoint pending yes',
118 commands += cmds_after_breakpoint
120 commands += ['backtrace']
122 # print commands
124 # Use "commands" to generate the arguments with which to invoke "gdb":
126 args += ['--eval-command=%s' % cmd for cmd in commands]
637 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cfg/
cfg.go 19 // These are general "build flags" used by build and other commands.
59 // CmdEnv is the new environment for running go tool commands.
  /prebuilts/go/darwin-x86/src/
make.bat 20 :: building the packages and commands.
23 :: building the commands.
  /prebuilts/go/linux-x86/src/cmd/go/internal/cfg/
cfg.go 19 // These are general "build flags" used by build and other commands.
59 // CmdEnv is the new environment for running go tool commands.
  /prebuilts/go/linux-x86/src/
make.bat 20 :: building the packages and commands.
23 :: building the commands.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdb.py 94 Support injecting commands after the breakpoint is reached
98 cmds_after_breakpoint: if provided, a list of strings: gdb commands
113 # Generate a list of commands in gdb's language:
114 commands = ['set breakpoint pending yes',
118 commands += cmds_after_breakpoint
120 commands += ['backtrace']
122 # print commands
124 # Use "commands" to generate the arguments with which to invoke "gdb":
126 args += ['--eval-command=%s' % cmd for cmd in commands]
637 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
module.py 30 from commands import getstatusoutput
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdb.py 94 Support injecting commands after the breakpoint is reached
98 cmds_after_breakpoint: if provided, a list of strings: gdb commands
113 # Generate a list of commands in gdb's language:
114 commands = ['set breakpoint pending yes',
118 commands += cmds_after_breakpoint
120 commands += ['backtrace']
122 # print commands
124 # Use "commands" to generate the arguments with which to invoke "gdb":
126 args += ['--eval-command=%s' % cmd for cmd in commands]
637 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
dhcp_server.py 16 from acts.controllers.utils_lib.commands import shell
44 shell commands.
hostapd.py 22 from acts.controllers.utils_lib.commands import shell
42 shell commands (e.g. connection.SshConnection)
  /cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
TestApp.java 100 String[] commands = {Utils.TEST_COMMAND}; local
101 boolean[] supported = mInteractor.supportsCommands(commands);
106 addTestResult(Utils.TEST_ERROR + " supported commands failure!");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cmd.py 15 commands, miscellaneous help topics, and undocumented commands.
18 7. If completion is enabled, completing commands will be done automatically,
19 and completing of commands args is done by calling complete_foo() with
26 The `default' method may be overridden to intercept commands for which there
30 commands that have no complete_ method.
73 doc_header = "Documented commands (type help <topic>):"
75 undoc_header = "Undocumented commands:"
203 commands by the interpreter should stop.
289 commands = set(self.completenames(*args))
    [all...]
  /external/autotest/client/cros/cellular/
base_station_pxt.py 30 @param scpi_connection: The scpi port to send commands over.
142 commands = [
155 self.c.SendStanza(commands)
  /external/autotest/client/site_tests/video_HangoutHardwarePerf/
video_HangoutHardwarePerf.py 242 def run_in_parallel(self, *commands):
247 return map(lambda c: cmd_utils.popen(c, env=env), commands)
  /external/autotest/site_utils/
deploy_server_local.py 34 # decide whether need to update these commands. E.g. if no changes under
157 every time. Only run it when the repos/files related to the commands have
191 """Lookup the commands to run on this server.
199 'UPDATE', 'commands', type=list)
231 # Lookup the list of commands to consider. They are intended to be
340 """Run arbitrary update commands specified in global.ini.
356 print('Running update commands:', ', '.join(cmds))
435 help='Don\'t actually run any commands, just log.')
447 help='Force to run the update commands for afe, tko '
  /external/clang/tools/scan-build-py/libscanbuild/
intercept.py 69 def post_processing(commands):
70 """ To make a compilation database, it needs to filter out commands
81 format_entry(command) for command in commands)

Completed in 1675 milliseconds

<<21222324252627282930>>