Home
last modified time | relevance | path

Searched refs:status (Results 13426 - 13450 of 19764) sorted by relevance

1...<<531532533534535536537538539540>>...791

/third_party/backends/testsuite/backend/genesys/
H A Dsession_config_test.cpp300 auto status = sane_read(handle, buffer.data(), ask_len, &got_data); in run_single_test_scan() local
302 if (status == SANE_STATUS_EOF) { in run_single_test_scan()
305 TIE(status); in run_single_test_scan()
/third_party/curl/lib/
H A Dfile.c90 CURLcode status, bool premature);
254 CURLcode status, bool premature) in file_done()
257 (void)status; /* not used */ in file_done()
253 file_done(struct Curl_easy *data, CURLcode status, bool premature) file_done() argument
/third_party/cups-filters/cupsfilters/
H A Dipp.c262 - printers status: Accepting jobs? Busy? With how many jobs? */ in get_printer_attributes5()
480 exit_status = 0, /* Exit status */ in ippfind_based_uri_converter()
500 int status; /* Status of GET request */ in ippfind_based_uri_converter() local
502 status = httpSeparateURI(HTTP_URI_CODING_ALL, uri, scheme, sizeof(scheme), in ippfind_based_uri_converter()
506 if (status < HTTP_URI_OK) { in ippfind_based_uri_converter()
679 * Report child status... in ippfind_based_uri_converter()
/third_party/icu/icu4c/source/common/
H A Ducnvhz.cpp534 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/icu/tools/commit-checker/
H A Dcheck.py56 # constants for jira_issue.fields.status.id
57 # <https://unicode-org.atlassian.net/rest/api/2/status>
67 if jira_issue.issue.fields.status.id in [S_REVIEWING, S_REVIEW_FEEDBACK]:
163 print("\t- Status: %s" % issue.issue.fields.status.name)
234 return ICUIssue(jira_issue.key, jira_issue.fields.status.id == S_DONE, commit_wanted, jira_issue)
315 # grouped_commits is all commits and issue_ids in the git query, regardless of issue status
/third_party/icu/tools/multi/proj/provider/
H A DMakefile153 .PRECIOUS: (INST_ICU) $(BUILD_ICU) $(SRC_ICU) $(ICU_TARBALLS_VERS:%=$(BUILD)/%/config.status) $(ICU_TARBALLS_VERS:%=$(GLOUT)/%/obj-$(OK)) $(ICU_TARBALLS_VERS:%=$(BUILD)/%/config/$(ICU_CONFIG)) $(PLUGLIB_ICU_CONFIG)
310 $(BUILD)/%/config.status: $(SRC)/%/ok
318 $(BUILD)/%/ok: $(BUILD)/%/config.status
/third_party/libuv/test/
H A Dtest-poll.c207 static void connection_poll_cb(uv_poll_t* handle, int status, int events) { argument
212 ASSERT_OK(status);
492 static void server_poll_cb(uv_poll_t* handle, int status, int events) { argument
/third_party/mbedtls/programs/ssl/
H A Dssl_context_info.c929 psa_status_t status = psa_crypto_init(); in main() local
930 if (status != PSA_SUCCESS) { in main()
932 (int) status); in main()
H A Dssl_mail_client.c363 psa_status_t status = psa_crypto_init(); in main() local
364 if (status != PSA_SUCCESS) { in main()
366 (int) status); in main()
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dsubpicture.c589 Status XvMCGetSubpictureStatus(Display *dpy, XvMCSubpicture *subpicture, int *status) in XvMCGetSubpictureStatus() argument
596 assert(status); in XvMCGetSubpictureStatus()
599 *status = 0; in XvMCGetSubpictureStatus()
/third_party/node/lib/internal/webstreams/
H A Dadapters.js857 function onWriteComplete(status) {
858 if (status < 0) {
859 const error = errnoException(status, 'write', this.error);
/third_party/node/src/crypto/
H A Dcrypto_keys.h344 const WebCryptoKeyExportStatus status = variable
350 if (status == WebCryptoKeyExportStatus::OK) {
357 switch (status) {
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.h279 status(kStatusActive) { in WasmElemSegment()
289 status(declarative ? kStatusDeclarative : kStatusPassive) { in WasmElemSegment()
300 Status status; member in v8::internal::wasm::WasmModuleBuilder::WasmElemSegment
/third_party/node/test/js-native-api/test_general/
H A Dtest_general.c76 napi_status status = napi_get_value_double(env, value, &double_value); in createNapiError() local
78 NODE_API_ASSERT(env, status != napi_ok, "Failed to produce error condition"); in createNapiError()
83 NODE_API_ASSERT(env, error_info->error_code == status, in createNapiError()
84 "Last error info code should match last status"); in createNapiError()
/third_party/node/deps/v8/tools/
H A Dlocs.py379 status = StatusLine()
400 status.print(message, file=out)
430 status.print("Processed {:,} files in {:,.2f} sec.".format(
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dprotocol_core.h18 #include "status.h"
33 // Registers |error|, unless the tokenizer's status is already an error.
41 Status status() const;
254 return StatusOr<std::unique_ptr<T>>(state.status()); in ReadFrom()
261 return StatusOr<std::unique_ptr<T>>(state.status()); in ReadFrom()
/third_party/nghttp2/src/
H A Dshrpx_live_check.cc231 addr_->host, [this](DNSResolverStatus status, const Address *result) { in initiate_connection()
234 if (status == DNSResolverStatus::OK) { in initiate_connection()
260 switch (dns_query_->status) { in initiate_connection()
/third_party/node/deps/icu-small/source/common/
H A Ducnvhz.cpp534 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/node/deps/icu-small/source/i18n/
H A Dnumber_capi.cpp100 const UFormattedNumber* uresult, UErrorCode& status) { in validateUFormattedNumberToDecimalQuantity()
101 auto* result = UFormattedNumberApiHelper::validate(uresult, status); in validateUFormattedNumberToDecimalQuantity()
102 if (U_FAILURE(status)) { in validateUFormattedNumberToDecimalQuantity()
99 validateUFormattedNumberToDecimalQuantity( const UFormattedNumber* uresult, UErrorCode& status) validateUFormattedNumberToDecimalQuantity() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dintltest.h216 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 Dread_all.c579 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 Dsnmp_mib2_tcp.c297 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 Dcompiler.h266 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 Dcmp_client_test.c129 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 Dsocketserver.py622 status = 1
625 status = 0
632 os._exit(status)

Completed in 32 milliseconds

1...<<531532533534535536537538539540>>...791