HomeSort by relevance Sort by last modified time
    Searched refs:FIELD (Results 1 - 25 of 542) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/084-class-init/src/
Exploder.java 22 public static final Object FIELD = new AssertThrower();
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
BeanAccess.java 26 FIELD,
  /external/elfutils/backends/
linux-core-note.c 63 #define FIELD(type, name) type name __attribute__ ((aligned (ALIGN_##type)))
67 FIELD (INT, si_signo);
68 FIELD (INT, si_code);
69 FIELD (INT, si_errno);
74 FIELD (ULONG, tv_sec);
75 FIELD (ULONG, tv_usec);
81 # define TIMEVAL_FIELD(name) FIELD (time, ULONG, name, 'T'|0x80, .count = 2)
83 # define TIMEVAL_FIELD(name) FIELD (time, ULONG, name, 'T', .count = 2)
90 FIELD (SHORT, pr_cursig);
91 FIELD (ULONG, pr_sigpend)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
form.h 61 short pmin; /* index of first field on page */
62 short pmax; /* index of last field on page */
63 short smin; /* index of top leftmost field on page */
64 short smax; /* index of bottom rightmost field on page */
68 * FIELD *
79 int maxgrow; /* maximum field growth */
84 short index; /* into form -> field */
91 struct fieldnode * link; /* linked field chain */
93 struct typenode * type; /* field type */
95 FIELD_CELL * buf; /* field buffers *
128 FIELD ** field; \/* field [maxfield] *\/ member in struct:formnode
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
form.h 61 short pmin; /* index of first field on page */
62 short pmax; /* index of last field on page */
63 short smin; /* index of top leftmost field on page */
64 short smax; /* index of bottom rightmost field on page */
68 * FIELD *
79 int maxgrow; /* maximum field growth */
84 short index; /* into form -> field */
91 struct fieldnode * link; /* linked field chain */
93 struct typenode * type; /* field type */
95 FIELD_CELL * buf; /* field buffers *
149 FIELD ** field; \/* field [maxfield] *\/ member in struct:formnode
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
Running.java 19 import static java.lang.annotation.ElementType.FIELD;
36 @Target({FIELD, PARAMETER, METHOD})
41 @Target({FIELD, PARAMETER, METHOD})
46 @Target({FIELD, PARAMETER, METHOD})
51 @Target({FIELD, PARAMETER, METHOD})
56 @Target({FIELD, PARAMETER, METHOD})
  /art/test/005-annotations/src/android/test/anno/
AnnoSimpleField.java 5 @Target(ElementType.FIELD)
AnnoFancyField.java 5 @Target(ElementType.FIELD)
  /external/clang/test/CodeGenCXX/
2004-06-08-LateTemplateInstantiation.cpp 6 int FIELD;
  /external/mockito/src/org/mockito/
Captor.java 38 @Target(ElementType.FIELD)
InjectMocks.java 11 import static java.lang.annotation.ElementType.FIELD;
15 * Mark a field on which injection should be performed.
40 * <li><strong>Field injection</strong>; mocks will first be resolved by type,
41 * then, if there is several property of the same type, by the match of the field name and the mock name.
76 * In the above example the field ArticleManager annotated with &#064;InjectMocks can have
86 * <p>So on the field that needs injection, for example constructor injection will happen here :</p>
109 * <p>Field injection will be used here :</p>
152 @Target(FIELD)
Spy.java 9 import static java.lang.annotation.ElementType.FIELD;
13 * Allows shorthand wrapping of field instances in an spy object.
40 * <strong>The field annotated with &#064;Spy can be initialized by Mockito if a zero argument constructor
44 * <strong>The field annotated with &#064;Spy can be initialized explicitly at declaration point.
103 @Target(FIELD)
  /libcore/ojluni/src/main/java/java/lang/annotation/
ElementType.java 43 /** Field declaration (includes enum constants) */
44 FIELD,
  /external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
Bind.java 19 import static java.lang.annotation.ElementType.FIELD;
26 * Annotation used by {@link BoundFieldModule} to indicate that a field should be bound to its
33 @Target({FIELD})
36 * If specified, {@link BoundFieldModule} will bind the annotated field's value to this type,
37 * rather than to the field's actual type.
42 * If true, {@link BoundFieldModule} will delay retrieving the field's value until injection time
  /external/jcommander/src/main/java/com/beust/jcommander/
ParametersDelegate.java 24 import static java.lang.annotation.ElementType.FIELD;
27 * <p>When applied to a field all of its child fields annotated
42 @Target({ FIELD })
  /external/jcommander/src/main/java/com/beust/jcommander/internal/
Nullable.java 3 import static java.lang.annotation.ElementType.FIELD;
10 @Target({FIELD, PARAMETER})
  /external/testng/src/main/java/org/testng/internal/
Nullable.java 3 import static java.lang.annotation.ElementType.FIELD;
10 @Target({FIELD, PARAMETER})
  /external/proguard/examples/annotations/src/proguard/annotation/
Keep.java 15 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })
KeepName.java 15 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })
  /frameworks/base/core/java/android/annotation/
RequiresPermission.java 25 import static java.lang.annotation.ElementType.FIELD;
81 @Target({ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD,PARAMETER})
117 * the corresponding field passed in will be one of a set of constants which have
120 @Target({FIELD, METHOD, PARAMETER})
130 * the corresponding field passed in will be one of a set of constants which have
133 @Target({FIELD, METHOD, PARAMETER})
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GenerateFieldPort.java 26 @Target(ElementType.FIELD)
GenerateFinalPort.java 26 @Target(ElementType.FIELD)
GenerateProgramPort.java 26 @Target(ElementType.FIELD)
GenerateProgramPorts.java 26 @Target(ElementType.FIELD)
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/annotations/
UsedByNative.java 25 @Target({ElementType.METHOD, ElementType.FIELD})

Completed in 3824 milliseconds

1 2 3 4 5 6 7 8 91011>>