Home
last modified time | relevance | path

Searched refs:AnnotationType (Results 1 – 25 of 66) sorted by relevance

123

/external/google-cloud-java/java-datalabeling/proto-google-cloud-datalabeling-v1beta1/src/main/java/com/google/cloud/datalabeling/v1beta1/
DAnnotationType.java22 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/
Dexpected_type.rs3 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()
Dformat.rs3 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()
Dfooter.rs3 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()
Dmultislice.rs3 snippet::{Annotation, AnnotationType, Slice, Snippet},
11 annotation_type: AnnotationType::Error, in main()
/external/spdx-tools/tvsaver/saver2v2/
Dsave_annotation_test.go18 AnnotationType: "REVIEW",
27 AnnotationType: REVIEW
50 AnnotationType: "REVIEW",
59 AnnotationType: REVIEW
82 AnnotationType: "REVIEW",
91 AnnotationType: REVIEW
Dsave_annotation.go20 if ann.AnnotationType != "" {
21 fmt.Fprintf(w, "AnnotationType: %s\n", ann.AnnotationType)
/external/spdx-tools/tvsaver/saver2v1/
Dsave_annotation_test.go18 AnnotationType: "REVIEW",
27 AnnotationType: REVIEW
50 AnnotationType: "REVIEW",
59 AnnotationType: REVIEW
82 AnnotationType: "REVIEW",
91 AnnotationType: REVIEW
Dsave_annotation.go20 if ann.AnnotationType != "" {
21 fmt.Fprintf(w, "AnnotationType: %s\n", ann.AnnotationType)
/external/spdx-tools/tvsaver/saver2v3/
Dsave_annotation_test.go18 AnnotationType: "REVIEW",
27 AnnotationType: REVIEW
50 AnnotationType: "REVIEW",
59 AnnotationType: REVIEW
82 AnnotationType: "REVIEW",
91 AnnotationType: REVIEW
Dsave_annotation.go20 if ann.AnnotationType != "" {
21 fmt.Fprintf(w, "AnnotationType: %s\n", ann.AnnotationType)
/external/rust/android-crates-io/crates/annotate-snippets/benches/
Dsimple.rs9 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/
Dparse_annotation_test.go62 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/
Dparse_annotation_test.go62 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/
Dsnippet.rs63 pub enum AnnotationType { enum
78 pub annotation_type: AnnotationType,
87 pub annotation_type: AnnotationType,
/external/grpc-grpc/src/core/lib/channel/
Dcall_tracer.h56 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/
DREADME.md39 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/
Dyaml_v2_2_test.go128 AnnotationType: "OTHER",
137 AnnotationType: "REVIEW",
146 AnnotationType: "REVIEW",
222 AnnotationType: "OTHER",
345 AnnotationType: "OTHER",
Dyaml_v2_3_test.go144 AnnotationType: "OTHER",
153 AnnotationType: "REVIEW",
162 AnnotationType: "REVIEW",
238 AnnotationType: "OTHER",
376 AnnotationType: "OTHER",
/external/spdx-tools/json/
Djson_v2_2_test.go128 AnnotationType: "OTHER",
137 AnnotationType: "REVIEW",
146 AnnotationType: "REVIEW",
222 AnnotationType: "OTHER",
345 AnnotationType: "OTHER",
Djson_v2_3_test.go145 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/
Dfrom_snippet.rs338 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/
Dtv_test.go146 AnnotationType: "OTHER",
155 AnnotationType: "REVIEW",
164 AnnotationType: "REVIEW",
240 AnnotationType: "OTHER",
377 AnnotationType: "OTHER",
/external/rust/android-crates-io/crates/bindgen/
Ddiagnostics.rs14 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/
Ddl_from_snippet.rs10 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()

123