/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/ |
D | FieldsWithGenericTest.java | 60 int testStatus = testStatusPassed; in testFieldsWithGeneric001() local 142 testStatus = testStatusFailed; in testFieldsWithGeneric001() 153 testStatus = testStatusFailed; in testFieldsWithGeneric001() 165 testStatus = testStatusFailed; in testFieldsWithGeneric001() 178 testStatus = testStatusFailed; in testFieldsWithGeneric001() 193 testStatus = testStatusFailed; in testFieldsWithGeneric001() 208 testStatus = testStatusFailed; in testFieldsWithGeneric001() 215 if (testStatus == testStatusPassed) { in testFieldsWithGeneric001() 222 if (testStatus == testStatusFailed) { in testFieldsWithGeneric001()
|
D | MethodsWithGenericTest.java | 59 int testStatus = testStatusPassed; in testMethodsWithGeneric001() local 146 testStatus = testStatusFailed; in testMethodsWithGeneric001() 158 testStatus = testStatusFailed; in testMethodsWithGeneric001() 172 testStatus = testStatusFailed; in testMethodsWithGeneric001() 186 testStatus = testStatusFailed; in testMethodsWithGeneric001() 203 testStatus = testStatusFailed; in testMethodsWithGeneric001() 218 testStatus = testStatusFailed; in testMethodsWithGeneric001() 225 if (testStatus == testStatusPassed) { in testMethodsWithGeneric001() 235 if (testStatus == testStatusFailed) { in testMethodsWithGeneric001()
|
D | MethodsTest.java | 59 int testStatus = testStatusPassed; in testMethods001() local 136 testStatus = testStatusFailed; in testMethods001() 148 testStatus = testStatusFailed; in testMethods001() 162 testStatus = testStatusFailed; in testMethods001() 178 testStatus = testStatusFailed; in testMethods001() 191 testStatus = testStatusFailed; in testMethods001() 197 if ( testStatus == testStatusPassed ) { in testMethods001() 204 if (testStatus == testStatusFailed) { in testMethods001()
|
D | FieldsTest.java | 59 int testStatus = testStatusPassed; in testFields001() local 128 testStatus = testStatusFailed; in testFields001() 139 testStatus = testStatusFailed; in testFields001() 152 testStatus = testStatusFailed; in testFields001() 167 testStatus = testStatusFailed; in testFields001() 180 testStatus = testStatusFailed; in testFields001() 186 if (testStatus == testStatusPassed) { in testFields001() 193 if (testStatus == testStatusFailed) { in testFields001()
|
/external/icu/icu4c/source/test/intltest/ |
D | itutil.cpp | 238 IcuTestErrorCode testStatus(helper, "AAA"); in TestIcuTestErrorCode() local 239 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode() 248 IcuTestErrorCode testStatus(helper, "BBB"); in TestIcuTestErrorCode() local 249 testStatus.setScope("foo"); in TestIcuTestErrorCode() 250 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode() 259 IcuTestErrorCode testStatus(helper, "CCC"); in TestIcuTestErrorCode() local 260 testStatus.setScope("foo"); in TestIcuTestErrorCode() 261 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode() 262 testStatus.errIfFailureAndReset(); in TestIcuTestErrorCode() 266 testStatus.set(U_ILLEGAL_CHAR_FOUND); in TestIcuTestErrorCode() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | StopTest.java | 103 String testStatus = synchronizer.receiveMessage(); in testStop001() local 104 logWriter.println("testStop001: Received from Debuggee test status = " + testStatus); in testStop001() 105 if ( ! testStatus.equals("PASSED") ) { in testStop001() 107 fail("Bad message received from debuggee: " + testStatus); in testStop001()
|
D | StopDebuggee.java | 64 public static String testStatus = "PASSED"; field in StopDebuggee 93 synchronizer.sendMessage(testStatus); in run() 121 testStatus = "FAILED"; in run() 128 testStatus = "FAILED"; in run()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | ReferenceTypeTest.java | 62 int testStatus = testStatusPassed; in testReferenceType001() local 176 testStatus = testStatusFailed; in testReferenceType001() 200 testStatus = testStatusFailed; in testReferenceType001() 207 if ( testStatus == testStatusPassed ) { in testReferenceType001()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferViewAccessTests.cpp | 464 tcu::TestStatus testStatus = checkResult(1); in iterate() local 465 if (testStatus.getCode() != QP_TEST_RESULT_PASS) in iterate() 466 return testStatus; in iterate()
|
D | vktApiBufferTests.cpp | 383 const tcu::TestStatus testStatus = bufferCreateAndAllocTest(testSizes[i]); in iterate() local 385 if (testStatus.getCode() != QP_TEST_RESULT_PASS) in iterate() 386 return testStatus; in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 1116 VkResult testStatus; in testSemaphores() local 1170 …testStatus = deviceInterface.waitForFences(device.get(), 1, &testContext1.fences[0], true, std::n… in testSemaphores() 1171 if (testStatus != VK_SUCCESS) in testSemaphores() 1208 …testStatus = deviceInterface.waitForFences(device.get(), 1, &testContext2.fences[0], true, std::n… in testSemaphores() 1209 if (testStatus != VK_SUCCESS) in testSemaphores()
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 6514 tcu::TestStatus testStatus = tcu::TestStatus::pass("Pass"); in iterate() local 6533 testStatus = tcu::TestStatus::fail("Failed; Check log for details"); in iterate() 6537 return testStatus; in iterate()
|