Home
last modified time | relevance | path

Searched defs:Annotations (Results 1 – 25 of 53) sorted by relevance

123

/external/rust/crates/bindgen/ir/
Dannotations.rs29 pub struct Annotations { struct
31 opaque: bool,
34 hide: bool,
37 use_instead_of: Option<Vec<String>>,
40 disallow_copy: bool,
42 disallow_debug: bool,
44 disallow_default: bool,
46 must_use_type: bool,
49 private_fields: Option<bool>,
52 accessor_kind: Option<FieldAccessorKind>,
[all …]
/external/cronet/testing/android/docs/
Dinstrumentation.md69 ### Annotations subsection
75 #### Test Batching
87 #### Size annotations
116 #### Annotations that disable tests
238 #### Annotations that affect how a test is run
266 #### Feature annotations
/external/cronet/build/android/pylib/utils/
Ddexdump.py37 Annotations = namedtuple('Annotations', variable
214 def _ParseRootNode(root, annotations: Dict[int, Annotations]): argument
256 annotations: Dict[int, Annotations]): argument
288 annotations: Dict[int, Annotations]): argument
/external/angle/build/android/pylib/utils/
Ddexdump.py37 Annotations = namedtuple('Annotations', variable
214 def _ParseRootNode(root, annotations: Dict[int, Annotations]): argument
256 annotations: Dict[int, Annotations]): argument
288 annotations: Dict[int, Annotations]): argument
/external/flatbuffers/tests/private_annotation_test/
Dannotations_generated.rs15 pub(crate) struct Annotations<'a> { struct
19 impl<'a> flatbuffers::Follow<'a> for Annotations<'a> { argument
27 impl<'a> Annotations<'a> { implementation
61 impl flatbuffers::Verifiable for Annotations<'_> { implementation
109 impl core::fmt::Debug for Annotations<'_> { implementation
Dany_generated.rs31 pub const Annotations: Self = Self(2); constant
111 Annotations(Box<AnnotationsT>), enumerator
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/
DAnnotations.java28 public final class Annotations { class
30 private Annotations() { in Annotations() method in Annotations
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DAnnotations.java30 public abstract class Annotations extends Attribute { class
42Annotations(final byte annotation_type, final int name_index, final int length, final DataInput in… in Annotations() method in Annotations
59 …public Annotations(final byte annotation_type, final int name_index, final int length, final Annot… in Annotations() method in Annotations
/external/auto/value/src/main/java/com/google/auto/value/extension/toprettystring/processor/
DAnnotations.java28 final class Annotations { class
43 private Annotations() {} in Annotations() method in Annotations
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/annotations/
DAnnotations.java24 public final class Annotations { class
60 private Annotations() {} in Annotations() method in Annotations
/external/pigweed/pw_sync/
Ddocs.rst551 Enabling Clang's Analysis
563 Why use lock annotations?
574 Using Lock Annotations
582 Annotating Lock Usage
603 Annotating Lock Objects
/external/dokka/core/testdata/format/
DannotationClass.package.md5 ### Annotations subsection
/external/spdx-tools/docs/
Djsonloader.md22 ### Annotations subsection
Djsonsaver.md24 ### Annotations subsection
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DAnnotations.java13 public interface Annotations interface
/external/guice/core/src/com/google/inject/internal/
DAnnotations.java54 public class Annotations { class
/external/libtextclassifier/native/annotator/
Dtypes.h681 struct Annotations { struct
689 Annotations() = default; argument
691 explicit Annotations( in Annotations() argument
695 Annotations(std::vector<std::vector<AnnotatedSpan>> arg_annotated_spans, in Annotations() argument
/external/python/cpython2/Doc/tools/extensions/
Dc_annotations.py36 class Annotations(dict): class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/
DAnnotations.cpp26 Annotations::Annotations(llvm::StringRef Text) { in Annotations() function in Annotations
/external/javapoet/
DREADME.md774 ### Annotations subsection in JavaPoet
/external/python/cpython3/Doc/tools/extensions/
Dc_annotations.py50 class Annotations: class
/external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/protos/
Dmetrics_pb2.py914 Annotations = _reflection.GeneratedProtocolMessageType('Annotations', (_message.Message,), dict( variable
/external/spdx-tools/spdx/v2_1/
Ddocument.go60 Annotations []*Annotation `json:"annotations,omitempty"` member
Dfile.go69 Annotations []Annotation `json:"annotations,omitempty"` member
/external/spdx-tools/spdx/v2_3/
Ddocument.go60 Annotations []*Annotation `json:"annotations,omitempty"` member

123