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

  /bootable/recovery/edify/include/edify/
expr.h 51 CauseCode cause_code; member in struct:State
146 // ErrorAbort has an optional (but recommended) argument 'cause_code'. If the cause code
148 Value* ErrorAbort(State* state, CauseCode cause_code, const char* format, ...)
  /external/tcpdump/
print-pptp.c 161 uint16_t cause_code; member in struct:pptp_msg_ocrp
208 uint16_t cause_code; member in struct:pptp_msg_cdn
240 2 uint16_t cause_code;
312 const uint16_t *cause_code)
314 ND_PRINT((ndo, " CAUSE_CODE(%u)", EXTRACT_16BITS(cause_code)));
714 ND_TCHECK(ptr->cause_code);
715 pptp_cause_code_print(ndo, &ptr->cause_code);
840 ND_TCHECK(ptr->cause_code);
841 pptp_cause_code_print(ndo, &ptr->cause_code);
    [all...]
  /bootable/recovery/updater/
blockimg.cpp 2084 CauseCode cause_code = errno == EIO ? kEioFailure : kFileOpenFailure; local
2106 CauseCode cause_code = errno == EIO ? kEioFailure : kFreadFailure; local
2148 CauseCode cause_code = errno == EIO ? kEioFailure : kFileOpenFailure; local
2158 CauseCode cause_code = errno == EIO ? kEioFailure : kFreadFailure; local
    [all...]
  /device/generic/goldfish/ril/
ril.h 877 RIL_LastCallFailCause cause_code; member in struct:__anon1774
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril.h 902 RIL_LastCallFailCause cause_code; member in struct:__anon2871
    [all...]

Completed in 2592 milliseconds