Home
last modified time | relevance | path

Searched refs:typeCount (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/os/test-apps/StaticSharedLibConsumerApp1/src/android/os/lib/consumer1/
DUseSharedLibraryTest.java79 int typeCount = 0; in testSharedLibrariesProperlyReported() local
80 typeCount += type == SharedLibraryInfo.TYPE_BUILTIN ? 1 : 0; in testSharedLibrariesProperlyReported()
81 typeCount += type == SharedLibraryInfo.TYPE_DYNAMIC ? 1 : 0; in testSharedLibrariesProperlyReported()
82 typeCount += type == SharedLibraryInfo.TYPE_STATIC ? 1 : 0; in testSharedLibrariesProperlyReported()
84 if (typeCount != 1) { in testSharedLibrariesProperlyReported()
/cts/tests/tests/graphics/jni/
DVulkanTestHelpers.cpp750 const VkDescriptorPoolSize typeCount = { in init() local
758 .pPoolSizes = &typeCount, in init()