/cts/libs/deviceutillegacy/src/com/android/compatibility/common/util/ |
D | SynchronousPixelCopy.java | 155 Consumer<PixelCopy.Request.Builder> func) { in copySurface() argument 157 if (func != null) { in copySurface() 158 func.accept(request); in copySurface() 170 Consumer<PixelCopy.Request.Builder> func) { in copySurface() argument 172 if (func != null) { in copySurface() 173 func.accept(request); in copySurface() 185 Consumer<PixelCopy.Request.Builder> func) { in copyWindow() argument 187 if (func != null) { in copyWindow() 188 func.accept(request); in copyWindow() 200 Consumer<PixelCopy.Request.Builder> func) { in copyWindow() argument [all …]
|
/cts/hostsidetests/gputools/layers/jni/ |
D | glesLayer.cpp | 193 #define GETPROCADDR(func) if(!strcmp(funcName, #func)) { \ in eglGPA() argument 194 ALOGI("%s%s%s", "Returning glesLayer_" #func " for ", funcName, " in eglGPA"); \ in eglGPA() 195 return (EGLFuncPointer)glesLayer_##func; \ in eglGPA() 235 const char* func = "eglGetProcAddress"; in glesLayer_InitializeLayer() local 237 ALOGI("%s%s%s%llu%s%llu%s", "Looking up address of ", func, in glesLayer_InitializeLayer() 242 void* gpa = get_next_layer_proc_address(layer_id, func); in glesLayer_InitializeLayer() 245 func = "eglFoo"; in glesLayer_InitializeLayer() 247 ALOGI("%s%s%s%llu%s%llu%s", "Looking up address of ", func, in glesLayer_InitializeLayer() 252 gpa = get_next_layer_proc_address(layer_id, func); in glesLayer_InitializeLayer() 254 ALOGI("%s%llu%s%s", "Got back (", (unsigned long long) gpa, ") for ", func); in glesLayer_InitializeLayer()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2182/ |
D | poc.cpp | 52 template<typename T, void (*func)(T*)> 55 func(obj); in operator ()() 66 template<typename T, void (*func)(T*)> 67 using ScopedOpenSSLType = std::unique_ptr<T, OpenSSLDeleter<T, func>>;
|
/cts/hostsidetests/mediapc/videoencodingquality/bdrate/src/main/java/com/android/media/videoquality/bdrate/ |
D | BdCalculus.java | 31 public static double calculateAuc(PolynomialSplineFunction func, double min, double max) { in calculateAuc() argument 34 PolynomialFunction[] segmentFuncs = func.getPolynomials(); in calculateAuc() 43 double[] knots = func.getKnots(); in calculateAuc()
|
/cts/tests/tests/os/jni/ |
D | android_os_cts_CpuInstructions.cpp | 31 static jboolean test_instruction(void (*func)()) in test_instruction() argument 52 func(); in test_instruction()
|
/cts/tests/media/jni/ |
D | NativeMediaFormatUnitTest.cpp | 568 #define testMediaFormatfuncNative(func) \ argument 569 static bool testMediaFormat##func##Native() { \ 575 nmf->configureFormat##func(fmtOrig); \ 576 bool status = nmf->validateFormat##func(fmtOrig); \ 579 status &= nmf->validateFormat##func(fmtDup); \ 581 nmf->configureFormat##func(fmtDup, offset); \ 582 status &= nmf->validateFormat##func(fmtDup, offset); \ 585 status &= nmf->validateFormat##func(fmtDup); \ 588 status &= nmf->validateFormat##func(fmtDup, offset, true); \ 611 #define nativeTestMediaFormatfunc(func) \ in testMediaFormatfuncNative() argument [all …]
|
/cts/tests/tests/graphics/assets/fonts/security/ |
D | ft45987.ttf.README.txt | 3 from http://savannah.nongnu.org/bugs/?func=detailitem&item_id=45987 and
|
/cts/hostsidetests/jdwptunnel/sampleapps/ddmsapp/agent/ |
D | ddms_agent.cc | 59 result = reinterpret_cast<void*>(cur_info->func); in GetExtension()
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_cve_2019_2213_Test.c | 812 void (*func)(u64); member 822 void (*func)(u64) = dat->func; in thread_start() local 825 (*func)(arg); in thread_start() 829 int launch_thread(const char *name, void (*func)(u64), sync_t **sync, u64 arg, in launch_thread() 834 dat->func = func; in launch_thread() 965 u64 first_bl(u64 func) { in first_bl() argument 967 u32 inst = r32(func + i * 4); in first_bl() 972 return func + i * 4 + off * 4; in first_bl()
|
/cts/tests/signature/api-check/src/jni/ |
D | classdescriptors.cpp | 145 …criptor_list = reinterpret_cast<jvmtiError (*)(jvmtiEnv*, jobject, jint*, char***)>(curInfo->func); in Java_android_signature_cts_api_BootClassPathClassesProvider_initialize()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ImageProcessingTest.java | 337 byte[] rgba = func[type].filter(src[i], src[i + 1], src[i + 2], src[i + 3], in javaBlend() 345 return func[type].name; in javaBlend() 703 BlendFunc[] func = { field in ImageProcessingTest
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | GainmapTests.java | 164 private static Bitmap renderWithHardware(ColorSpace dest, Consumer<RecordingCanvas> func) { in renderWithHardware() argument 172 func.accept(canvas); in renderWithHardware()
|
/cts/tests/libcore/luni/ |
D | Android.bp | 553 "org.apache.harmony.crypto.tests.javax.crypto.func",
|