HomeSort by relevance Sort by last modified time
    Searched defs:Annotations (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/python/cpython2/Doc/tools/extensions/
c_annotations.py 6 Supports annotations for C API elements:
8 * reference count annotations for C API functions. Based on
11 * stable API annotations
36 class Annotations(dict):
102 refcounts = Annotations.fromfile(
  /external/guice/core/src/com/google/inject/internal/
Annotations.java 54 public class Annotations {
187 public static Class<? extends Annotation> findScopeAnnotation(Errors errors, Annotation[] annotations) {
190 for (Annotation annotation : annotations) {
204 static boolean containsComponentAnnotation(Annotation[] annotations) {
205 for (Annotation annotation : annotations) {
216 * Checks for the presence of annotations. Caches results because Android doesn't.
221 /** Returns true if the given class has one of the desired annotations. */
238 * Constructs a new checker that looks for annotations of the given types.
245 * Returns true if the given type has one of the desired annotations.
260 * Adds an error if there is a misplaced annotations on {@code type}. Scopin
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
Annotations.java 30 public final class Annotations extends MutabilityControl
31 implements Comparable<Annotations> {
33 public static final Annotations EMPTY = new Annotations();
39 /** {@code non-null;} map from types to annotations */
40 private final TreeMap<CstType, Annotation> annotations; field in class:Annotations
52 public static Annotations combine(Annotations a1, Annotations a2) {
53 Annotations result = new Annotations()
    [all...]
  /dalvik/dx/src/com/android/dx/rop/annotation/
Annotations.java 29 public final class Annotations extends MutabilityControl
30 implements Comparable<Annotations> {
32 public static final Annotations EMPTY = new Annotations();
38 /** {@code non-null;} map from types to annotations */
39 private final TreeMap<CstType, Annotation> annotations; field in class:Annotations
51 public static Annotations combine(Annotations a1, Annotations a2) {
52 Annotations result = new Annotations()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9effect.h 53 UINT Annotations;
63 UINT Annotations;
69 UINT Annotations;
77 UINT Annotations;
d3d10effect.h 81 UINT Annotations;
90 UINT Annotations;
145 UINT Annotations;
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 266 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {}
307 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) {
308 if (Annotations.empty())
311 uint8_t FirstByte = Annotations.front();
312 Annotations = Annotations.drop_front();
317 if (Annotations.empty())
320 uint8_t SecondByte = Annotations.front();
321 Annotations = Annotations.drop_front()
460 llvm::iterator_range<BinaryAnnotationIterator> annotations() const { function in class:llvm::codeview::InlineSiteSym
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 361 /// Global annotations.
362 std::vector<llvm::Constant*> Annotations;
    [all...]
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.2/
kotlin-runtime-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime-1.0.5.jar 
kotlin-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.6/
kotlin-runtime-1.0.6.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0.jar 
  /art/dexlayout/
dex_ir.h 787 AnnotationsDirectoryItem* annotations,
795 annotations_(annotations),
809 AnnotationsDirectoryItem* Annotations() const { return annotations_; }
    [all...]
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.2-4/
kotlin-stdlib-1.1.2-4.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3-2/
kotlin-stdlib-1.1.3-2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/
kotlin-stdlib-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
sisu-guice-3.1.0.jar 
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/
kotlin-stdlib-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.2/
kotlin-stdlib-1.0.2.jar 

Completed in 234 milliseconds

1 2 3 4