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

1 2 3 4 56 7 8 91011>>

  /external/libedit/examples/
fileman.c 48 /* A structure which contains information on the commands this program
57 COMMAND commands[] = { variable
187 for (i = 0; commands[i].name; i++)
188 if (strcmp (name, commands[i].name) == 0)
189 return (&commands[i]);
282 while ((name = commands[list_index].name))
296 /* FileMan Commands */
301 commands. */
383 /* Print out help for ARG, or for all of the commands if ARG is
391 for (i = 0; commands[i].name; i++
    [all...]
  /external/mmc-utils/
mmc.c 49 static struct Command commands[] = { variable in typeref:struct:Command
51 * avoid short commands different for the case only
220 for( cp = commands; cp->verb; cp++ )
224 printf("\n\t%s <cmd> --help\n\t\tShow detailed help for a command or subset of commands.\n",np);
228 static int split_command(char *cmd, char ***commands)
233 for( *commands = 0, l = c = 0, p = s = cmd ; ; p++, l++ ){
238 (*commands) = realloc( (*commands), sizeof(char *)*(c + 2));
239 (*commands)[c] = strndup(s, l);
246 (*commands)[c] = 0
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
NoisyDryRunTest.java 58 List<CommandLine> commands = testCommandFile(listener, mCmdfile); local
59 if (commands != null) {
60 testCommandLines(listener, commands);
112 private void testCommandLines(ITestInvocationListener listener, List<CommandLine> commands) {
114 commands.size());
115 for (int i = 0; i < commands.size(); ++i) {
121 String[] args = commands.get(i).asArray();
  /external/ImageMagick/MagickCore/
delegate.c 35 % The Delegates methods associate a set of commands with a particular
279 if (p->commands != (char *) NULL)
280 p->commands=DestroyString(p->commands);
1055 **commands; local
1629 **commands, local
1896 **commands, local
2133 *commands; local
    [all...]
  /external/tpm2/generator/
command_generator.py 5 """A code generator for TPM 2.0 commands.
567 def _OutputCommandDispatcher(commands):
571 commands: A list of Command objects.
575 for command in commands:
579 for command in commands:
588 def _OutputHandleProcess(commands, typemap):
592 commands: A list of Command objects.
599 for command in commands:
617 def _OutputGetCommandCodeString(commands):
621 commands: A list of Command objects
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0/
devicelib-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-alpha6/
devicelib-26.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-alpha7/
devicelib-26.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-alpha9/
devicelib-26.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-beta1/
devicelib-26.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-beta2/
devicelib-26.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-beta6/
devicelib-26.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-beta7/
devicelib-26.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-rc1/
devicelib-26.0.0-rc1.jar 
  /external/toolchain-utils/cros_utils/
manifest_versions.py 52 commands = [
56 ret = self.ce.RunCommands(commands)
70 commands = [
75 ret = self.ce.RunCommands(commands)
105 commands = [
109 self.ce.RunCommands(commands)
118 commands = [
123 ret = self.ce.RunCommands(commands)
132 commands = [
136 self.ce.RunCommands(commands)
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha5/
devicelib-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha6/
devicelib-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha7/
devicelib-25.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.5.0-alpha-preview-02/
devicelib-25.5.0-alpha-preview-02.jar 
  /system/core/init/
init_test.cpp 40 const std::vector<ActionManagerCommand>& commands, ServiceList* service_list) {
52 for (const auto& command : commands) {
62 const std::vector<ActionManagerCommand>& commands, ServiceList* service_list) {
66 TestInit(tf.path, test_function_map, commands, service_list);
81 std::vector<ActionManagerCommand> commands{trigger_boot};
84 TestInitText(init_script, test_function_map, commands, &service_list);
110 std::vector<ActionManagerCommand> commands{trigger_boot};
113 TestInitText(init_script, test_function_map, commands, &service_list);
191 std::vector<ActionManagerCommand> commands{trigger_boot};
195 TestInit(start.path, test_function_map, commands, &service_list)
    [all...]
  /external/python/cpython2/Lib/test/
test_pdb.py 18 def run_pdb(self, script, commands):
19 """Run 'script' lines with pdb and the pdb 'commands'."""
30 stdout, stderr = proc.communicate(commands)
51 commands = """
67 stdout, stderr = self.run_pdb(script, commands)
75 commands = ''
77 stdout, stderr = self.run_pdb(script, commands)
130 """Test basic commands related to breakpoints.
147 Now test the breakpoint commands. NORMALIZE_WHITESPACE is needed because
164 ... 'commands 2'
    [all...]
  /external/brotli/c/enc/
brotli_bit_stream.h 55 const Command* commands,
71 const Command *commands,
86 const Command *commands,
  /external/lisa/libs/utils/
target_script.py 28 be swapped with an instance of this TargetScript class, and the commands
31 :param env: Reference TestEnv instance. Will be used for some commands
46 self.commands = []
65 self.commands.append(cmd)
67 # Some commands may require some info about the real target.
88 :param actions: List of actions(commands) to run
92 actions = ['set -e'] + self.commands + ['set +e']
  /external/skqp/tools/flags/
SkCommonFlagsConfig.cpp 329 SkTArray<SkString> commands; local
330 SkStrSplit(value.c_str(), "_", &commands);
331 if (commands.count() < 1 || commands.count() > 2) {
335 const bool linearGamma = commands[0].equals("f16");
341 if (commands.count() == 2) {
342 if (commands[1].equals("srgb")) {
344 } else if (commands[1].equals("wide")) {
354 } else if (commands[1].equals("narrow")) {
372 if (commands[0].equals("f16"))
    [all...]
  /external/vogar/src/vogar/
LocalTarget.java 24 import vogar.commands.Command;
25 import vogar.commands.Mkdir;
26 import vogar.commands.Rm;

Completed in 1553 milliseconds

1 2 3 4 56 7 8 91011>>