/external/python/cpython2/Mac/Modules/cg/ |
D | CFMLateImport.c | 699 static OSStatus LookupSymbol(CFMLateImportLookupProc lookup, void *refCon, in LookupSymbol() argument 754 err = lookup(symbolString, symbolClass, (void **) symbolValue, refCon); in LookupSymbol() 876 … CFMLateImportLookupProc lookup, void *refCon) in RunRelocationEngine() argument 1019 … err = LookupSymbol(lookup, refCon, fragToFix->loaderSection, state.importIndex, &symbolValue); in RunRelocationEngine() 1038 … err = LookupSymbol(lookup, refCon, fragToFix->loaderSection, index, &symbolValue); in RunRelocationEngine() 1118 … err = LookupSymbol(lookup, refCon, fragToFix->loaderSection, index, &symbolValue); in RunRelocationEngine() 1167 void *refCon) in CFMLateImportCore() argument 1231 err = RunRelocationEngine(&fragToFix, importLibrary, lookup, refCon); in CFMLateImportCore() 1254 … void **symAddr, void *refCon) in FragmentLookup() argument 1264 MoreAssertQ(refCon != nil); in FragmentLookup() [all …]
|
D | CFMLateImport.h | 121 … void **symAddr, void *refCon); 139 void *refCon);
|
/external/python/cpython2/Mac/Modules/dlg/ |
D | _Dlgmodule.c | 1033 SInt32 refCon; in Dlg_NewDialog() local 1045 &refCon, in Dlg_NewDialog() 1055 refCon, in Dlg_NewDialog() 1093 SInt32 refCon; in Dlg_NewColorDialog() local 1105 &refCon, in Dlg_NewColorDialog() 1115 refCon, in Dlg_NewColorDialog()
|
/external/python/cpython2/Mac/Modules/list/ |
D | _Listmodule.c | 960 SInt32 refCon; in List_SetListRefCon() local 963 &refCon)) in List_SetListRefCon() 966 refCon); in List_SetListRefCon()
|
/external/python/cpython2/Mac/Modules/win/ |
D | _Winmodule.c | 2687 long refCon; in Win_NewWindow() local 2698 &refCon)) in Win_NewWindow() 2707 refCon); in Win_NewWindow() 2744 long refCon; in Win_NewCWindow() local 2755 &refCon)) in Win_NewCWindow() 2764 refCon); in Win_NewCWindow()
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 9775 long refCon; in Qt_FlashMediaGetRefConBounds() local 9785 &refCon)) in Qt_FlashMediaGetRefConBounds() 9788 refCon, in Qt_FlashMediaGetRefConBounds() 9807 long refCon; in Qt_FlashMediaGetRefConID() local 9814 &refCon)) in Qt_FlashMediaGetRefConID() 9817 refCon, in Qt_FlashMediaGetRefConID() 9831 long refCon; in Qt_FlashMediaIDToRefCon() local 9841 &refCon); in Qt_FlashMediaIDToRefCon() 9844 refCon); in Qt_FlashMediaIDToRefCon() 21162 long refCon; in Qt_SGSetChannelRefCon() local [all …]
|
/external/clang/test/Analysis/ |
D | retain-release-gc-only.m | 154 …Ref matching, IOServiceMatchingCallback callback, void * refCon, io_iterator_t * …
|
D | retain-release-inline.m | 158 …Ref matching, IOServiceMatchingCallback callback, void * refCon, io_iterator_t * …
|
D | retain-release.mm | 181 …Ref matching, IOServiceMatchingCallback callback, void * refCon, io_iterator_t * …
|
D | retain-release.m | 221 …Ref matching, IOServiceMatchingCallback callback, void * refCon, io_iterator_t * … 1007 IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification) { 1010 …IOServiceAddMatchingNotification(notifyPort, notificationType, matching, callback, refCon, notific…
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m.result | 238 …MED matching, IOServiceMatchingCallback callback, void * refCon, io_iterator_t * … 1054 IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification) { 1057 …IOServiceAddMatchingNotification(notifyPort, notificationType, matching, callback, refCon, notific…
|
D | objcmt-arc-cf-annotations.m | 226 …Ref matching, IOServiceMatchingCallback callback, void * refCon, io_iterator_t * … 1012 IOServiceMatchingCallback callback, void * refCon, io_iterator_t * notification) { 1015 …IOServiceAddMatchingNotification(notifyPort, notificationType, matching, callback, refCon, notific…
|