Home
last modified time | relevance | path

Searched defs:expectFalse (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/egl/
DteglApiCase.hpp63 inline void expectFalse (eglw::EGLBoolean got) { expectBoolean(EGL_FALSE, got); } in expectFalse() function in deqp::egl::ApiCase
DteglNegativePartialUpdateTests.cpp69 inline void expectFalse (eglw::EGLBoolean got) { expectBoolean(EGL_FALSE, got); } in expectFalse() function in deqp::egl::__anonf7731dab0111::NegativePartialUpdateTest
/external/chromium-libpac/test/js-unittest/
Dpac_library_unittest.js301 TestContext.prototype.expectFalse = function(x) { method in TestContext