Home
last modified time | relevance | path

Searched defs:function (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/gputools/layers/jni/
Dvk_layer_interface.h52 VkLayerFunction function; member
68 VkLayerFunction function; member
/cts/tests/tests/content/src/android/content/cts/
DContentProviderClientTest.java386 private void testTimeout(Function function) throws InterruptedException { in testTimeout()
411 private void testAlreadyCancelled(Function function) throws Exception { in testAlreadyCancelled()
/cts/tests/tests/jni/libjnitest/
Dhelper.c60 JniTestFunction *function = va_arg(args, JniTestFunction *); in runJniTests() local
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerStateHelper.java345 public <T> T waitForResult(String message, Function<WindowManagerState, T> function) { in waitForResult()
349 public <T> T waitForResult(String message, Function<WindowManagerState, T> function, in waitForResult()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java1193 private void throwEglException(String function) { in throwEglException()
1197 public static void throwEglException(String function, int error) { in throwEglException()
1206 public static void logEglErrorAsWarning(String tag, String function, int error) { in logEglErrorAsWarning()
1210 public static String formatEglError(String function, int error) { in formatEglError()
/cts/hostsidetests/car/src/android/car/cts/
DCarHostJUnit4TestCase.java230 public <T> T onAllUsers(Function<List<UserInfo>, T> function) throws Exception { in onAllUsers()