Searched refs:reason (Results 151 - 175 of 527) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.h68 const char *reason);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.h117 int *reason, int disable_time_checks);
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.h117 int *reason, int disable_time_checks);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.h117 int *reason, int disable_time_checks);
/external/jetty/src/java/org/eclipse/jetty/client/webdav/
H A DWebdavListener.java69 public void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException argument
74 super.onResponseStatus(version, status, reason);
108 super.onResponseStatus(version, status, reason);
/external/libnfc-nci/src/nfc/include/
H A Dllcp_api.h35 #define LLCP_STATUS_FAIL 1 /* Failed without specific reason */
90 typedef void (tLLCP_LINK_CBACK) (UINT8 event, UINT8 reason);
151 UINT8 reason; /* Reason of DM PDU if not timeout */ member in struct:__anon8731
475 ** reason : LLCP_SAP_DM_REASON_APP_REJECTED
487 UINT8 reason);
/external/libvncserver/libvncserver/
H A Dauth.c33 void rfbClientSendString(rfbClientPtr cl, const char *reason);
237 * if count is 0, we need to send the reason and close the connection.
240 /* This means total count is Zero and so reason msg should be sent */
242 char* reason = "No authentication mode is registered!"; local
244 rfbClientSendString(cl, reason);
387 /* support RFB 3.8 clients, they expect a reason *why* it was disconnected */
/external/lldb/test/unittest2/
H A Drunner.py91 def addSkip(self, test, reason):
92 super(TextTestResult, self).addSkip(test, reason)
93 self.newTestResult(test,"s","skipped %r" % (reason,))
H A Dcase.py59 def skip(reason):
67 raise SkipTest(reason)
71 test_item.__unittest_skip_why__ = reason
75 def skipIf(condition, reason):
80 return skip(reason)
83 def skipUnless(condition, reason):
88 return skip(reason)
315 def _addSkip(self, result, reason):
318 addSkip(self, reason)
426 def skipTest(self, reason)
[all...]
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/
H A DWebSocketCallTest.java209 @Override public void onClose(int code, String reason) {
210 listener.onClose(code, reason);
243 @Override public void onClose(int code, String reason) { argument
/external/vboot_reference/firmware/2lib/
H A D2misc.c66 void vb2_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode) argument
104 * Set a recovery reason and subcode only if they're not already set.
108 VB2_DEBUG("Need recovery, reason: %#x / %#x\n", reason, subcode);
110 vb2_nv_set(ctx, VB2_NV_RECOVERY_REQUEST, reason);
126 * store a recovery reason.
158 * the original reason for going into recovery mode.
162 /* If forcing recovery, override recovery reason */
168 /* If recovery reason is non-zero, tell caller we need recovery mode */
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.c351 int reason; local
455 reason = (sta->timeout_next == STA_DISASSOC) ?
459 hostapd_drv_sta_disassoc(hapd, sta->addr, reason);
485 reason = (sta->timeout_next == STA_DISASSOC) ?
494 mlme_disassociate_indication(hapd, sta, reason);
699 u16 reason)
718 sta->disassoc_reason = reason;
738 u16 reason)
757 sta->deauth_reason = reason;
1067 const u8 *addr, u16 reason)
698 ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
737 ap_sta_deauthenticate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
1066 ap_sta_disconnect(struct hostapd_data *hapd, struct sta_info *sta, const u8 *addr, u16 reason) argument
[all...]
H A Dsta_info.h212 u16 reason);
214 u16 reason);
224 const u8 *addr, u16 reason);
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c351 int reason; local
455 reason = (sta->timeout_next == STA_DISASSOC) ?
459 hostapd_drv_sta_disassoc(hapd, sta->addr, reason);
485 reason = (sta->timeout_next == STA_DISASSOC) ?
494 mlme_disassociate_indication(hapd, sta, reason);
699 u16 reason)
718 sta->disassoc_reason = reason;
738 u16 reason)
757 sta->deauth_reason = reason;
1067 const u8 *addr, u16 reason)
698 ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
737 ap_sta_deauthenticate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
1066 ap_sta_disconnect(struct hostapd_data *hapd, struct sta_info *sta, const u8 *addr, u16 reason) argument
[all...]
H A Dsta_info.h212 u16 reason);
214 u16 reason);
224 const u8 *addr, u16 reason);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.c351 int reason; local
455 reason = (sta->timeout_next == STA_DISASSOC) ?
459 hostapd_drv_sta_disassoc(hapd, sta->addr, reason);
485 reason = (sta->timeout_next == STA_DISASSOC) ?
494 mlme_disassociate_indication(hapd, sta, reason);
699 u16 reason)
718 sta->disassoc_reason = reason;
738 u16 reason)
757 sta->deauth_reason = reason;
1067 const u8 *addr, u16 reason)
698 ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
737 ap_sta_deauthenticate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
1066 ap_sta_disconnect(struct hostapd_data *hapd, struct sta_info *sta, const u8 *addr, u16 reason) argument
[all...]
H A Dsta_info.h212 u16 reason);
214 u16 reason);
224 const u8 *addr, u16 reason);
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py37 name, reason = self.args
39 (self.__class__.__name__, name, reason))
42 def broken(reason, *exceptions):
52 raise BrokenTest(test_method.__name__, reason)
55 replacement.todo = reason
/external/jetty/src/java/org/eclipse/jetty/client/
H A DAbstractHttpConnection.java269 public void startResponse(Buffer version, int status, Buffer reason) throws IOException argument
296 exchange.getEventListener().onResponseStatus(version,status,reason);
394 String reason = _endp.isOpen()?(_endp.isInputShutdown()?"half closed: ":"local close: "):"closed: ";
396 exchange.getEventListener().onException(new EofException(reason+exch));
514 public void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException argument
/external/skia/src/core/
H A DSkPicture.cpp211 bool SkPicture::Analysis::suitableForGpuRasterization(const char** reason, argument
218 if (!ret && reason) {
219 *reason = "Too many slow paths (either concave or dashed).";
447 bool SkPicture::suitableForGpuRasterization(GrContext*, const char **reason) const {
448 return this->analysis().suitableForGpuRasterization(reason, 0);
/external/lldb/test/
H A Dlldbutil.py263 # Get stopped threads due to each stop reason.
274 reason.
286 for (reason, list) in [(lldb.eStopReasonBreakpoint, breakpoint_threads),
293 if thread.GetStopReason() == reason or reason is None:
497 def get_stopped_threads(process, reason):
498 """Returns the thread(s) with the specified stop reason in a list.
504 if t.GetStopReason() == reason:
508 def get_stopped_thread(process, reason):
510 reason o
[all...]
/external/libpcap/
H A Dgrammar.y182 pfreason_to_num(const char *reason)
188 if (pcap_strcasecmp(reason, reasons[i]) == 0)
191 bpf_error("unknown PF reason");
221 pfreason_to_num(const char *reason)
305 %type <i> NUM action reason type subtype type_subtype dir
520 | PF_REASON reason { $$ = gen_pf_reason($2); }
597 reason: NUM { $$ = $1; } label
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMessageFactoryImpl.java609 String reason = SIPResponse.getReasonPhrase(statusCode);
610 if (reason == null)
612 statusLine.setReasonPhrase(reason);
665 String reason = SIPResponse.getReasonPhrase(statusCode);
666 if (reason == null)
668 statusLine.setReasonPhrase(reason);
/external/deqp/framework/platform/android/
H A DtcuTestLogParserJNI.cpp56 void terminateTestCase (const char* reason);
141 void TestLogListener::terminateTestCase (const char* reason) argument
143 jstring jReason = m_env->NewStringUTF(reason);
/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp109 UConverterCallbackReason reason,
111 if (reason <= UCNV_IRREGULAR) {
114 UCNV_FROM_U_CALLBACK_SUBSTITUTE(context, fromUArgs, codeUnits, length, codePoint, reason, pErrorCode);
104 fromUCallback(const void *context, UConverterFromUnicodeArgs *fromUArgs, const UChar *codeUnits, int32_t length, UChar32 codePoint, UConverterCallbackReason reason, UErrorCode *pErrorCode) argument

Completed in 847 milliseconds

1234567891011>>