/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | sleep.cpp | 31 void sleepCallback(void* refcon, io_service_t service, natural_t messageType, 34 void sleepCallback(void* refcon UNUSED, io_service_t service UNUSED, in sleepCallback()
|
/external/OpenCL-CTS/test_conformance/conversions/ |
D | Sleep.cpp | 32 void sleepCallback( void * refcon, 37 void sleepCallback( void * refcon UNUSED, in sleepCallback()
|
/external/libcups/backend/ |
D | usb-darwin.c | 205 …ef Boolean (*iterator_callback_t)(io_service_t obj, printer_interface_t printerIntf, void *refcon); 268 static Boolean list_device_cb(io_service_t obj, printer_interface_t printerIntf, void *refcon); 269 static Boolean find_device_cb(io_service_t obj, printer_interface_t printerIntf, void *refcon); 1193 static Boolean list_device_cb(io_service_t obj, printer_interface_t printerIntf, void *refcon) in list_device_cb() argument 1195 (void)refcon; in list_device_cb() 1250 static Boolean find_device_cb(io_service_t obj, printer_interface_t printerIntf, void *refcon) in find_device_cb() argument 1252 (void)refcon; in find_device_cb() 1329 CFRunLoopTimerContext context = { 0, refcon, NULL, NULL, NULL }; in find_device_cb()
|
/external/python/cpython2/Mac/Modules/ae/ |
D | _AEmodule.c | 35 …GenericEventHandler(const AppleEvent *request, AppleEvent *reply, refcontype refcon); /* Forward */ 1388 GenericEventHandler(const AppleEvent *request, AppleEvent *reply, refcontype refcon) in GenericEventHandler() argument 1390 PyObject *handler = (PyObject *)refcon; in GenericEventHandler()
|
/external/libusb/libusb/os/ |
D | darwin_usb.c | 81 static void darwin_async_io_callback (void *refcon, IOReturn result, void *arg0); 2097 static void darwin_async_io_callback (void *refcon, IOReturn result, void *arg0) { in darwin_async_io_callback() argument 2098 struct usbi_transfer *itransfer = (struct usbi_transfer *)refcon; in darwin_async_io_callback()
|
/external/clang/test/Analysis/ |
D | retain-release-inline.m | 154 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
|
D | retain-release-gc-only.m | 150 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
|
D | retain-release.mm | 177 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
|
D | retain-release.m | 217 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
|
/external/llvm-project/clang/test/Analysis/ |
D | retain-release-inline.m | 157 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
|
D | retain-release.mm | 177 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
|
D | retain-release.m | 235 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
|
/external/llvm-project/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m.result | 228 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
|
D | objcmt-arc-cf-annotations.m | 222 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 222 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
|
D | objcmt-arc-cf-annotations.m.result | 228 typedef void (*IOServiceMatchingCallback)( void * refcon, io_iterator_t iterator );
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 19666 long refcon; in Qt_XMLParseSetEventParseRefCon() local 19672 &refcon)) in Qt_XMLParseSetEventParseRefCon() 19675 refcon); in Qt_XMLParseSetEventParseRefCon() 24288 void * refcon; in Qt_MediaPrePrerollCancel() local 24294 &refcon)) in Qt_MediaPrePrerollCancel() 24297 refcon); in Qt_MediaPrePrerollCancel()
|