Home
last modified time | relevance | path

Searched refs:field (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DSetObjectTest.java72 ScriptField__set_object_element_input field = new ScriptField__set_object_element_input( in testSetObjectElement() local
76 field.set(mItem, 0, true); in testSetObjectElement()
78 mIn = field.getAllocation(); in testSetObjectElement()
93 ScriptField__set_object_type_input field = new ScriptField__set_object_type_input(mRS, 1); in testSetObjectType() local
96 field.set(mItem, 0, true); in testSetObjectType()
98 mIn = field.getAllocation(); in testSetObjectType()
115 … ScriptField__set_object_allocation_input field = new ScriptField__set_object_allocation_input( in testSetObjectAllocation() local
119 field.set(mItem, 0, true); in testSetObjectAllocation()
121 mIn = field.getAllocation(); in testSetObjectAllocation()
137 ScriptField__set_object_sampler_input field = new ScriptField__set_object_sampler_input( in testSetObjectSampler() local
[all …]
DSmallStructsTest.java155 Object field = scriptFieldClass.getConstructor(RenderScript.class, int.class) in testSmallStructsOfCharArray() local
158 .invoke(field); in testSmallStructsOfCharArray()
170 set_bytes.invoke(field, elem, bytes, true); in testSmallStructsOfCharArray()
215 Object field = scriptFieldClass.getConstructor(RenderScript.class, int.class) in testSmallStructsOfHeterogeneousTypes() local
218 .invoke(field); in testSmallStructsOfHeterogeneousTypes()
226 fieldASetter.invoke(field, elem, initialValueA, true); in testSmallStructsOfHeterogeneousTypes()
232 fieldBSetter.invoke(field, elem, initialValueB, true); in testSmallStructsOfHeterogeneousTypes()
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
DEntity.java47 for (final Field field : mFields) { in createEntitySql()
48 if (field.pos > 0) sb.append(", "); in createEntitySql()
49 sb.append(field.name).append(" ").append(field.sqLiteType); in createEntitySql()
50 if (field.name.equals(BaseColumns._ID)) { in createEntitySql()
87 final Field field = Field.newInstance(mPos++, name, fieldType); in addFieldInternal() local
88 mFields.add(field); in addFieldInternal()
89 mFieldMap.put(field.name, field); in addFieldInternal()
/cts/tests/signature/tests/src/android/signature/cts/tests/
DJDiffClassDescriptionTest.java219 JDiffClassDescription.JDiffField field = new JDiffClassDescription.JDiffField( in testFinalField() local
221 clz.addField(field); in testFinalField()
223 assertEquals(field.toSignatureString(), "public final java.lang.String FINAL_FIELD"); in testFinalField()
228 JDiffClassDescription.JDiffField field = new JDiffClassDescription.JDiffField( in testStaticField() local
230 clz.addField(field); in testStaticField()
232 assertEquals(field.toSignatureString(), "public static java.lang.String STATIC_FIELD"); in testStaticField()
237 JDiffClassDescription.JDiffField field = new JDiffClassDescription.JDiffField( in testVolatileFiled() local
239 clz.addField(field); in testVolatileFiled()
241 assertEquals(field.toSignatureString(), "public volatile java.lang.String VOLATILE_FIELD"); in testVolatileFiled()
246 JDiffClassDescription.JDiffField field = new JDiffClassDescription.JDiffField( in testTransientField() local
[all …]
/cts/tests/tests/os/src/android/os/cts/
DCustomClassLoaderTest.java71 Field field = cl.loadClass("android.os.cts.TestClass").getField("MESSAGE"); in testCustomDexClassLoader() local
72 assertTrue(((String)field.get(null)).equals("expected_field")); in testCustomDexClassLoader()
89 Field field = cl.loadClass("android.os.cts.TestClass").getField("MESSAGE"); in testCustomPathClassLoader() local
90 assertTrue(((String)field.get(null)).equals("expected_field")); in testCustomPathClassLoader()
/cts/tests/camera/api25test/src/android/camera/cts/api25test/
DEnableZslTest.java97 for (Field field : allFields) { in getEnableZslValue()
98 if (Modifier.isStatic(field.getModifiers()) && in getEnableZslValue()
99 field.getType() == CaptureRequest.Key.class && in getEnableZslValue()
100 field.getGenericType() instanceof ParameterizedType) { in getEnableZslValue()
101 ParameterizedType paramType = (ParameterizedType)field.getGenericType(); in getEnableZslValue()
104 CaptureRequest.Key key = (CaptureRequest.Key)field.get(request); in getEnableZslValue()
/cts/tests/signature/src/android/signature/cts/
DJDiffClassDescription.java144 public void addField(JDiffField field) { in addField() argument
145 jDiffFields.add(field); in addField()
769 for (JDiffField field : jDiffFields) { in checkFieldsCompliance()
771 Field f = findMatchingField(field); in checkFieldsCompliance()
774 field.toReadableString(mAbsoluteClassName), in checkFieldsCompliance()
776 field.toSignatureString()); in checkFieldsCompliance()
777 } else if (f.getModifiers() != field.mModifier) { in checkFieldsCompliance()
779 field.toReadableString(mAbsoluteClassName), in checkFieldsCompliance()
781 field.toSignatureString()); in checkFieldsCompliance()
782 } else if (!checkFieldValueCompliance(field, f)) { in checkFieldsCompliance()
[all …]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput/d/
DT_iput_13.d19 .field public st_i1 I
20 .field protected st_p1 I
21 .field private st_pvt1 I
DT_iput_1.d19 .field public st_i1 I
20 .field protected st_p1 I
21 .field private st_pvt1 I
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/d/
DT_sput_byte_1.d19 .field public static st_i1 B
20 .field protected static st_p1 B
21 .field private static st_pvt1 B
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_boolean/d/
DT_iput_boolean_1.d19 .field public st_i1 Z
20 .field protected st_p1 Z
21 .field private st_pvt1 Z
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_byte/d/
DT_iput_byte_1.d19 .field public st_i1 B
20 .field protected st_p1 B
21 .field private st_pvt1 B
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_char/d/
DT_iput_char_1.d19 .field public st_i1 C
20 .field protected st_p1 C
21 .field private st_pvt1 C
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_short/d/
DT_sput_short_1.d19 .field public static st_i1 S
20 .field protected static st_p1 S
21 .field private static st_pvt1 S
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_boolean/d/
DT_sput_boolean_1.d19 .field public static st_i1 Z
20 .field protected static st_p1 Z
21 .field private static st_pvt1 Z
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_wide/d/
DT_sput_wide_1.d19 .field public static st_i1 J
20 .field protected static st_p1 J
21 .field private static st_pvt1 J
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_char/d/
DT_sput_char_1.d19 .field public static st_i1 C
20 .field protected static st_p1 C
21 .field private static st_pvt1 C
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_short/d/
DT_iput_short_1.d19 .field public st_i1 S
20 .field protected st_p1 S
21 .field private st_pvt1 S
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_wide/d/
DT_iput_wide_1.d19 .field public st_i1 J
20 .field protected st_p1 J
21 .field private st_pvt1 J
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/d/
DT_sput_1.d19 .field public static st_i1 I
20 .field protected static st_p1 I
21 .field private static st_pvt1 I
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_object/d/
DT_iput_object_1.d19 .field public st_i1 Ljava/lang/Object;
20 .field protected st_p1 Ljava/lang/Object;
21 .field private st_pvt1 Ljava/lang/Object;
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_object/d/
DT_sput_object_1.d19 .field public static st_i1 Ljava/lang/Object;
20 .field protected static st_p1 Ljava/lang/Object;
21 .field private static st_pvt1 Ljava/lang/Object;
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget/d/
DT_sget_1.d19 .field public static i1 I
20 .field protected static p1 I
21 .field private static pvt1 I
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_char/d/
DT_iget_char_1.d19 .field public i1 C
20 .field protected p1 C
21 .field private pvt1 C
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/d/
DT_sget_short_1.d19 .field public static i1 S
20 .field protected static p1 S
21 .field private static pvt1 S

12345678910>>...22