/external/google-cloud-java/java-datalabeling/proto-google-cloud-datalabeling-v1beta1/src/main/java/com/google/cloud/datalabeling/v1beta1/ |
D | AnnotationType.java | 22 public enum AnnotationType implements com.google.protobuf.ProtocolMessageEnum { enum 309 public static AnnotationType valueOf(int value) { in valueOf() 317 public static AnnotationType forNumber(int value) { in forNumber() 352 public static com.google.protobuf.Internal.EnumLiteMap<AnnotationType> internalGetValueMap() { in internalGetValueMap() 356 private static final com.google.protobuf.Internal.EnumLiteMap<AnnotationType> internalValueMap = 357 new com.google.protobuf.Internal.EnumLiteMap<AnnotationType>() { 358 public AnnotationType findValueByNumber(int number) { 359 return AnnotationType.forNumber(number); 381 private static final AnnotationType[] VALUES = values(); 383 public static AnnotationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { in valueOf() [all …]
|
/external/rust/android-crates-io/crates/annotate-snippets/examples/ |
D | expected_type.rs | 3 snippet::{Annotation, AnnotationType, Slice, Snippet, SourceAnnotation}, 11 annotation_type: AnnotationType::Error, in main() 25 annotation_type: AnnotationType::Error, in main() 30 annotation_type: AnnotationType::Info, in main()
|
D | format.rs | 3 snippet::{Annotation, AnnotationType, Slice, Snippet, SourceAnnotation}, 37 annotation_type: AnnotationType::Warning, in main() 42 annotation_type: AnnotationType::Error, in main() 50 annotation_type: AnnotationType::Error, in main()
|
D | footer.rs | 3 snippet::{Annotation, AnnotationType, Slice, Snippet, SourceAnnotation}, 11 annotation_type: AnnotationType::Error, in main() 18 annotation_type: AnnotationType::Note, in main() 28 annotation_type: AnnotationType::Error, in main()
|
D | multislice.rs | 3 snippet::{Annotation, AnnotationType, Slice, Snippet}, 11 annotation_type: AnnotationType::Error, in main()
|
/external/spdx-tools/tvsaver/saver2v2/ |
D | save_annotation_test.go | 18 AnnotationType: "REVIEW", 27 AnnotationType: REVIEW 50 AnnotationType: "REVIEW", 59 AnnotationType: REVIEW 82 AnnotationType: "REVIEW", 91 AnnotationType: REVIEW
|
D | save_annotation.go | 20 if ann.AnnotationType != "" { 21 fmt.Fprintf(w, "AnnotationType: %s\n", ann.AnnotationType)
|
/external/spdx-tools/tvsaver/saver2v1/ |
D | save_annotation_test.go | 18 AnnotationType: "REVIEW", 27 AnnotationType: REVIEW 50 AnnotationType: "REVIEW", 59 AnnotationType: REVIEW 82 AnnotationType: "REVIEW", 91 AnnotationType: REVIEW
|
D | save_annotation.go | 20 if ann.AnnotationType != "" { 21 fmt.Fprintf(w, "AnnotationType: %s\n", ann.AnnotationType)
|
/external/spdx-tools/tvsaver/saver2v3/ |
D | save_annotation_test.go | 18 AnnotationType: "REVIEW", 27 AnnotationType: REVIEW 50 AnnotationType: "REVIEW", 59 AnnotationType: REVIEW 82 AnnotationType: "REVIEW", 91 AnnotationType: REVIEW
|
D | save_annotation.go | 20 if ann.AnnotationType != "" { 21 fmt.Fprintf(w, "AnnotationType: %s\n", ann.AnnotationType)
|
/external/rust/android-crates-io/crates/annotate-snippets/benches/ |
D | simple.rs | 9 snippet::{Annotation, AnnotationType, Slice, Snippet, SourceAnnotation}, 43 annotation_type: AnnotationType::Warning, in create_snippet() 48 annotation_type: AnnotationType::Error, in create_snippet() 56 annotation_type: AnnotationType::Error, in create_snippet()
|
/external/spdx-tools/rdfloader/parser2v3/ |
D | parse_annotation_test.go | 62 if ann.AnnotationType != "OTHER" { 63 t.Errorf("expected: OTHER, found: %s", ann.AnnotationType) 71 if ann.AnnotationType != "REVIEW" { 72 t.Errorf("expected: REVIEW, found: %s", ann.AnnotationType) 180 if expectedAnnotationType != ann.AnnotationType { 181 t.Errorf(`expected: "%s", found "%s"`, expectedAnnotationType, ann.AnnotationType)
|
/external/spdx-tools/rdfloader/parser2v2/ |
D | parse_annotation_test.go | 62 if ann.AnnotationType != "OTHER" { 63 t.Errorf("expected: OTHER, found: %s", ann.AnnotationType) 71 if ann.AnnotationType != "REVIEW" { 72 t.Errorf("expected: REVIEW, found: %s", ann.AnnotationType) 180 if expectedAnnotationType != ann.AnnotationType { 181 t.Errorf(`expected: "%s", found "%s"`, expectedAnnotationType, ann.AnnotationType)
|
/external/rust/android-crates-io/crates/annotate-snippets/src/ |
D | snippet.rs | 63 pub enum AnnotationType { enum 78 pub annotation_type: AnnotationType, 87 pub annotation_type: AnnotationType,
|
/external/grpc-grpc/src/core/lib/channel/ |
D | call_tracer.h | 56 enum class AnnotationType { enum 65 explicit Annotation(AnnotationType type) : type_(type) {} in Annotation() 66 AnnotationType type() const { return type_; } in type() 71 const AnnotationType type_;
|
/external/rust/android-crates-io/crates/annotate-snippets/ |
D | README.md | 39 snippet::{Annotation, AnnotationType, Slice, Snippet, SourceAnnotation}, 47 annotation_type: AnnotationType::Error, 61 annotation_type: AnnotationType::Error, 66 annotation_type: AnnotationType::Info,
|
/external/spdx-tools/yaml/ |
D | yaml_v2_2_test.go | 128 AnnotationType: "OTHER", 137 AnnotationType: "REVIEW", 146 AnnotationType: "REVIEW", 222 AnnotationType: "OTHER", 345 AnnotationType: "OTHER",
|
D | yaml_v2_3_test.go | 144 AnnotationType: "OTHER", 153 AnnotationType: "REVIEW", 162 AnnotationType: "REVIEW", 238 AnnotationType: "OTHER", 376 AnnotationType: "OTHER",
|
/external/spdx-tools/json/ |
D | json_v2_2_test.go | 128 AnnotationType: "OTHER", 137 AnnotationType: "REVIEW", 146 AnnotationType: "REVIEW", 222 AnnotationType: "OTHER", 345 AnnotationType: "OTHER",
|
D | json_v2_3_test.go | 145 AnnotationType: "OTHER", 154 AnnotationType: "REVIEW", 163 AnnotationType: "REVIEW", 239 AnnotationType: "OTHER", 376 AnnotationType: "OTHER",
|
/external/rust/android-crates-io/crates/annotate-snippets/src/display_list/ |
D | from_snippet.rs | 338 snippet::AnnotationType::Error => DisplayAnnotationType::None, in format_body() 339 snippet::AnnotationType::Warning => DisplayAnnotationType::None, in format_body() 573 impl From<snippet::AnnotationType> for DisplayAnnotationType { 574 fn from(at: snippet::AnnotationType) -> Self { in from() 576 snippet::AnnotationType::Error => DisplayAnnotationType::Error, in from() 577 snippet::AnnotationType::Warning => DisplayAnnotationType::Warning, in from() 578 snippet::AnnotationType::Info => DisplayAnnotationType::Info, in from() 579 snippet::AnnotationType::Note => DisplayAnnotationType::Note, in from() 580 snippet::AnnotationType::Help => DisplayAnnotationType::Help, in from()
|
/external/spdx-tools/test/v2_3/ |
D | tv_test.go | 146 AnnotationType: "OTHER", 155 AnnotationType: "REVIEW", 164 AnnotationType: "REVIEW", 240 AnnotationType: "OTHER", 377 AnnotationType: "OTHER",
|
/external/rust/android-crates-io/crates/bindgen/ |
D | diagnostics.rs | 14 use annotate_snippets::snippet::AnnotationType; 25 impl From<Level> for AnnotationType { implementation 105 annotation_type: AnnotationType::Info, in display()
|
/external/rust/android-crates-io/crates/annotate-snippets/tests/ |
D | dl_from_snippet.rs | 10 annotation_type: snippet::AnnotationType::Error, in test_format_title() 189 annotation_type: snippet::AnnotationType::Info, in test_format_slice_annotation_standalone() 255 annotation_type: snippet::AnnotationType::Error, in test_format_label() 292 annotation_type: snippet::AnnotationType::Error, in test_i26() 311 annotation_type: snippet::AnnotationType::Error, in test_i_29() 321 annotation_type: snippet::AnnotationType::Error, in test_i_29()
|