Searched refs:error_detail (Results 1 – 9 of 9) 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/webrtc/pc/ |
D | data_channel_unittest.cc | 577 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/ |
D | rtc_error.h | 138 RTCErrorDetailType error_detail() const { return error_detail_; } in error_detail() function
|
/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/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | discovery.proto | 82 Status error_detail = 6; field
|
/external/tensorflow/tensorflow/python/ops/ |
D | cond_v2.py | 767 def error(branch_idx, error_detail): argument 783 detail=error_detail))
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_api.cc | 975 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/ |
D | eds_for_test.proto | 167 Status error_detail = 6; field
|
/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()
|