Home
last modified time | relevance | path

Searched refs:status (Results 9976 - 10000 of 20235) sorted by relevance

1...<<391392393394395396397398399400>>...810

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_fixtures.h60 // Performs validation. Returns the status and stores validation state into
127 auto status = spvTextToBinary(context.context, code.c_str(), code.size(), in CompileSuccessfully() local
129 EXPECT_EQ(SPV_SUCCESS, status) in CompileSuccessfully()
133 ASSERT_EQ(SPV_SUCCESS, status); in CompileSuccessfully()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_capi.cpp74 const UFormattedNumber* uresult, UErrorCode& status) { in validateUFormattedNumberToDecimalQuantity()
75 auto* result = UFormattedNumberApiHelper::validate(uresult, status); in validateUFormattedNumberToDecimalQuantity()
76 if (U_FAILURE(status)) { in validateUFormattedNumberToDecimalQuantity()
73 validateUFormattedNumberToDecimalQuantity( const UFormattedNumber* uresult, UErrorCode& status) validateUFormattedNumberToDecimalQuantity() argument
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dspdy_event_loop.c124 enum SPDY_RESPONSE_RESULT status, in response_done_callback()
135 if(SPDY_RESPONSE_RESULT_SUCCESS != status) in response_done_callback()
137 printf("not sent frame cause %i", 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/icu/source/common/
H A Dputilimp.h575 U_CAPI void * U_EXPORT2 uprv_dl_open(const char *libName, UErrorCode *status);
581 U_CAPI void U_EXPORT2 uprv_dl_close( void *lib, UErrorCode *status);
587 U_CAPI UVoidFunction* U_EXPORT2 uprv_dlsym_func( void *lib, const char *symbolName, UErrorCode *status);
594 /* U_CAPI void * U_EXPORT2 uprv_dlsym_data( void *lib, const char *symbolName, UErrorCode *status); */
/third_party/typescript/tests/baselines/reference/
H A DvariableDeclaratorResolvedDuringContextualTyping.js100 status: number;
118 isNew: response.status === 201
155 isNew: response.status === 201
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DErrorScopeValidationTests.cpp36 MOCK_METHOD(void, Call, (WGPUQueueWorkDoneStatus status, void* userdata));
40 static void ToMockQueueWorkDone(WGPUQueueWorkDoneStatus status, void* userdata) { in ToMockQueueWorkDone() argument
41 mockQueueWorkDoneCallback->Call(status, userdata); in ToMockQueueWorkDone()
/third_party/python/Lib/test/
H A Dtest_docxmlrpc.py95 self.assertEqual(response.status, 200)
105 self.assertEqual(response.status, 200)
115 self.assertEqual(response.status, 404)
/third_party/spirv-tools/source/fuzz/
H A Dshrinker.cpp115 if (initial_replay_result.status !=
201 if (replay_result.status != Replayer::ReplayerResultStatus::kComplete) {
268 if (added_function_reducer_result.status !=
/third_party/spirv-tools/test/fuzz/
H A Dfuzzer_shrinker_test.cpp1002 shrinker_result.status ||
1004 shrinker_result.status);
1074 fuzzer_result.status);
/third_party/spirv-tools/test/
H A Dtest_fixture.h67 spv_result_t status = in CompileSuccessfully() local
70 EXPECT_EQ(SPV_SUCCESS, status) << txt; in CompileSuccessfully()
72 if (status == SPV_SUCCESS) { in CompileSuccessfully()
/third_party/spirv-tools/test/val/
H A Dval_fixtures.h62 // Performs validation. Returns the status and stores validation state into
135 auto status = spvTextToBinary(context.context, code.c_str(), code.size(), in CompileSuccessfully() local
137 EXPECT_EQ(SPV_SUCCESS, status) in CompileSuccessfully()
141 ASSERT_EQ(SPV_SUCCESS, status); in CompileSuccessfully()
/third_party/vk-gl-cts/scripts/verify/
H A Dverify.py150 status = readFile(statusPath)
152 if status.find("nothing to commit, working directory clean") < 0 and status.find("nothing to commit, working tree clean") < 0:
155 messages.append(error(package.basePath, "Missing git status files"))
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dnotify.h108 int status, const u8 *bssid);
118 enum p2p_prov_disc_status status,
140 void wpas_notify_eap_status(struct wpa_supplicant *wpa_s, const char *status,
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c2258 void upb_status_clear(upb_status *status) { in upb_status_clear() argument
2259 if (!status) return; in upb_status_clear()
2260 status->ok = true; in upb_status_clear()
2261 status->msg[0] = '\0'; in upb_status_clear()
2264 bool upb_ok(const upb_status *status) { return status->ok; } in upb_ok() argument
2266 const char *upb_status_errmsg(const upb_status *status) { return status->msg; } in upb_status_errmsg() argument
2268 void upb_status_seterrmsg(upb_status *status, const char *msg) { in upb_status_seterrmsg() argument
2269 if (!status) retur in upb_status_seterrmsg()
2275 upb_status_seterrf(upb_status *status, const char *fmt, ...) upb_status_seterrf() argument
2282 upb_status_vseterrf(upb_status *status, const char *fmt, va_list args) upb_status_vseterrf() argument
3207 upb_status_setoom(upb_status *status) upb_status_setoom() argument
4070 upb_status *status; /* Record errors here. */ global() member
4162 resolvename(const upb_strtable *t, const upb_fielddef *f, const char *base, upb_strview sym, upb_deftype_t type, upb_status *status, const void **def) resolvename() argument
4902 upb_symtab_addtotabs(upb_symtab *s, symtab_addctx *ctx, upb_status *status) upb_symtab_addtotabs() argument
5021 _upb_symtab_addfile( upb_symtab *s, const google_protobuf_FileDescriptorProto *file_proto, const upb_msglayout **layouts, upb_status *status) _upb_symtab_addfile() argument
5048 upb_symtab_addfile( upb_symtab *s, const google_protobuf_FileDescriptorProto *file_proto, upb_status *status) upb_symtab_addfile() argument
5063 upb_status status; _upb_symtab_loaddefinit() local
5565 checkstart(upb_handlers *h, const upb_fielddef *f, upb_handlertype_t type, upb_status *status) checkstart() argument
7899 upb_pbdecoder_create(upb_arena *a, const upb_pbdecodermethod *m, upb_sink sink, upb_status *status) upb_pbdecoder_create() argument
8342 endmsg(void *c, const void *hd, upb_status *status) endmsg() argument
9203 upb_status *status; global() member
12291 upb_json_parser_create(upb_arena *arena, const upb_json_parsermethod *method, const upb_symtab* symtab, upb_sink output, upb_status *status, bool ignore_json_unknown) upb_json_parser_create() argument
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnand_base.c324 u8 status; in nand_check_wp() local
332 ret = nand_status_op(chip, &status); in nand_check_wp()
336 return status & NAND_STATUS_WP ? 0 : 1; in nand_check_wp()
389 int chipnr, page, status, len, ret; in nand_do_write_oob() local
433 status = chip->ecc.write_oob_raw(chip, page & chip->pagemask); in nand_do_write_oob()
435 status = chip->ecc.write_oob(chip, page & chip->pagemask); in nand_do_write_oob()
439 if (status) in nand_do_write_oob()
440 return status; in nand_do_write_oob()
611 u8 status = 0; in nand_soft_waitrdy() local
632 ret = nand_read_data_op(chip, &status, sizeo in nand_soft_waitrdy()
716 u8 status; panic_nand_wait() local
1299 u8 status; nand_exec_prog_page_op() local
1400 u8 status; nand_prog_page_end_op() local
1453 int status; nand_prog_page_op() local
1601 nand_status_op(struct nand_chip *chip, u8 *status) nand_status_op() argument
1670 u8 status; nand_erase_op() local
3922 int status, subpage; nand_write_page() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dcma.c101 * @reason: Value returned in the REJECT event status field.
120 if (rdma_is_consumer_reject(id, ev->status)) { in rdma_consumer_reject_data()
1968 pr_debug_ratelimited("RDMA CM: CONNECT_ERROR: failed to handle reply. status %d\n", ret); in cma_rep_recv()
2026 event.status = -ETIMEDOUT; in cma_ib_handler()
2035 event.status = cma_rep_recv(id_priv); in cma_ib_handler()
2036 event.event = event.status ? RDMA_CM_EVENT_CONNECT_ERROR : in cma_ib_handler()
2049 event.status = -ETIMEDOUT; in cma_ib_handler()
2068 event.status = ib_event->param.rej_rcvd.reason; in cma_ib_handler()
2365 switch (iw_event->status) { in cma_iw_handler()
2392 event.status in cma_iw_handler()
2658 cma_query_handler(int status, struct sa_path_rec *path_rec, void *context) cma_query_handler() argument
3227 addr_handler(int status, struct sockaddr *src_addr, struct rdma_dev_addr *dev_addr, void *context) addr_handler() argument
4327 cma_send_sidr_rep(struct rdma_id_private *id_priv, enum ib_cm_sidr_status status, u32 qkey, const void *private_data, int private_data_len) cma_send_sidr_rep() argument
4535 cma_make_mc_event(int status, struct rdma_id_private *id_priv, struct ib_sa_multicast *multicast, struct rdma_cm_event *event, struct cma_multicast *mc) cma_make_mc_event() argument
4579 cma_ib_mc_handler(int status, struct ib_sa_multicast *multicast) cma_ib_mc_handler() argument
[all...]
/kernel/linux/linux-5.10/net/packet/
H A Daf_packet.c191 int status);
197 struct packet_sock *, unsigned int status);
365 static void __packet_set_status(struct packet_sock *po, void *frame, int status) in __packet_set_status() argument
374 WRITE_ONCE(h.h1->tp_status, status); in __packet_set_status()
378 WRITE_ONCE(h.h2->tp_status, status); in __packet_set_status()
382 WRITE_ONCE(h.h3->tp_status, status); in __packet_set_status()
482 int status) in packet_lookup_frame()
493 if (status != __packet_get_status(po, h.raw)) in packet_lookup_frame()
501 int status) in packet_current_frame()
503 return packet_lookup_frame(po, rb, rb->head, status); in packet_current_frame()
479 packet_lookup_frame(const struct packet_sock *po, const struct packet_ring_buffer *rb, unsigned int position, int status) packet_lookup_frame() argument
499 packet_current_frame(struct packet_sock *po, struct packet_ring_buffer *rb, int status) packet_current_frame() argument
719 prb_flush_block(struct tpacket_kbdq_core *pkc1, struct tpacket_block_desc *pbd1, __u32 status) prb_flush_block() argument
766 __u32 status = TP_STATUS_USER | stat; prb_close_block() local
916 prb_retire_current_block(struct tpacket_kbdq_core *pkc, struct packet_sock *po, unsigned int status) prb_retire_current_block() argument
1078 packet_current_rx_frame(struct packet_sock *po, struct sk_buff *skb, int status, unsigned int len) packet_current_rx_frame() argument
1098 prb_lookup_block(const struct packet_sock *po, const struct packet_ring_buffer *rb, unsigned int idx, int status) prb_lookup_block() argument
1122 __prb_previous_block(struct packet_sock *po, struct packet_ring_buffer *rb, int status) __prb_previous_block() argument
1130 packet_previous_rx_frame(struct packet_sock *po, struct packet_ring_buffer *rb, int status) packet_previous_rx_frame() argument
1155 packet_previous_frame(struct packet_sock *po, struct packet_ring_buffer *rb, int status) packet_previous_frame() argument
2209 unsigned long status = TP_STATUS_USER; tpacket_rcv() local
2689 int status = TP_STATUS_AVAILABLE; tpacket_snd() local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dnand_base.c363 u8 status; in nand_check_wp() local
371 ret = nand_status_op(chip, &status); in nand_check_wp()
375 return status & NAND_STATUS_WP ? 0 : 1; in nand_check_wp()
428 int chipnr, page, status, len, ret; in nand_do_write_oob() local
476 status = chip->ecc.write_oob_raw(chip, page & chip->pagemask); in nand_do_write_oob()
478 status = chip->ecc.write_oob(chip, page & chip->pagemask); in nand_do_write_oob()
482 if (status) in nand_do_write_oob()
483 return status; in nand_do_write_oob()
654 u8 status = 0; in nand_soft_waitrdy() local
675 ret = nand_read_data_op(chip, &status, sizeo in nand_soft_waitrdy()
759 u8 status; panic_nand_wait() local
1621 u8 status; nand_prog_page_end_op() local
1675 u8 status; nand_prog_page_op() local
1854 nand_status_op(struct nand_chip *chip, u8 *status) nand_status_op() argument
1936 u8 status; nand_erase_op() local
4372 int status, subpage; nand_write_page() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dnet2280.c429 /* scrub most status bits, and flush any fifo state */ in ep_reset_228x()
752 req->req.status = -EOVERFLOW; in read_fifo()
894 /* dma irq, faking scatterlist status */ in start_dma()
953 done(struct net2280_ep *ep, struct net2280_request *req, int status) in done() argument
960 if (req->req.status == -EINPROGRESS) in done()
961 req->req.status = status; in done()
963 status = req->req.status; in done()
969 if (status in done()
1125 dma_done(struct net2280_ep *ep, struct net2280_request *req, u32 dmacount, int status) dma_done() argument
2864 u16 status; handle_stat0_irqs_superspeed() local
3210 __le32 status; handle_stat0_irqs() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dnet2280.c429 /* scrub most status bits, and flush any fifo state */ in ep_reset_228x()
752 req->req.status = -EOVERFLOW; in read_fifo()
894 /* dma irq, faking scatterlist status */ in start_dma()
945 done(struct net2280_ep *ep, struct net2280_request *req, int status) in done() argument
952 if (req->req.status == -EINPROGRESS) in done()
953 req->req.status = status; in done()
955 status = req->req.status; in done()
961 if (status in done()
1117 dma_done(struct net2280_ep *ep, struct net2280_request *req, u32 dmacount, int status) dma_done() argument
2867 u16 status; handle_stat0_irqs_superspeed() local
3215 __le32 status; handle_stat0_irqs() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfa_svc.c1234 if (lps->status == BFA_STATUS_OK) { in bfa_lps_sm_login()
1542 lps->status = rsp->status; in bfa_lps_login_rsp()
1543 switch (rsp->status) { in bfa_lps_login_rsp()
1577 /* Nothing to do with other status */ in bfa_lps_login_rsp()
1602 lps->status = first_lps->status; in bfa_lps_no_res()
1742 bfa_cb_lps_fdisc_comp(lps->bfa->bfad, lps->uarg, lps->status); in bfa_lps_login_comp_cb()
1744 bfa_cb_lps_flogi_comp(lps->bfa->bfad, lps->uarg, lps->status); in bfa_lps_login_comp_cb()
1760 bfa_cb_lps_fdisc_comp(lps->bfa->bfad, lps->uarg, lps->status); in bfa_lps_login_comp()
5795 bfa_status_t status = BFA_STATUS_OK; bfa_fcdiag_queuetest_comp() local
5948 bfa_status_t status; bfa_fcdiag_loopback() local
6058 bfa_status_t status; bfa_fcdiag_queuetest() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c150 * @status: Status of issued command.
158 u8 status, void *mpi_request, int sz) in mpt3sas_base_check_cmd_timeout()
162 if (!(status & MPT3_CMD_RESET)) in mpt3sas_base_check_cmd_timeout()
639 if (ioc->scsih_cmds.status != MPT3_CMD_NOT_USED) { in _base_sync_drv_fw_timestamp()
643 ioc->scsih_cmds.status = MPT3_CMD_PENDING; in _base_sync_drv_fw_timestamp()
647 ioc->scsih_cmds.status = MPT3_CMD_NOT_USED; in _base_sync_drv_fw_timestamp()
667 if (!(ioc->scsih_cmds.status & MPT3_CMD_COMPLETE)) { in _base_sync_drv_fw_timestamp()
669 ioc->scsih_cmds.status, mpi_request, in _base_sync_drv_fw_timestamp()
673 if (ioc->scsih_cmds.status & MPT3_CMD_REPLY_VALID) { in _base_sync_drv_fw_timestamp()
683 ioc->scsih_cmds.status in _base_sync_drv_fw_timestamp()
157 mpt3sas_base_check_cmd_timeout(struct MPT3SAS_ADAPTER *ioc, u8 status, void *mpi_request, int sz) mpt3sas_base_check_cmd_timeout() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfa_svc.c1228 if (lps->status == BFA_STATUS_OK) { in bfa_lps_sm_login()
1536 lps->status = rsp->status; in bfa_lps_login_rsp()
1537 switch (rsp->status) { in bfa_lps_login_rsp()
1571 /* Nothing to do with other status */ in bfa_lps_login_rsp()
1596 lps->status = first_lps->status; in bfa_lps_no_res()
1736 bfa_cb_lps_fdisc_comp(lps->bfa->bfad, lps->uarg, lps->status); in bfa_lps_login_comp_cb()
1738 bfa_cb_lps_flogi_comp(lps->bfa->bfad, lps->uarg, lps->status); in bfa_lps_login_comp_cb()
1754 bfa_cb_lps_fdisc_comp(lps->bfa->bfad, lps->uarg, lps->status); in bfa_lps_login_comp()
5789 bfa_status_t status = BFA_STATUS_OK; bfa_fcdiag_queuetest_comp() local
5942 bfa_status_t status; bfa_fcdiag_loopback() local
6052 bfa_status_t status; bfa_fcdiag_queuetest() local
[all...]
/third_party/mbedtls/programs/ssl/
H A Dssl_server2.c963 psa_status_t status; in psk_free() local
967 status = psa_destroy_key(slot); in psk_free()
968 if (status != PSA_SUCCESS) { in psk_free()
969 return status; in psk_free()
1067 /** Return true if \p ret is a status code indicating that there is an
1293 mbedtls_printf("Async resume (slot %u): %s done, status=%d.\n", in ssl_async_resume()
1315 psa_status_t status; in psa_setup_psk_key_slot() local
1323 status = psa_import_key(&key_attributes, psk, psk_len, slot); in psa_setup_psk_key_slot()
1324 if (status != PSA_SUCCESS) { in psa_setup_psk_key_slot()
1326 return status; in psa_setup_psk_key_slot()
1597 psa_status_t status; main() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedDepthStencilTests.cpp1167 GLenum status = gl.checkFramebufferStatus(GL_FRAMEBUFFER); in doReadPixels() local
1168 if (status != GL_FRAMEBUFFER_COMPLETE) in doReadPixels()
1170 m_testCtx.getLog() << tcu::TestLog::Message << "Framebuffer is incomplete: " << status in doReadPixels()
1195 status = gl.checkFramebufferStatus(GL_FRAMEBUFFER); in doReadPixels()
1196 if (status != GL_FRAMEBUFFER_COMPLETE) in doReadPixels()
1198 m_testCtx.getLog() << tcu::TestLog::Message << "Framebuffer is incomplete: " << status in doReadPixels()
1731 int status = gl.checkFramebufferStatus(GL_FRAMEBUFFER); in iterate() local
1732 if (status != GL_FRAMEBUFFER_COMPLETE) in iterate()
1734 m_testCtx.getLog() << tcu::TestLog::Message << "Framebuffer is incomplete: " << status in iterate()
1855 int status in iterate() local
2028 GLenum status = gl.checkFramebufferStatus(GL_FRAMEBUFFER); iterate() local
2350 GLenum status; iterate() local
2663 GLenum status = gl.checkFramebufferStatus(GL_FRAMEBUFFER); iterate() local
[all...]

Completed in 62 milliseconds

1...<<391392393394395396397398399400>>...810