Searched refs:expectFalse (Results 1 – 3 of 3) sorted by relevance
/external/chromium-libpac/test/js-unittest/ |
D | pac_library_unittest.js | 38 t.expectFalse(dnsDomainIs("google.com", ".co.uk")); 39 t.expectFalse(dnsDomainIs("www.adobe.com", ".ad")); 51 t.expectFalse( 55 t.expectFalse(isInNet("193.89.132.25", "192.89.0.0", "255.255.0.0")); 57 t.expectFalse( 63 t.expectFalse(isPlainHostName("google.com")); 69 t.expectFalse(localHostOrDomainIs("maps.google.com", "www.google.com")); 75 t.expectFalse(shExpMatch("foo.jpg", ".jpg")); 76 t.expectFalse(shExpMatch("foo.jpg", "foo")); 110 t.expectFalse(sortIpAddressList("")); [all …]
|
/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 133 expectFalse(eglBindAPI(0)); in init() 136 expectFalse(eglBindAPI(0xfdfdfdfd)); in init() 139 expectFalse(eglBindAPI((EGLenum)0xffffffff)); in init() 150 expectFalse(eglBindAPI(s_renderAPIs[ndx])); in init() 165 expectFalse(eglBindTexImage(EGL_NO_DISPLAY, EGL_NO_SURFACE, EGL_BACK_BUFFER)); in init() 168 expectFalse(eglBindTexImage((EGLDisplay)-1, EGL_NO_SURFACE, EGL_BACK_BUFFER)); in init() 175 expectFalse(eglBindTexImage(display, EGL_NO_SURFACE, EGL_BACK_BUFFER)); in init() 178 expectFalse(eglBindTexImage(display, (EGLSurface)-1, EGL_BACK_BUFFER)); in init() 191 expectFalse(eglCopyBuffers(EGL_NO_DISPLAY, EGL_NO_SURFACE, (EGLNativePixmapType)0)); in init() 194 expectFalse(eglCopyBuffers((EGLDisplay)-1, EGL_NO_SURFACE, (EGLNativePixmapType)0)); in init() [all …]
|
D | teglApiCase.hpp | 63 inline void expectFalse (eglw::EGLBoolean got) { expectBoolean(EGL_FALSE, got); } in expectFalse() function in deqp::egl::ApiCase
|