Home
last modified time | relevance | path

Searched refs:windowCount (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_callbacks.py204 global windowCount
205 windowCount = 0
209 global windowCount
210 windowCount += 1
/external/icu/icu4c/source/samples/layout/
Dclayout.c128 static le_int32 windowCount = 0; in WndProc() local
159 windowCount += 1; in WndProc()
353 if (--windowCount <= 0) { in WndProc()
Dlayout.cpp127 static le_int32 windowCount = 0; in WndProc() local
157 windowCount += 1; in WndProc()
349 if (--windowCount <= 0) { in WndProc()
/external/deqp/modules/egl/
DteglMultiThreadTests.cpp728 …omShared (TestThread& thread, int pbufferCount, int pixmapCount, int windowCount, int contextCou…
1304 …FromShared (TestThread& thread, int pbufferCount, int pixmapCount, int windowCount, int contextCou… in pullObjectsFromShared() argument
1328 for (int windowNdx = 0; windowNdx < windowCount; windowNdx++) in pullObjectsFromShared()