| /external/rust/crates/bindgen/ir/ | 
| D | annotations.rs | 29 pub struct Annotations {  struct31     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/ | 
| D | instrumentation.md | 69 ### Annotations  subsection75 #### 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/ | 
| D | dexdump.py | 37 Annotations = namedtuple('Annotations',  variable214 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/ | 
| D | dexdump.py | 37 Annotations = namedtuple('Annotations',  variable214 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/ | 
| D | annotations_generated.rs | 15 pub(crate) struct Annotations<'a> {  struct19 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
 
 | 
| D | any_generated.rs | 31   pub const Annotations: Self = Self(2);  constant111   Annotations(Box<AnnotationsT>),  enumerator
 
 | 
| /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/ | 
| D | Annotations.java | 28 public final class Annotations {  class30   private Annotations() {  in Annotations()  method in Annotations
 
 | 
| /external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ | 
| D | Annotations.java | 30 public abstract class Annotations extends Attribute {  class42 …Annotations(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/ | 
| D | Annotations.java | 28 final class Annotations {  class43   private Annotations() {}  in Annotations()  method in Annotations
 
 | 
| /external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/annotations/ | 
| D | Annotations.java | 24 public final class Annotations {  class60   private Annotations() {}  in Annotations()  method in Annotations
 
 | 
| /external/pigweed/pw_sync/ | 
| D | docs.rst | 551 Enabling Clang's Analysis563 Why use lock annotations?
 574 Using Lock Annotations
 582 Annotating Lock Usage
 603 Annotating Lock Objects
 
 | 
| /external/dokka/core/testdata/format/ | 
| D | annotationClass.package.md | 5 ### Annotations  subsection
 | 
| /external/spdx-tools/docs/ | 
| D | jsonloader.md | 22 ### Annotations  subsection
 | 
| D | jsonsaver.md | 24 ### Annotations  subsection
 | 
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ | 
| D | Annotations.java | 13 public interface Annotations  interface
 | 
| /external/guice/core/src/com/google/inject/internal/ | 
| D | Annotations.java | 54 public class Annotations {  class
 | 
| /external/libtextclassifier/native/annotator/ | 
| D | types.h | 681 struct Annotations {  struct689   Annotations() = default;  argument
 691   explicit Annotations(  in Annotations()  argument
 695   Annotations(std::vector<std::vector<AnnotatedSpan>> arg_annotated_spans,  in Annotations()  function
 
 | 
| /external/python/cpython2/Doc/tools/extensions/ | 
| D | c_annotations.py | 36 class Annotations(dict):  class
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/ | 
| D | Annotations.cpp | 26 Annotations::Annotations(llvm::StringRef Text) {  in Annotations()  function in Annotations
 | 
| /external/javapoet/ | 
| D | README.md | 774 ### Annotations  subsection in JavaPoet
 | 
| /external/python/cpython3/Doc/tools/extensions/ | 
| D | c_annotations.py | 50 class Annotations:  class
 | 
| /external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/protos/ | 
| D | metrics_pb2.py | 914 Annotations = _reflection.GeneratedProtocolMessageType('Annotations', (_message.Message,), dict(  variable
 | 
| /external/spdx-tools/spdx/v2_1/ | 
| D | document.go | 60 	Annotations   []*Annotation   `json:"annotations,omitempty"`  member
 | 
| D | file.go | 69 	Annotations []Annotation `json:"annotations,omitempty"`  member
 | 
| /external/spdx-tools/spdx/v2_3/ | 
| D | document.go | 60 	Annotations   []*Annotation   `json:"annotations,omitempty"`  member
 |