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

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
ConfirmationCallbackTest.java 43 int dopt[] = { ConfirmationCallback.YES, field in class:ConfirmationCallbackTest
55 cc = new ConfirmationCallback(mt[i], ot[1], dopt[1]);
67 cc = new ConfirmationCallback(3, ot[1], dopt[1]);
71 cc = new ConfirmationCallback(mt[1], 3, dopt[1]);
88 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[0]);
91 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[1]);
94 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[2]);
98 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[3]);
111 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[1], dopt[0]);
114 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[1], dopt[1])
    [all...]
  /external/genext2fs/
genext2fs.c 2524 char * dopt[MAX_DOPT]; local
    [all...]

Completed in 5020 milliseconds