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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/compiler/glsl/glcpp/tests/
137-expand-macro-after-period.c 1 #define FIELD(x) foo.x
3 FIELD(bar)
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/
CallType.kt 20 FIELD,
  /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...]
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTInfo.h 22 #define FIELD(name) FIELD2(name, name)
66 // Define RECORD(name, print, parse) in your code to get field definitions
75 FIELD(kernel_code_entry_byte_offset),
76 FIELD(kernel_code_prefetch_byte_size),
77 FIELD(max_scratch_backing_memory_byte_size),
78 FIELD(compute_pgm_resource_registers),
79 FIELD(workitem_private_segment_byte_size),
80 FIELD(workgroup_group_segment_byte_size),
81 FIELD(gds_segment_byte_size),
82 FIELD(kernarg_segment_byte_size)
    [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/main/java/org/mockito/
Captor.java 38 @Target(ElementType.FIELD)
  /libcore/ojluni/src/main/java/java/lang/annotation/
ElementType.java 41 * #FIELD} , {@link #LOCAL_VARIABLE} , {@link #METHOD} , {@link #PACKAGE} ,
46 * {@code @Target(ElementType.FIELD)} may only be written as a modifier for a
47 * field declaration.
54 * {@code @Target(ElementType.TYPE_USE)} may be written on the type of a field
55 * (or within the type of the field, if it is a nested, parameterized, or array
77 /** Field declaration (includes enum constants) */
78 FIELD,
Native.java 30 * Indicates that a field defining a constant value may be referenced
40 @Target(ElementType.FIELD)
  /libcore/ojluni/src/main/java/java/lang/invoke/
Stable.java 31 * A field may be annotated as stable if all of its component variables
33 * A field's value counts as its component value.
34 * If the field is typed as an array, then all the non-null components
35 * of the array, of depth up to the rank of the field's array type,
37 * By extension, any variable (either array or field) which has annotated
43 * that the first non-null (resp., non-zero) value stored in the field
46 * If the field is not of an array type, there are no array elements,
47 * then the value indicated as stable is simply the value of the field.
48 * If the dynamic type of the field value is an array but the static type
51 * If the field is an array type, then both the field value an
    [all...]
  /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/javaparser/javaparser-core/src/main/java/com/github/javaparser/metamodel/
InternalProperty.java 6 import static java.lang.annotation.ElementType.FIELD;
15 @Target(FIELD)
OptionalProperty.java 6 import static java.lang.annotation.ElementType.FIELD;
14 @Target(FIELD)
  /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/linux-kselftest/tools/testing/selftests/bpf/
test_pkt_md_access.c 16 #define TEST_FIELD(TYPE, FIELD, MASK) \
18 TYPE tmp = *(volatile TYPE *)&skb->FIELD; \
19 if (tmp != ((*(volatile __u32 *)&skb->FIELD) & MASK)) \
24 #define TEST_FIELD(TYPE, FIELD, MASK) \
26 TYPE tmp = *((volatile TYPE *)&skb->FIELD + \
27 TEST_FIELD_OFFSET(skb->FIELD, TYPE)); \
28 if (tmp != ((*(volatile __u32 *)&skb->FIELD) & MASK)) \
  /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 })
  /external/turbine/java/com/google/turbine/binder/sym/
Symbol.java 29 FIELD

Completed in 541 milliseconds

1 2 3 4 5 6 7 8 91011>>