/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 753 /* Returns textual name of HTTP status */ 755 const char* llhttp_status_name(llhttp_status_t status); 818 * Normally `llhttp` would error when the HTTP version in the request or status line 844 * request line, the status line, the headers or a chunk header.
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_vbo.c | 114 if (buf->status & NOUVEAU_BUFFER_STATUS_USER_MEMORY) { in nv30_prevalidate_vbufs()
|
/third_party/libinput/src/ |
H A D | libinput.h | 943 * A status change on a tablet ring with the @ref 951 * A status change on a strip on a device with the @ref 4549 * @param status The status to translate to a string 4551 * invalid status. 4554 libinput_config_status_to_str(enum libinput_config_status status); 4597 * @return A config status code. Disabling tapping on a device that does not 4678 * @return A config status code. Changing the order on a device that does not 4737 * A config status to distinguish or set dragging on a device. Currently 4841 * @return A config status cod [all...] |
/third_party/libinput/export_include/ |
H A D | libinput.h | 943 * A status change on a tablet ring with the @ref 951 * A status change on a strip on a device with the @ref 4549 * @param status The status to translate to a string 4551 * invalid status. 4554 libinput_config_status_to_str(enum libinput_config_status status); 4597 * @return A config status code. Disabling tapping on a device that does not 4678 * @return A config status code. Changing the order on a device that does not 4737 * A config status to distinguish or set dragging on a device. Currently 4841 * @return A config status cod [all...] |
/third_party/node/deps/v8/src/libsampler/ |
H A D | sampler.cc | 105 uint32_t status;
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/ |
H A D | mod.rs | 20 pub status: ::c_ulong,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 85 if (auto EC = sys::fs::status(FD, Status)) in getFile()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | function.h | 402 bool success() const { return fail_stream_.status(); } in success()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp.h | 575 enum dpp_status_error status);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 949 // check zoom status in CheckZoomStatus() 1614 // update drag status in InitWebEventHubDragMove() 1680 OHOS::NWeb::NWebDragData::DragOperation status = delegate_->GetDragAcceptableStatus(); in GetDragAcceptableStatus() local 1681 if (status == OHOS::NWeb::NWebDragData::DragOperation::DRAG_OPERATION_MOVE || in GetDragAcceptableStatus() 1682 status == OHOS::NWeb::NWebDragData::DragOperation::DRAG_OPERATION_LINK) { in GetDragAcceptableStatus() 1684 } else if (status == OHOS::NWeb::NWebDragData::DragOperation::DRAG_OPERATION_COPY) { in GetDragAcceptableStatus() 4093 TAG_LOGI(AceLogTag::ACE_WEB, "Current menu display status is %{public}d.", isMenuShow); in ChangeVisibilityOfQuickMenu() 4821 uint32_t status = pixelMap->WritePixels(static_cast<const uint8_t*>(buff), bufferSize); in UpdateCustomCursor() local 4822 if (status != 0) { in UpdateCustomCursor() 4823 TAG_LOGE(AceLogTag::ACE_WEB, "write pixel map failed %{public}u", status); in UpdateCustomCursor() 6099 UpdateFlingReachEdgeState(const float value, bool status) UpdateFlingReachEdgeState() argument [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGLES2SharingThreadedTests.cpp | 2827 const tcu::ThreadUtil::Thread::ThreadStatus status = m_threads[threadNdx]->getStatus(); in iterate() local 2829 if (status != tcu::ThreadUtil::Thread::THREADSTATUS_RUNNING && status != tcu::ThreadUtil::Thread::THREADSTATUS_NOT_STARTED) in iterate() 2911 const tcu::ThreadUtil::Thread::ThreadStatus status = m_threads[threadNdx]->getStatus(); in iterate() local 2913 switch (status) in iterate() 3645 const tcu::ThreadUtil::Thread::ThreadStatus status = m_threads[threadNdx]->getStatus(); in iterate() local 3647 if (status != tcu::ThreadUtil::Thread::THREADSTATUS_RUNNING && status != tcu::ThreadUtil::Thread::THREADSTATUS_NOT_STARTED) in iterate() 3726 const tcu::ThreadUtil::Thread::ThreadStatus status = m_threads[threadNdx]->getStatus(); in iterate() local 3728 switch (status) in iterate() [all...] |
/third_party/backends/backend/ |
H A D | hp3900_rts8822.c | 377 static SANE_Int Lamp_PWM_SaveStatus (struct st_device *dev, SANE_Byte status); 613 if (dev->status != NULL) in RTS_Free() 614 free (dev->status); in RTS_Free() 670 dev->status = malloc (sizeof (struct st_status)); in RTS_Alloc() 671 if (dev->status != NULL) in RTS_Alloc() 672 memset (dev->status, 0, sizeof (struct st_status)); in RTS_Alloc() 2434 Lamp_PWM_SaveStatus (struct st_device *dev, SANE_Byte status) in Lamp_PWM_SaveStatus() argument 2439 DBG (DBG_FNC, "+ Lamp_PWM_SaveStatus(status=%i):\n", status); in Lamp_PWM_SaveStatus() 2448 mypwm = (status in Lamp_PWM_SaveStatus() [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/regulator/ |
H A D | core.c | 727 int status;
in regulator_status_show() local 730 status = rdev->desc->ops->get_status(rdev);
in regulator_status_show() 731 if (status < 0) {
in regulator_status_show() 732 return status;
in regulator_status_show() 735 switch (status) {
in regulator_status_show() 769 static DEVICE_ATTR(status, CORE_FILE_PROPERTY_B, regulator_status_show, NULL);
2625 * A helper function to check if the regulator status can be interpreted
2630 * * 1 - if status shows regulator is in enabled state
4388 * consumption tables) when they change operational status and hence power
4743 * regulator_mode_to_status - convert a regulator mode into a status
[all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_pno.c | 2558 * fields themselves (status, count, offset to netinfo). in _dhd_pno_get_gscan_batch_from_fw() 2621 fwstatus = plbestnet_v1->status; in _dhd_pno_get_gscan_batch_from_fw() 2625 DHD_PNO(("ver %d, status : %d, count %d\n", in _dhd_pno_get_gscan_batch_from_fw() 2748 fwstatus = plbestnet_v2->status; in _dhd_pno_get_gscan_batch_from_fw() 2752 DHD_PNO(("ver %d, status : %d, count %d\n", in _dhd_pno_get_gscan_batch_from_fw() 3089 * (status, count, offset to netinfo). in _dhd_pno_get_for_batch() 3189 fwstatus = plbestnet_v1->status; in _dhd_pno_get_for_batch() 3294 fwstatus = plbestnet_v2->status; in _dhd_pno_get_for_batch() 3307 DHD_PNO(("ver %d, status : %d, count %d\n", in _dhd_pno_get_for_batch() 4171 * fields themselves (status, coun in dhd_handle_hotlist_scan_evt() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 4159 VkResult status = vk::SwapchainKHR::Create(pAllocator, pCreateInfo, pSwapchain); in vkCreateSwapchainKHR() local 4161 if(status != VK_SUCCESS) in vkCreateSwapchainKHR() 4163 return status; in vkCreateSwapchainKHR() 4167 status = swapchain->createImages(device, pCreateInfo); in vkCreateSwapchainKHR() 4169 if(status != VK_SUCCESS) in vkCreateSwapchainKHR() 4172 return status; in vkCreateSwapchainKHR()
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 3272 get the connection status using getsockopt(SO_ERROR). in internal_connect() 5661 int status; local 5666 status = PyList_Append(name_list, tmp); 5669 if (status) 5675 int status; local 5722 status = PyList_Append(addr_list, tmp); 5725 if (status)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 527 static const char * pbc_status_str(enum pbc_status status) in pbc_status_str() argument 529 switch (status) { in pbc_status_str() 561 (hapd->wps_stats.status == WPS_STATUS_SUCCESS ? in hostapd_ctrl_iface_wps_get_status() 563 (hapd->wps_stats.status == WPS_STATUS_FAILURE ? in hostapd_ctrl_iface_wps_get_status() 570 /* If status == Failure - Add possible Reasons */ in hostapd_ctrl_iface_wps_get_status() 571 if(hapd->wps_stats.status == WPS_STATUS_FAILURE && in hostapd_ctrl_iface_wps_get_status() 582 if (hapd->wps_stats.status) { in hostapd_ctrl_iface_wps_get_status() 1799 wpa_printf(MSG_DEBUG, "External MGMT TX status process: %s", cmd); in hostapd_ctrl_iface_mgmt_tx_status_process()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 220 /* Compilation status */ in compile() 221 glw::GLint status = GL_FALSE; in compile() local 231 /* Get compilation status */ in compile() 232 gl.getShaderiv(shader_id, GL_COMPILE_STATUS, &status); in compile() 236 if (GL_TRUE != status) in compile() 269 /* Link status */ in link() 270 glw::GLint status = GL_FALSE; in link() local 313 /* Get link status */ in link() 314 gl.getProgramiv(m_program_object_id, GL_LINK_STATUS, &status); in link() 318 if (GL_TRUE != status) in link() 4769 glw::GLint status = GL_FALSE; compile() local 4990 glw::GLint status = GL_FALSE; link() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 6443 OHOS::Ace::NativeEmbedStatus status = OHOS::Ace::NativeEmbedStatus::DESTROY; in OnNativeEmbedAllDestory() local 6445 std::make_shared<NativeEmbedDataInfo>(status, surfaceId, embedId, info)); in OnNativeEmbedAllDestory() 6460 OHOS::Ace::NativeEmbedStatus status = OHOS::Ace::NativeEmbedStatus::CREATE; in OnNativeEmbedLifecycleChange() local 6464 status = static_cast<OHOS::Ace::NativeEmbedStatus>(dataInfo->GetStatus()); in OnNativeEmbedLifecycleChange() 6474 if (status == OHOS::Ace::NativeEmbedStatus::CREATE || status == OHOS::Ace::NativeEmbedStatus::UPDATE) { in OnNativeEmbedLifecycleChange() 6476 } else if (status == OHOS::Ace::NativeEmbedStatus::DESTROY) { in OnNativeEmbedLifecycleChange() 6486 [weak = WeakClaim(this), status, surfaceId, embedId, info]() { in OnNativeEmbedLifecycleChange() 6492 std::make_shared<NativeEmbedDataInfo>(status, surfaceId, embedId, info)); in OnNativeEmbedLifecycleChange()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf.c | 1785 .status = fault->status, in kbase_csf_ctx_handle_fault() 2277 .status = cs_fatal, in report_queue_fatal_error() 2685 "PRFCNT_ENABLE status changed interrupt received."); in process_prfcnt_interrupts()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_modifier.cpp | 239 void ProgressModifier::SetProgressStatus(ProgressStatus status) in SetProgressStatus() argument 242 progressStatus_->Set(static_cast<int32_t>(status)); in SetProgressStatus() 243 if (status == ProgressStatus::LOADING) { in SetProgressStatus()
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_endpoint.cpp | 218 std::string GetStatusStr(EndpointStatus status); 480 AUDIO_INFO_LOG("Dup Renderer %{public}d with Endpoint status: %{public}s", dupStreamIndex_, in InitDupStream() 527 AUDIO_INFO_LOG("Disable dup renderer %{public}d with Endpoint status: %{public}s", dupStreamIndex_, in DisableFastInnerCap() 538 AUDIO_INFO_LOG("AudioEndpoint get status:%{public}s", GetStatusStr(endpointStatus_).c_str()); in GetStatus() 610 // dump status info in Dump() 611 AppendFormat(dumpString, " - Current endpoint status: %s\n", GetStatusStr(endpointStatus_).c_str()); in Dump() 854 AUDIO_ERR_LOG("The stream status is null!"); in PrepareDeviceBuffer() 979 // how to modify the status while unlinked and started? in StartDevice() 980 CHECK_AND_RETURN_RET_LOG(endpointStatus_ == IDEL, false, "Endpoint status is %{public}s", in StartDevice() 1002 AUDIO_DEBUG_LOG("StartDevice out, status i in StartDevice() 1868 GetStatusStr(EndpointStatus status) GetStatusStr() argument [all...] |
/foundation/multimedia/camera_lite/test/unittest/ |
H A D | camera_lite_test.cpp | 544 void OnCameraStatus(std::string cameraId, int32_t status) override 547 if (status == CAMERA_DEVICE_STATE_AVAILABLE) { 550 } else if (status == CAMERA_DEVICE_STATE_UNAVAILABLE) {
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_mock_test.cpp | 2034 LnnBleReportExtra bleExtra = { .extra.result = SOFTBUS_OK, .status = BLE_REPORT_EVENT_INIT, }; in HWTEST_F() 2135 .status = SOFTBUS_USER_SWITCH_UNKNOWN, in HWTEST_F() 2145 event.status = SOFTBUS_USER_SWITCHED; in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service_stub.cpp | 2154 bool status = false; in CmdSetNicTrafficAllowed() local 2156 if (!data.ReadBool(status) || !data.ReadInt32(size)) { in CmdSetNicTrafficAllowed() 2157 NETNATIVE_LOGE("CmdSetNicTrafficAllowed read status or size failed"); in CmdSetNicTrafficAllowed() 2174 int32_t result = SetNicTrafficAllowed(ifaceNames, status); in CmdSetNicTrafficAllowed()
|