/third_party/python/Lib/ |
H A D | imaplib.py | 15 # 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 D | optimizer.cpp | 94 // 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 D | glsFboUtil.cpp | 821 // 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 D | eap_sim_common.c | 980 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 D | eap_server_fast.c | 1116 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 D | eap_server_ttls.c | 197 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 D | eap_sim_common.c | 990 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 D | eap_server_fast.c | 1130 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 D | eap_server_ttls.c | 197 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 D | wavpackenc.c | 2115 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 D | protocol-native.c | 101 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 D | typescript.js | 1666 * 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 D | domain_unit_test.cpp | 511 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 D | interprocess_unit_test.cpp | 519 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 D | app_scheduler_proxy.cpp | 55 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 D | bundle_installer_proxy.cpp | 676 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 D | text_area_menu_test.cpp | 402 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 D | bms_bundle_installer_proxy_test.cpp | 810 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 D | rs_system_properties.cpp | 176 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 D | player_server.cpp | 120 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 D | js_register_module.cpp | 72 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 D | js_key_code.cpp | 28 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 D | softbusclientstub_fuzzer.cpp | 476 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 D | clatd_packet_converter.cpp | 413 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 D | bpf_loader.cpp | 579 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));
|