Home
last modified time | relevance | path

Searched defs:doTest (Results 1 – 25 of 124) sorted by relevance

12345

/aosp12/art/test/712-varhandle-invocations/src/
H A DVarHandleBadCoordinateTests.java46 protected void doTest() { in doTest() method in VarHandleBadCoordinateTests.FieldCoordinateTypeTest
103 protected void doTest() { in doTest() method in VarHandleBadCoordinateTests.ArrayElementOutOfBoundsIndexTest
139 protected void doTest() { in doTest() method in VarHandleBadCoordinateTests.ArrayElementBadIndexTypeTest
167 protected void doTest() { in doTest() method in VarHandleBadCoordinateTests.ArrayElementNullArrayTest
193 protected void doTest() { in doTest() method in VarHandleBadCoordinateTests.ArrayElementWrongArrayTypeTest
218 protected void doTest() { in doTest() method in VarHandleBadCoordinateTests.ArrayElementMissingIndexTest
244 protected void doTest() { in doTest() method in VarHandleBadCoordinateTests.ByteArrayViewOutOfBoundsIndexTest
286 protected void doTest() { in doTest() method in VarHandleBadCoordinateTests.ByteArrayViewUnalignedAccessesIndexTest
491 protected void doTest() { in doTest() method in VarHandleBadCoordinateTests.ByteArrayViewBadIndexTypeTest
521 protected void doTest() { in doTest() method in VarHandleBadCoordinateTests.ByteArrayViewMissingIndexTest
[all …]
H A DSimpleTests.java24 protected void doTest() { in doTest() method in SimpleTests.TestGuardSkips
35 protected void doTest() { in doTest() method in SimpleTests.TestEqualsOK
42 protected void doTest() { in doTest() method in SimpleTests.TestEqualsOK2
49 protected void doTest() { in doTest() method in SimpleTests.TestExceptionsFail
H A DVarHandleAccessorExceptionTests.java28 protected void doTest() { in doTest() method in VarHandleAccessorExceptionTests.NullReceiverTest
55 protected void doTest() { in doTest() method in VarHandleAccessorExceptionTests.UnsupportedAccessModeTest
86 protected void doTest() { in doTest() method in VarHandleAccessorExceptionTests.WrongArgumentTypeCausingWrongMethodTypeTest
115 protected void doTest() { in doTest() method in VarHandleAccessorExceptionTests.TooManyArgumentsCausingWrongMethodTypeTest
143 protected void doTest() { in doTest() method in VarHandleAccessorExceptionTests.TooFewArgumentsCausingWrongMethodTypeTest
174 protected void doTest() { in doTest() method in VarHandleAccessorExceptionTests.ReturnTypeCausingWrongMethodTypeTest
206 protected void doTest() { in doTest() method in VarHandleAccessorExceptionTests.UnsupportedAccessModePreemptsWrongMethodTypeExceptionTest
H A DVarHandleTypeConversionTests.java38 protected void doTest() { in doTest() method in VarHandleTypeConversionTests.VoidReturnTypeTest
77 protected void doTest() { in doTest() method in VarHandleTypeConversionTests.BoxedNullBooleanThrowsNPETest
105 protected void doTest() { in doTest() method in VarHandleTypeConversionTests.BoxedNullByteThrowsNPETest
131 protected void doTest() { in doTest() method in VarHandleTypeConversionTests.BoxedNullCharacterThrowsNPETest
159 protected void doTest() { in doTest() method in VarHandleTypeConversionTests.BoxedNullShortThrowsNPETest
187 protected void doTest() { in doTest() method in VarHandleTypeConversionTests.BoxedNullIntegerThrowsNPETest
216 protected void doTest() { in doTest() method in VarHandleTypeConversionTests.BoxedNullLongThrowsNPETest
1130 public void doTest() { in doTest() method in VarHandleTypeConversionTests.SubtypeTest
1245 public void doTest() { in doTest() method in VarHandleTypeConversionTests.SupertypeTest
1295 public void doTest() { in doTest() method in VarHandleTypeConversionTests.InterfaceTest
[all …]
H A DVarHandleFpCasTests.java37 protected void doTest() { in doTest() method in VarHandleFpCasTests.FieldFloatTest
67 protected void doTest() { in doTest() method in VarHandleFpCasTests.FieldDoubleTest
/aosp12/art/test/936-search-onload/src/
H A DMain.java24 private static void doTest() throws Exception { in doTest() method in Main
30 private static void doTest(boolean boot, String className) throws Exception { in doTest() method in Main
/aosp12/art/test/929-search/src/
H A DMain.java24 private static void doTest() throws Exception { in doTest() method in Main
30 private static void doTest(boolean boot, String segment, String className) throws Exception { in doTest() method in Main
/aosp12/art/test/636-wrong-static-access/src-ex/
H A DFoo.java18 public static void doTest() { in doTest() method in Foo
/aosp12/art/test/911-get-stack-trace/src/art/
H A DSameThread.java20 public static void doTest() throws Exception { in doTest() method in SameThread
/aosp12/frameworks/native/opengl/tests/gl_perf/
H A Dfilltest.cpp33 bool doTest(uint32_t w, uint32_t h) { in doTest() function
/aosp12/art/test/921-hello-failure/src/
H A DDifferentAccess.java47 public static void doTest(Transform t) { in doTest() method in DifferentAccess
H A DFieldChange.java51 public static void doTest(Transform4 t) { in doTest() method in FieldChange
H A DMethodChange.java47 public static void doTest(Transform t) { in doTest() method in MethodChange
H A DMissingField.java48 public static void doTest(Transform4 t) { in doTest() method in MissingField
H A DMissingInterface.java48 public static void doTest(Transform2 t) { in doTest() method in MissingInterface
H A DMissingMethod.java47 public static void doTest(Transform3 t) { in doTest() method in MissingMethod
H A DNewField.java50 public static void doTest(Transform t) { in doTest() method in NewField
H A DNewInterface.java49 public static void doTest(Transform2 t) { in doTest() method in NewInterface
H A DNewMethod.java50 public static void doTest(Transform t) { in doTest() method in NewMethod
H A DNewName.java46 public static void doTest(Transform t) { in doTest() method in NewName
H A DReorderInterface.java49 public static void doTest(Transform2 t) { in doTest() method in ReorderInterface
H A DUndefault.java54 public static void doTest(Transform5 t) { in doTest() method in Undefault
H A DUnmodifiable.java42 public static void doTest(Transform[] ts) { in doTest() method in Unmodifiable
H A DVerification.java72 public static void doTest(Transform t) { in doTest() method in Verification
H A DMultiRedef.java80 public static void doTest(Transform t1, Transform2 t2) { in doTest() method in MultiRedef

12345