Home
last modified time | relevance | path

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

123

/external/rust/crates/bindgen/src/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,
47 private_fields: Option<bool>,
50 accessor_kind: Option<FieldAccessorKind>,
78 impl Default for Annotations { argument
[all …]
Dcomp.rs155 fn annotations(&self) -> &Annotations; in annotations()
422 fn annotations(&self) -> &Annotations { in annotations()
444 annotations: Option<Annotations>, in new()
482 fn annotations(&self) -> &Annotations { in annotations()
922 fn annotations(&self) -> &Annotations { in annotations()
/external/pigweed/pw_sync/
Ddocs.rst629 Enabling Clang's Analysis
641 Why use lock annotations?
652 Using Lock Annotations
660 Annotating Lock Usage
797 Annotating Lock Objects
/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/kotlinc/lib/
Dkotlin-annotations-android.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-annotations- ...
Dkotlin-test-junit5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-test- ...
Dkotlin-test-junit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-test- ...
Dkotlin-test-testng.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-test- ...
/external/dokka/core/testdata/format/
DannotationClass.package.md5 ### 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.h676 struct Annotations { struct
684 Annotations() = default; argument
686 explicit Annotations( in Annotations() function
690 Annotations(std::vector<std::vector<AnnotatedSpan>> arg_annotated_spans, in Annotations() function
/external/perfetto/docs/contributing/
Dembedding.md47 ### Annotations subsection
/external/python/cpython2/Doc/tools/extensions/
Dc_annotations.py36 class Annotations(dict): class
/external/python/cpython3/Doc/tools/extensions/
Dc_annotations.py36 class Annotations(dict): class
/external/llvm-project/llvm/utils/FileCheck/
DFileCheck.cpp367 std::vector<InputAnnotation> &Annotations, in BuildInputAnnotations()
517 std::vector<InputAnnotation> &Annotations, in DumpAnnotatedInput()
867 std::vector<InputAnnotation> Annotations; in main() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DAnnotation2Metadata.cpp35 auto *Annotations = M.getGlobalVariable("llvm.global.annotations"); in convertAnnotation2Metadata() local
/external/llvm-project/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/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/
DAnnotations.cpp26 Annotations::Annotations(llvm::StringRef Text) { in Annotations() function in Annotations
/external/python/cpython3/Doc/tutorial/
Dcontrolflow.rst881 .. _tut-codingstyle:
/external/perfetto/docs/analysis/
Dtrace-processor.md399 ## Annotations section in Trace Processor
/external/cldr/tools/java/org/unicode/cldr/util/
DAnnotations.java37 public class Annotations { class
177 public Annotations(Set<String> attributes, String tts2) { in Annotations() method in Annotations
/external/turbine/java/com/google/turbine/bytecode/
DAttribute.java104 interface Annotations extends Attribute { interface

123