/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/ |
D | annotations.rs | 70 pub(crate) struct Annotations { struct 72 opaque: bool, 75 hide: bool, 78 use_instead_of: Option<Vec<String>>, 81 disallow_copy: bool, 83 disallow_debug: bool, 85 disallow_default: bool, 87 must_use_type: bool, 90 visibility_kind: Option<FieldVisibilityKind>, 93 accessor_kind: Option<FieldAccessorKind>, [all …]
|
D | comp.rs | 154 fn annotations(&self) -> &Annotations; in annotations() 406 fn annotations(&self) -> &Annotations { in annotations() 428 annotations: Option<Annotations>, in new() 466 fn annotations(&self) -> &Annotations { in annotations() 899 fn annotations(&self) -> &Annotations { in annotations()
|
/aosp_15_r20/external/flatbuffers/tests/private_annotation_test/ |
H A D | annotations_generated.rs | 15 pub(crate) struct Annotations<'a> { struct 19 impl<'a> flatbuffers::Follow<'a> for Annotations<'a> { implementation 27 impl<'a> Annotations<'a> { impl 61 impl flatbuffers::Verifiable for Annotations<'_> { implementation 109 impl core::fmt::Debug for Annotations<'_> { implementation
|
H A D | any_generated.rs | 31 pub const Annotations: Self = Self(2); constant 111 Annotations(Box<AnnotationsT>), enumerator
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/metadata/ |
H A D | metadata_annotation.rs | 362 pub(crate) struct Annotations { struct 376 impl Annotations { argument
|
/aosp_15_r20/external/cronet/build/android/pylib/utils/ |
H A D | dexdump.py | 37 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
|
/aosp_15_r20/external/angle/build/android/pylib/utils/ |
H A D | dexdump.py | 37 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
|
/aosp_15_r20/external/pigweed/pw_sync/ |
H A D | docs.rst | 551 Enabling Clang's Analysis 563 Why use lock annotations? 574 Using Lock Annotations 582 Annotating Lock Usage 603 Annotating Lock Objects
|
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
H A D | Annotations.java | 30 public abstract class Annotations extends Attribute { class 42 …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
|
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/ |
H A D | README.md | 473 ### Annotations subsection 504 #### Annotation: `ignore` 535 #### Annotation: `include_dep`
|
/aosp_15_r20/external/libtextclassifier/native/annotator/ |
H A D | types.h | 681 struct Annotations { struct 689 Annotations() = default; argument 691 explicit Annotations( in Annotations() function 695 Annotations(std::vector<std::vector<AnnotatedSpan>> arg_annotated_spans, in Annotations() function
|
/aosp_15_r20/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/ |
H A D | Annotations.java | 29 public final class Annotations { class 31 private Annotations() { in Annotations() method in Annotations
|
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/extension/toprettystring/processor/ |
H A D | Annotations.java | 28 final class Annotations { class 43 private Annotations() {} in Annotations() method in Annotations
|
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/annotations/ |
H A D | Annotations.java | 24 public final class Annotations { class 60 private Annotations() {} in Annotations() method in Annotations
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 322 StringRef Name, DINodeArray Annotations) { in createPointerType() 354 DINodeArray Annotations) { in createTypedef() 383 DINode::DIFlags Flags, DIType *Ty, DINodeArray Annotations) { in createMemberType() 409 DINode::DIFlags Flags, DIType *Ty, DINodeArray Annotations) { in createBitFieldMemberType() 668 DINodeArray Annotations) { in createReplaceableCompositeType() 744 uint32_t AlignInBits, DINodeArray Annotations) { in createGlobalVariableExpression() 778 uint32_t AlignInBits, DINodeArray Annotations = nullptr) { in createLocalVariable() 812 DINodeArray Annotations) { in createParameterVariable() 853 DITypeArray ThrownTypes, DINodeArray Annotations, in createFunction()
|
H A D | DebugInfoMetadata.cpp | 671 Metadata *ExtraData, Metadata *Annotations, in getImpl() 692 Metadata *Rank, Metadata *Annotations, StorageType Storage, in getImpl() 720 Metadata *Rank, Metadata *Annotations) { in buildODRType() 762 Metadata *Rank, Metadata *Annotations) { in getODRType() 1047 Metadata *ThrownTypes, Metadata *Annotations, MDString *TargetFuncName, in getImpl() 1197 Metadata *Annotations, StorageType Storage, in getImpl() 1222 Metadata *Annotations, StorageType Storage, in getImpl()
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/annotation/ |
H A D | Annotations.java | 29 public final class Annotations extends MutabilityControl class 85 public Annotations() { in Annotations() method in Annotations
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/annotation/ |
H A D | Annotations.java | 30 public final class Annotations extends MutabilityControl class 86 public Annotations() { in Annotations() method in Annotations
|
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/ |
D | analyzer.rs | 3057 struct Annotations { struct 3058 size: Size, 3059 payload_size: Size, 3060 fields: Vec<Size>, 3063 fn annotations(text: &str) -> Vec<Annotations> { in annotations()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | d3dx9effect.h | 53 UINT Annotations; member 63 UINT Annotations; member 69 UINT Annotations; member 77 UINT Annotations; member
|
/aosp_15_r20/external/cronet/base/memory/ |
H A D | raw_ptr.md | 320 ### The AllowPtrArithmetic trait 330 ### The AllowUninitialized trait
|
/aosp_15_r20/build/make/tools/compliance/ |
H A D | graph.go | 145 func (e *TargetEdge) Annotations() TargetEdgeAnnotations { func 227 func (s TargetEdgePathSegment) Annotations() TargetEdgeAnnotations { func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 1466 Metadata *Annotations = nullptr; in parseOneMetadata() local 1513 Metadata *Annotations = nullptr; in parseOneMetadata() local 1905 Metadata *Annotations = nullptr; in parseOneMetadata() local 2004 Metadata *Annotations = nullptr; in parseOneMetadata() local
|
/aosp_15_r20/external/kotlinpoet/docs/ |
H A D | annotations.md | 1 Annotations chapter
|
/aosp_15_r20/external/dokka/core/testdata/format/ |
H A D | annotationClass.package.md | 5 ### Annotations subsection
|