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

<<11121314151617181920>>

  /external/scapy/scapy/
sendrecv.py 282 @conf.commands.register
293 @conf.commands.register
306 @conf.commands.register
351 @conf.commands.register
369 @conf.commands.register
390 @conf.commands.register
410 @conf.commands.register
483 @conf.commands.register
489 @conf.commands.register
538 @conf.commands.registe
    [all...]
  /external/toolchain-utils/automation/clients/helper/
perforce.py 144 """Creates shell commands used for interaction with Perforce."""
193 def SetupAndDo(self, *commands):
195 self.InCheckoutDir(self.Create(), *commands))
197 def InCheckoutDir(self, *commands):
198 return cmd.Wrapper(cmd.Chain(*commands), cwd=self.checkout_dir)
  /external/toolchain-utils/automation/common/
command.py 77 def __init__(self, *commands):
78 self._commands = list(commands)
128 """Container that chains shell commands using (&&) shell operator."""
139 """Container that chains shell commands using pipe (|) operator."""
141 def __init__(self, *commands, **kwargs):
144 AbstractCommandContainer.__init__(self, *commands)
166 # protect a system against commands that are considered to be dangerous (like
167 # RmTree("${HOME}")). AFAIK we'll have to execute some commands with root access
  /external/vogar/src/vogar/android/
ActivityMode.java 27 import vogar.commands.VmCommandBuilder;
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
UsbCommand.java 17 package com.android.commands.svc;
  /frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
