OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testStatus
(Results
1 - 12
of
12
) sorted by null
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
FieldsTest.java
60
int
testStatus
= testStatusPassed;
129
testStatus
= testStatusFailed;
140
testStatus
= testStatusFailed;
153
testStatus
= testStatusFailed;
168
testStatus
= testStatusFailed;
181
testStatus
= testStatusFailed;
187
if (
testStatus
== testStatusPassed) {
194
if (
testStatus
== testStatusFailed) {
MethodsTest.java
60
int
testStatus
= testStatusPassed;
137
testStatus
= testStatusFailed;
149
testStatus
= testStatusFailed;
163
testStatus
= testStatusFailed;
179
testStatus
= testStatusFailed;
192
testStatus
= testStatusFailed;
198
if (
testStatus
== testStatusPassed ) {
205
if (
testStatus
== testStatusFailed) {
FieldsWithGenericTest.java
61
int
testStatus
= testStatusPassed;
143
testStatus
= testStatusFailed;
154
testStatus
= testStatusFailed;
166
testStatus
= testStatusFailed;
179
testStatus
= testStatusFailed;
194
testStatus
= testStatusFailed;
209
testStatus
= testStatusFailed;
216
if (
testStatus
== testStatusPassed) {
223
if (
testStatus
== testStatusFailed) {
MethodsWithGenericTest.java
60
int
testStatus
= testStatusPassed;
147
testStatus
= testStatusFailed;
159
testStatus
= testStatusFailed;
173
testStatus
= testStatusFailed;
187
testStatus
= testStatusFailed;
204
testStatus
= testStatusFailed;
219
testStatus
= testStatusFailed;
226
if (
testStatus
== testStatusPassed) {
236
if (
testStatus
== testStatusFailed) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
StopDebuggee.java
64
public static String
testStatus
= "PASSED";
93
synchronizer.sendMessage(
testStatus
);
121
testStatus
= "FAILED";
128
testStatus
= "FAILED";
StopTest.java
103
String
testStatus
= synchronizer.receiveMessage();
104
logWriter.println("testStop001: Received from Debuggee test status = " +
testStatus
);
105
if ( !
testStatus
.equals("PASSED") ) {
107
fail("Bad message received from debuggee: " +
testStatus
);
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
CompatibilityHostTestBase.java
28
import com.android.ddmlib.testrunner.TestResult.
TestStatus
;
180
TestStatus
testStatus
= testResult.getStatus();
182
"Test " + testEntry.getKey() + ": " +
testStatus
);
183
if (
testStatus
!=
TestStatus
.PASSED &&
testStatus
!=
TestStatus
.ASSUMPTION_FAILURE) {
223
TestStatus
.ASSUMPTION_FAILURE));
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
ReferenceTypeTest.java
63
int
testStatus
= testStatusPassed;
177
testStatus
= testStatusFailed;
201
testStatus
= testStatusFailed;
208
if (
testStatus
== testStatusPassed ) {
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.cpp
60
virtual tcu::
TestStatus
iterate (void);
61
tcu::
TestStatus
bufferCreateAndAllocTest (VkDeviceSize size);
209
tcu::
TestStatus
BufferTestInstance::bufferCreateAndAllocTest (VkDeviceSize size)
267
return tcu::
TestStatus
::fail("Buffer creation failed! (" + de::toString(getResultName(result)) + ")");
281
return tcu::
TestStatus
::fail(errorMsg.str());
304
return tcu::
TestStatus
::fail("Unable to allocate " + de::toString(memReqs.size) + " bytes of memory");
363
return tcu::
TestStatus
::fail("Bind sparse buffer memory failed! (requested memory size: " + de::toString(size) + ")");
370
return tcu::
TestStatus
::fail("Bind buffer memory failed! (requested memory size: " + de::toString(size) + ")");
373
return tcu::
TestStatus
::pass("Pass");
376
tcu::
TestStatus
BufferTestInstance::iterate (void
[
all
...]
vktApiBufferViewAccessTests.cpp
66
virtual tcu::
TestStatus
iterate (void);
70
tcu::
TestStatus
checkResult (deInt8 factor = 1);
776
tcu::
TestStatus
BufferViewTestInstance::checkResult (deInt8 factor)
796
return tcu::
TestStatus
::fail(errorMessage.str());
800
return tcu::
TestStatus
::pass("BufferView test");
803
tcu::
TestStatus
BufferViewTestInstance::iterate (void)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp
[
all
...]
/system/tools/hidl/test/
hidl_test_client.cpp
[
all
...]
Completed in 2240 milliseconds