/external/rust/crates/bindgen/src/ir/ |
D | annotations.rs | 29 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 …]
|
D | comp.rs | 154 fn annotations(&self) -> &Annotations; in annotations() 421 fn annotations(&self) -> &Annotations { in annotations() 443 annotations: Option<Annotations>, in new() 481 fn annotations(&self) -> &Annotations { in annotations() 914 fn annotations(&self) -> &Annotations { in annotations()
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/ |
D | Annotations.java | 28 public final class Annotations { class 30 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 { 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
|
/external/auto/value/src/main/java/com/google/auto/value/extension/toprettystring/processor/ |
D | Annotations.java | 28 final class Annotations { class 43 private Annotations() {} in Annotations() method in Annotations
|
/external/pigweed/pw_sync/ |
D | docs.rst | 626 Enabling Clang's Analysis 638 Why use lock annotations? 649 Using Lock Annotations 657 Annotating Lock Usage 794 Annotating Lock Objects
|
/external/dokka/core/testdata/format/ |
D | annotationClass.package.md | 5 ### 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 | 672 struct Annotations { struct 680 Annotations() = default; argument 682 explicit Annotations( in Annotations() function 686 Annotations(std::vector<std::vector<AnnotatedSpan>> arg_annotated_spans, in Annotations() function
|
/external/perfetto/docs/contributing/ |
D | embedding.md | 47 ### Annotations subsection
|
/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/python/cpython3/Doc/tutorial/ |
D | controlflow.rst | 1051 .. _tut-codingstyle:
|
/external/perfetto/docs/analysis/ |
D | trace-processor.md | 505 ## Annotations section in Trace Processor
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | Annotations.java | 35 public class Annotations { class 175 public Annotations(Set<String> attributes, String tts2) { in Annotations() method in Annotations
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 252 raw_svector_ostream Annotations(InsnStr); in LLVMDisasmInstruction() local
|
/external/clang/unittests/Format/ |
D | FormatTestJava.cpp | 251 TEST_F(FormatTestJava, Annotations) { in TEST_F() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 265 raw_svector_ostream Annotations(InsnStr); in LLVMDisasmInstruction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 150 std::vector<std::pair<MCSymbol *, MDNode *>> Annotations; member
|
/external/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 193 const char **Annotations, in CodeCompletionString()
|
/external/turbine/java/com/google/turbine/bytecode/ |
D | Attribute.java | 109 interface Annotations extends Attribute { interface
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.7.rst | 182 .. _whatsnew37-pep538:
|