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

<<11121314151617181920>>

  /external/vogar/src/vogar/commands/
Javac.java 17 package vogar.commands;
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
PowerCommand.java 17 package com.android.commands.svc;
Svc.java 17 package com.android.commands.svc;
49 final int N = COMMANDS.length;
51 Command c = COMMANDS[i];
75 System.err.println("Available commands:");
76 final int N = COMMANDS.length;
79 Command c = COMMANDS[i];
87 Command c = COMMANDS[i];
93 public static final Command[] COMMANDS = new Command[] {
  /frameworks/base/cmds/vr/src/com/android/commands/vr/
Vr.java 17 package com.android.commands.vr;
  /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
  /packages/apps/Camera2/src/com/android/camera/burst/
BurstTakerImpl.java 23 import com.android.camera.one.v2.commands.CameraCommandExecutor;
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
PictureTakerFactory.java 24 import com.android.camera.one.v2.commands.CameraCommandExecutor;
  /prebuilts/go/darwin-x86/src/cmd/go/internal/fmtcmd/
fmt.go 36 The -n flag prints commands that would be executed.
37 The -x flag prints commands as they are executed.
  /prebuilts/go/darwin-x86/src/cmd/go/internal/vet/
vet.go 26 The -n flag prints commands that would be executed.
27 The -x flag prints commands as they are executed.
  /prebuilts/go/darwin-x86/src/cmd/pack/
doc.go 27 For the p, t, and x commands, listing no names on the command line
35 For the c and r commands, names are printed as files are added.
  /prebuilts/go/linux-x86/src/cmd/go/internal/fmtcmd/
fmt.go 36 The -n flag prints commands that would be executed.
37 The -x flag prints commands as they are executed.
  /prebuilts/go/linux-x86/src/cmd/go/internal/vet/
vet.go 26 The -n flag prints commands that would be executed.
27 The -x flag prints commands as they are executed.
  /prebuilts/go/linux-x86/src/cmd/pack/
doc.go 27 For the p, t, and x commands, listing no names on the command line
35 For the c and r commands, names are printed as files are added.
  /system/tpm/trunks/generator/
generator.py 19 """A code generator for TPM 2.0 structures and commands.
22 extract_structures.sh script and a commands file as emitted by the
47 Sample input for commands looks like this:
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaSession2Test.java 632 assertEquals(1, callback.commands.size());
634 (long) callback.commands.get(0).getCommandCode());
640 assertEquals(2, callback.commands.size());
642 (long) callback.commands.get(1).getCommandCode());
727 final SessionCommandGroup2 commands = new SessionCommandGroup2(); local
728 commands.addCommand(new SessionCommand2(SessionCommand2.COMMAND_CODE_PLAYBACK_PLAY));
729 commands.addCommand(new SessionCommand2(SessionCommand2.COMMAND_CODE_PLAYBACK_PAUSE));
730 commands.addCommand(new SessionCommand2(SessionCommand2.COMMAND_CODE_PLAYBACK_STOP));
738 Set<SessionCommand2> expected = commands.getCommands();
754 mSession.setAllowedCommands(controllerInfo, commands);
837 public final ArrayList<SessionCommand2> commands = new ArrayList<>(); field in class:MediaSession2Test.MockOnCommandCallback
    [all...]
MediaSession2TestBase.java 174 public void onConnected(MediaController2 controller, SessionCommandGroup2 commands) {
221 SessionCommandGroup2 commands) {
222 mCallbackProxy.onAllowedCommandsChanged(controller, commands);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rrcs.py 21 if not commands.has_key(cmd):
23 coptset, func = commands[cmd]
145 commands = { variable
  /external/autotest/client/tools/
crash_handler.py 8 import sys, os, commands, glob, shutil, syslog, re, time, random, string
109 output = commands.getoutput('gdb -c %s batch' % path)
145 backtrace = commands.getoutput(gdb_cmd)
  /external/brotli/c/enc/
backward_references_hq.c 120 const Command* commands,
137 size_t inslength = commands[i].insert_len_;
138 size_t copylength = CommandCopyLen(&commands[i]);
139 size_t distcode = commands[i].dist_prefix_;
140 size_t cmdcode = commands[i].cmd_prefix_;
326 used the shortest path of commands from block_start, computed from
539 Command* commands,
564 InitCommand(&commands[i], insert_length,
694 size_t* last_insert_len, Command* commands, size_t* num_commands,
706 dist_cache, last_insert_len, params, commands, num_literals)
    [all...]
  /external/llvm/utils/lit/lit/
TestRunner.py 176 if cmd.commands[0].args[0] == 'cd':
177 if len(cmd.commands) != 1:
179 if len(cmd.commands[0].args) != 2:
181 newdir = cmd.commands[0].args[1]
199 for i,j in enumerate(cmd.commands):
292 if stderr == subprocess.PIPE and j != cmd.commands[-1]:
399 # Gather the redirected output files for failed commands.
413 cmd.commands[i], out, err, res, timeoutHelper.timeoutReached(),
438 def executeScriptInternal(test, litConfig, tmpBase, commands, cwd):
440 for ln in commands
    [all...]
  /external/python/cpython2/Demo/pdist/
rrcs.py 21 if not commands.has_key(cmd):
23 coptset, func = commands[cmd]
145 commands = { variable
  /system/core/adb/
shell_service_test.cpp 206 const char* commands[] = {"TEST_STR=abc123", local
211 for (std::string command : commands) {
223 for (const char* command : commands) {
  /external/python/cpython3/Lib/
pdb.py 24 The commands recognized by the debugger are listed in the next
34 Commands that the debugger doesn't recognize are assumed to be Python
46 Multiple commands may be entered on a single line, separated by the
47 pair ';;'. No intelligence is applied to separating the commands; the
63 Debugger commands
68 # commands and is appended to __doc__ after the class has been defined.
178 self.commands = {} # associates a command list to breakpoint numbers
271 self.currentbp in self.commands:
276 for line in self.commands[currentbp]:
399 # split into ';;' separated commands
    [all...]
  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainInteractionSession.java 100 public boolean[] onGetSupportedCommands(String[] commands) {
101 boolean[] results = new boolean[commands.length];
103 for (int idx = 0; idx < commands.length; idx++) {
104 results[idx] = Utils.TEST_COMMAND.equals(commands[idx]);
105 Log.i(TAG, "command " + commands[idx] + ", support = " + results[idx]);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java 17 package com.android.commands.monkey;
19 import static com.android.commands.monkey.MonkeySourceNetwork.EARG;
34 import com.android.commands.monkey.MonkeySourceNetwork.CommandQueue;
35 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommand;
36 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommandReturn;
48 * Script commands over the network.

Completed in 1003 milliseconds

<<11121314151617181920>>