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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
is_msvc_eti_arg.hpp 17 #include <boost/mpl/aux_/yes_no.hpp>
lambda_support.hpp 27 # include <boost/mpl/aux_/yes_no.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
sequence_tag.hpp 23 #include <boost/mpl/aux_/yes_no.hpp>
assert.hpp 20 #include <boost/mpl/aux_/yes_no.hpp>
bind.hpp 32 # include <boost/mpl/aux_/yes_no.hpp>
has_xxx.hpp 22 #include <boost/mpl/aux_/yes_no.hpp>
  /bootable/recovery/
recovery.cpp 838 static bool yes_no(Device* device, const char* question1, const char* question2) { function
848 if (should_confirm && !yes_no(device, "Wipe all user data?", " THIS CAN NOT BE UNDONE!")) {
871 if (should_confirm && !yes_no(device, "Wipe cache?", " THIS CAN NOT BE UNDONE!")) {
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 200 static const char * yes_no(int val) function
220 wpa_printf(MSG_DEBUG, "\tLatest Key Tx....: %s", yes_no(body->ltx));
221 wpa_printf(MSG_DEBUG, "\tLatest Key Rx....: %s", yes_no(body->lrx));
223 wpa_printf(MSG_DEBUG, "\tOld Key Tx....: %s", yes_no(body->otx));
224 wpa_printf(MSG_DEBUG, "\tOld Key Rx....: %s", yes_no(body->orx));
225 wpa_printf(MSG_DEBUG, "\tPlain Key Tx....: %s", yes_no(body->ptx));
226 wpa_printf(MSG_DEBUG, "\tPlain Key Rx....: %s", yes_no(body->prx));
228 yes_no(body->delay_protect));
    [all...]

Completed in 144 milliseconds