Home
last modified time | relevance | path

Searched refs:error_detail (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c116 const char *error_detail = ctx->priv ? ctx->priv->err_detail : NULL; in vpx_codec_enc_init_multi_ver() local
118 ctx->err_detail = error_detail; in vpx_codec_enc_init_multi_ver()
124 ctx->err_detail = error_detail; in vpx_codec_enc_init_multi_ver()
/external/grpc-grpc/test/core/tsi/alts/crypt/
Daes_gcm_test.cc68 static void gsec_assert_ok(grpc_status_code status, const char* error_detail) { in gsec_assert_ok() argument
70 if (error_detail == nullptr) { in gsec_assert_ok()
71 error_detail = empty_string; in gsec_assert_ok()
74 fprintf(stderr, "Status is not ok: %s\n", error_detail); in gsec_assert_ok()
/external/tensorflow/tensorflow/python/ops/
Dcond_v2.py761 def error(branch_idx, error_detail): argument
777 detail=error_detail))
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1827 std::string error_detail; in ValidatePipelineUnlocked() local
1845 … string_sprintf(&error_detail, "references an attachment with an invalid format (%s).", in ValidatePipelineUnlocked()
1850 string_sprintf(&error_detail, in ValidatePipelineUnlocked()
1857 string_sprintf(&error_detail, in ValidatePipelineUnlocked()
1869 … pipelineIndex, coverage_to_color_state->coverageToColorLocation, error_detail.c_str()); in ValidatePipelineUnlocked()