Home
last modified time | relevance | path

Searched defs:diagnostic (Results 1 – 25 of 131) sorted by relevance

123456

/external/cronet/stable/third_party/boringssl/src/pki/
Dcertificate_unittest.cc26 std::string diagnostic; in TEST() local
37 std::string diagnostic; in TEST() local
54 std::string diagnostic; in TEST() local
67 std::string diagnostic; in TEST() local
/external/cronet/tot/third_party/boringssl/src/pki/
Dcertificate_unittest.cc26 std::string diagnostic; in TEST() local
37 std::string diagnostic; in TEST() local
54 std::string diagnostic; in TEST() local
67 std::string diagnostic; in TEST() local
Dverify_unittest.cc31 std::string diagnostic; in MozillaRootStore() local
73 std::string diagnostic; in TEST() local
/external/swiftshader/third_party/SPIRV-Tools/source/
Ddiagnostic.cpp29 spv_diagnostic diagnostic = new spv_diagnostic_t; in spvDiagnosticCreate() local
44 void spvDiagnosticDestroy(spv_diagnostic diagnostic) { in spvDiagnosticDestroy()
50 spv_result_t spvDiagnosticPrint(const spv_diagnostic diagnostic) { in spvDiagnosticPrint()
117 spv_diagnostic* diagnostic) { in UseDiagnosticAsMessageConsumer()
Dtext_handler.h157 DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function
162 DiagnosticStream diagnostic() { in diagnostic() function
/external/angle/third_party/spirv-tools/src/source/
Ddiagnostic.cpp29 spv_diagnostic diagnostic = new spv_diagnostic_t; in spvDiagnosticCreate() local
44 void spvDiagnosticDestroy(spv_diagnostic diagnostic) { in spvDiagnosticDestroy()
50 spv_result_t spvDiagnosticPrint(const spv_diagnostic diagnostic) { in spvDiagnosticPrint()
117 spv_diagnostic* diagnostic) { in UseDiagnosticAsMessageConsumer()
Dtext_handler.h157 DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function
162 DiagnosticStream diagnostic() { in diagnostic() function
/external/deqp-deps/SPIRV-Tools/source/
Ddiagnostic.cpp29 spv_diagnostic diagnostic = new spv_diagnostic_t; in spvDiagnosticCreate() local
44 void spvDiagnosticDestroy(spv_diagnostic diagnostic) { in spvDiagnosticDestroy()
50 spv_result_t spvDiagnosticPrint(const spv_diagnostic diagnostic) { in spvDiagnosticPrint()
117 spv_diagnostic* diagnostic) { in UseDiagnosticAsMessageConsumer()
Dtext_handler.h157 DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function
162 DiagnosticStream diagnostic() { in diagnostic() function
/external/swiftshader/third_party/SPIRV-Tools/test/
Dbinary_to_text_test.cpp67 spv_diagnostic diagnostic = nullptr; in SetUp() local
84 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
95 spv_diagnostic diagnostic = nullptr; in TEST_F() local
106 spv_diagnostic diagnostic = nullptr; in TEST_F() local
117 spv_diagnostic diagnostic = nullptr; in TEST_F() local
136 spv_diagnostic diagnostic = nullptr; in TEST_F() local
156 spv_diagnostic diagnostic = nullptr; in TEST_F() local
Ddiagnostic_test.cpp30 spv_diagnostic diagnostic = spvDiagnosticCreate(&position, ""); in MakeValidDiagnostic() local
38 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local
45 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local
55 spv_diagnostic_t diagnostic = {{2, 3, 5}, message}; in TEST() local
/external/tensorflow/tensorflow/compiler/xla/runtime/
Ddiagnostics_test.cc32 engine.AddHandler([&](Diagnostic& diagnostic) { in TEST()
38 InFlightDiagnostic diagnostic = engine.Emit(DiagnosticSeverity::kError); in TEST() local
Ddiagnostics.h152 InFlightDiagnostic(const DiagnosticEngine *engine, Diagnostic diagnostic) in InFlightDiagnostic()
198 void Emit(Diagnostic diagnostic) const { in Emit()
/external/deqp/external/vulkancts/framework/vulkan/
DvkSpirVAsm.cpp104 spv_diagnostic diagnostic = nullptr; in assembleSpirV() local
149 spv_diagnostic diagnostic = nullptr; in disassembleSpirV() local
181 spv_diagnostic diagnostic = nullptr; in validateSpirV() local
/external/deqp-deps/SPIRV-Tools/test/
Ddiagnostic_test.cpp30 spv_diagnostic diagnostic = spvDiagnosticCreate(&position, ""); in MakeValidDiagnostic() local
38 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local
45 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local
55 spv_diagnostic_t diagnostic = {{2, 3, 5}, message}; in TEST() local
Dbinary_to_text_test.cpp67 spv_diagnostic diagnostic = nullptr; in SetUp() local
84 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
95 spv_diagnostic diagnostic = nullptr; in TEST_F() local
106 spv_diagnostic diagnostic = nullptr; in TEST_F() local
117 spv_diagnostic diagnostic = nullptr; in TEST_F() local
136 spv_diagnostic diagnostic = nullptr; in TEST_F() local
156 spv_diagnostic diagnostic = nullptr; in TEST_F() local
/external/angle/third_party/spirv-tools/src/test/
Ddiagnostic_test.cpp30 spv_diagnostic diagnostic = spvDiagnosticCreate(&position, ""); in MakeValidDiagnostic() local
38 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local
45 spv_diagnostic diagnostic = MakeValidDiagnostic(); in TEST() local
55 spv_diagnostic_t diagnostic = {{2, 3, 5}, message}; in TEST() local
Dbinary_to_text_test.cpp67 spv_diagnostic diagnostic = nullptr; in SetUp() local
84 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
95 spv_diagnostic diagnostic = nullptr; in TEST_F() local
106 spv_diagnostic diagnostic = nullptr; in TEST_F() local
117 spv_diagnostic diagnostic = nullptr; in TEST_F() local
136 spv_diagnostic diagnostic = nullptr; in TEST_F() local
156 spv_diagnostic diagnostic = nullptr; in TEST_F() local
/external/rust/android-crates-io/crates/codespan-reporting/src/term/
Dviews.rs20 diagnostic: &'diagnostic Diagnostic<FileId>, field
31 ) -> RichDiagnostic<'diagnostic, 'config, FileId> { in new()
61 ) -> &mut Line<'diagnostic> { in render()
403 diagnostic: &'diagnostic Diagnostic<FileId>, field
414 ) -> ShortDiagnostic<'diagnostic, FileId> { in new()
/external/turbine/java/com/google/turbine/diag/
DTurbineLog.java75 public void diagnostic(Diagnostic.Kind severity, String message) { in diagnostic() method in TurbineLog
88 public void diagnostic(Diagnostic.Kind severity, int position, ErrorKind kind, Object... args) { in diagnostic() method in TurbineLog.TurbineLogWithSource
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_fixtures.h115 spv_diagnostic diagnostic = nullptr; in CompileFailure() local
133 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
/external/angle/third_party/spirv-tools/src/test/val/
Dval_fixtures.h118 spv_diagnostic diagnostic = nullptr; in CompileFailure() local
136 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_fixtures.h118 spv_diagnostic diagnostic = nullptr; in CompileFailure() local
136 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
/external/rust/android-crates-io/crates/codespan-reporting/src/
Dlib.rs5 pub mod diagnostic; module
/external/rust/android-crates-io/crates/miette/src/eyreish/
Dmacros.rs291 macro_rules! diagnostic { macro

123456