Home
last modified time | relevance | path

Searched refs:status (Results 14601 - 14625 of 23551) sorted by relevance

1...<<581582583584585586587588589590>>...943

/third_party/rust/crates/clang-sys/build/
H A Dcommon.rs106 if output.status.success() { in run_command()
109 let message = format!("exit code: {}", output.status); in run_command()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dfuzzer_replayer_test.cpp1697 fuzzer_result.status);
1710 replayer_result.status);
H A Dshrinker_test.cpp204 ASSERT_EQ(Shrinker::ShrinkerResultStatus::kComplete, shrinker_result.status); in TEST()
377 shrinker_result.status); in TEST()
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/
H A Dtestlist.go185 // Pass is the status of a successful test.
187 // Fail is the status of a failed test.
189 // Timeout is the status of a test that failed to complete in the alloted
192 // Crash is the status of a test that crashed.
194 // Unimplemented is the status of a test that failed with UNIMPLEMENTED().
196 // Unsupported is the status of a test that failed with UNSUPPORTED().
198 // Unreachable is the status of a test that failed with UNREACHABLE().
200 // Assert is the status of a test that failed with ASSERT() or ASSERT_MSG().
202 // Abort is the status of a test that failed with ABORT().
204 // NotSupported is the status o
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dadded_function_reducer.cpp195 assert(replay_result.status == Replayer::ReplayerResultStatus::kComplete && in ReplayPrefixAndAddFunction()
286 assert(replay_result.status == Replayer::ReplayerResultStatus::kComplete && in ReplayAdaptedTransformations()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dadded_function_reducer.cpp195 assert(replay_result.status == Replayer::ReplayerResultStatus::kComplete && in ReplayPrefixAndAddFunction()
286 assert(replay_result.status == Replayer::ReplayerResultStatus::kComplete && in ReplayAdaptedTransformations()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dfuzzer_replayer_test.cpp1697 fuzzer_result.status);
1710 replayer_result.status);
H A Dshrinker_test.cpp204 ASSERT_EQ(Shrinker::ShrinkerResultStatus::kComplete, shrinker_result.status); in TEST()
377 shrinker_result.status); in TEST()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Duparse.cpp366 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status) { in u_parseUTF8() argument
382 return u_terminateChars(dest, destCapacity, i, status); in u_parseUTF8()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dspdy_fileserver.c124 enum SPDY_RESPONSE_RESULT status, in response_done_callback()
128 (void)status; in response_done_callback()
131 /*if(SPDY_RESPONSE_RESULT_SUCCESS != status) in response_done_callback()
133 printf("answer for %s was NOT sent, %i\n", (char *)cls,status); in response_done_callback()
121 response_done_callback(void *cls, struct SPDY_Response *response, struct SPDY_Request *request, enum SPDY_RESPONSE_RESULT status, bool streamopened) response_done_callback() argument
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dstructures.h363 * @param status shows if actually the response was sent or it was
366 * status indicates an error but part of the response (in one
372 enum SPDY_RESPONSE_RESULT status);
831 enum SPDY_SESSION_STATUS status; member
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_get_response_cleanup.c83 int status; in kill_curl() local
87 waitpid (pid, &status, 0); in kill_curl()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_request_response_with_callback.c90 enum SPDY_RESPONSE_RESULT status, in response_done_callback()
93 (void)status; in response_done_callback()
87 response_done_callback(void *cls, struct SPDY_Response * response, struct SPDY_Request * request, enum SPDY_RESPONSE_RESULT status, bool streamopened) response_done_callback() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DSurface.cpp123 // returns a status code. If the window is bad the call return a status of zero. We in ValidateSurfaceDescriptor()
129 int status = XGetWindowAttributes(reinterpret_cast<Display*>(xDesc->display), in ValidateSurfaceDescriptor() local
133 DAWN_INVALID_IF(status == 0, "Invalid X Window"); in ValidateSurfaceDescriptor()
H A DAdapter.cpp161 WGPURequestDeviceStatus status = in RequestDevice() local
163 callback(status, ToAPI(device), nullptr, userdata); in RequestDevice()
/third_party/spirv-tools/source/fuzz/
H A Dadded_function_reducer.cpp195 assert(replay_result.status == Replayer::ReplayerResultStatus::kComplete && in ReplayPrefixAndAddFunction()
286 assert(replay_result.status == Replayer::ReplayerResultStatus::kComplete && in ReplayAdaptedTransformations()
/third_party/unity/auto/
H A Dstylize_as_junit.rb143 _src_file, src_line, test_name, status, msg = line.split(/:/)
144 case status
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_util.h238 auto status = scc->visit_status.load(std::memory_order_acquire); in InitSCC() local
239 if (PROTOBUF_PREDICT_FALSE(status != SCCInfoBase::kInitialized)) in InitSCC()
/third_party/spirv-tools/test/fuzz/
H A Dfuzzer_replayer_test.cpp1697 fuzzer_result.status);
1710 replayer_result.status);
H A Dshrinker_test.cpp204 ASSERT_EQ(Shrinker::ShrinkerResultStatus::kComplete, shrinker_result.status); in TEST()
377 shrinker_result.status); in TEST()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dbrowser.c66 int status = webkit_web_view_get_load_status(view); in view_cb_notify_load_status() local
67 wpa_printf(MSG_DEBUG, "BROWSER:%s load-status=%d uri=%s", in view_cb_notify_load_status()
68 __func__, status, webkit_web_view_get_uri(view)); in view_cb_notify_load_status()
182 g_signal_connect(G_OBJECT(view), "notify::load-status", in hs20_web_browser()
/device/soc/rockchip/common/vendor/drivers/phy/
H A Dphy-rockchip-usbdp.c110 /* PHY status management */
114 u8 status; member
635 if (udphy->status == UDPHY_MODE_NONE) { in udphy_power_on()
647 udphy->status = UDPHY_MODE_NONE; in udphy_power_on()
662 udphy->status |= mode; in udphy_power_on()
676 if (!udphy->status) { in udphy_power_off()
680 udphy->status &= ~mode; in udphy_power_off()
682 if (udphy->status == UDPHY_MODE_NONE) { in udphy_power_off()
883 bool hpd = !!(data && (data->status & DP_STATUS_HPD_STATE)); in usbdp_typec_mux_set()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-usbdp.c111 /* PHY status management */
115 u8 status; member
692 if (udphy->status == UDPHY_MODE_NONE) { in udphy_power_on()
702 udphy->status = UDPHY_MODE_NONE; in udphy_power_on()
714 udphy->status |= mode; in udphy_power_on()
728 if (!udphy->status) in udphy_power_off()
731 udphy->status &= ~mode; in udphy_power_off()
733 if (udphy->status == UDPHY_MODE_NONE) { in udphy_power_off()
932 bool hpd = !!(data && (data->status & DP_STATUS_HPD_STATE)); in usbdp_typec_mux_set()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp685 [](const auto& self, const auto& status) { in CompleteInitialization()
686 if (self && status && status->GetValue() == SCENE_NS::INode::NODE_STATUS_FULLY_CONNECTED) { in CompleteInitialization()
691 if (auto status = META_NS::GetValue(node->Status()); in CompleteInitialization()
692 status == SCENE_NS::INode::NODE_STATUS_FULLY_CONNECTED || in CompleteInitialization()
693 status == SCENE_NS::INode::NODE_STATUS_CONNECTED) { in CompleteInitialization()
1043 // once we have iterated through children, check status once in BuildChildren()
1322 void NodeImpl::SetStatus(SCENE_NS::INode::NodeStatus status) in SetStatus() argument
1324 META_ACCESS_PROPERTY(Status)->SetValue(status); in SetStatus()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp1244 // save and return status on demand in SaveAllStatus()
1255 void RSPaintFilterCanvas::RestoreStatus(const SaveStatus& status) in RestoreStatus() argument
1258 RestoreToCount(status.canvasSaveCount); in RestoreStatus()
1259 RestoreAlphaToCount(status.alphaSaveCount); in RestoreStatus()
1260 RestoreEnvToCount(status.envSaveCount); in RestoreStatus()
1297 // 1. we don't need to copy alpha status, alpha will be applied when drawing cache. in CopyConfigurationToOffscreenCanvas()
1326 // planning: maybe we should copy source cache status in CopyConfigurationToOffscreenCanvas()
1432 void RSPaintFilterCanvas::SetCanvasStatus(const CanvasStatus& status) in SetCanvasStatus() argument
1434 SetAlpha(status.alpha_); in SetCanvasStatus()
1435 SetMatrix(status in SetCanvasStatus()
[all...]

Completed in 32 milliseconds

1...<<581582583584585586587588589590>>...943