Home
last modified time | relevance | path

Searched refs:status (Results 5751 - 5775 of 6109) sorted by relevance

1...<<231232233234235236237238239240>>...245

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_ctrl_iface.c527 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 Dgl4cGPUShaderFP64Tests.cpp220 /* 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...]
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
H A DActsMediaCameraTest.cpp526 // camera device status changed
527 void OnCameraStatus(std::string cameraId, int32_t status) override
530 if (status == CAMERA_DEVICE_STATE_AVAILABLE) {
533 } else if (status == CAMERA_DEVICE_STATE_UNAVAILABLE) {
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBManagerGUI.java444 int status = openFileChooser.showOpenDialog(this); in actionPerformed()
445 if (status == JFileChooser.CANCEL_OPTION) { in actionPerformed()
447 } else if (status == JFileChooser.ERROR_OPTION) { in actionPerformed()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUnicodeSetTest.java2221 int status = (minus12.size() != 0 ? 4 : 0) in expectRelation()
2225 if (status != relation) { in expectRelation()
2228 + "; found = " + RELATION_NAME[status] in expectRelation()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java2235 int status = (minus12.size() != 0 ? 4 : 0) in expectRelation()
2239 if (status != relation) { in expectRelation()
2242 + "; found = " + RELATION_NAME[status] in expectRelation()
/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc1915 v8::Maybe<bool> status = JSReceiver::DefineOwnProperty( in ProcessExports() local
1917 if (!status.IsJust()) { in ProcessExports()
2053 if (elem_segment.status != WasmElemSegment::kStatusActive) continue; in LoadTableSegments()
H A Dmodule-decoder.cc2087 const WasmElemSegment::Status status = in consume_element_segment_header() local
2092 const bool is_active = status == WasmElemSegment::kStatusActive; in consume_element_segment_header()
2166 return {type, status, element_type}; in consume_element_segment_header()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c221 nv04_resource(dst)->status |= NOUVEAU_BUFFER_STATUS_GPU_WRITING; in nv50_resource_copy_region()
1404 if (serialize && mt->base.status & NOUVEAU_BUFFER_STATUS_GPU_WRITING) { in nv50_blit_3d()
1515 mt->base.status |= NOUVEAU_BUFFER_STATUS_GPU_READING; in nv50_blit_3d()
/third_party/libinput/src/
H A Devdev.c3003 enum libevdev_read_status status; in evdev_device_resume() local
3045 status = libevdev_next_event(device->evdev, in evdev_device_resume()
3048 } while (status == LIBEVDEV_READ_STATUS_SYNC); in evdev_device_resume()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c232 nv04_resource(dst)->status |= NOUVEAU_BUFFER_STATUS_GPU_WRITING; in nvc0_resource_copy_region()
1273 if (serialize && mt->base.status & NOUVEAU_BUFFER_STATUS_GPU_WRITING) { in nvc0_blit_3d()
1424 mt->base.status |= NOUVEAU_BUFFER_STATUS_GPU_READING; in nvc0_blit_3d()
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c239 void on_new_connection(uv_stream_t *server, int status) { in on_new_connection() argument
2730 if (shutdown_data.status != 0) in uvwasi_sock_shutdown()
2731 return uvwasi__translate_uv_error(shutdown_data.status); in uvwasi_sock_shutdown()
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c640 status of 1, which is not helpful. To help with this problem, define a symbol in pcre2grep_exit()
1263 printf("Exit status is 0 if any matches, 1 if no matches, and 2 if trouble." STDOUT_NL); in help()
2477 int flags = CLI$M_NOCLISYM|CLI$M_NOLOGNAM|CLI$M_NOKEYPAD, status, retstat; in pcre2grep_callout()
2488 status = lib$spawn(&cmd, 0,0, &flags, 0,0, &retstat); in pcre2grep_callout()
2489 if (!(status & 1)) result = 0; in pcre2grep_callout()
/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc41 #include <google/protobuf/stubs/status.h>
357 util::Status status = in ParseJsonResponse() local
361 if (!status.ok()) { in ParseJsonResponse()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp1863 tcu::TestStatus status = tcu::TestStatus::pass("Pass"); in iterate() local
1870 status = tcu::TestStatus::fail("Pixel mismatch; please check the rendered image"); in iterate()
1873 return status; in iterate()
/third_party/python/Lib/urllib/
H A Drequest.py168 context manager and has the properties url, headers, and status.
1950 # something went wrong with the HTTP status line
1951 raise URLError("http protocol error: bad status line")
1955 if 200 <= response.status < 300:
1957 response.status)
1961 response.status, response.reason, response.msg, data)
/third_party/skia/dm/
H A DDMSrcSink.cpp992 Result::Status status = Result::Status::Fatal; in draw() local
996 status = Result::Status::Skip; in draw()
999 return Result(status, "Image generator could not getPixels() for %s\n", fPath.c_str()); in draw()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp1844 tcu::TestStatus status = tcu::TestStatus::pass("Pass"); in iterate() local
1851 status = tcu::TestStatus::fail("Pixel mismatch; please check the rendered image"); in iterate()
1854 return status; in iterate()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap.c88 static void eap_notify_status(struct eap_sm *sm, const char *status, in eap_notify_status() argument
92 status, parameter); in eap_notify_status()
94 sm->eapol_cb->notify_status(sm->eapol_ctx, status, parameter); in eap_notify_status()
2321 * eap_sm_get_status - Get EAP state machine status
2323 * @buf: Buffer for status information
2325 * @verbose: Whether to include verbose status information
2328 * Query EAP state machine for status information. This function fills in a
2329 * text area with current status information from the EAPOL state machine. If
2330 * the buffer (buf) is not large enough, status information will be truncated
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dsme.c966 u16 status) in sme_send_external_auth_status()
971 params.status = status; in sme_send_external_auth_status()
1067 "status code %u", auth_transaction, status_code); in sme_sae_auth()
1860 "status code %d", MAC2STR(wpa_s->pending_bssid), in sme_event_assoc_reject()
965 sme_send_external_auth_status(struct wpa_supplicant *wpa_s, u16 status) sme_send_external_auth_status() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap.c89 static void eap_notify_status(struct eap_sm *sm, const char *status, in eap_notify_status() argument
93 status, parameter); in eap_notify_status()
95 sm->eapol_cb->notify_status(sm->eapol_ctx, status, parameter); in eap_notify_status()
2380 * eap_sm_get_status - Get EAP state machine status
2382 * @buf: Buffer for status information
2384 * @verbose: Whether to include verbose status information
2387 * Query EAP state machine for status information. This function fills in a
2388 * text area with current status information from the EAPOL state machine. If
2389 * the buffer (buf) is not large enough, status information will be truncated
/third_party/curl/lib/
H A Dftp.c528 /* macro to check for a three-digit ftp status code at the start of the
3224 static CURLcode ftp_done(struct Curl_easy *data, CURLcode status, in ftp_done() argument
3240 switch(status) { in ftp_done()
3255 case CURLE_OK: /* doesn't affect the control connection's status */ in ftp_done()
3268 result = status; /* use the already set error code */ in ftp_done()
3440 if(!status && !result && !premature && data->set.postquote) in ftp_done()
3728 bool *connected, /* connect status after PASV / PORT */ in ftp_perform()
/third_party/node/src/
H A Dnode_http2.cc1582 void Http2Session::OnStreamAfterWrite(WriteWrap* w, int status) { in OnStreamAfterWrite() argument
1583 Debug(this, "write finished with status %d", status); in OnStreamAfterWrite()
1589 ClearOutgoing(status); in OnStreamAfterWrite()
1667 void Http2Session::ClearOutgoing(int status) { in ClearOutgoing() argument
1681 // TODO(addaleax): Pass `status` instead of 0, so that we actually error in ClearOutgoing()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c193 pipeline->batch.status = VK_SUCCESS; in anv_pipeline_init()
1987 return pipeline->base.batch.status; in anv_compute_pipeline_create()
2190 return pipeline->base.batch.status; in anv_graphics_pipeline_create()
2942 return pipeline->base.batch.status; in anv_ray_tracing_pipeline_create()
/third_party/python/Modules/
H A D_elementtree.c1625 int status; in element_repr() local
1630 status = Py_ReprEnter((PyObject *)self); in element_repr()
1631 if (status == 0) { in element_repr()
1637 if (status > 0) in element_repr()

Completed in 110 milliseconds

1...<<231232233234235236237238239240>>...245