HomeSort by relevance Sort by last modified time
    Searched defs:nextOption (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 34 @EXPORT_OK = qw(abortMsg getOptions nextOption);
168 # nextOption to return.
272 sub nextOption
301 return nextOption();
346 } # end nextOption
368 # nextOption yourself; getOptions doesn't support it:
375 while (($option, $value) = nextOption()) {
403 use Getopt::Mixed "nextOption";
405 while (($option, $value) = nextOption()) {
543 use Getopt::Mixed "nextOption";
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BaseCommand.java 89 public String nextOption() {
  /frameworks/base/cmds/ime/src/com/android/commands/ime/
Ime.java 92 while ((opt=nextOption()) != null) {
186 private String nextOption() {
  /frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
RequestSync.java 89 while ((opt=nextOption()) != null) {
158 private String nextOption() {
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 759 while ((opt = nextOption()) != null) {
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 259 while ((opt=nextOption()) != null) {
507 while ((opt=nextOption()) != null) {
526 String grp = nextOption();
779 while ((opt=nextOption()) != null) {
    [all...]

Completed in 320 milliseconds