Searched refs:error_detail (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx/src/ |
D | vpx_encoder.c | 116 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/ |
D | aes_gcm_test.cc | 68 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/ |
D | cond_v2.py | 761 def error(branch_idx, error_detail): argument 777 detail=error_detail))
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 1827 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()
|