/AliOS-Things-master/components/freetype/src/cache/ |
A D | ftcmru.c | 29 FTC_MruNode_Prepend( FTC_MruNode *plist, in FTC_MruNode_Prepend() argument 32 FTC_MruNode first = *plist; in FTC_MruNode_Prepend() 68 *plist = node; in FTC_MruNode_Prepend() 73 FTC_MruNode_Up( FTC_MruNode *plist, in FTC_MruNode_Up() argument 76 FTC_MruNode first = *plist; in FTC_MruNode_Up() 116 *plist = node; in FTC_MruNode_Up() 122 FTC_MruNode_Remove( FTC_MruNode *plist, in FTC_MruNode_Remove() argument 125 FTC_MruNode first = *plist; in FTC_MruNode_Remove() 161 *plist = NULL; in FTC_MruNode_Remove() 164 *plist = next; in FTC_MruNode_Remove()
|
A D | ftcmru.h | 72 FTC_MruNode_Prepend( FTC_MruNode *plist, 76 FTC_MruNode_Up( FTC_MruNode *plist, 80 FTC_MruNode_Remove( FTC_MruNode *plist,
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/ |
A D | osdep_service.c | 189 _list *plist; in deinit_mem_monitor() local 205 rtw_list_delete(plist); in deinit_mem_monitor() 264 _list *plist; in del_mem_usage() local 285 plist = get_next(plist); in del_mem_usage() 290 if(plist == pmem_table) in del_mem_usage() 302 _list *plist; in get_mem_usage() local 321 plist = get_next(plist); in get_mem_usage() 479 list_add(plist, phead); in rtw_list_insert_head() 494 list_del_init(plist); in rtw_list_delete() 724 if (head == plist) in rtw_end_of_queue_search() [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/ |
A D | dwc_otg_common.h | 70 _LONG_CALL_ VOID RtlListInsertHead_Otg(IN _LIST *plist,IN _LIST *phead); 71 _LONG_CALL_ VOID RtlListInsertTail_Otg(IN _LIST *plist,IN _LIST *phead); 72 _LONG_CALL_ _LIST *RtlListGetNext_Otg(IN _LIST *plist); 73 _LONG_CALL_ VOID RtlListDelete_Otg(IN _LIST *plist);
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/showimage/showimage.xcodeproj/ |
A D | project.pbxproj | 20 …*/ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = En… 26 …showimage__Upgraded_.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path … 91 BE1FA83607AF9002004B6283 /* Info-showimage__Upgraded_.plist */, 231 INFOPLIST_FILE = "Info-showimage__Upgraded_.plist"; 257 INFOPLIST_FILE = "Info-showimage__Upgraded_.plist"; 282 INFOPLIST_FILE = "Info-showimage__Upgraded_.plist";
|
/AliOS-Things-master/components/SDL2/src/hidapi/testgui/TestGUI.app.in/Contents/Resources/English.lproj/ |
A D | InfoPlist.strings | 1 /* Localized versions of Info.plist keys */
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Resources/English.lproj/ |
A D | InfoPlist.strings | 1 /* Localized versions of Info.plist keys */
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/showimage/English.lproj/ |
A D | InfoPlist.strings | 1 /* Localized versions of Info.plist keys */
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/SDL_image.xcodeproj/ |
A D | project.pbxproj | 98 …04B6283 /* Info-Framework.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; … 157 BE1FA72D07AF4C44004B6283 /* Info-Framework.plist */, 519 INFOPLIST_FILE = "Info-Framework.plist"; 644 INFOPLIST_FILE = "Info-Framework.plist";
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/include/ |
A D | osdep_service.h | 411 void rtw_list_insert_head(_list *plist, _list *phead); 419 void rtw_list_insert_tail(_list *plist, _list *phead); 427 void rtw_list_delete(_list *plist);
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitappdelegate.m | 186 /* Xcode 5 introduced a dictionary of launch images in Info.plist. */ 258 * when Info.plist only supports landscape orientations) need 303 * there are no common orientations between the ones set in Info.plist and
|
A D | SDL_uikitwindow.m | 405 * us, we get the orientations from Info.plist via UIApplication. */
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoametalview.m | 117 * Info.plist in order for the backing size to be high res.
|
A D | SDL_cocoawindow.m | 1518 * the NSHighResolutionCapable boolean is set in Info.plist. */ 1595 * the NSHighResolutionCapable boolean is set in Info.plist. */
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-macosx.md | 142 2) Add an 'Info.plist' to your application. That is a special XML file which 147 More information about Info.plist files can be found on Apple's homepage.
|
A D | README-ios.md | 242 to your Info.plist: 296 …loper/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/SDKSettings.plist and add the versio…
|
A D | README-winrt.md | 209 similar to an Info.plist file on iOS, or an AndroidManifest.xml on Android.
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvg.h | 453 NSVGpath* plist; member 704 nsvg__deletePaths(p->plist); in nsvg__deleteParser() 961 if (p->plist == NULL) in nsvg__addShape() 981 shape->paths = p->plist; in nsvg__addShape() 982 p->plist = NULL; in nsvg__addShape() 1089 path->next = p->plist; in nsvg__addPath() 1090 p->plist = path; in nsvg__addPath()
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/showimage/ |
A D | SDLMain.m | 241 * CFBundleDocumentsType section in your Info.plist to get this message,
|