Home
last modified time | relevance | path

Searched refs:TRY_AGAIN (Results 1 – 9 of 9) sorted by relevance

/device/google/trout/hal/vehicle/2.0/
DWatchdogClient.cpp39 StatusCode status = StatusCode::TRY_AGAIN; in isClientHealthy()
41 while (status == StatusCode::TRY_AGAIN) { in isClientHealthy()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_query.c158 h_errno = TRY_AGAIN; in res_query()
173 h_errno = TRY_AGAIN; in res_query()
274 h_errno = TRY_AGAIN; in res_search()
285 case TRY_AGAIN: in res_search()
328 h_errno = TRY_AGAIN; in res_search()
Dgetnetbydns.c157 h_errno = TRY_AGAIN; in getnetanswer()
226 h_errno = TRY_AGAIN; in getnetanswer()
Dgetaddrinfo.c1395 case TRY_AGAIN: in _dns_getaddrinfo()
1736 h_errno = TRY_AGAIN; in res_queryN()
1762 h_errno = TRY_AGAIN; in res_queryN()
1861 h_errno = TRY_AGAIN; in res_searchN()
1872 case TRY_AGAIN: in res_searchN()
1916 h_errno = TRY_AGAIN; in res_searchN()
/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h191 #define TRY_AGAIN 2 /**< Non-Authoritive Host not found, or SERVERFAIL */ macro
/device/google/trout/hal/vehicle/2.0/proto/
DVehicleServer.proto27 TRY_AGAIN = 1; enumerator
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetaddrinfo.c564 case TRY_AGAIN:
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcImpl.c1698 TRY_AGAIN: in EfiPxeBcUdpRead()
1871 goto TRY_AGAIN; in EfiPxeBcUdpRead()
/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/
Dtypes.h3147 TRY_AGAIN = 1, enumerator
11106 …icle::V2_0::StatusCode::TRY_AGAIN) == static_cast<int32_t>(::android::hardware::automotive::vehicl…
11110 flipped |= ::android::hardware::automotive::vehicle::V2_0::StatusCode::TRY_AGAIN;
11150 if (o == ::android::hardware::automotive::vehicle::V2_0::StatusCode::TRY_AGAIN) { in toString()