HomeSort by relevance Sort by last modified time
    Searched full:iresult (Results 1 - 17 of 17) sorted by null

  /external/wpa_supplicant_8/src/eap_common/
eap_fast_common.c 159 tlv->iresult = EAP_TLV_RESULT_FAILURE;
196 tlv->iresult = EAP_TLV_RESULT_FAILURE;
199 if (tlv->iresult) {
202 tlv->iresult = EAP_TLV_RESULT_FAILURE;
205 tlv->iresult = WPA_GET_BE16(pos);
206 if (tlv->iresult != EAP_TLV_RESULT_SUCCESS &&
207 tlv->iresult != EAP_TLV_RESULT_FAILURE) {
209 "Result %d", tlv->iresult);
210 tlv->iresult = EAP_TLV_RESULT_FAILURE;
213 tlv->iresult == EAP_TLV_RESULT_SUCCESS
    [all...]
eap_fast_common.h 85 int iresult; member in struct:eap_fast_tlv_parse
  /external/autotest/client/tests/kvm/deps/
finish.cpp 97 int iResult, iSendResult;
105 iResult = WSAStartup(MAKEWORD(2,2), &wsaData);
106 if (iResult != 0) {
133 iResult = shutdown(ClientSocket, SD_SEND);
134 if (iResult == SOCKET_ERROR) {
whql_submission_15.cs 326 foreach (IResult r in schedule.GetResults())
347 foreach (IResult r in schedule.GetResults())
  /external/llvm/test/CodeGen/AMDGPU/
sint_to_fp.f64.ll 30 ; SI: v_cndmask_b32_e64 [[IRESULT:v[0-9]]], 0, -1
31 ; SI-NEXT: v_cvt_f64_i32_e32 [[RESULT:v\[[0-9]+:[0-9]\]]], [[IRESULT]]
uint_to_fp.f64.ll 90 ; SI: v_cndmask_b32_e64 [[IRESULT:v[0-9]]], 0, 1
91 ; SI-NEXT: v_cvt_f64_u32_e32 [[RESULT:v\[[0-9]+:[0-9]\]]], [[IRESULT]]
  /external/parameter-framework/upstream/parameter/
SelectionCriterionType.cpp 100 int iResult = 0;
107 if (!getAtomicNumericalValue(astrValues[uiValueIndex], iResult)) {
111 iValue |= iResult;
  /external/autotest/frontend/tko/
rpc_interface_unittest_fixme.py 195 iteration=1, attribute='iresult', value=1)
199 iteration=2, attribute='iresult', value=3)
250 'perf': {'iresult': 1,
253 'perf': {'iresult': 3,
512 iteration_result_fields=['iresult', 'iresult2'])
516 iteration_result_fields=['iresult', 'iresult2'])
534 iteration_result_fields=['iresult'])
541 iteration_result_fields=['iresult'])
546 iteration_result_fields=['iresult'])
  /external/opencv3/samples/python2/
digits_adjust.py 93 ires = cloud.iresult(jids)
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 1199 if (tlv.iresult == EAP_TLV_RESULT_FAILURE) {
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 1796 int64_t iresult = 0; \/\/ integer return value local
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 2073 int64_t iresult = 0; \/\/ integer return value local
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 2064 int64_t iresult = 0; \/\/ integer return value local
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 1275 int iresult = 0; \/\/ integer return value local
    [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp     [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c     [all...]
  /external/v8/src/s390/
simulator-s390.cc 2021 int iresult = 0; \/\/ integer return value local
    [all...]

Completed in 561 milliseconds