Searched defs:testStatusPassed (Results 1 - 25 of 42) sorted by relevance

12

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
H A DSetValues002Test.java43 static final int testStatusPassed = 0; field in class:SetValues002Test
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DInvokeMethodTest.java43 static final int testStatusPassed = 0; field in class:InvokeMethodTest
H A DSetValues002Test.java42 static final int testStatusPassed = 0; field in class:SetValues002Test
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DReferenceTypeTest.java42 static final int testStatusPassed = 0; field in class:ReferenceTypeTest
62 int testStatus = testStatusPassed;
207 if ( testStatus == testStatusPassed ) {
H A DSetValues002Test.java42 static final int testStatusPassed = 0; field in class:SetValues002Test
H A DSetValues003Test.java42 static final int testStatusPassed = 0; field in class:SetValues003Test
H A DSetValues004Test.java43 static final int testStatusPassed = 0; field in class:SetValues004Test
H A DSetValuesTest.java42 static final int testStatusPassed = 0; field in class:SetValuesTest
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
H A DClassFileVersionTest.java32 static final int testStatusPassed = 0; field in class:ClassFileVersionTest
H A DClassLoaderTest.java40 static final int testStatusPassed = 0; field in class:ClassLoaderTest
H A DClassObjectTest.java40 static final int testStatusPassed = 0; field in class:ClassObjectTest
59 //int testStatus = testStatusPassed;
H A DConstantPoolTest.java37 static final int testStatusPassed = 0; field in class:ConstantPoolTest
H A DFieldsTest.java40 static final int testStatusPassed = 0; field in class:FieldsTest
59 int testStatus = testStatusPassed;
186 if (testStatus == testStatusPassed) {
H A DFieldsWithGenericTest.java40 static final int testStatusPassed = 0; field in class:FieldsWithGenericTest
60 int testStatus = testStatusPassed;
215 if (testStatus == testStatusPassed) {
H A DGetValues002Test.java42 static final int testStatusPassed = 0; field in class:GetValues002Test
H A DGetValuesTest.java42 static final int testStatusPassed = 0; field in class:GetValuesTest
H A DInterfacesTest.java40 static final int testStatusPassed = 0; field in class:InterfacesTest
H A DMethodsTest.java40 static final int testStatusPassed = 0; field in class:MethodsTest
59 int testStatus = testStatusPassed;
197 if ( testStatus == testStatusPassed ) {
H A DMethodsWithGenericTest.java40 static final int testStatusPassed = 0; field in class:MethodsWithGenericTest
59 int testStatus = testStatusPassed;
225 if (testStatus == testStatusPassed) {
H A DNestedTypesTest.java41 static final int testStatusPassed = 0; field in class:NestedTypesTest
H A DSignatureTest.java40 static final int testStatusPassed = 0; field in class:SignatureTest
H A DSignatureWithGenericTest.java40 static final int testStatusPassed = 0; field in class:SignatureWithGenericTest
H A DSourceDebugExtensionTest.java41 static final int testStatusPassed = 0; field in class:SourceDebugExtensionTest
H A DSourceFileTest.java40 static final int testStatusPassed = 0; field in class:SourceFileTest
H A DStatusTest.java40 static final int testStatusPassed = 0; field in class:StatusTest

Completed in 116 milliseconds

12