Searched defs:testFailed (Results 1 - 19 of 19) sorted by path

/external/deqp/modules/gles31/functional/
H A Des31fNegativeComputeTests.cpp88 bool testFailed = false; local
93 testFailed = program.getProgramInfo().linkOk;
95 if (testFailed)
105 bool testFailed = false; local
110 testFailed = program.getShaderInfo(shaderType).compileOk;
112 if (testFailed)
684 bool testFailed = false; local
688 testFailed = (program.getProgramInfo().linkOk) && (program.getShaderInfo(glu::SHADERTYPE_COMPUTE).compileOk);
690 if (testFailed)
783 bool testFailed local
[all...]
H A Des31fNegativeSampleVariablesTests.cpp50 bool testFailed = false; local
63 testFailed = !shader.getCompileStatus();
68 testFailed = shader.getCompileStatus();
72 if (testFailed)
H A Des31fNegativeShaderDirectiveTests.cpp53 bool testFailed = false; local
60 testFailed = !program.getProgramInfo().linkOk;
65 testFailed = program.getProgramInfo().linkOk;
69 if (testFailed)
81 bool testFailed = false; local
94 testFailed = !shader.getCompileStatus();
99 testFailed = shader.getCompileStatus();
103 if (testFailed)
H A Des31fNegativeShaderFramebufferFetchTests.cpp79 bool testFailed = false; local
89 testFailed = (program.getProgramInfo().linkOk);
95 testFailed = program.getShaderInfo(shaderType).compileOk;
101 testFailed = (program.getProgramInfo().linkOk) && (program.getShaderInfo(shaderType).compileOk);
111 if (testFailed)
H A Des31fNegativeShaderStorageTests.cpp45 bool testFailed = false; local
49 testFailed = program.getProgramInfo().linkOk;
51 if (testFailed)
H A Des31fNegativeTessellationTests.cpp340 bool testFailed = program.getProgramInfo().linkOk; local
342 if (testFailed)
/external/guice/lib/build/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/jsr330/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/junit/src/main/java/junit/runner/
H A DBaseTestRunner.java74 testFailed(TestRunListener.STATUS_ERROR, test, e);
78 testFailed(TestRunListener.STATUS_FAILURE, test, e);
87 public abstract void testFailed(int status, Test test, Throwable e); method in class:BaseTestRunner
H A DTestRunListener.java24 public void testFailed(int status, String testName, String trace); method in interface:TestRunListener
/external/junit/src/main/java/junit/textui/
H A DTestRunner.java90 public void testFailed(int status, Test test, Throwable e) { method in class:TestRunner
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/skia/tests/
H A DSubsetPath.cpp27 bool SubsetPath::subset(bool testFailed, SkPath* sub) { argument
29 if (!testFailed) {
/external/slf4j/integration/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/webrtc/webrtc/voice_engine/
H A Dvoe_dtmf_impl.cc78 const bool testFailed = ((eventCode < 0) || (eventCode > maxEventCode) || local
83 if (testFailed) {

Completed in 388 milliseconds