| /prebuilts/tools/common/eclipse/ |
| org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar | |
| /bootable/recovery/updater/ |
| blockimg.cpp | 1890 const Command commands[] = { local 1908 const Command commands[] = { local [all...] |
| /external/annotation-tools/scene-lib/ |
| ant-contrib.jar | |
| /external/autotest/server/cros/ |
| tradefed_test.py | 181 This function is strictly for internal use only, as commands do not run 717 def _run_precondition_scripts(self, host, commands, steps): 718 for command in commands: 725 def _run_and_parse_tradefed(self, commands): 728 Assumes that only last entry of |commands| actually runs tests and has 730 commands for this purpose. 732 @param commands: List of lists of command tokens. 737 output = self._run_tradefed(commands) [all...] |
| /external/syslinux/com32/hdt/ |
| hdt-cli.c | 257 * Only commands can be aliased (first token). Otherwise it can become really hairy... 442 * autocomplete_command - print matching commands 445 * Given a string @command, print all availables commands starting with 446 * @command. Commands are found within the list of commands for the current 454 /* First take care of the two special commands: 'show' and 'set' */ 478 * (single token commands for the current_mode) 534 * starting with @module for command @command. Commands are found within the 535 * list of commands for the current mode and the hdt mode (if the current mode 643 * commands in the current mode to see if there is a match 762 char *commands[MAX_NB_AUTO_COMMANDS]; local [all...] |
| /frameworks/support/media/src/main/java/androidx/media/ |
| MediaSession2.java | 72 * When a session receive transport control commands, the session sends the commands directly to 293 * @param controller controller to change allowed commands 294 * @param commands new allowed commands 297 @NonNull SessionCommandGroup2 commands) { 298 mImpl.setAllowedCommands(controller, commands); 777 * Callback to be called for all incoming commands from {@link MediaController2}s. 779 * If it's not set, the session will accept all controllers and all incoming commands by 784 * Called when a controller is created for this session. Return allowed commands fo 797 SessionCommandGroup2 commands = new SessionCommandGroup2(); local [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
| cmd.py | 30 # 'sub_commands' formalizes the notion of a "family" of commands,
31 # eg. "install" as the parent with sub-commands "install_lib",
32 # "install_headers", etc. The parent of a family of commands
68 # commands fall back on the Distribution's behaviour. None means
80 # Some commands define a 'self.force' option to ignore file
82 # 'self.force' exists for all commands. So define it here
128 commands, by the setup script, by config files, or by the
141 assignments from the command-line or from other commands have been
170 'initialize_options()', customized by other commands, the setup
272 # -- Convenience methods for commands ------------------------------ [all...] |
| /external/autotest/client/common_lib/cros/ |
| cr50_utils.py | 24 # strings. There are two usb_updater commands that will return versions: 206 client: the object to run commands on 222 client: the object to run commands on 253 client: the object to run commands on 313 client: the object to run commands on 339 client: the object to run commands on 364 client: the object to run commands on 394 client: the object to run commands on 437 client: the object to run commands on 580 client: the object to run commands o [all...] |
| /external/e2fsprogs/lib/ext2fs/ |
| tdbtool.c | 51 enum commands { enum 75 enum commands cmd; 426 enum commands mycmd = CMD_HELP; 525 * unhandled commands. cases included here to avoid compiler
|
| /external/iw/ |
| util.c | 149 static const char *commands[NL80211_CMD_MAX + 1] = { variable 269 if (cmd <= NL80211_CMD_MAX && commands[cmd]) 270 return commands[cmd];
|
| /external/llvm/utils/lit/lit/ |
| ShUtil.py | 226 commands = [self.parse_command()] 229 commands.append(self.parse_command()) 230 return Pipeline(commands, negate, self.pipefail)
|
| /external/python/cpython2/Lib/distutils/ |
| cmd.py | 30 # 'sub_commands' formalizes the notion of a "family" of commands, 31 # eg. "install" as the parent with sub-commands "install_lib", 32 # "install_headers", etc. The parent of a family of commands 68 # commands fall back on the Distribution's behaviour. None means 80 # Some commands define a 'self.force' option to ignore file 82 # 'self.force' exists for all commands. So define it here 128 commands, by the setup script, by config files, or by the 141 assignments from the command-line or from other commands have been 170 'initialize_options()', customized by other commands, the setup 272 # -- Convenience methods for commands ----------------------------- [all...] |
| /external/python/cpython3/Lib/distutils/ |
| cmd.py | 28 # 'sub_commands' formalizes the notion of a "family" of commands, 29 # eg. "install" as the parent with sub-commands "install_lib", 30 # "install_headers", etc. The parent of a family of commands 66 # commands fall back on the Distribution's behaviour. None means 78 # Some commands define a 'self.force' option to ignore file 80 # 'self.force' exists for all commands. So define it here 126 commands, by the setup script, by config files, or by the 139 assignments from the command-line or from other commands have been 168 'initialize_options()', customized by other commands, the setup 263 # -- Convenience methods for commands ----------------------------- [all...] |
| /external/swiftshader/third_party/LLVM/utils/lit/lit/ |
| ShUtil.py | 226 commands = [self.parse_command()] 229 commands.append(self.parse_command()) 230 return Pipeline(commands, negate)
|
| /frameworks/av/packages/MediaComponents/src/com/android/media/ |
| MediaController2Stub.java | 306 SessionCommandGroup2 commands = SessionCommandGroup2.fromBundle(commandsBundle); local 307 if (commands == null) { 308 Log.w(TAG, "onAllowedCommandsChanged(): Ignoring null commands"); 311 controller.onAllowedCommandsChanged(commands);
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| OtaDexoptService.java | 86 // Number of dexopt commands. This may be different from the count of packages. 184 // Approximate the progress by the amount of already completed commands. 212 + (mDexoptCommands.size() + 1) + " commands left."); 245 * Generate all dexopt commands for the given package. 250 final List<String> commands = new ArrayList<String>(); local 291 commands.add(builder.toString()); 295 * Encode a parameter as necessary for the commands string. 332 return commands;
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
| cmd.py | 30 # 'sub_commands' formalizes the notion of a "family" of commands, 31 # eg. "install" as the parent with sub-commands "install_lib", 32 # "install_headers", etc. The parent of a family of commands 68 # commands fall back on the Distribution's behaviour. None means 80 # Some commands define a 'self.force' option to ignore file 82 # 'self.force' exists for all commands. So define it here 128 commands, by the setup script, by config files, or by the 141 assignments from the command-line or from other commands have been 170 'initialize_options()', customized by other commands, the setup 272 # -- Convenience methods for commands ----------------------------- [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
| cmd.py | 30 # 'sub_commands' formalizes the notion of a "family" of commands, 31 # eg. "install" as the parent with sub-commands "install_lib", 32 # "install_headers", etc. The parent of a family of commands 68 # commands fall back on the Distribution's behaviour. None means 80 # Some commands define a 'self.force' option to ignore file 82 # 'self.force' exists for all commands. So define it here 128 commands, by the setup script, by config files, or by the 141 assignments from the command-line or from other commands have been 170 'initialize_options()', customized by other commands, the setup 272 # -- Convenience methods for commands ----------------------------- [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
| cmd.py | 30 # 'sub_commands' formalizes the notion of a "family" of commands, 31 # eg. "install" as the parent with sub-commands "install_lib", 32 # "install_headers", etc. The parent of a family of commands 68 # commands fall back on the Distribution's behaviour. None means 80 # Some commands define a 'self.force' option to ignore file 82 # 'self.force' exists for all commands. So define it here 128 commands, by the setup script, by config files, or by the 141 assignments from the command-line or from other commands have been 170 'initialize_options()', customized by other commands, the setup 272 # -- Convenience methods for commands ----------------------------- [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
| cmd.py | 30 # 'sub_commands' formalizes the notion of a "family" of commands, 31 # eg. "install" as the parent with sub-commands "install_lib", 32 # "install_headers", etc. The parent of a family of commands 68 # commands fall back on the Distribution's behaviour. None means 80 # Some commands define a 'self.force' option to ignore file 82 # 'self.force' exists for all commands. So define it here 128 commands, by the setup script, by config files, or by the 141 assignments from the command-line or from other commands have been 170 'initialize_options()', customized by other commands, the setup 272 # -- Convenience methods for commands ----------------------------- [all...] |
| /toolchain/binutils/binutils-2.27/binutils/ |
| nlmheader.y | 23 This bison file parses the commands recognized by the NetWare NLM 140 /* The entire file is just a list of commands. */ 143 commands 146 /* A possibly empty list of commands. */ 148 commands: label 150 | command commands
|
| /tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
| SdkAvdPreparer.java | 485 // send it a few adb commands to ensure the communication channel is stable 539 private void setCommandList(List<String> commands, String option, String value) { 541 commands.add(option); 542 commands.add(value);
|
| /development/cmds/monkey/src/com/android/commands/monkey/ |
| MonkeyGetAppFrameRateEvent.java | 17 package com.android.commands.monkey;
|
| MonkeyGetFrameRateEvent.java | 17 package com.android.commands.monkey;
|
| MonkeyMotionEvent.java | 17 package com.android.commands.monkey;
|