HomeSort by relevance Sort by last modified time
    Searched defs:expectBoolean (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/egl/
teglApiCase.cpp 107 void ApiCase::expectBoolean (EGLBoolean expected, EGLBoolean got)
teglNegativePartialUpdateTests.cpp 67 void expectBoolean (EGLBoolean expected, EGLBoolean got);
68 inline void expectTrue (eglw::EGLBoolean got) { expectBoolean(EGL_TRUE, got); }
69 inline void expectFalse (eglw::EGLBoolean got) { expectBoolean(EGL_FALSE, got); }
216 void NegativePartialUpdateTest::expectBoolean (EGLBoolean expected, EGLBoolean got)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java     [all...]

Completed in 225 milliseconds