Home
last modified time | relevance | path

Searched refs:error_detail (Results 1 – 9 of 9) 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/webrtc/pc/
Ddata_channel_unittest.cc577 webrtc_data_channel_->error().error_detail()); in TEST_F()
599 webrtc_data_channel_->error().error_detail()); in TEST_F()
644 webrtc_data_channel_->error().error_detail()); in TEST_F()
/external/webrtc/api/
Drtc_error.h138 RTCErrorDetailType error_detail() const { return error_detail_; } in error_detail() function
/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/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Ddiscovery.proto82 Status error_detail = 6; field
/external/tensorflow/tensorflow/python/ops/
Dcond_v2.py767 def error(branch_idx, error_detail): argument
783 detail=error_detail))
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc975 google_rpc_Status* error_detail = in CreateAdsRequest() local
982 google_rpc_Status_set_code(error_detail, GRPC_STATUS_INVALID_ARGUMENT); in CreateAdsRequest()
989 google_rpc_Status_set_message(error_detail, error_description_strview); in CreateAdsRequest()
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/
Deds_for_test.proto167 Status error_detail = 6; field
/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()