HomeSort by relevance Sort by last modified time
    Searched refs:Field (Results 226 - 250 of 614) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedField.java 39 import org.jf.dexlib2.iface.Field;
46 public class DexBackedField extends BaseFieldReference implements Field {
  /frameworks/base/core/java/android/util/
ReflectiveProperty.java 18 import java.lang.reflect.Field;
33 private Field mField;
36 * For given property name 'name', look for getName/isName method or 'name' field.
38 * field results in throwing NoSuchPropertyException.
40 * @param propertyHolder The class on which the methods or field are found
43 * the constructor will search for a field with that exact name.
60 // Try public field instead
71 throw new NoSuchPropertyException("No accessor method or field found for"
91 * Utility method to check whether the type of the underlying field/method on the target
94 * method/field will probably be a primitive type instead. Accept float as matching Float
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ImageCombineFilter.java 27 import java.lang.reflect.Field;
54 Field programField = ImageCombineFilter.class.getDeclaredField("mProgram");
57 throw new RuntimeException("Internal Error: mProgram field not found!");
  /frameworks/multidex/library/src/android/support/multidex/
MultiDex.java 32 import java.lang.reflect.Field;
128 * dalvik.system.DexPathList pathList field to append additional DEX
265 * Locates a given field anywhere in the class inheritance hierarchy.
267 * @param instance an object to search the field into.
268 * @param name field name
269 * @return a field object
270 * @throws NoSuchFieldException if the field cannot be located
272 private static Field findField(Object instance, String name) throws NoSuchFieldException {
275 Field field = clazz.getDeclaredField(name) local
    [all...]
  /frameworks/support/v4/jellybean-mr1/android/support/v4/media/routing/
MediaRouterJellybeanMr1.java 26 import java.lang.reflect.Field;
135 Field statusConnectingField =
  /frameworks/support/v7/mediarouter/jellybean-mr1/android/support/v7/media/
MediaRouterJellybeanMr1.java 26 import java.lang.reflect.Field;
135 Field statusConnectingField =
  /libcore/benchmarks/src/benchmarks/regression/
PropertyAccessBenchmark.java 20 import java.lang.reflect.Field;
28 private Field x;
  /libcore/libart/src/main/java/sun/misc/
Unsafe.java 20 import java.lang.reflect.Field;
59 * the memory used to store the indicated instance field.
61 * @param field non-null; the field in question, which must be an
62 * instance field
63 * @return the offset to the field
65 public long objectFieldOffset(Field field) {
66 if (Modifier.isStatic(field.getModifiers())) {
69 return field.getOffset()
    [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
ApiHelper.java 21 import java.lang.reflect.Field;
73 Field f = klass.getDeclaredField(fieldName);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SuggestionSpanUtils.java 31 import java.lang.reflect.Field;
37 private static final Field FIELD_FLAG_AUTO_CORRECTION = CompatUtils.getField(
45 throw new RuntimeException("Field is accidentially null.");
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
EntrySchema.java 25 import java.lang.reflect.Field;
107 Field field = column.field; local
110 field.set(object, cursor.isNull(columnIndex)
115 field.setBoolean(object, cursor.getShort(columnIndex) == 1);
118 field.setShort(object, cursor.getShort(columnIndex));
121 field.setInt(object, cursor.getInt(columnIndex));
124 field.setLong(object, cursor.getLong(columnIndex));
127 field.setFloat(object, cursor.getFloat(columnIndex))
158 Field field = column.field; local
196 Field field = column.field; local
235 Field field = column.field; local
252 Field field = column.field; local
477 Field field = fields[i]; local
521 public final Field field; field in class:EntrySchema.ColumnInfo
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest4.java     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 56 void AppendField(const FieldDecl *Field, uint64_t FieldOffset,
61 void AppendBitField(const FieldDecl *Field, uint64_t FieldOffset,
88 AppendField(const FieldDecl *Field, uint64_t FieldOffset,
101 && "Field offset mismatch!");
105 // Round up the field offset to the alignment of the field type.
128 // Add the field.
140 void ConstStructBuilder::AppendBitField(const FieldDecl *Field,
155 uint64_t FieldSize = Field->getBitWidthValue(Context);
166 // Truncate the size of FieldValue to the bit field size
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/reference/
nacl-manifest-format.rst 19 Field summary
23 section that discusses each field in detail. The only field that is required
24 is the ``program`` field.
36 Field details
42 The ``program`` field specifies the main program that will be loaded
80 Portable Native Client applications can also specify an ``optlevel`` field.
81 The ``optlevel`` field is an optimization level *hint*, which is a number
139 The ``files`` field specifies a dictionary of file resources to be used by a
143 instead). However, the ``files`` manifest field is important for dynamicall
    [all...]
  /external/chromium_org/third_party/skia/include/svg/
SkSVGPaintState.h 18 enum Field {
  /external/guava/guava/src/com/google/common/collect/
Serialization.java 22 import java.lang.reflect.Field;
199 Field field = clazz.getDeclaredField(fieldName); local
200 return new FieldSetter<T>(field);
208 private final Field field; field in class:Serialization.FieldSetter
210 private FieldSetter(Field field) {
211 this.field = field;
    [all...]
  /external/javassist/sample/evolve/
VersionManager.java 23 Field f = c.getField(latestVersionField);
50 * initiaVersion() is used to initialize the _version field of the updatable
  /external/llvm/bindings/ocaml/bitreader/
bitreader_ocaml.c 26 llvm_bitreader_error_exn = Field(Error, 0);
  /external/proguard/src/proguard/classfile/
LibraryClass.java 43 * An extra field pointing to the superclass of this class.
44 * This field is filled out by the {@link ClassSuperHierarchyInitializer}.
49 * An extra field pointing to the interfaces of this class.
50 * This field is filled out by the {@link ClassSuperHierarchyInitializer}.
55 * An extra field pointing to the subclasses of this class.
56 * This field is filled out by the {@link ClassSubHierarchyInitializer}.
61 * An extra field in which visitors can store information.
265 public Field findField(String name, String descriptor)
269 Field field = fields[index] local
463 Field field = fields[index]; local
474 Field field = findField(name, descriptor); local
    [all...]
  /external/proguard/src/proguard/classfile/attribute/annotation/
EnumConstantElementValue.java 38 * An extra field pointing to the Clazz objects referenced in the
39 * type name string. This field is typically filled out by the <code>{@link
47 * An extra field optionally pointing to the referenced enum Field object.
48 * This field is typically filled out by the <code>{@link
52 public Field referencedField;
115 * Applies the given visitor to the referenced field.
  /external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AnnotationTypeFilter.java 68 public void visitAnnotation(Clazz clazz, Field field, Annotation annotation)
72 annotationVisitor.visitAnnotation(clazz, field, annotation);
  /external/skia/include/svg/
SkSVGPaintState.h 18 enum Field {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
ImmutableClassDef.java 38 import org.jf.dexlib2.iface.Field;
69 @Nullable Iterable<? extends Field> fields,
96 @Nullable Iterable<? extends Field> staticFields,
97 @Nullable Iterable<? extends Field> instanceFields,
  /frameworks/base/core/java/android/hardware/camera2/
CameraMetadata.java 24 import java.lang.reflect.Field;
56 * Set a camera metadata field to a value. The field definitions can be
60 * @param key The metadata field to write.
61 * @param value The value to set the field to, which must be of a matching
70 * Get a camera metadata field value.
72 * <p>The field definitions can be
81 * @param key The metadata field to read.
82 * @return The value of that key, or {@code null} if the field is not set.
113 * Return a list of all the Key<?> that are declared as a field inside of the clas
    [all...]
  /frameworks/support/v4/tests/java/android/support/v4/widget/
ScrollerCompatTestBase.java 26 import java.lang.reflect.Field;

Completed in 687 milliseconds

1 2 3 4 5 6 7 8 91011>>