Launcher.java 17 package com.android.commands.uiautomator;
26 * This class maintains the list of sub commands, and redirect the control into it based on the
27 * command line arguments. It also prints out help arguments for each sub commands.
29 * To add a new sub command, implement {@link Command} and add an instance into COMMANDS array
34 * A simple abstraction class for supporting generic sub commands
91 for (Command command : COMMANDS) {
104 for (Command command : COMMANDS) {
129 private static Command[] COMMANDS = new Command[] {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
ApduSender.java 34 * This class sends a list of APDU commands to an AID on a UICC. A logical channel will be opened
35 * before sending and closed after all APDU commands are sent. The complete response of the last
38 * immediately without sending the rest of commands. This class is thread-safe.
79 * Sends APDU commands.
82 * in charge of building a request with all APDU commands to be sent. This won't be called
128 // Just close the channel if we don't have commands to send or an error
143 * @param commands All commands to be sent.
147 List<ApduCommand> commands,
151 ApduCommand command = commands.get(index)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
AFScanHoldResetCommand.java 24 import com.android.camera.one.v2.commands.CameraCommand;
  /packages/apps/Camera2/src/com/android/camera/one/v2/commands/
PreviewCommand.java 17 package com.android.camera.one.v2.commands;
  /packages/apps/Camera2/src/com/android/camera/one/v2/common/
BasicCameraFactory.java 34 import com.android.camera.one.v2.commands.CameraCommand;
35 import com.android.camera.one.v2.commands.CameraCommandExecutor;
36 import com.android.camera.one.v2.commands.ResettingRunnableCameraCommand;
37 import com.android.camera.one.v2.commands.PreviewCommandFactory;
  /packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
FastCameraReset.java 25 import com.android.camera.one.v2.commands.CameraCommandExecutor;
33 * currently-executing camera commands, and restarting the preview.
70 mLog.w("flushing existing camera commands");
RepeatFailureHandlerComponent.java 22 import com.android.camera.one.v2.commands.CameraCommandExecutor;
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
LegacyPictureTakerFactory.java 22 import com.android.camera.one.v2.commands.CameraCommandExecutor;
  /prebuilts/tools/darwin-x86/bazel/
bazel-complete.bash 18 # Bash completion of Bazel commands.
20 # The template is expanded at build time using tables of commands/options
56 # Some commands might interfer with the important one, so don't complete them
179 # The following commands do respectively:
359 local commands=$(echo "${BAZEL_COMMAND_LIST}" \
361 compgen -S " " -W "${commands}" -- "$current"
403 "") # Expand startup-options or commands
404 local commands=$(echo "${BAZEL_COMMAND_LIST}" \
407 "${commands}\
    [all...]
  /prebuilts/tools/linux-x86/bazel/
bazel-complete.bash 18 # Bash completion of Bazel commands.
20 # The template is expanded at build time using tables of commands/options
56 # Some commands might interfer with the important one, so don't complete them
179 # The following commands do respectively:
359 local commands=$(echo "${BAZEL_COMMAND_LIST}" \
361 compgen -S " " -W "${commands}" -- "$current"
403 "") # Expand startup-options or commands
404 local commands=$(echo "${BAZEL_COMMAND_LIST}" \
407 "${commands}\
    [all...]
  /system/netd/server/
FirewallController.h 87 static int (*execIptablesRestore)(IptablesTarget target, const std::string& commands);
TetherControllerTest.cpp 176 ExpectedIptablesCommands commands; local
181 appendAll(commands, setupFirstIPv4Commands);
184 appendAll(commands, setupFirstIPv6Commands);
186 appendAll(commands, startFirstNatCommands);
188 return commands;
  /prebuilts/go/darwin-x86/src/cmd/dist/
main.go 18 Commands are:
29 All commands take -v flags to emit extra information.
34 // commands records the available commands.
35 var commands = map[string]func(){ var
177 if f, ok := commands[cmd]; ok {
  /prebuilts/go/linux-x86/src/cmd/dist/
main.go 18 Commands are:
29 All commands take -v flags to emit extra information.
34 // commands records the available commands.
35 var commands = map[string]func(){ var
177 if f, ok := commands[cmd]; ok {
  /external/google-breakpad/src/common/mac/
macho_reader_unittest.cc 370 .D32(0) // no load commands
371 .D32(0) // the load commands occupy no bytes
392 .D32(0) // no load commands
393 .D32(0) // the load commands occupy no bytes
414 .D32(0) // no load commands
415 .D32(0) // the load commands occupy no bytes
436 .D32(0) // no load commands
437 .D32(0) // the load commands occupy no bytes
664 // A SizedSection holding a list of Mach-O load commands.
694 // The number of load commands we have added to this file so far
1389 LoadCommands commands; local
1458 LoadCommands commands; local
1499 LoadCommands commands; local
1540 LoadCommands commands; local
1580 LoadCommands commands; local
1633 LoadCommands commands; local
1690 LoadCommands commands; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
interactive_test.go 34 // Use test commands and variables to exercise interactive processing
35 var savedCommands commands
82 var testCommands = commands{
105 // script contains sequences of commands to be executed for testing. Commands
129 // Create a macro for commands in 'chunk'.
135 // Append commands in 'chunk' by themselves.
139 // Accumulate commands into 'chunk'
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
interactive_test.go 34 // Use test commands and variables to exercise interactive processing
35 var savedCommands commands
82 var testCommands = commands{
105 // script contains sequences of commands to be executed for testing. Commands
129 // Create a macro for commands in 'chunk'.
135 // Append commands in 'chunk' by themselves.
139 // Accumulate commands into 'chunk'
  /external/skia/tools/lua/
bbh_filter.lua 8 -- have most commands, and the names of the files that use the least popular commands.
139 "\n-- ================== skps with calling unpopular commands.", 10)
  /external/skqp/tools/lua/
bbh_filter.lua 8 -- have most commands, and the names of the files that use the least popular commands.
139 "\n-- ================== skps with calling unpopular commands.", 10)
  /external/autotest/server/site_tests/cheets_CTS_N/
cheets_CTS_N.py 126 def _run_tradefed(self, commands):
129 @param commands: the command(s) to pass to CTS.
136 for command in commands:

Completed in 469 milliseconds

<<11121314151617181920>>