Home
last modified time | relevance | path

Searched refs:status (Results 3901 - 3925 of 6217) sorted by relevance

1...<<151152153154155156157158159160>>...249

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddpp_hostapd.c127 wpa_printf(MSG_DEBUG, "DPP: TX status: dst=" MACSTR " ok=%d", in hostapd_dpp_tx_status()
134 "DPP: Ignore TX status since there is no ongoing authentication exchange"); in hostapd_dpp_tx_status()
688 enum dpp_status_error status = DPP_STATUS_CONFIG_REJECTED; in hostapd_dpp_gas_resp_cb() local
724 status = DPP_STATUS_OK; in hostapd_dpp_gas_resp_cb()
728 status = DPP_STATUS_CONFIG_REJECTED; in hostapd_dpp_gas_resp_cb()
732 if (status != DPP_STATUS_OK) in hostapd_dpp_gas_resp_cb()
740 msg = dpp_build_conf_result(auth, status); in hostapd_dpp_gas_resp_cb()
753 /* This exchange will be terminated in the TX status handler */ in hostapd_dpp_gas_resp_cb()
929 enum dpp_status_error status; in hostapd_dpp_rx_conf_result() local
946 status in hostapd_dpp_rx_conf_result()
963 hostapd_dpp_send_peer_disc_resp(struct hostapd_data *hapd, const u8 *src, unsigned int freq, u8 trans_id, enum dpp_status_error status) hostapd_dpp_send_peer_disc_resp() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp146 auto Status = status(Path); in exists()
189 ErrorOr<Status> status() override;
202 ErrorOr<Status> RealFile::status() { in status() function in RealFile
206 if (std::error_code EC = sys::fs::status(FD, RealStatus)) in status()
255 ErrorOr<Status> status(const Twine &Path) override;
287 ErrorOr<Status> RealFileSystem::status(const Twine &Path) { in status() function in RealFileSystem
291 sys::fs::status(adjustPath(Path, Storage), RealStatus)) in status()
400 ErrorOr<Status> OverlayFileSystem::status(const Twine &Path) { in status() function in OverlayFileSystem
403 ErrorOr<Status> Status = (*I)->status(Path); in status()
606 llvm::ErrorOr<Status> status() overrid
862 llvm::ErrorOr<Status> InMemoryFileSystem::status(const Twine &Path) { status() function in llvm::vfs::InMemoryFileSystem
1732 ErrorOr<Status> RedirectingFileSystem::status(const Twine &Path, status() function in RedirectingFileSystem
1748 ErrorOr<Status> RedirectingFileSystem::status(const Twine &Path) { status() function in RedirectingFileSystem
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderAtomicCountersTests.cpp178 GLint status; in CheckProgram() local
179 glGetProgramiv(program, GL_LINK_STATUS, &status); in CheckProgram()
188 return status == GL_TRUE; in CheckProgram()
194 GLint status = GL_TRUE; in CreateShaderProgram() local
195 glGetProgramiv(program, GL_LINK_STATUS, &status); in CreateShaderProgram()
196 if (status == GL_FALSE) in CreateShaderProgram()
3209 GLint status; in Run() local
3211 glGetProgramiv(prog_, GL_LINK_STATUS, &status); in Run()
3212 if (status == GL_TRUE) in Run()
3296 GLint status; in Run() local
3388 GLint status; Run() local
3474 GLint status; Run() local
3561 GLint status; Run() local
3822 GLint status; CheckProgram() local
4201 GLint status; Run() local
4346 long status = NO_ERROR; Run() local
4451 long status = NO_ERROR; Run() local
[all...]
H A Dgl4cDirectStateAccessVertexArraysTests.cpp351 glw::GLint status = GL_FALSE; in BuildProgram() local
353 gl.getShaderiv(shader[i].id, GL_COMPILE_STATUS, &status); in BuildProgram()
356 if (GL_FALSE == status) in BuildProgram()
403 glw::GLint status = GL_FALSE; in BuildProgram() local
405 gl.getProgramiv(po, GL_LINK_STATUS, &status); in BuildProgram()
407 if (GL_TRUE == status) in BuildProgram()
917 glw::GLint status = GL_FALSE; in PrepareProgram() local
919 gl.getShaderiv(shader[i].id, GL_COMPILE_STATUS, &status); in PrepareProgram()
922 if (GL_FALSE == status) in PrepareProgram()
961 glw::GLint status in PrepareProgram() local
1364 glw::GLint status = GL_FALSE; PrepareProgram() local
1408 glw::GLint status = GL_FALSE; PrepareProgram() local
1994 glw::GLint status = GL_FALSE; PrepareProgram() local
2038 glw::GLint status = GL_FALSE; PrepareProgram() local
2685 glw::GLint status = GL_FALSE; PrepareProgram() local
2733 glw::GLint status = GL_FALSE; PrepareProgram() local
3148 glw::GLint status = GL_FALSE; PrepareProgram() local
3192 glw::GLint status = GL_FALSE; PrepareProgram() local
[all...]
/third_party/backends/backend/
H A Dtest.c617 "is the normal handling for scanning. All other status " in init_options()
1438 SANE_Status status; in reader_process() local
1449 status = init_picture_buffer (test_device, &buffer, &buffer_size); in reader_process()
1450 if (status != SANE_STATUS_GOOD) in reader_process()
1451 return status; in reader_process()
1505 SANE_Status status; in reader_task() local
1525 status = reader_process (test_device, test_device->reader_fds); in reader_task()
1527 sane_strstatus (status)); in reader_task()
1528 return (int) status; in reader_task()
1547 int status; in finish_pass() local
1965 SANE_Status status; sane_open() local
2096 SANE_Status status; sane_control_option() local
2968 SANE_Status status; sane_read() local
[all...]
H A Dpnm.c388 "status",
389 SANE_I18N ("Do not force status code"),
390 SANE_I18N ("Do not force the backend to return a status code."),
400 "status-eof",
402 SANE_I18N ("Force the backend to return the status code SANE_STATUS_EOF "
413 "status-jammed",
416 ("Force the backend to return the status code SANE_STATUS_JAMMED "
427 "status-nodocs",
429 SANE_I18N ("Force the backend to return the status code "
440 "status
645 SANE_Status status; sane_control_option() local
[all...]
/third_party/lwip/src/apps/snmp/
H A Dsnmp_core.c1122 state->status = SNMP_NEXT_OID_STATUS_NO_MATCH; in snmp_next_oid_init()
1131 if (state->status != SNMP_NEXT_OID_STATUS_BUF_TO_SMALL) { in snmp_next_oid_precheck()
1137 if ((state->status == SNMP_NEXT_OID_STATUS_NO_MATCH) || in snmp_next_oid_precheck()
1152 if (state->status != SNMP_NEXT_OID_STATUS_BUF_TO_SMALL) { in snmp_next_oid_check()
1156 if ((state->status == SNMP_NEXT_OID_STATUS_NO_MATCH) || in snmp_next_oid_check()
1161 state->status = SNMP_NEXT_OID_STATUS_SUCCESS; in snmp_next_oid_check()
1165 state->status = SNMP_NEXT_OID_STATUS_BUF_TO_SMALL; in snmp_next_oid_check()
/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c189 static void semind_error(int status, int errnum, const char *fmt, ...) in semind_error() argument
203 if (status) in semind_error()
204 exit(status); in semind_error()
433 int status; in query_appendf() local
440 if ((status = sqlite3_str_errcode(query)) == SQLITE_OK) in query_appendf()
443 if (status == SQLITE_NOMEM) in query_appendf()
446 if (status == SQLITE_TOOBIG) in query_appendf()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DSwiftConfig.cpp254 html += "if(xhr.readyState == 4 && xhr.status == 200)\n"; in page()
517 std::string status; in send() local
522 case OK: status += "HTTP/1.1 200 OK\r\n"; break; in send()
523 case NotFound: status += "HTTP/1.1 404 Not Found\r\n"; break; in send()
531 std::string message = status + header + body; in send()
764 struct stat status; in readConfiguration() local
767 bool noConfig = stat("SwiftShader.ini", &status) != 0; in readConfiguration()
768 newConfig = !noConfig && abs((int)status.st_mtime - lastModified) > 1; in readConfiguration()
/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c42 static void CheckUpbStatus(const upb_status* status, const char* msg) { in CheckUpbStatus() argument
43 if (!upb_ok(status)) { in CheckUpbStatus()
44 zend_error(E_ERROR, "%s: %s\n", msg, upb_status_errmsg(status)); in CheckUpbStatus()
932 upb_status status; in add_descriptor() local
934 upb_status_clear(&status); in add_descriptor()
948 file_def = upb_symtab_addfile(pool->symtab, file, &status); in add_descriptor()
949 CheckUpbStatus(&status, "Unable to load descriptor"); in add_descriptor()
/third_party/python/Lib/
H A Dthreading.py561 status = 'set' if self._flag else 'unset'
562 return f"<{cls.__module__}.{cls.__qualname__} at {id(self):#x}: {status}>"
926 status = "initial"
928 status = "started"
931 status = "stopped"
933 status += " daemon"
935 status += " %s" % self._ident
936 return "<%s(%s, %s)>" % (self.__class__.__name__, self._name, status)
1219 raise RuntimeError("cannot set daemon status of active thread")
/third_party/python/Lib/test/
H A Dtest_wsgiref.py162 def create_bad_app(status):
164 start_response(status, [("Content-Type", "text/plain; charset=utf-8")])
174 for status, exc_message in tests:
175 with self.subTest(status=status):
176 out, err = run_amock(create_bad_app(status))
839 self.assertIsNotNone(h.status)
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_escan.c470 s32 status = ntoh32(e->status); in wl_escan_handler() local
488 ESCAN_DBG(dev->name, "enter event type : %d, status : %d \n", in wl_escan_handler()
489 ntoh32(e->event_type), ntoh32(e->status)); in wl_escan_handler()
491 if (status == WLC_E_STATUS_PARTIAL) { in wl_escan_handler()
646 else if (status == WLC_E_STATUS_SUCCESS) { in wl_escan_handler()
652 } else if ((status == WLC_E_STATUS_ABORT) || (status == WLC_E_STATUS_NEWSCAN) || in wl_escan_handler()
653 (status == WLC_E_STATUS_11HQUIET) || (status in wl_escan_handler()
[all...]
/third_party/python/Modules/_sre/
H A Dsre_lib.h1635 Py_ssize_t status = 0; in search() local
1703 status = SRE(match)(state, pattern + 2*prefix_skip, 0); in search()
1704 if (status != 0) in search()
1705 return status; in search()
1749 status = SRE(match)(state, pattern + 2*prefix_skip, 0); in search()
1750 if (status != 0) in search()
1751 return status; in search()
1775 status = SRE(match)(state, pattern, 0); in search()
1776 if (status != 0) in search()
1786 status in search()
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dencode_decode.c998 upb_status status; member
1010 upb_status_clear(&se->status); in stackenv_init()
1016 if (!upb_ok(&se->status)) { in stackenv_uninit()
1019 VALUE errmsg = rb_str_new2(upb_status_errmsg(&se->status)); in stackenv_uninit()
1062 decoder = upb_pbdecoder_create(se.arena, method, sink, &se.status); in Message_decode()
1140 &se.status, RTEST(ignore_unknown_fields)); in Message_decode_json()
1333 upb_status status; in putmap() local
1345 upb_sink_endmsg(entry_sink, &status); in putmap()
1357 upb_status status; in putjsonany() local
1434 upb_sink_endmsg(sink, &status); in putjsonany()
1440 upb_status status; putjsonlistvalue() local
1470 upb_status status; putmsg() local
[all...]
/third_party/mbedtls/library/
H A Dmd_psa.h18 /** Convert PSA status to MD error code.
20 * \param status PSA status.
24 int mbedtls_md_error_from_psa(psa_status_t status);
/third_party/libuv/src/win/
H A Dfs.c672 NTSTATUS status = (NTSTATUS)pep->ExceptionRecord->ExceptionInformation[3]; in fs__filemap_ex_filter() local
673 *perror = pRtlNtStatusToDosError(status); in fs__filemap_ex_filter()
1079 NTSTATUS status; in fs__unlink() local
1131 status = pNtSetInformationFile(handle, in fs__unlink()
1136 if (!NT_SUCCESS(status)) { in fs__unlink()
1137 SET_REQ_WIN32_ERROR(req, pRtlNtStatusToDosError(status)); in fs__unlink()
1145 status = pNtSetInformationFile(handle, in fs__unlink()
1150 if (NT_SUCCESS(status)) { in fs__unlink()
1153 SET_REQ_WIN32_ERROR(req, pRtlNtStatusToDosError(status)); in fs__unlink()
1307 NTSTATUS status; in fs__scandir() local
1973 NTSTATUS status; fs__ftruncate() local
2829 uv__fs_done(struct uv__work* w, int status) uv__fs_done() argument
[all...]
/third_party/node/deps/uv/src/win/
H A Dfs.c738 NTSTATUS status = (NTSTATUS)pep->ExceptionRecord->ExceptionInformation[3]; in fs__filemap_ex_filter() local
739 *perror = pRtlNtStatusToDosError(status); in fs__filemap_ex_filter()
1145 NTSTATUS status; in fs__unlink() local
1197 status = pNtSetInformationFile(handle, in fs__unlink()
1202 if (!NT_SUCCESS(status)) { in fs__unlink()
1203 SET_REQ_WIN32_ERROR(req, pRtlNtStatusToDosError(status)); in fs__unlink()
1211 status = pNtSetInformationFile(handle, in fs__unlink()
1216 if (NT_SUCCESS(status)) { in fs__unlink()
1219 SET_REQ_WIN32_ERROR(req, pRtlNtStatusToDosError(status)); in fs__unlink()
1373 NTSTATUS status; in fs__scandir() local
1992 NTSTATUS status; fs__ftruncate() local
2842 uv__fs_done(struct uv__work* w, int status) uv__fs_done() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dlocalsvc.h21 * @param status error status
24 U_CAPI void* uprv_svc_hook(const char *what, UErrorCode *status);
/third_party/node/src/large_pages/
H A Dnode_large_page.h30 const char* LargePagesError(int status);
/third_party/node/deps/icu-small/source/common/
H A Dlocalsvc.h21 * @param status error status
24 U_CAPI void* uprv_svc_hook(const char *what, UErrorCode *status);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Demangle/
H A DDemangle.h19 /// The *status will be set to
27 int *status);
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocalsvc.h21 * @param status error status
24 U_CAPI void* uprv_svc_hook(const char *what, UErrorCode *status);
/applications/standard/app_samples/code/Performance/PerformanceLibrary/feature/nativeThreadsCallJS/src/main/cpp/
H A Dhello.cpp45 void AfterWorkCallback(uv_work_t *workReq, int status) in AfterWorkCallback() argument
239 napi_status status = napi_release_threadsafe_function(tsfn, napi_tsfn_release); in ThreadSafeTest() local
240 if (status == napi_status::napi_ok) { in ThreadSafeTest()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_mmu.c173 MALI_PRINT_ERROR(("Enable paging request failed, MMU status is 0x%08X\n", mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS))); in mali_mmu_enable_paging()
212 MALI_DEBUG_PRINT(2, ("Enable stall request failed, MMU status is 0x%08X\n", mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS))); in mali_mmu_enable_stall()
245 u32 status = mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS); in mali_mmu_disable_stall() local
246 if (0 == (status & MALI_MMU_STATUS_BIT_STALL_ACTIVE)) { in mali_mmu_disable_stall()
249 if (status & MALI_MMU_STATUS_BIT_PAGE_FAULT_ACTIVE) { in mali_mmu_disable_stall()
256 if (MALI_REG_POLL_COUNT_FAST == i) MALI_DEBUG_PRINT(1, ("Disable stall request failed, MMU status is 0x%08X\n", mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS))); in mali_mmu_disable_stall()
279 MALI_PRINT_ERROR(("Reset request failed, MMU status is 0x%08X\n", mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS))); in mali_mmu_raw_reset()

Completed in 44 milliseconds

1...<<151152153154155156157158159160>>...249