Home
last modified time | relevance | path

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

/cts/hostsidetests/gputools/layers/jni/
DglesLayer.cpp193 #define GETPROCADDR(func) if(!strcmp(funcName, #func)) { \ in eglGPA() argument
235 const char* func = "eglGetProcAddress"; in glesLayer_InitializeLayer() local
/cts/tests/tests/os/jni/
Dandroid_os_cts_CpuInstructions.cpp36 static jboolean test_instruction(void (*func)()) in test_instruction()
/cts/hostsidetests/incident/src/com/android/server/cts/
DNetstatsIncidentTest.java229 Function<NetworkStatsHistoryBucketProto, Long> func) { in sum()
236 Function<NetworkStatsHistoryBucketProto, Long> func) { in sum()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DImageProcessingTest.java647 BlendFunc[] func = { field in ImageProcessingTest