/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 | 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()
|
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()
|
/external/icu/icu4c/source/test/intltest/ |
D | itutil.cpp | 307 IcuTestErrorCode testStatus(helper, "AAA"); in TestIcuTestErrorCode() local 308 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode() 317 IcuTestErrorCode testStatus(helper, "BBB"); in TestIcuTestErrorCode() local 318 testStatus.setScope("foo"); in TestIcuTestErrorCode() 319 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode() 328 IcuTestErrorCode testStatus(helper, "CCC"); in TestIcuTestErrorCode() local 329 testStatus.setScope("foo"); in TestIcuTestErrorCode() 330 testStatus.set(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode() 331 testStatus.errIfFailureAndReset(); in TestIcuTestErrorCode() 335 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/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 1095 VkResult testStatus; in testSemaphores() local 1149 …testStatus = deviceInterface.waitForFences(device.get(), 1, &testContext1.fences[0], true, std::n… in testSemaphores() 1150 if (testStatus != VK_SUCCESS) in testSemaphores() 1170 …testStatus = deviceInterface.waitForFences(device.get(), 1, &testContext2.fences[0], true, std::n… in testSemaphores() 1171 if (testStatus != VK_SUCCESS) in testSemaphores() 1200 VkResult testStatus; in testEvents() local 1239 testStatus = deviceInterface.waitForFences(device, 1, &testContext.fences[0], true, 10000000); in testEvents() 1240 if (testStatus != VK_TIMEOUT) in testEvents() 1255 testStatus = deviceInterface.waitForFences(device, 1, &testContext.fences[0], true, ~(0ull)); in testEvents() 1256 if (testStatus != VK_SUCCESS) in testEvents()
|
/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 | 510 const tcu::TestStatus testStatus = bufferCreateAndAllocTest(testSizes[i]); in iterate() local 512 if (testStatus.getCode() != QP_TEST_RESULT_PASS) in iterate() 513 return testStatus; in iterate()
|