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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/cmd/dist/
doc.go 10 // The commands are:
  /prebuilts/go/linux-x86/src/cmd/dist/
doc.go 10 // The commands are:
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
VarOptimizer.java 41 * <li>String concatenation in var commands
45 * String add expressions in var commands are optimized by replacing something like:
158 * simpler var commands. Currently two expressions are targetted for expansion: string
165 // This test relies on the type optimizer having replaced add commands
166 // with numeric add commands.
178 // sequence commands.
210 * Helper to efficiently add commands to a multiple command (if the command to be added is a
212 * to flatten multiple commands.
264 * multiple successive (matching) escape commands folded into one.
268 LinkedList<PCommand> commands = new LinkedList<PCommand>() local
    [all...]
  /external/python/cpython3/Lib/test/
test_pdb.py 64 """Test the basic commands of pdb.
174 """Test basic commands related to breakpoints.
191 Now test the breakpoint commands. NORMALIZE_WHITESPACE is needed because
208 ... 'commands 2',
256 (Pdb) commands 2
290 """Test the list and source commands of pdb.
940 def run_pdb(self, script, commands):
941 """Run 'script' lines with pdb and the pdb 'commands'."""
953 stdout, stderr = proc.communicate(str.encode(commands))
    [all...]
  /external/toolchain-utils/
setup_chromeos.py 55 commands = ['cd {0}'.format(temp), \
58 ret = cmd_executer.RunCommands(commands)
78 commands = ['rm -rf {0}'.format(temp)]
79 cmd_executer.RunCommands(commands)
238 commands = ['mkdir -p %s' % directory, 'cd %s' % directory, init, sync] variable
240 ret = cmd_executer.RunCommands(commands)
  /system/bt/tools/hci/
main.c 37 static const command_t commands[] = { variable
204 for (size_t i = 0; i < ARRAY_SIZE(commands); ++i)
205 if (!strcmp(commands[i].name, name)) return &commands[i];
211 printf("Commands:\n");
212 for (size_t i = 0; i < ARRAY_SIZE(commands); ++i)
213 printf(" %s\n", commands[i].name);
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
RunHostCommandTargetPreparer.java 45 /** Target preparer to run arbitrary host commands before and after running the test. */
50 /** Placeholder to be replaced with real device serial number in commands */
163 // Terminate background commands after test finished
183 * @param commands list of commands to run.
185 private void runCommandList(final List<String> commands) {
186 for (final String command : commands) {
212 * @param bgCommands list of commands to run.
237 * @param commands list of host commands
    [all...]
  /external/vulkan-validation-layers/scripts/
loader_extension_generator.py 104 self.core_commands = [] # List of CommandData records for core Vulkan commands
105 self.ext_commands = [] # List of CommandData records for extension Vulkan commands
225 # Process commands, adding to appropriate dispatch tables
278 # Generate a list of commands for use in printing the necessary
373 protos += '// an appropriate terminator if this is one of those few device commands requiring\n'
387 protos += '// Init Device function pointer dispatch table with core commands\n'
391 protos += '// Init Device function pointer dispatch table with extension commands\n'
395 protos += '// Init Instance function pointer dispatch table with core commands\n'
399 protos += '// Init Instance function pointer dispatch table with core commands\n'
434 commands = [
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
dist.py 37 to the Distutils commands specified on the command line.
50 # supplied to the setup script prior to any actual commands.
54 # don't want to pollute the commands with too many options that they
68 Common commands: (see '--help-commands' for more)
74 # options that are not propagated to the commands
76 ('help-commands', None,
77 "list all available commands"),
162 # 'command_packages' is a list of packages in which commands
184 # have been created by any dist commands run so far. This is
    [all...]
  /external/python/cpython2/Lib/distutils/
dist.py 37 to the Distutils commands specified on the command line.
50 # supplied to the setup script prior to any actual commands.
54 # don't want to pollute the commands with too many options that they
68 Common commands: (see '--help-commands' for more)
74 # options that are not propagated to the commands
76 ('help-commands', None,
77 "list all available commands"),
162 # 'command_packages' is a list of packages in which commands
184 # have been created by any dist commands run so far. This i
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
dist.py 37 to the Distutils commands specified on the command line.
50 # supplied to the setup script prior to any actual commands.
54 # don't want to pollute the commands with too many options that they
68 Common commands: (see '--help-commands' for more)
74 # options that are not propagated to the commands
76 ('help-commands', None,
77 "list all available commands"),
162 # 'command_packages' is a list of packages in which commands
184 # have been created by any dist commands run so far. This i
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
dist.py 37 to the Distutils commands specified on the command line.
50 # supplied to the setup script prior to any actual commands.
54 # don't want to pollute the commands with too many options that they
68 Common commands: (see '--help-commands' for more)
74 # options that are not propagated to the commands
76 ('help-commands', None,
77 "list all available commands"),
162 # 'command_packages' is a list of packages in which commands
184 # have been created by any dist commands run so far. This i
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 37 to the Distutils commands specified on the command line.
50 # supplied to the setup script prior to any actual commands.
54 # don't want to pollute the commands with too many options that they
68 Common commands: (see '--help-commands' for more)
74 # options that are not propagated to the commands
76 ('help-commands', None,
77 "list all available commands"),
162 # 'command_packages' is a list of packages in which commands
184 # have been created by any dist commands run so far. This i
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 37 to the Distutils commands specified on the command line.
50 # supplied to the setup script prior to any actual commands.
54 # don't want to pollute the commands with too many options that they
68 Common commands: (see '--help-commands' for more)
74 # options that are not propagated to the commands
76 ('help-commands', None,
77 "list all available commands"),
162 # 'command_packages' is a list of packages in which commands
184 # have been created by any dist commands run so far. This i
    [all...]
  /packages/apps/Launcher3/tests/src/com/android/launcher3/model/
BaseModelUpdateTaskTestCase.java 140 String[] commands = line.split(" "); local
141 switch (commands[0]) {
143 classMap.put(commands[1], Class.forName(commands[2]));
147 (ItemInfo) initItem(classMap.get(commands[1]), commands, 2), false);
150 allAppsList.add((AppInfo) initItem(AppInfo.class, commands, 1), null);
  /external/python/cpython3/Lib/distutils/
dist.py 33 to the Distutils commands specified on the command line.
45 # supplied to the setup script prior to any actual commands.
49 # don't want to pollute the commands with too many options that they
64 Common commands: (see '--help-commands' for more)
70 # options that are not propagated to the commands
72 ('help-commands', None,
73 "list all available commands"),
156 # 'command_packages' is a list of packages in which commands
178 # have been created by any dist commands run so far. This i
    [all...]
  /external/valgrind/coregrind/
vgdb.c 53 2. standalone to send monitor commands to a running valgrind-ified process
68 Once all the commands are sent and their replies received, vgdb will exit.
930 sends the provided commands (using qRcmd packets)
935 char *commands[] )
988 fprintf (stderr, "sending command %s to pid %d\n", commands[nc], pid);
992 hexcommand = vmalloc (packet_len_for_command(commands[nc]));
995 for (i = 0; i < strlen(commands[nc]); i++) {
996 sprintf(hex, "%02x", (unsigned char) commands[nc][i]);
1496 char *commands[argc]; \/\/ we will never have more commands than args. local
    [all...]
  /external/autotest/client/site_tests/cellular_ModemControl/
cellular_ModemControl.py 53 return 'Technology Commands'
90 return 'Modem Commands'
105 'Service failed to appear when using device commands.')
131 return 'Device Commands'
135 """Control the modem using a mixture of commands on device, modems, etc."""
163 return 'Mixed Commands'
271 def TestCommands(self, commands):
273 Manipulate the modem using modem, device or technology commands.
283 logging.info('Testing using %s' % commands)
286 commands.Enable(
    [all...]
  /external/autotest/server/cros/servo/
chrome_ec.py 39 # Time to wait after sending keypress commands.
47 provides many interfaces to set and get its behavior via console commands.
78 def send_command(self, commands):
85 commands: The commands to send, either a list or a string.
88 if isinstance(commands, list):
90 self._servo.set_nocheck(self.uart_multicmd, ';'.join(commands))
96 for command in commands:
101 self._servo.set_nocheck(self.uart_cmd, commands)
142 provides many interfaces to set and get its behavior via console commands
    [all...]
  /frameworks/base/tools/preload/
MemoryUsage.java 222 String[] commands = GET_DIRTY_PAGES; local
226 commandList.addAll(Arrays.asList(commands));
228 commands = commandList.toArray(new String[commandList.size()]);
232 final Process process = Runtime.getRuntime().exec(commands);
251 + ": " + line + "; command was " + Arrays.toString(commands));
  /build/kati/
exec.cc 98 vector<Command*> commands; local
99 ce_.Eval(n, &commands);
100 for (Command* command : commands) {
  /external/clang/tools/scan-view/share/
startfile.py 110 import commands
125 info = commands.getoutput('kde-config --version')
158 info = commands.getoutput('xprop -root _DT_SAVE_MODE')
  /external/deqp/scripts/khr_util/
registry.py 188 self.commands = CommandIndex(eRegistry.findall('commands/command'))
241 self.commands = set()
259 modify(self.commands, commandName)
330 eCmd = registry.commands[commandName]
363 commands = NameIndex(map(createCommand, spec.commands),
370 for command in commands:
374 aliasCommand = registry.commands[alias]
379 if name in commands
    [all...]
  /external/deqp/scripts/opengl/
src_util.py 164 # Remove redundant extension commands that are already provided by core.
167 for command in iface.commands:
171 iface.commands = strippedCmds
188 lines = map(renderCommand, iface.commands)
  /external/skia/debugger/
SkDebugger.cpp 34 // commands. Playing back will strip those out.
59 const SkTDArray<SkDrawCommand*>& commands = this->getDrawCommands(); local
67 for (int i = 0; i < commands.count(); i++) {
68 counts[commands[i]->getType()]++;
78 // if there were no commands of this type then they should've consumed no time
124 totalStr.append("Total Draw Commands: ");

Completed in 913 milliseconds

<<11121314151617181920>>