Searched defs:reason (Results 201 - 225 of 499) sorted by relevance

1234567891011>>

/external/testng/src/main/java/org/testng/internal/
H A DUtils.java465 public static void logInvocation(String reason, Method thisMethod, Object[] parameters) { argument
479 log("", 2, "Invoking " + reason + methodName + '(' + paramString + ')');
/external/toolchain-utils/cros_utils/
H A Dbuildbot_json.py427 # Similar to cache(). The only reason to sort is to simplify testing.
702 'reason',
761 def reason(self): member in class:Build
762 return self.data.get('reason')
/external/v8/src/ast/
H A Dast-numbering.cc61 void DisableOptimization(BailoutReason reason) { argument
62 dont_optimize_reason_ = reason;
65 void DisableFullCodegenAndCrankshaft(BailoutReason reason) { argument
66 disable_crankshaft_reason_ = reason;
/external/v8/src/compiler/
H A Dinstruction-selector-impl.h354 DeoptimizeReason reason,
356 return FlagsContinuation(condition, kind, reason, frame_state);
383 DeoptimizeReason reason() const { function in class:v8::internal::compiler::final
457 DeoptimizeReason reason, Node* frame_state)
461 reason_(reason),
352 ForDeoptimize(FlagsCondition condition, DeoptimizeKind kind, DeoptimizeReason reason, Node* frame_state) argument
456 FlagsContinuation(FlagsCondition condition, DeoptimizeKind kind, DeoptimizeReason reason, Node* frame_state) argument
/external/v8/src/
H A Dcontexts.cc521 const char* reason) {
537 reason);
520 EvictFromOptimizedCodeMap(Code* optimized_code, const char* reason) argument
/external/v8/src/crankshaft/
H A Dlithium.cc496 void LChunkBuilderBase::Abort(BailoutReason reason) { argument
497 info()->AbortOptimization(reason);
502 void LChunkBuilderBase::Retry(BailoutReason reason) { argument
503 info()->RetryOptimization(reason);
/external/v8/src/ic/
H A Dic.h91 void set_slow_stub_reason(const char* reason) { slow_stub_reason_ = reason; } argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.c397 int reason; local
501 reason = (sta->timeout_next == STA_DISASSOC) ?
505 hostapd_drv_sta_disassoc(hapd, sta->addr, reason);
531 reason = (sta->timeout_next == STA_DISASSOC) ?
540 mlme_disassociate_indication(hapd, sta, reason);
763 u16 reason)
790 sta->disassoc_reason = reason;
812 u16 reason)
818 ap_sta_disassociate(hapd, sta, reason);
839 sta->deauth_reason = reason;
762 ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
811 ap_sta_deauthenticate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
1234 ap_sta_disconnect(struct hostapd_data *hapd, struct sta_info *sta, const u8 *addr, u16 reason) argument
[all...]
H A Dwpa_auth_glue.c156 u16 reason)
160 "STA " MACSTR " reason %d",
161 __func__, MAC2STR(addr), reason);
162 ap_sta_disconnect(hapd, NULL, addr, reason);
155 hostapd_wpa_auth_disconnect(void *ctx, const u8 *addr, u16 reason) argument
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls.h54 enum tls_fail_reason reason; member in struct:tls_event_data::__anon31305
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.c397 int reason; local
501 reason = (sta->timeout_next == STA_DISASSOC) ?
505 hostapd_drv_sta_disassoc(hapd, sta->addr, reason);
531 reason = (sta->timeout_next == STA_DISASSOC) ?
540 mlme_disassociate_indication(hapd, sta, reason);
763 u16 reason)
790 sta->disassoc_reason = reason;
812 u16 reason)
818 ap_sta_disassociate(hapd, sta, reason);
839 sta->deauth_reason = reason;
762 ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
811 ap_sta_deauthenticate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
1234 ap_sta_disconnect(struct hostapd_data *hapd, struct sta_info *sta, const u8 *addr, u16 reason) argument
[all...]
H A Dwpa_auth_glue.c156 u16 reason)
160 "STA " MACSTR " reason %d",
161 __func__, MAC2STR(addr), reason);
162 ap_sta_disconnect(hapd, NULL, addr, reason);
155 hostapd_wpa_auth_disconnect(void *ctx, const u8 *addr, u16 reason) argument
/external/wpa_supplicant_8/src/crypto/
H A Dtls.h54 enum tls_fail_reason reason; member in struct:tls_event_data::__anon31574
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
H A Dhidl.cpp265 MSG_DEBUG, "Notifying disconnect reason to hidl control: %d",
457 struct wpa_supplicant *wpa_s, const char *reason)
459 if (!wpa_s || !reason)
465 reason);
471 hidl_manager->notifyP2pGroupFormationFailure(wpa_s, reason);
456 wpas_hidl_notify_p2p_group_formation_failure( struct wpa_supplicant *wpa_s, const char *reason) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dibss_rsn.c339 static void ibss_rsn_disconnect(void *ctx, const u8 *addr, u16 reason) argument
342 wpa_drv_sta_deauth(ibss_rsn->wpa_s, addr, reason);
610 struct ibss_rsn_peer *peer, int reason)
618 peer->authentication_status |= reason;
609 ibss_rsn_peer_authenticated(struct ibss_rsn *ibss_rsn, struct ibss_rsn_peer *peer, int reason) argument
H A Dmesh_mpm.c29 const u8 *reason; /* Reason Code (conditional, 2 octets) */ member in struct:mesh_peer_mgmt_ie
96 /* close reason is always present at end for close */
100 mpm_ie->reason = ie + len - 2;
315 ie_len += 2; /* reason code */
422 u16 reason = 0; local
439 reason = WLAN_REASON_MESH_MAX_RETRIES;
444 if (!reason)
445 reason = WLAN_REASON_MESH_CONFIRM_TIMEOUT;
450 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_CLOSE, reason);
489 int reason local
867 mesh_mpm_fsm(struct wpa_supplicant *wpa_s, struct sta_info *sta, enum plink_event event, u16 reason) argument
1073 u16 reason = 0; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.c397 int reason; local
501 reason = (sta->timeout_next == STA_DISASSOC) ?
505 hostapd_drv_sta_disassoc(hapd, sta->addr, reason);
531 reason = (sta->timeout_next == STA_DISASSOC) ?
540 mlme_disassociate_indication(hapd, sta, reason);
763 u16 reason)
790 sta->disassoc_reason = reason;
812 u16 reason)
818 ap_sta_disassociate(hapd, sta, reason);
839 sta->deauth_reason = reason;
762 ap_sta_disassociate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
811 ap_sta_deauthenticate(struct hostapd_data *hapd, struct sta_info *sta, u16 reason) argument
1234 ap_sta_disconnect(struct hostapd_data *hapd, struct sta_info *sta, const u8 *addr, u16 reason) argument
[all...]
H A Dwpa_auth_glue.c156 u16 reason)
160 "STA " MACSTR " reason %d",
161 __func__, MAC2STR(addr), reason);
162 ap_sta_disconnect(hapd, NULL, addr, reason);
155 hostapd_wpa_auth_disconnect(void *ctx, const u8 *addr, u16 reason) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls.h54 enum tls_fail_reason reason; member in struct:tls_event_data::__anon31855
/external/autotest/frontend/tko/
H A Dmodels.py209 reason = dbmodels.CharField(blank=True, max_length=3072) variable in class:Test
690 'reason',
705 reason = dbmodels.CharField(blank=True, max_length=3072) variable in class:TestView
/external/boringssl/src/crypto/err/
H A Derr.c135 // packed contains the error library and reason, as packed by ERR_PACK.
393 unsigned lib, reason; local
400 reason = ERR_GET_REASON(packed_error);
411 BIO_snprintf(reason_buf, sizeof(reason_buf), "reason(%u)", reason);
477 // The |key| is a reason code, depending on the context.
547 const uint32_t reason = ERR_GET_REASON(packed_error); local
550 if (reason < 127) {
551 return strerror(reason);
556 if (reason < ERR_NUM_LIB
634 ERR_put_error(int library, int unused, int reason, const char *file, unsigned line) argument
[all...]
/external/curl/lib/vtls/
H A Dgtls.c1088 gnutls_x509_crl_reason_t reason; local
1113 &status, NULL, NULL, NULL, &reason);
1122 switch(reason) {
1125 crl_reason = "unspecified reason";
/external/deqp/external/openglcts/modules/gles31/
H A Des31cVertexAttribBindingTests.cpp81 std::ostringstream reason; local
82 reason << "Required " << required << " VS storage blocks but only " << blocksVS << " available."
86 OutputNotSupported(reason.str());
/external/deqp/modules/glshared/
H A DglsFboUtil.cpp616 const std::string reason = "Format " + de::toString(it->second->internalFormat) + " is not a valid format for a renderbuffer"; local
617 cctx->addGLError(GL_INVALID_ENUM, reason.c_str());
622 const std::string reason = "Internal format " + de::toString(it->second->internalFormat) + " does not exist"; local
623 cctx->addGLError(GL_INVALID_ENUM, reason.c_str());
/external/dhcpcd-6.8.2/
H A Ddhcp6.h202 const char *reason; member in struct:dhcp6_state
213 D6_CSTATE((ifp))->reason && dhcp6_dadcompleted((ifp)))

Completed in 669 milliseconds

1234567891011>>