/external/cronet/stable/third_party/boringssl/src/pki/ |
D | certificate_unittest.cc | 26 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/ |
D | certificate_unittest.cc | 26 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
|
D | verify_unittest.cc | 31 std::string diagnostic; in MozillaRootStore() local 73 std::string diagnostic; in TEST() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | diagnostic.cpp | 29 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()
|
D | text_handler.h | 157 DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function 162 DiagnosticStream diagnostic() { in diagnostic() function
|
/external/angle/third_party/spirv-tools/src/source/ |
D | diagnostic.cpp | 29 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()
|
D | text_handler.h | 157 DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function 162 DiagnosticStream diagnostic() { in diagnostic() function
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | diagnostic.cpp | 29 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()
|
D | text_handler.h | 157 DiagnosticStream diagnostic(spv_result_t error) { in diagnostic() function 162 DiagnosticStream diagnostic() { in diagnostic() function
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | binary_to_text_test.cpp | 67 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
|
D | diagnostic_test.cpp | 30 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/ |
D | diagnostics_test.cc | 32 engine.AddHandler([&](Diagnostic& diagnostic) { in TEST() 38 InFlightDiagnostic diagnostic = engine.Emit(DiagnosticSeverity::kError); in TEST() local
|
D | diagnostics.h | 152 InFlightDiagnostic(const DiagnosticEngine *engine, Diagnostic diagnostic) in InFlightDiagnostic() 198 void Emit(Diagnostic diagnostic) const { in Emit()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkSpirVAsm.cpp | 104 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/ |
D | diagnostic_test.cpp | 30 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
|
D | binary_to_text_test.cpp | 67 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/ |
D | diagnostic_test.cpp | 30 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
|
D | binary_to_text_test.cpp | 67 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/ |
D | views.rs | 20 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/ |
D | TurbineLog.java | 75 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/ |
D | val_fixtures.h | 115 spv_diagnostic diagnostic = nullptr; in CompileFailure() local 133 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
|
/external/angle/third_party/spirv-tools/src/test/val/ |
D | val_fixtures.h | 118 spv_diagnostic diagnostic = nullptr; in CompileFailure() local 136 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_fixtures.h | 118 spv_diagnostic diagnostic = nullptr; in CompileFailure() local 136 spv_diagnostic diagnostic = nullptr; in CompileSuccessfully() local
|
/external/rust/android-crates-io/crates/codespan-reporting/src/ |
D | lib.rs | 5 pub mod diagnostic; module
|
/external/rust/android-crates-io/crates/miette/src/eyreish/ |
D | macros.rs | 291 macro_rules! diagnostic { macro
|