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

  /device/generic/goldfish/dhcp/common/
message.h 113 uint8_t* opts = nextOption();
125 uint8_t* nextOption();
message.cpp 269 uint8_t* opts = nextOption();
280 uint8_t* opts = nextOption();
307 uint8_t* Message::nextOption() {
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 155 while ((opt=nextOption()) != null) {
  /frameworks/base/cmds/dpm/src/com/android/commands/dpm/
Dpm.java 166 while ((opt = nextOption()) != null) {
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 801 while ((opt = nextOption()) != null) {
    [all...]

Completed in 92 milliseconds