Home
last modified time | relevance | path

Searched refs:status (Results 4001 - 4025 of 6163) sorted by relevance

1...<<161162163164165166167168169170>>...247

/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/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/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);
/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()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_android.h205 enum wl_ext_status status, void *context);
209 enum wl_ext_status status, void *context);
304 uint attr_type, uint status, uint reason, uint8 *data, uint data_len);
H A Ddhd_flowring.h206 uint8 status; member
233 bool status; member
282 /* Handle a STA interface link status update */
284 uint8 status);
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_mmu.c167 MALI_PRINT_ERROR(("Enable paging request failed, MMU status is 0x%08X\n", in mali_mmu_enable_paging()
208 ("Enable stall request failed, MMU status is 0x%08X\n", in mali_mmu_enable_stall()
242 u32 status = mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS); in mali_mmu_disable_stall() local
243 if ((status & MALI_MMU_STATUS_BIT_STALL_ACTIVE) == 0) { in mali_mmu_disable_stall()
246 if (status & MALI_MMU_STATUS_BIT_PAGE_FAULT_ACTIVE) { in mali_mmu_disable_stall()
255 ("Disable stall request failed, MMU status is 0x%08X\n", in mali_mmu_disable_stall()
280 MALI_PRINT_ERROR(("Reset request failed, MMU status is 0x%08X\n", in mali_mmu_raw_reset()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_sync_android.c380 return atomic_read(&fence->status); in kbase_fence_get_status()
390 /* Propagate the fence status to the atom. in kbase_fence_wait_callback()
475 info->status = kbase_fence_get_status(katom->fence); in kbase_sync_fence_in_info_get()
488 info->status = kbase_fence_get_status(katom->fence); in kbase_sync_fence_out_info_get()
/test/xts/hats/hdf/camera/cameraMg/v1_1/include/
H A Dhdi_common_v1_1.h124 bool status; member in OHOS::Camera::Test
219 int32_t OnCameraStatus(const std::string& cameraId, CameraStatus status) override;
220 int32_t OnFlashlightStatus(const std::string& cameraId, FlashlightStatus status) override;
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/include/
H A Dhdi_common_v1_1.h124 bool status; member in OHOS::Camera::Test
218 int32_t OnCameraStatus(const std::string& cameraId, CameraStatus status) override;
219 int32_t OnFlashlightStatus(const std::string& cameraId, FlashlightStatus status) override;
/third_party/ffmpeg/libavfilter/
H A Dsetpts.c230 int status; in activate() local
242 if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate()
250 ff_outlink_set_status(outlink, status, D2TS(d)); in activate()
H A Df_segment.c191 int ret, status; in activate() local
245 } else if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate()
247 ff_outlink_set_status(ctx->outputs[i], status, pts); in activate()
H A Daf_anlms.c184 int i, ret, status; in activate() local
228 if (ff_inlink_acknowledge_status(ctx->inputs[i], &status, &pts)) { in activate()
229 ff_outlink_set_status(ctx->outputs[0], status, pts); in activate()
/third_party/ffmpeg/libavformat/
H A Dtls_gnutls.c210 unsigned int status, cert_list_size; in tls_open() local
213 if ((ret = gnutls_certificate_verify_peers2(p->session, &status)) < 0) { in tls_open()
219 if (status & GNUTLS_CERT_INVALID) { in tls_open()
/third_party/cups-filters/filter/
H A Drastertops.c81 int /* O - Exit status */
102 void /* O - Exit status */
313 zerr(int ret) /* I - Return status of deflate */ in zerr()
362 int /* O - Exit status */
379 * Make sure status messages are not buffered... in main()
407 ppd_status_t status; /* PPD error */ in main() local
411 status = ppdLastError(&linenum); in main()
412 fprintf(stderr, "DEBUG: %s on line %d.\n", ppdErrorString(status), linenum); in main()
464 * Write a status message with the page number and number of copies. in main()
/third_party/icu/icu4c/source/test/intltest/
H A Dpluralmaptest.cpp210 UErrorCode status = U_ZERO_ERROR; in addVariant() local
211 UnicodeString *current = map.getMutable(v, status); in addVariant()
212 if (!assertSuccess("", status)) { in addVariant()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DTransformsMapper.java151 String status = visibility == Visibility.internal ? "internal" : "file"; in writeRootIndexEntry()
159 RbPath rbPrefix = RB_TRANSLITERATOR_IDS.extendBy(id, status); in writeRootIndexEntry()
167 RbPath rbPrefix = RB_TRANSLITERATOR_IDS.extendBy(id, status); in writeRootIndexEntry()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCollectAPI.java175 // status in writeTSV()
269 private static String getStatusTypeName(int status) { in getStatusTypeName() argument
271 switch (status) { in getStatusTypeName()
293 throw new IllegalArgumentException("Bad API status type " + status); in getStatusTypeName()
/third_party/libuv/test/
H A Dtest-metrics.c271 static void fs_after_work_cb(uv_work_t* req, int status) { in fs_after_work_cb() argument
295 static void fs_random_cb(uv_random_t* req, int status, void* buf, size_t len) { in fs_random_cb() argument
301 int status, in fs_addrinfo_cb()
300 fs_addrinfo_cb(uv_getaddrinfo_t* req, int status, struct addrinfo* res) fs_addrinfo_cb() argument
/third_party/mbedtls/tests/include/test/
H A Dssl_helpers.h35 #define PSA_TO_MBEDTLS_ERR(status) PSA_TO_MBEDTLS_ERR_LIST(status, \
157 int status; member
/third_party/mbedtls/programs/x509/
H A Dcert_req.c167 psa_status_t status = psa_crypto_init(); in main() local
168 if (status != PSA_SUCCESS) { in main()
170 (int) status); in main()
H A Dcert_app.c154 psa_status_t status = psa_crypto_init(); in main() local
155 if (status != PSA_SUCCESS) { in main()
157 (int) status); in main()
/third_party/mbedtls/programs/pkey/
H A Dgen_key.c258 psa_status_t status = psa_crypto_init(); in main() local
259 if (status != PSA_SUCCESS) { in main()
261 (int) status); in main()
H A Dkey_app_writer.c272 psa_status_t status = psa_crypto_init(); in main() local
273 if (status != PSA_SUCCESS) { in main()
275 (int) status); in main()

Completed in 37 milliseconds

1...<<161162163164165166167168169170>>...247