Searched refs:disconnectedCount (Results 26 – 31 of 31) sorted by relevance
12
185 @volatile var disconnectedCount: Int = 0196 disconnectedCount += 1
311 uint32_t disconnectedCount = _glfw.monitorCount;312 if (disconnectedCount)343 for (j = 0; j < disconnectedCount; j++)353 if (j < disconnectedCount)376 for (uint32_t i = 0; i < disconnectedCount; i++)
389 uint32_t disconnectedCount = _glfw.monitorCount;390 if (disconnectedCount)423 for (j = 0; j < disconnectedCount; j++)435 if (j < disconnectedCount)462 for (uint32_t i = 0; i < disconnectedCount; i++)
317 uint32_t disconnectedCount = _glfw.monitorCount;318 if (disconnectedCount)335 for (uint32_t j = 0; j < disconnectedCount; j++)363 for (uint32_t i = 0; i < disconnectedCount; i++)
630 int disconnectedCount = 0; in testStatus() local662 QCOMPARE(disconnectedSpy.count(), ++disconnectedCount); in testStatus()696 QCOMPARE(disconnectedSpy.count(), ++disconnectedCount); in testStatus()