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

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_builtin_vars.h 44 #define __CUDA_DEVICE_BUILTIN(FIELD, INTRINSIC) \
45 __declspec(property(get = __fetch_builtin_##FIELD)) unsigned int FIELD; \
47 __attribute__((device)) unsigned int __fetch_builtin_##FIELD(void) { \
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
cuda_builtin_vars.h 44 #define __CUDA_DEVICE_BUILTIN(FIELD, INTRINSIC) \
45 __declspec(property(get = __fetch_builtin_##FIELD)) unsigned int FIELD; \
47 __attribute__((device)) unsigned int __fetch_builtin_##FIELD(void) { \
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_builtin_vars.h 44 #define __CUDA_DEVICE_BUILTIN(FIELD, INTRINSIC) \
45 __declspec(property(get = __fetch_builtin_##FIELD)) unsigned int FIELD; \
47 __attribute__((device)) unsigned int __fetch_builtin_##FIELD(void) { \
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_builtin_vars.h 44 #define __CUDA_DEVICE_BUILTIN(FIELD, INTRINSIC) \
45 __declspec(property(get = __fetch_builtin_##FIELD)) unsigned int FIELD; \
47 __attribute__((device)) unsigned int __fetch_builtin_##FIELD(void) { \
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_builtin_vars.h 44 #define __CUDA_DEVICE_BUILTIN(FIELD, INTRINSIC) \
45 __declspec(property(get = __fetch_builtin_##FIELD)) unsigned int FIELD; \
47 __attribute__((device)) unsigned int __fetch_builtin_##FIELD(void) { \
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_builtin_vars.h 44 #define __CUDA_DEVICE_BUILTIN(FIELD, INTRINSIC) \
45 __declspec(property(get = __fetch_builtin_##FIELD)) unsigned int FIELD; \
47 __attribute__((device)) unsigned int __fetch_builtin_##FIELD(void) { \
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_builtin_vars.h 44 #define __CUDA_DEVICE_BUILTIN(FIELD, INTRINSIC) \
45 __declspec(property(get = __fetch_builtin_##FIELD)) unsigned int FIELD; \
47 __attribute__((device)) unsigned int __fetch_builtin_##FIELD(void) { \
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_builtin_vars.h 44 #define __CUDA_DEVICE_BUILTIN(FIELD, INTRINSIC) \
45 __declspec(property(get = __fetch_builtin_##FIELD)) unsigned int FIELD; \
47 __attribute__((device)) unsigned int __fetch_builtin_##FIELD(void) { \
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_builtin_vars.h 44 #define __CUDA_DEVICE_BUILTIN(FIELD, INTRINSIC) \
45 __declspec(property(get = __fetch_builtin_##FIELD)) unsigned int FIELD; \
47 __attribute__((device)) unsigned int __fetch_builtin_##FIELD(void) { \
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_builtin_vars.h 44 #define __CUDA_DEVICE_BUILTIN(FIELD, INTRINSIC) \
45 __declspec(property(get = __fetch_builtin_##FIELD)) unsigned int FIELD; \
47 __attribute__((device)) unsigned int __fetch_builtin_##FIELD(void) { \
  /prebuilts/sdk/renderscript/clang-include/
cuda_builtin_vars.h 44 #define __CUDA_DEVICE_BUILTIN(FIELD, INTRINSIC) \
45 __declspec(property(get = __fetch_builtin_##FIELD)) unsigned int FIELD; \
47 __attribute__((device)) unsigned int __fetch_builtin_##FIELD(void) { \
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue95/
ArrayInGenericCollectionTest.java 61 yaml2dump.setBeanAccess(BeanAccess.FIELD);
67 yaml2load.setBeanAccess(BeanAccess.FIELD);
80 yaml2dump.setBeanAccess(BeanAccess.FIELD);
91 yaml2load.setBeanAccess(BeanAccess.FIELD);
105 yaml2dump.setBeanAccess(BeanAccess.FIELD);
111 yaml2load.setBeanAccess(BeanAccess.FIELD);
119 yaml2dump.setBeanAccess(BeanAccess.FIELD);
130 yaml2load.setBeanAccess(BeanAccess.FIELD);
139 yaml2dump.setBeanAccess(BeanAccess.FIELD);
147 yaml2load.setBeanAccess(BeanAccess.FIELD);
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_helpers.c 441 # define FIELD(_n) \
451 FIELD(0) | FIELD(1) | FIELD(2) | FIELD(3)
452 | FIELD(4) | FIELD(5) | FIELD(6) | FIELD(7);
454 # undef FIELD
    [all...]
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
Criterion.java 35 FIELD,
  /external/conscrypt/common/src/main/java/org/conscrypt/
ExperimentalApi.java 41 ElementType.FIELD,
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
HttpPostRequestTest.java 50 public static final String FIELD = "caption";
76 "--" + divider + "\r\n" + "Content-Disposition: form-data; name=\"" + HttpPostRequestTest.FIELD + "\"; filename=\"" + fileName + "\"\r\n"
95 BufferedReader reader = new BufferedReader(new FileReader(this.testServer.files.get(HttpPostRequestTest.FIELD)));
120 "--" + divider + "\r\n" + "Content-Disposition: form-data; name=\"" + HttpPostRequestTest.FIELD + "\"\r\n" + "\r\n" + HttpPostRequestTest.VALUE + "\r\n"
130 assertEquals(HttpPostRequestTest.VALUE, this.testServer.parms.get(HttpPostRequestTest.FIELD));
139 "--" + divider + "\r\n" + "Content-Disposition: form-data; name=\"" + HttpPostRequestTest.FIELD + "\"\r\n" + "\r\n" + HttpPostRequestTest.VALUE + "\r\n"
149 assertEquals(HttpPostRequestTest.VALUE, this.testServer.parms.get(HttpPostRequestTest.FIELD));
158 "--" + divider + "\r\n" + "Content-Disposition: form-data; name=\"" + HttpPostRequestTest.FIELD + "\"\r\n" + "\r\n" + HttpPostRequestTest.VALUE + "\r\n"
167 assertEquals(HttpPostRequestTest.VALUE, this.testServer.parms.get(HttpPostRequestTest.FIELD));
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
ExperimentalApi.java 55 ElementType.FIELD,
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue55/
YamlFieldAccessCollectionTest.java 37 blogLoader.setBeanAccess(BeanAccess.FIELD);
54 fail("BeanAccess.FIELD is required.");
62 yaml.setBeanAccess(BeanAccess.FIELD);
72 representer.getPropertyUtils().setBeanAccess(BeanAccess.FIELD);
79 yaml.setBeanAccess(BeanAccess.FIELD);
  /external/tensorflow/tensorflow/core/util/
saved_tensor_slice_util.h 73 #define TENSOR_PROTO_EXTRACT_TYPE_HELPER(TYPE, FIELD, FTYPE, STYPE) \
84 return reinterpret_cast<const STYPE*>(t.FIELD##_val().data()); \
92 t->mutable_##FIELD##_val()); \
95 #define TENSOR_PROTO_EXTRACT_TYPE(TYPE, FIELD, FTYPE) \
96 TENSOR_PROTO_EXTRACT_TYPE_HELPER(TYPE, FIELD, FTYPE, FTYPE) \
100 t->mutable_##FIELD##_val()->Swap(&copy); \
104 #define TENSOR_PROTO_EXTRACT_TYPE_COMPLEX(TYPE, FIELD, FTYPE) \
105 TENSOR_PROTO_EXTRACT_TYPE_HELPER(TYPE, FIELD, FTYPE, TYPE) \
110 t->mutable_##FIELD##_val()->Swap(&copy); \
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Entry.java 42 @Target(ElementType.FIELD)
  /tools/apksig/src/main/java/com/android/apksig/internal/asn1/
Asn1Field.java 24 @Target({ElementType.FIELD})
40 /** {@code true} if this field is optional. Ignored for fields of CHOICE containers. */
  /tools/loganalysis/src/com/android/loganalysis/util/config/
Option.java 27 * Annotates a field as representing a {@link IConfiguration} option.
31 @Target(ElementType.FIELD)
82 * following is true of a mandatory field after options have been parsed from all sources:
84 * <li>The field is {@code null}.</li>
85 * <li>The field is an empty {@link java.util.Collection}.</li>
  /tools/tradefederation/core/src/com/android/tradefed/config/
Option.java 27 * Annotates a field as representing a {@link IConfiguration} option.
30 @Target(ElementType.FIELD)
81 * following is true of a mandatory field after options have been parsed from all sources:
83 * <li>The field is {@code null}.</li>
84 * <li>The field is an empty {@link Collection}.</li>
92 * If this is a time value, time-specific suffixes will be parsed. The field <emph>MUST</emph>
  /external/jcommander/src/main/java/com/beust/jcommander/
Parameter.java 21 import static java.lang.annotation.ElementType.FIELD;
34 @Target({ FIELD, METHOD })
39 * If this attribute is omitted, the field it's annotating will receive all the
72 * The string converter to use for this field. If the field is of type <tt>List</tt>
79 * The list string converter to use for this field. If it's specified, the
80 * field has to be of type <tt>List</tt> and the converter needs to return
  /external/mockito/src/test/java/org/mockitousage/configuration/
CustomizedAnnotationForSmartMockTest.java 10 import java.lang.reflect.Field;
20 import static java.lang.annotation.ElementType.FIELD;
38 @Target({FIELD })
44 protected void onInjection(Object testClassInstance, Class<?> clazz, Set<Field> mockDependentFields, Set<Object> mocks) {
45 for (Field field : clazz.getDeclaredFields()) {
46 if (field.isAnnotationPresent(SmartMock.class)) {
47 field.setAccessible(true);
49 field.set(Modifier.isStatic(field.getModifiers()) ? null : testClassInstance, Mockito.mock(field.getType(), Mockito.RETURNS_SMART_NU (…)
    [all...]

Completed in 496 milliseconds

<<11121314151617181920>>