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

1 2 3 4 5 67 8 91011>>

  /sdk/annotations/src/android/annotation/
SuppressLint.java 19 import static java.lang.annotation.ElementType.FIELD;
30 @Target({TYPE, FIELD, METHOD, PARAMETER, CONSTRUCTOR, LOCAL_VARIABLE})
  /external/guava/guava/src/com/google/common/annotations/
Beta.java 26 * Signifies that a public API (public class, method or field) is subject to
45 ElementType.FIELD,
GwtIncompatible.java 41 ElementType.CONSTRUCTOR, ElementType.FIELD })
  /external/guice/core/src/com/google/inject/name/
Named.java 33 @Target({ ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
  /external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
Driver.java 28 @Target({ ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
Inventor.java 28 @Target({ ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
Nuclear.java 28 @Target({ ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
Renewable.java 28 @Target({ ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
Used.java 28 @Target({ ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
RequestParameters.java 28 * Apply this to field or parameters of type {@code Map<String, String[]>}
34 @Target({ ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
ScopingOnly.java 35 @Target({ ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
ValueType.java 44 public static final int FIELD = 0x19;
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/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) { \
  /frameworks/base/core/java/android/annotation/
SdkConstant.java 25 * Indicates a constant field value should be exported to be used in the SDK tools.
28 @Target({ ElementType.FIELD })
  /packages/apps/Contacts/src/com/android/contacts/test/
NeededForReflection.java 25 * Denotes that the class, constructor, method or field is used by tests and therefore cannot be
29 @Target({ElementType.TYPE, ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.FIELD})
  /packages/apps/ContactsCommon/src/com/android/contacts/common/testing/
NeededForTesting.java 25 * Denotes that the class, constructor, method or field is used by tests and therefore cannot be
29 @Target({ElementType.TYPE, ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.FIELD})
  /packages/apps/Launcher3/src/com/android/launcher3/util/
Thunk.java 25 * Indicates that the given field or method has package visibility solely to prevent the creation
26 * of a synthetic method. In practice, you should treat this field/method as if it were private.
42 @Target({ElementType.METHOD, ElementType.FIELD, ElementType.CONSTRUCTOR, ElementType.TYPE})
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
NeededForTesting.java 25 * Denotes that the class, constructor, method or field is used by tests and therefore cannot be
29 @Target({ElementType.TYPE, ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.FIELD})
  /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 226 # define FIELD(_n) \
236 FIELD(0) | FIELD(1) | FIELD(2) | FIELD(3)
237 | FIELD(4) | FIELD(5) | FIELD(6) | FIELD(7);
239 # undef FIELD
    [all...]
  /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/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);
  /frameworks/support/annotations/src/android/support/annotation/
IntDef.java 23 import static java.lang.annotation.ElementType.FIELD;
StringDef.java 22 import static java.lang.annotation.ElementType.FIELD;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Entry.java 42 @Target(ElementType.FIELD)

Completed in 924 milliseconds

1 2 3 4 5 67 8 91011>>