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

1 2 3 4 5 6 78 91011>>

  /packages/services/Car/obd2-lib/src/com/android/car/obd2/commands/
FuelTankLevel.java 17 package com.android.car.obd2.commands;
RPM.java 17 package com.android.car.obd2.commands;
Speed.java 17 package com.android.car.obd2.commands;
ThrottlePosition.java 17 package com.android.car.obd2.commands;
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist.py 58 # The following commands do not take a format option from bdist
122 # Figure out which sub-commands we need to run.
123 commands = []
126 commands.append(self.format_command[format][0])
132 cmd_name = commands[i]
144 if cmd_name in commands[i+1:]:
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist.py 58 # The following commands do not take a format option from bdist
122 # Figure out which sub-commands we need to run.
123 commands = []
126 commands.append(self.format_command[format][0])
132 cmd_name = commands[i]
144 if cmd_name in commands[i+1:]:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 58 # The following commands do not take a format option from bdist
122 # Figure out which sub-commands we need to run.
123 commands = []
126 commands.append(self.format_command[format][0])
132 cmd_name = commands[i]
144 if cmd_name in commands[i+1:]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 58 # The following commands do not take a format option from bdist
122 # Figure out which sub-commands we need to run.
123 commands = []
126 commands.append(self.format_command[format][0])
132 cmd_name = commands[i]
144 if cmd_name in commands[i+1:]:
  /system/netd/server/
IptablesBaseTest.cpp 75 const std::string& commands,
77 sRestoreCmds.push_back({ target, commands });
87 int IptablesBaseTest::fakeExecIptablesRestore(IptablesTarget target, const std::string& commands) {
88 return fakeExecIptablesRestoreWithOutput(target, commands, nullptr);
  /tools/appbundle/bundletool/java/com/android/tools/appbundle/bundletool/utils/
FlagParser.java 37 * <li>commands: cannot start with "-".
44 private List<String> commands = new ArrayList<>(); field in class:FlagParser
53 this.commands.clear();
57 commands.add(argsToProcess.get(0));
132 * Returns the list of commands that were parsed.
134 * @return the immutable list of commands.
137 return Collections.unmodifiableList(commands);
  /tools/tradefederation/core/src/com/android/tradefed/command/
Verify.java 39 @Option(name = "show-commands", description = "Whether to print all generated commands")
113 List<CommandFileParser.CommandLine> commands = parser.parseFile(cmdFile); local
115 System.out.format("Successfully parsed %d commands from cmdfile %s\n",
116 commands.size(), cmdFile);
120 int digits = (int) Math.ceil(Math.log10(commands.size()));
124 for (CommandFileParser.CommandLine cmd : commands) {
  /external/ltp/testcases/network/nfsv4/acl/
random_gen.py 1 import commands
33 u = commands.getoutput('/usr/sbin/useradd '+ opts)
40 u = commands.getoutput('touch ' + path + '/'+ fName)
44 u = commands.getoutput('/usr/sbin/groupadd -g' + gid + " " + grpname)
64 u = commands.getoutput('/usr/sbin/userdel -r '+ name)
70 u = commands.getoutput('/usr/sbin/groupdel '+ name[0])
89 u = commands.getoutput('ls ' + path)
214 u = commands.getoutput('setfacl -m u:' + user + ':' + mode + " " + path + "/" + file)
218 u = commands.getoutput('setfacl -m g:' + group + ':' + mode + " " + path + "/" + file)
222 u = commands.getoutput('setfacl -x u:' + user + " " + path + "/" + file
    [all...]
  /system/tpm/trunks/generator/
generator_test.py 235 commands = parser.Parse()
236 self.assertIsNotNone(commands)
243 commands = parser.Parse()
244 self.assertEqual(len(commands), 1)
245 self.assertEqual(commands[0].name, 'TPM2_Test')
246 self.assertEqual(commands[0].command_code, 'TPM_CC_Test')
248 self.assertEqual(len(commands[0].request_args), 1)
249 self.assertEqual(commands[0].request_args[0]['type'], 'UINT16')
250 self.assertEqual(commands[0].request_args[0]['name'], 'input')
251 self.assertIsNotNone(commands[0].response_args
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 175 = commands
176 {->commands.command}
179 commands {->command}
236 commands
242 commands.command)}
245 commands
251 commands.command)}
254 commands
261 commands.command)}
264 commands
    [all...]
  /external/autotest/server/site_tests/cheets_GTS/
cheets_GTS.py 52 def _run_tradefed(self, commands):
55 @param commands: the command(s) to pass to GTS.
61 for command in commands:
  /external/deqp/scripts/opengl/
gen_wrapper.py 41 defines = imap(commandAliasDefinition, iface.commands)
42 prototypes = imap(commandWrapperDeclaration, iface.commands)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 8 (* commands *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 8 (* commands *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 8 (* commands *)
  /external/python/cpython2/Demo/turtle/
tdemo_lindenmayer_indian.py 38 def draw( commands, rules ):
39 for b in commands:
  /external/python/cpython3/Lib/turtledemo/
lindenmayer.py 38 def draw( commands, rules ):
39 for b in commands:
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 8 (* commands *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 8 (* commands *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 8 (* commands *)
  /external/toolchain-utils/automation/clients/helper/
crosstool.py 17 self.commands = CommandsFactory()
20 command = self.commands.CheckoutCrosstool()
25 new_job, os.path.join(self.commands.buildit_path, target), 'manifests')
29 command = self.commands.BuildRelease(target)
33 self.commands.buildit_work_dir_path)
37 command = self.commands.RunTests(target, board, component)
43 new_job, self.commands.dejagnu_output_path, board)
47 command = self.commands.GenerateReport(boards)

Completed in 392 milliseconds

1 2 3 4 5 6 78 91011>>