Searched defs:function (Results 1 – 6 of 6) sorted by relevance
| /cts/hostsidetests/gputools/layers/jni/ |
| D | vk_layer_interface.h | 52 VkLayerFunction function; member 68 VkLayerFunction function; member
|
| /cts/tests/tests/content/src/android/content/cts/ |
| D | ContentProviderClientTest.java | 386 private void testTimeout(Function function) throws InterruptedException { in testTimeout() 411 private void testAlreadyCancelled(Function function) throws Exception { in testAlreadyCancelled()
|
| /cts/tests/tests/jni/libjnitest/ |
| D | helper.c | 60 JniTestFunction *function = va_arg(args, JniTestFunction *); in runJniTests() local
|
| /cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
| D | WindowManagerStateHelper.java | 345 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/ |
| D | GLSurfaceViewCustom.java | 1193 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/ |
| D | CarHostJUnit4TestCase.java | 230 public <T> T onAllUsers(Function<List<UserInfo>, T> function) throws Exception { in onAllUsers()
|