/third_party/icu/icu4c/source/test/intltest/ |
H A D | intltest.h | 216 void errcheckln(UErrorCode status, const UnicodeString &message ); 229 * logs an error (even if status==U_ZERO_ERROR), but 231 * Does not report the status code. 232 * @param status parameter for selecting whether errln or dataerrln is called. 234 void errcheckln(UErrorCode status, const char *fmt, ...); 424 UChar *ReadAndConvertFile(const char *fileName, int &ulen, const char *encoding, UErrorCode &status);
|
/third_party/ltp/testcases/kernel/fs/read_all/ |
H A D | read_all.c | 579 int status, bad_exit = 0; in reap_children() local 583 pid = wait(&status); in reap_children() 586 if (!WIFEXITED(status)) in reap_children()
|
/third_party/lwip/src/apps/snmp/ |
H A D | snmp_mib2_tcp.c | 297 if (state.status == SNMP_NEXT_OID_STATUS_SUCCESS) { in tcp_ConnTable_get_next_cell_instance_and_value() 411 if (state.status == SNMP_NEXT_OID_STATUS_SUCCESS) { in tcp_ConnectionTable_get_next_cell_instance_and_value() 498 if (state.status == SNMP_NEXT_OID_STATUS_SUCCESS) { in tcp_ListenerTable_get_next_cell_instance_and_value()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | compiler.h | 266 V8_WARN_UNUSED_RESULT Status UpdateState(Status status, State next_state) { in UpdateState() argument 267 switch (status) { in UpdateState() 278 return status; in UpdateState()
|
/third_party/openssl/test/ |
H A D | cmp_client_test.c | 129 int status = OSSL_CMP_CTX_get_status(ctx); in execute_exec_certrequest_ses_test() local 132 if (!TEST_int_eq(status, fixture->expected) in execute_exec_certrequest_ses_test() 134 && TEST_int_eq(status, OSSL_CMP_PKISTATUS_trans))) in execute_exec_certrequest_ses_test()
|
/third_party/python/Lib/ |
H A D | socketserver.py | 622 status = 1 625 status = 0 632 os._exit(status)
|
/third_party/python/Lib/idlelib/ |
H A D | iomenu.py | 336 status = pipe.close() 337 if status: 338 output = "Printing failed (exit status 0x%x)\n" % \ 339 status + output 342 messagebox.showerror("Print status", output, parent=self.text) 345 messagebox.showinfo("Print status", message, parent=self.text)
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/ |
H A D | main.go | 143 for _, status := range testlist.Statuses { 144 path := testlist.FilePathWithStatus(path, status) 154 rowValues[string(status)] = lines
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ocsp.h | 218 int OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, 242 OCSP_RESPONSE *OCSP_response_create(int status, OCSP_BASICRESP *bs); 245 int status, int reason,
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | replace_desc_array_access_using_var_index.cpp | 42 Status status = Status::SuccessWithoutChange; in Process() local 46 status = Status::SuccessWithChange; in Process() 49 return status; in Process()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | replace_desc_array_access_using_var_index.cpp | 42 Status status = Status::SuccessWithoutChange; in Process() local 46 status = Status::SuccessWithChange; in Process() 49 return status; in Process()
|
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/ |
H A D | ftrandom.c | 535 int status; in do_test() local 538 waitpid( child_pid, &status, 0 ); in do_test() 540 if ( WIFSIGNALED ( status ) ) in do_test()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-ot-color.c | 458 int status = 0; in main() local 483 status = hb_test_run(); in main() 490 return status; in main()
|
/third_party/python/Lib/test/ |
H A D | test_pty.py | 257 (pid, status) = os.waitpid(pid, 0) 258 res = os.waitstatus_to_exitcode(status) 259 debug("Child (%d) exited with code %d (status %d)." % (pid, res, status)) 412 self.assertEqual(pty.spawn([]), status_sentinel, "pty.waitpid process status not returned by pty.spawn")
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | MemoryBuffer.cpp | 335 if (sys::fs::status(FD, Status)) in shouldUseMmap() 378 std::error_code EC = sys::fs::status(FD, Status); in getReadWriteFile() 429 std::error_code EC = sys::fs::status(FD, Status); in getOpenFileImpl()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnvhz.cpp | 534 UErrorCode *status) in _HZ_SafeClone() 539 if (U_FAILURE(*status)){ in _HZ_SafeClone() 558 ucnv_safeClone(((UConverterDataHZ*)cnv->extraInfo)->gbConverter, &localClone->subCnv, &size, status); in _HZ_SafeClone() 531 _HZ_SafeClone(const UConverter *cnv, void *stackBuffer, int32_t *pBufferSize, UErrorCode *status) _HZ_SafeClone() argument
|
/third_party/toybox/toys/pending/ |
H A D | route.c | 100 int status = 0; in get_addrinfo() local 104 if ((status = getaddrinfo(ip, NULL, &hints, &result))) { in get_addrinfo() 105 perror_msg("getaddrinfo: %s", gai_strerror(status)); in get_addrinfo()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | QueueSubmitValidationTests.cpp | 146 const auto callback = [](WGPUBufferMapAsyncStatus status, void* userdata) { in TEST_F() 167 const auto callback = [](WGPUCreatePipelineAsyncStatus status, WGPURenderPipeline pipeline, in TEST_F() 202 const auto callback = [](WGPUCreatePipelineAsyncStatus status, WGPUComputePipeline pipeline, in TEST_F()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | layout.h | 297 int status = 0; in TypeName() local 300 demangled = abi::__cxa_demangle(typeid(T).name(), nullptr, nullptr, &status); in TypeName() 302 if (status == 0 && demangled != nullptr) { // Demangling succeeded. in TypeName()
|
/third_party/spirv-tools/source/opt/ |
H A D | replace_desc_array_access_using_var_index.cpp | 41 Status status = Status::SuccessWithoutChange; in Process() local 45 status = Status::SuccessWithChange; in Process() 48 return status; in Process()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_msgbuf.c | 108 /* flags for ioctl pending status */ 385 int status; member 479 int16 ioctl_status; /* status returned from dongle */ 3092 /* Indicate support for TX status metadata */ in dhd_set_host_cap() 6060 uint16 status = ltoh16(ring_status->compl_hdr.status); in dhd_prot_ringstatus_process() local 6063 DHD_ERROR(("ring status: request_id %d, status 0x%04x, flow ring %d, write_idx %d \n", in dhd_prot_ringstatus_process() 6064 request_id, status, ring_id, ltoh16(ring_status->write_idx))); in dhd_prot_ringstatus_process() 6068 if (status in dhd_prot_ringstatus_process() 9721 int16 status; dhd_prot_process_flow_ring_suspend_response() local [all...] |
/applications/standard/contacts_data/contacts/src/ |
H A D | contacts_api.cpp | 158 napi_status status = napi_get_global(env, &global); in GetDataShareHelper() local 161 status = napi_ok; in GetDataShareHelper() 164 if (status != napi_ok) { in GetDataShareHelper() 168 status = napi_get_named_property(env, global, "globalThis", &globalThis); in GetDataShareHelper() 169 if (status != napi_ok) { in GetDataShareHelper() 172 status = napi_get_named_property(env, globalThis, "abilityContext", &abilityContext); in GetDataShareHelper() 173 if (status != napi_ok) { in GetDataShareHelper() 176 status = OHOS::AbilityRuntime::IsStageContext(env, abilityContext, isStageMode); in GetDataShareHelper() 180 if (status != napi_ok || !isStageMode) { in GetDataShareHelper() 613 void ExecuteDone(napi_env env, napi_status status, voi argument 654 ExecuteSyncDone(napi_env env, napi_status status, void *data) ExecuteSyncDone() argument [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_js.c | 992 if (dep_atom->status != KBASE_JD_ATOM_STATE_IN_JS) { in kbase_js_dep_validate() 993 dev_dbg(kbdev->dev, "Blocker already completed (status:%d)\n", dep_atom->status); in kbase_js_dep_validate() 1017 if ((js != dep_js) && (dep_atom->status != KBASE_JD_ATOM_STATE_COMPLETED) && in kbase_js_dep_validate() 1018 (dep_atom->status != KBASE_JD_ATOM_STATE_HW_COMPLETED) && in kbase_js_dep_validate() 1019 (dep_atom->status != KBASE_JD_ATOM_STATE_UNUSED)) { in kbase_js_dep_validate() 1225 atom->status = KBASE_JD_ATOM_STATE_COMPLETED; in kbasep_js_add_job() 1253 /* Setting atom status back to queued as it still has unresolved in kbasep_js_add_job() 1255 atom->status = KBASE_JD_ATOM_STATE_QUEUED; in kbasep_js_add_job() 1256 dev_dbg(kbdev->dev, "Atom %p status t in kbasep_js_add_job() [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_tls.cc | 269 int status = SSL_select_next_proto(const_cast<unsigned char**>(out), in SelectALPNCallback() local 280 return status == OPENSSL_NPN_NEGOTIATED in SelectALPNCallback() 404 void TLSWrap::InvokeQueued(int status, const char* error_str) { in InvokeQueued() argument 405 Debug(this, "Invoking queued write callbacks (%d, %s)", status, error_str); in InvokeQueued() 413 w->Done(status, error_str); in InvokeQueued() 683 void TLSWrap::OnStreamAfterWrite(WriteWrap* req_wrap, int status) { in OnStreamAfterWrite() argument 684 Debug(this, "OnStreamAfterWrite(status = %d)", status); in OnStreamAfterWrite() 690 previous_listener_->OnStreamAfterWrite(req_wrap, status); in OnStreamAfterWrite() 700 finishing->Done(status); in OnStreamAfterWrite() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_event.c | 215 u16 status; in mlme_event_assoc() local 237 status = le_to_host16(mgmt->u.assoc_resp.status_code); in mlme_event_assoc() 238 if (status != WLAN_STATUS_SUCCESS) { in mlme_event_assoc() 247 event.assoc_reject.status_code = status; in mlme_event_assoc() 291 enum nl80211_commands cmd, struct nlattr *status, in mlme_event_connect() 322 status_code = status ? nla_get_u16(status) : WLAN_STATUS_SUCCESS; in mlme_event_connect() 326 "nl80211: Connect event (status=%u ignore_next_local_disconnect=%d)", in mlme_event_connect() 685 wpa_printf(MSG_DEBUG, "nl80211: Frame TX status event"); in mlme_event_mgmt_tx_status() 693 wpa_printf(MSG_DEBUG, "nl80211: Action TX status in mlme_event_mgmt_tx_status() 290 mlme_event_connect(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *status, struct nlattr *addr, struct nlattr *req_ie, struct nlattr *resp_ie, struct nlattr *timed_out, struct nlattr *timeout_reason, struct nlattr *authorized, struct nlattr *key_replay_ctr, struct nlattr *ptk_kck, struct nlattr *ptk_kek, struct nlattr *subnet_status, struct nlattr *fils_erp_next_seq_num, struct nlattr *fils_pmk, struct nlattr *fils_pmkid) mlme_event_connect() argument 2017 enum scan_status status; qca_nl80211_scan_done_event() local [all...] |