Home
last modified time | relevance | path

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

/cts/tests/tests/util/src/android/util/cts/
DLogPrinterTest.java35 int[] priorities = { Log.ASSERT, Log.DEBUG, Log.ERROR, Log.INFO, in testConstructor() local
37 for (int i = 0; i < priorities.length; i++) { in testConstructor()
38 new LogPrinter(priorities[i], TAG); in testConstructor()
/cts/tests/tests/graphics/jni/
DVulkanTestHelpers.cpp173 float priorities[] = {1.0f}; in init() local
180 .pQueuePriorities = priorities, in init()