Home
last modified time | relevance | path

Searched refs:reason (Results 1501 - 1525 of 1680) sorted by relevance

1...<<6162636465666768

/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djfdctfst-sse2.asm401 ; For some reason, the OS X linker does not honor the request to align the
H A Djidctflt-3dn.asm449 ; For some reason, the OS X linker does not honor the request to align the
H A Djidctfst-mmx.asm497 ; For some reason, the OS X linker does not honor the request to align the
H A Djidctfst-sse2.asm499 ; For some reason, the OS X linker does not honor the request to align the
H A Djidctint-avx2.asm451 ; For some reason, the OS X linker does not honor the request to align the
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djfdctfst-sse2.asm387 ; For some reason, the OS X linker does not honor the request to align the
H A Djidctflt-sse2.asm480 ; For some reason, the OS X linker does not honor the request to align the
H A Djidctfst-sse2.asm489 ; For some reason, the OS X linker does not honor the request to align the
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dx509.rs94 reason: c_int,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Dtncc.c187 TNC_RetryReason reason) in TNC_TNCC_RequestHandshakeRetry()
184 TNC_TNCC_RequestHandshakeRetry( TNC_IMCID imcID, TNC_ConnectionID connectionID, TNC_RetryReason reason) TNC_TNCC_RequestHandshakeRetry() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Dtncs.c226 TNC_RetryReason reason) in TNC_TNCS_RequestHandshakeRetry()
223 TNC_TNCS_RequestHandshakeRetry( TNC_IMVID imvID, TNC_ConnectionID connectionID, TNC_RetryReason reason) TNC_TNCS_RequestHandshakeRetry() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Dtncc.c187 TNC_RetryReason reason) in TNC_TNCC_RequestHandshakeRetry()
184 TNC_TNCC_RequestHandshakeRetry( TNC_IMCID imcID, TNC_ConnectionID connectionID, TNC_RetryReason reason) TNC_TNCC_RequestHandshakeRetry() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Dtncs.c226 TNC_RetryReason reason) in TNC_TNCS_RequestHandshakeRetry()
223 TNC_TNCS_RequestHandshakeRetry( TNC_IMVID imvID, TNC_ConnectionID connectionID, TNC_RetryReason reason) TNC_TNCS_RequestHandshakeRetry() argument
/third_party/python/Modules/
H A D_ssl.c72 int library, reason; member
451 int lib, reason; in fill_and_set_sslerror() local
454 reason = ERR_GET_REASON(errcode); in fill_and_set_sslerror()
455 key = Py_BuildValue("ii", lib, reason); in fill_and_set_sslerror()
6112 key = Py_BuildValue("ii", errcode->library, errcode->reason); in sslmodule_init_errorcodes()
6255 state->str_reason = PyUnicode_InternFromString("reason"); in sslmodule_init_strings()
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp466 int32_t HRilManager::GetCallTransferInfo(int32_t slotId, int32_t serialId, int32_t reason) in GetCallTransferInfo() argument
468 return TaskSchedule(MODULE_HRIL_CALL, hrilCall_[slotId], &HRilCall::GetCallTransferInfo, serialId, reason); in GetCallTransferInfo()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_callback1_test.cpp518 ASSERT_TRUE(failData.WriteInt32(static_cast<int32_t>(details.reason))); in HWTEST_F()
1108 ASSERT_TRUE(failData.WriteInt32(static_cast<int32_t>(details.reason))); in HWTEST_F()
/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_cec.c1057 static void HdmiCecEncodingFeatureAbortMsg(struct HdmiCecMsg *msg, uint8_t opcode, uint8_t reason) in HdmiCecEncodingFeatureAbortMsg() argument
1062 msg->data[HDMI_CEC_MSG_DATA_THIRD_ELEMENT] = reason; in HdmiCecEncodingFeatureAbortMsg()
/third_party/libcoap/examples/
H A Dcoap-client.c347 const coap_nack_reason_t reason, in nack_handler()
357 switch (reason) { in nack_handler()
345 nack_handler(coap_session_t *session COAP_UNUSED, const coap_pdu_t *sent, const coap_nack_reason_t reason, const coap_mid_t mid COAP_UNUSED) nack_handler() argument
/third_party/node/src/crypto/
H A Dcrypto_common.cc254 const char* reason = X509_verify_cert_error_string(err); in GetValidationErrorReason() local
255 return OneByteString(env->isolate(), reason); in GetValidationErrorReason()
/third_party/nghttp2/src/
H A Dshrpx_http2_upstream.cc1928 void Http2Upstream::pause_read(IOCtrlReason reason) {} in pause_read() argument
1930 int Http2Upstream::resume_read(IOCtrlReason reason, Downstream *downstream, in resume_read() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp482 UConverterCallbackReason reason, in getUnicodeSetCallback()
484 if(reason<=UCNV_IRREGULAR) { in getUnicodeSetCallback()
477 getUnicodeSetCallback(const void *context, UConverterFromUnicodeArgs * , const UChar* , int32_t , UChar32 codePoint, UConverterCallbackReason reason, UErrorCode *pErrorCode) getUnicodeSetCallback() argument
/third_party/lwip/src/netif/ppp/
H A Dlcp.c422 void lcp_close(ppp_pcb *pcb, const char *reason) { in lcp_close() argument
439 fsm_close(f, reason); in lcp_close()
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc162 DeoptimizeReason deoptimization_reason = exit->reason(); in AssembleDeoptimizerCall()
1133 pc_offset, entry.kind(), entry.reason(), in BuildTranslation()
/third_party/node/deps/v8/src/compiler/
H A Drepresentation-change.cc777 // this truncation must not happen. For this reason we restrict this in GetFloat64RepresentationFor()
816 Node* node, DeoptimizeReason reason, const FeedbackSource& feedback) { in InsertUnconditionalDeopt()
820 jsgraph()->graph()->NewNode(simplified()->CheckIf(reason, feedback), in InsertUnconditionalDeopt()
815 InsertUnconditionalDeopt( Node* node, DeoptimizeReason reason, const FeedbackSource& feedback) InsertUnconditionalDeopt() argument
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h137 void Assert(Condition cc, AbortReason reason, Register rs, Operand rt);
140 void Check(Condition cc, AbortReason reason, Register rs, Operand rt);

Completed in 78 milliseconds

1...<<6162636465666768