Home
last modified time | relevance | path

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

/cts/tests/tests/jni/libjnitest/
Dhelper.c60 JniTestFunction *function = va_arg(args, JniTestFunction *); in runJniTests() local
/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.java371 private void testTimeout(Function function) throws InterruptedException { in testTimeout()
396 private void testAlreadyCancelled(Function function) throws Exception { in testAlreadyCancelled()
/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()