Home
last modified time | relevance | path

Searched refs:code (Results 5901 - 5925 of 6719) sorted by relevance

1...<<231232233234235236237238239240>>...269

/third_party/python/Lib/
H A Dimaplib.py15 # Authentication code contributed by Donn Cave <donn@u.washington.edu> June 1998.
117 # code, even though it violates the RFC. Popular IMAP servers such as Gmail
380 def response(self, code):
381 """Return data for response 'code' if received, or None.
383 Old value for response 'code' is cleared.
385 (code, [data]) = <instance>.response(code)
387 return self._untagged_response(code, [None], code.upper())
437 # XXX: shouldn't this code b
[all...]
/third_party/spirv-tools/source/opt/
H A Doptimizer.cpp94 // the code will be invalid at the start:
115 // Wrap OpKill instructions so all other code can be inlined. in RegisterLegalizationPasses()
127 // incorrectly. All functions are inlined, and a lot of dead code has in RegisterLegalizationPasses()
148 // Copy propagate members. Cleans up code sequences generated by in RegisterLegalizationPasses()
155 // Get rid of unused code that contain traces of illegal code in RegisterLegalizationPasses()
344 } else if (pass_name == "eliminate-dead-code-aggressive") { in RegisterPassFromFlag()
404 } else if (pass_name == "loop-invariant-code-motion") { in RegisterPassFromFlag()
511 } else if (pass_name == "code-sink") { in RegisterPassFromFlag()
1201 result_binary->code in spvOptimizerRun()
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboUtil.cpp821 // only this error code listed in isErrorCodeRequired()
907 void ValidStatusCodes::addViolation (std::vector<RuleViolation>& dst, glw::GLenum code, const char* description) const in addViolation() argument
912 if (dst[ndx].errorCode == code) in addViolation()
923 violation.errorCode = code; in addViolation()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_sim_common.c980 struct eap_sim_msg * eap_sim_msg_init(int code, int id, int type, int subtype) in eap_sim_msg_init() argument
996 eap->code = code; in eap_sim_msg_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_fast.c1116 wpa_printf(MSG_DEBUG, "EAP-FAST: Received Phase 2: code=%d " in eap_fast_process_phase2_eap()
1117 "identifier=%d length=%lu", hdr->code, hdr->identifier, in eap_fast_process_phase2_eap()
1119 switch (hdr->code) { in eap_fast_process_phase2_eap()
1124 wpa_printf(MSG_INFO, "EAP-FAST: Unexpected code=%d in " in eap_fast_process_phase2_eap()
1125 "Phase 2 EAP header", hdr->code); in eap_fast_process_phase2_eap()
H A Deap_server_ttls.c197 wpa_printf(MSG_DEBUG, "EAP-TTLS: AVP: code=%d flags=0x%02x " in eap_ttls_avp_parse()
308 "mandatory AVP code %d vendor_id %d - " in eap_ttls_avp_parse()
313 "AVP code %d vendor_id %d", in eap_ttls_avp_parse()
981 wpa_printf(MSG_DEBUG, "EAP-TTLS/EAP: received Phase 2 EAP: code=%d " in eap_ttls_process_phase2_eap()
982 "identifier=%d length=%lu", hdr->code, hdr->identifier, in eap_ttls_process_phase2_eap()
991 switch (hdr->code) { in eap_ttls_process_phase2_eap()
997 wpa_printf(MSG_INFO, "EAP-TTLS/EAP: Unexpected code=%d in " in eap_ttls_process_phase2_eap()
998 "Phase 2 EAP header", hdr->code); in eap_ttls_process_phase2_eap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_sim_common.c990 struct eap_sim_msg * eap_sim_msg_init(int code, int id, int type, int subtype) in eap_sim_msg_init() argument
1006 eap->code = code; in eap_sim_msg_init()
1249 return 1; /* 'Xanonymous@realm' where X is an EAP method code */ in eap_sim_anonymous_username()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_fast.c1130 wpa_printf(MSG_DEBUG, "EAP-FAST: Received Phase 2: code=%d " in eap_fast_process_phase2_eap()
1131 "identifier=%d length=%lu", hdr->code, hdr->identifier, in eap_fast_process_phase2_eap()
1133 switch (hdr->code) { in eap_fast_process_phase2_eap()
1138 wpa_printf(MSG_INFO, "EAP-FAST: Unexpected code=%d in " in eap_fast_process_phase2_eap()
1139 "Phase 2 EAP header", hdr->code); in eap_fast_process_phase2_eap()
H A Deap_server_ttls.c197 wpa_printf(MSG_DEBUG, "EAP-TTLS: AVP: code=%d flags=0x%02x " in eap_ttls_avp_parse()
308 "mandatory AVP code %d vendor_id %d - " in eap_ttls_avp_parse()
313 "AVP code %d vendor_id %d", in eap_ttls_avp_parse()
989 wpa_printf(MSG_DEBUG, "EAP-TTLS/EAP: received Phase 2 EAP: code=%d " in eap_ttls_process_phase2_eap()
990 "identifier=%d length=%lu", hdr->code, hdr->identifier, in eap_ttls_process_phase2_eap()
999 switch (hdr->code) { in eap_ttls_process_phase2_eap()
1005 wpa_printf(MSG_INFO, "EAP-TTLS/EAP: Unexpected code=%d in " in eap_ttls_process_phase2_eap()
1006 "Phase 2 EAP header", hdr->code); in eap_ttls_process_phase2_eap()
/third_party/ffmpeg/libavcodec/
H A Dwavpackenc.c2115 uint32_t maxcode = high - low, code = sample - low; in wavpack_encode_sample() local
2119 if (code < extras) { in wavpack_encode_sample()
2120 w->pend_data |= code << w->pend_count; in wavpack_encode_sample()
2123 w->pend_data |= ((code + extras) >> 1) << w->pend_count; in wavpack_encode_sample()
2125 w->pend_data |= ((code + extras) & 1) << w->pend_count++; in wavpack_encode_sample()
2715 int32_t code = samples_l[i]; in wavpack_encode_block() local
2727 dpp->samplesA[0] = code; in wavpack_encode_block()
2730 dpp->samplesA[(m + dpp->value) & (MAX_TERM - 1)] = code; in wavpack_encode_block()
2733 code -= APPLY_WEIGHT(dpp->weightA, sam); in wavpack_encode_block()
2734 UPDATE_WEIGHT(dpp->weightA, dpp->delta, sam, code); in wavpack_encode_block()
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.c101 static int sink_input_process_msg(pa_msgobject *o, int code, void *userdata, int64_t offset, pa_memchunk *chunk);
102 static int source_output_process_msg(pa_msgobject *o, int code, void *userdata, int64_t offset, pa_memchunk *chunk);
199 static int record_stream_process_msg(pa_msgobject *o, int code, void*userdata, int64_t offset, pa_memchunk *chunk) { in record_stream_process_msg() argument
206 switch (code) { in record_stream_process_msg()
503 static int playback_stream_process_msg(pa_msgobject *o, int code, void*userdata, int64_t offset, pa_memchunk *chunk) { in playback_stream_process_msg() argument
510 switch (code) { in playback_stream_process_msg()
982 static int native_connection_process_msg(pa_msgobject *o, int code, void*userdata, int64_t offset, pa_memchunk *chunk) { in native_connection_process_msg() argument
989 switch (code) { in native_connection_process_msg()
1146 static int sink_input_process_msg(pa_msgobject *o, int code, void *userdata, int64_t offset, pa_memchunk *chunk) { in sink_input_process_msg() argument
1154 switch (code) { in sink_input_process_msg()
1549 source_output_process_msg(pa_msgobject *_o, int code, void *userdata, int64_t offset, pa_memchunk *chunk) source_output_process_msg() argument
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js1666 * Creates a Set with custom equality and hash code functionality. This is useful when you
1883 // |-#--|-Unicode--|-Char code-|-Desc-------------------------------------------------------------------|
1987 * Case-sensitive comparisons compare both strings one code-point at a time using the integer
1988 * value of each code-point after applying `toUpperCase` to each string. We always map both
2002 * Case-sensitive comparisons compare both strings one code-point at a time using the
2003 * integer value of each code-point.
2038 * Ordinal comparisons are based on the difference between the unicode code points of both
2042 * Case-insensitive comparisons compare both strings one code-point at a time using the integer
2043 * value of each code-point after applying `toUpperCase` to each string. We always map both
2062 * Ordinal comparisons are based on the difference between the unicode code point
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/domain/
H A Ddomain_unit_test.cpp511 uint32_t code = 0; in HWTEST_F() local
515 auto ret = domainRpcServiceStub->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/
H A Dinterprocess_unit_test.cpp519 uint32_t code = 100; in HWTEST_F() local
523 auto ret = interIpcStub->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_proxy.cpp55 TAG_LOGW(AAFwkTag::APPMGR, "SendRequest is failed, error code: %{public}d", ret); in ScheduleForegroundApplication()
75 TAG_LOGW(AAFwkTag::APPMGR, "SendRequest is wrong, error code: %{public}d", ret); in ScheduleBackgroundApplication()
94 TAG_LOGW(AAFwkTag::APPMGR, "SendRequest is unsuccessful, error code: %{public}d", ret); in ScheduleTerminateApplication()
110 TAG_LOGW(AAFwkTag::APPMGR, "SendRequest is failed, error code: %{public}d", ret); in ScheduleLowMemory()
134 TAG_LOGE(AAFwkTag::APPMGR, "SendRequest is failed, error code: %{public}d", ret); in ScheduleHeapMemory()
160 TAG_LOGE(AAFwkTag::APPMGR, "SendRequest is failed, error code: %{public}d", ret); in ScheduleJsHeapMemory()
182 TAG_LOGW(AAFwkTag::APPMGR, "SendRequest is failed, error code: %{public}d", ret); in ScheduleMemoryCommon()
222 TAG_LOGW(AAFwkTag::APPMGR, "SendRequest is failed, error code: %{public}d", ret); in ScheduleLaunchAbility()
247 TAG_LOGW(AAFwkTag::APPMGR, "SendRequest is failed, error code: %{public}d", ret); in ScheduleCleanAbility()
274 TAG_LOGW(AAFwkTag::APPMGR, "SendRequest is failed, error code in ScheduleLaunchApplication()
758 SendTransactCmd(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) SendTransactCmd() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_installer_proxy.cpp676 BundleInstallerInterfaceCode code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in SendInstallRequest()
684 int32_t ret = remote->SendRequest(static_cast<uint32_t>(code), data, reply, option); in SendInstallRequest()
686 LOG_E(BMS_TAG_INSTALLER, "fail to sendRequest, for transact is failed and error code is: %{public}d", ret); in SendInstallRequest()
675 SendInstallRequest( BundleInstallerInterfaceCode code, MessageParcel& data, MessageParcel& reply, MessageOption& option) SendInstallRequest() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_area_menu_test.cpp402 event.code = KeyCode::KEY_ESCAPE; in HWTEST_F()
421 event.code = KeyCode::KEY_ESCAPE; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_proxy_test/
H A Dbms_bundle_installer_proxy_test.cpp810 BundleInstallerInterfaceCode code = BundleInstallerInterfaceCode::INSTALL; in HWTEST_F() local
814 auto res = bundleInstallerProxy.SendInstallRequest(code, data, reply, option); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp176 static bool code = system::GetParameter("persist.rosen.drawoptrace.enabled", "0") != "0"; in GetDrawOpTraceEnabled() local
177 return code; in GetDrawOpTraceEnabled()
/foundation/multimedia/media_lite/services/player_lite/server/src/
H A Dplayer_server.cpp120 MEDIA_ERR_LOG("code not support: %d", funcId); in PlayerServerRequestHandle()
285 int32_t SurfaceRequestHandler(uint32_t code, IpcIo* data, IpcIo* reply, MessageOption option) in SurfaceRequestHandler() argument
289 liteSurface->DoIpcMsg(code, data, reply, option); in SurfaceRequestHandler()
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp72 void JsCommon::ThrowError(napi_env env, int32_t code) in ThrowError() argument
74 int32_t errorCode = std::abs(code); in ThrowError()
/foundation/multimodalinput/input/frameworks/napi/key_code/src/
H A Djs_key_code.cpp28 napi_value JsKeyCode::GetNapiInt32(napi_env env, int32_t code) in GetNapiInt32() argument
32 CHKRP(napi_create_int32(env, code, &keyCode), CREATE_INT32); in GetNapiInt32()
/foundation/communication/dsoftbus/tests/sdk/frame/fuzztest/softbusclientstub_fuzzer/
H A Dsoftbusclientstub_fuzzer.cpp476 static bool OnClientEventByReasonAndCode(const uint8_t *data, size_t size, int32_t reason, uint32_t code) in OnClientEventByReasonAndCode() argument
491 softBusClientStub->OnRemoteRequest(code, datas, reply, option); in OnClientEventByReasonAndCode()
643 /* Run your code on data */ in LLVMFuzzerTestOneInput()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dclatd_packet_converter.cpp413 ConvertIcmpTypeAndCode(icmpHeader->type, icmpHeader->code, icmp6Header.icmp6_type, icmp6Header.icmp6_code); in ConvertIcmpPacket()
488 NETNATIVE_LOGW("fail to convert icmp packet type %{public}d code %{public}d", icmpType, icmpCode); in ConvertIcmpTypeAndCode()
507 ConvertIcmpV6TypeAndCode(icmp6Header->icmp6_type, icmp6Header->icmp6_code, icmpHeader.type, icmpHeader.code); in ConvertIcmpv6Packet()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp579 if (insn[index].code != (BPF_LD | BPF_IMM | BPF_DW)) {
580 NETNATIVE_LOGE("Invalid relo for insn[%{public}u].code 0x%{public}x 0x%{public}x", index,
581 insn[index].code, (BPF_LD | BPF_IMM | BPF_DW));

Completed in 48 milliseconds

1...<<231232233234235236237238239240>>...269