Searched defs:expectFalse (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/egl/ | ||
D | teglApiCase.hpp | 63 inline void expectFalse (eglw::EGLBoolean got) { expectBoolean(EGL_FALSE, got); } in expectFalse() function in deqp::egl::ApiCase |
D | teglNegativePartialUpdateTests.cpp | 69 inline void expectFalse (eglw::EGLBoolean got) { expectBoolean(EGL_FALSE, got); } in expectFalse() function in deqp::egl::__anonf7731dab0111::NegativePartialUpdateTest |
/external/chromium-libpac/test/js-unittest/ | ||
D | pac_library_unittest.js | 301 TestContext.prototype.expectFalse = function(x) { method in TestContext |