Home
last modified time | relevance | path

Searched refs:status (Results 9001 - 9025 of 9637) sorted by relevance

1...<<361362363364365366367368369370>>...386

/third_party/python/Lib/
H A Doptparse.py19 help="don't print status messages to stdout")
1556 def exit(self, status=0, msg=None):
1559 sys.exit(status)
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp4742 const auto status = pass->Run(context.get());
4743 EXPECT_EQ(status, Pass::Status::SuccessWithChange);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp4742 const auto status = pass->Run(context.get());
4743 EXPECT_EQ(status, Pass::Status::SuccessWithChange);
/third_party/python/Lib/test/
H A Dtest_optparse.py41 def exit(self, status=0, msg=None):
42 raise InterceptedError(exit_status=status, exit_message=msg)
/third_party/python/Modules/
H A D_lzmamodule.c444 int status = PyDict_SetItem(spec, key_object, value_object); in spec_add_field() local
447 return status; in spec_add_field()
/third_party/python/Lib/xmlrpc/
H A Dclient.py1180 if resp.status == 200:
1198 resp.status, resp.reason,
/third_party/skia/experimental/sktext/src/
H A DText.cpp52 [this](SkBreakIterator::Position pos, SkBreakIterator::Status status) { in initialize()
53 if (status == (SkBreakIterator::Status)SkUnicode::LineBreakType::kHardLineBreak) { in initialize()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddriver_i.h670 if (!wpa_s->driver->status) in wpa_drv_status()
672 return wpa_s->driver->status(wpa_s->drv_priv, buf, buflen); in wpa_drv_status()
H A Dwpas_glue.c993 wpa_printf(MSG_DEBUG, "eap_proxy: SIM card status %u", sim_state); in wpa_supplicant_eap_proxy_notify_sim_status()
999 wpa_printf(MSG_DEBUG, "eap_proxy: SIM card status unknown"); in wpa_supplicant_eap_proxy_notify_sim_status()
1013 "port status: %s", in wpa_supplicant_port_cb()
1018 wpa_printf(MSG_DEBUG, "EAPOL: Supplicant port status: %s", in wpa_supplicant_port_cb()
1033 static void wpa_supplicant_status_cb(void *ctx, const char *status, in wpa_supplicant_status_cb() argument
1038 wpas_notify_eap_status(wpa_s, status, parameter); in wpa_supplicant_status_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddriver_i.h739 if (!wpa_s->driver->status) in wpa_drv_status()
741 return wpa_s->driver->status(wpa_s->drv_priv, buf, buflen); in wpa_drv_status()
H A Dwpas_glue.c1064 wpa_printf(MSG_DEBUG, "eap_proxy: SIM card status %u", sim_state); in wpa_supplicant_eap_proxy_notify_sim_status()
1070 wpa_printf(MSG_DEBUG, "eap_proxy: SIM card status unknown"); in wpa_supplicant_eap_proxy_notify_sim_status()
1084 "port status: %s", in wpa_supplicant_port_cb()
1089 wpa_printf(MSG_EXCESSIVE, "EAPOL: Supplicant port status: %s", in wpa_supplicant_port_cb()
1104 static void wpa_supplicant_status_cb(void *ctx, const char *status, in wpa_supplicant_status_cb() argument
1109 wpas_notify_eap_status(wpa_s, status, parameter); in wpa_supplicant_status_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_common.c1393 const char * status2str(u16 status) in status2str() argument
1396 switch (status) { in status2str()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c1318 enum nl80211_bss_status status; in nl80211_get_assoc_freq_handler() local
1328 status = nla_get_u32(bss[NL80211_BSS_STATUS]); in nl80211_get_assoc_freq_handler()
1329 if (status == NL80211_BSS_STATUS_ASSOCIATED && in nl80211_get_assoc_freq_handler()
1335 if (status == NL80211_BSS_STATUS_IBSS_JOINED && in nl80211_get_assoc_freq_handler()
1341 if (status == NL80211_BSS_STATUS_ASSOCIATED && in nl80211_get_assoc_freq_handler()
1349 if (status == NL80211_BSS_STATUS_ASSOCIATED && in nl80211_get_assoc_freq_handler()
1982 wpa_printf(MSG_DEBUG, "nl80211: RFKILL status not available"); in wpa_driver_nl80211_drv_init_rfkill()
2047 "nl80211: wifi status sockopt failed\n"); in wpa_driver_nl80211_drv_init()
10498 nl80211_mbo_reject_reason_mapping(enum qca_wlan_btm_candidate_status status) in nl80211_mbo_reject_reason_mapping() argument
10500 switch (status) { in nl80211_mbo_reject_reason_mapping()
10521 enum qca_wlan_btm_candidate_status status; nl80211_parse_btm_candidate_info() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c1570 enum nl80211_bss_status status; in nl80211_get_assoc_freq_handler() local
1583 status = nla_get_u32(bss[NL80211_BSS_STATUS]); in nl80211_get_assoc_freq_handler()
1584 if (status == NL80211_BSS_STATUS_ASSOCIATED && in nl80211_get_assoc_freq_handler()
1612 if (status == NL80211_BSS_STATUS_IBSS_JOINED && in nl80211_get_assoc_freq_handler()
1618 if (status == NL80211_BSS_STATUS_ASSOCIATED && in nl80211_get_assoc_freq_handler()
1648 if (status == NL80211_BSS_STATUS_ASSOCIATED && in nl80211_get_assoc_freq_handler()
2340 wpa_printf(MSG_DEBUG, "nl80211: RFKILL status not available"); in wpa_driver_nl80211_drv_init_rfkill()
2416 "nl80211: wifi status sockopt failed: %s", in wpa_driver_nl80211_drv_init()
5961 * since it does not provide TX status notifications. */ in wpa_driver_nl80211_hapd_send_eapol()
10706 wpa_printf(MSG_DEBUG, "nl80211: Getting wowlan status");
11990 nl80211_mbo_reject_reason_mapping(enum qca_wlan_btm_candidate_status status) global() argument
12013 enum qca_wlan_btm_candidate_status status; global() local
[all...]
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_common.c645 * If the device supports the task status query(like the HEVC in mpp_task_worker_default()
647 * If the device does not support multiple task or task status in mpp_task_worker_default()
1668 static int mpp_iommu_handle(struct iommu_domain *iommu, struct device *iommu_dev, unsigned long iova, int status, in mpp_iommu_handle() argument
1684 dev_err(mpp->dev, "fault addr 0x%08lx status %x\n", iova, status); in mpp_iommu_handle()
1690 mpp->iommu_info->hdl(iommu, iommu_dev, iova, status, arg); in mpp_iommu_handle()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.c154 dev_dbg(dp->dev, "failed to get hpd plug status, try to force hpd\n"); in analogix_dp_detect_hpd()
159 dev_err(dp->dev, "failed to get hpd plug in status\n"); in analogix_dp_detect_hpd()
163 dev_dbg(dp->dev, "success to get plug in status after force hpd\n"); in analogix_dp_detect_hpd()
781 DRM_DEV_ERROR(dp->dev, "Read align status failed %d\n", ret); in analogix_dp_fast_link_train()
787 DRM_DEV_ERROR(dp->dev, "Read link status failed %d\n", ret); in analogix_dp_fast_link_train()
950 dev_dbg(dp->dev, "Detected cable status changed!\n"); in analogix_dp_irq_thread()
1039 DRM_DEV_ERROR(dp->dev, "Failed to read psr status %d\n", ret); in analogix_dp_enable_psr()
1077 DRM_DEV_ERROR(dp->dev, "Failed to read psr status %d\n", ret); in analogix_dp_disable_psr()
1185 enum drm_connector_status status = connector_status_disconnected; in analogix_dp_detect() local
1207 status in analogix_dp_detect()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H A Dhid-input.c1659 device->status |= HID_STAT_DUP_DETECTED; in hidinput_configure_usage()
1885 /* report the usage code as scancode if the key status has changed */ in hidinput_hid_event()
2393 hid->status &= ~HID_STAT_DUP_DETECTED; in hidinput_connect()
2477 if (hid->status & HID_STAT_DUP_DETECTED) { in hidinput_connect()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_common.c674 * If the device supports the task status query(like the HEVC in mpp_task_worker_default()
676 * If the device does not support multiple task or task status in mpp_task_worker_default()
1720 int status, void *arg) in mpp_iommu_handle()
1734 dev_err(mpp->dev, "fault addr 0x%08lx status %x\n", iova, status); in mpp_iommu_handle()
1740 mpp->iommu_info->hdl(iommu, iommu_dev, iova, status, arg); in mpp_iommu_handle()
1717 mpp_iommu_handle(struct iommu_domain *iommu, struct device *iommu_dev, unsigned long iova, int status, void *arg) mpp_iommu_handle() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp654 int32_t status = data.ReadInt32(); in StartContinuationInner() local
667 StartContinuation(*want, missionId, callerUid, status, accessToken) : in StartContinuationInner()
668 DSchedContinueManager::GetInstance().StartContinuation(*want, missionId, callerUid, status, accessToken); in StartContinuationInner()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp914 int status = 0; in HandleGetRenderProcessTerminationStatus() local
915 int32_t result = GetRenderProcessTerminationStatus(renderPid, status); in HandleGetRenderProcessTerminationStatus()
920 if (!reply.WriteInt32(status)) { in HandleGetRenderProcessTerminationStatus()
921 TAG_LOGE(AAFwkTag::APPMGR, "write status error."); in HandleGetRenderProcessTerminationStatus()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp1406 std::string TextPickerColumnPattern::GetSelectedObject(bool isColumnChange, int32_t status) const in GetSelectedObject()
1422 ",\"status\":" + std::to_string(status) + "}"; in GetSelectedObject()
1425 ",\"status\":" + std::to_string(status) + "}"; in GetSelectedObject()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp203 HILOGI("enter, address: %{public}s, status: %{public}d, res: %{public}d",
216 void OnPlayItem(const RawAddress &rawAddr, int status, int result) override
218 HILOGI("enter, address: %{public}s, status: %{public}d, res: %{public}d",
219 GET_ENCRYPT_RAW_ADDR(rawAddr), status, result);
222 impl_->OnPlayItem(device, static_cast<int>(status), static_cast<int>(result));
317 HILOGI("enter, address: %{public}s, status: %{public}d, res: %{public}d",
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp135 void OnPlayItem(const RawAddress &rawAddr, int status, int result) override
137 impl_->OnPlayItem(rawAddr, status, result);
140 void OnAddToNowPlaying(const RawAddress &rawAddr, int status, int detail) override
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_policy_service.h86 void OnMicrophoneBlockedUpdate(DeviceType devType, DeviceBlockStatus status);
88 void OnBlockedStatusUpdated(DeviceType devType, DeviceBlockStatus status);
91 DeviceBlockStatus status);
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp798 int32_t status = rsInterfaces->SetScreenChangeCallback(callback); in HWTEST_F() local
799 EXPECT_EQ(status, StatusCode::SUCCESS); in HWTEST_F()
801 if (status == StatusCode::SUCCESS) { in HWTEST_F()
1265 * @tc.desc: Notify light factor status to hgm

Completed in 85 milliseconds

1...<<361362363364365366367368369370>>...386