Home
last modified time | relevance | path

Searched refs:plist (Results 1 – 19 of 19) sorted by relevance

/AliOS-Things-master/components/freetype/src/cache/
A Dftcmru.c29 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 Dftcmru.h72 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 Dosdep_service.c189 _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 Ddwc_otg_common.h70 _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 Dproject.pbxproj20 …*/ = {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 DInfoPlist.strings1 /* Localized versions of Info.plist keys */
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Resources/English.lproj/
A DInfoPlist.strings1 /* Localized versions of Info.plist keys */
/AliOS-Things-master/components/SDL2/src/image/Xcode/showimage/English.lproj/
A DInfoPlist.strings1 /* Localized versions of Info.plist keys */
/AliOS-Things-master/components/SDL2/src/image/Xcode/SDL_image.xcodeproj/
A Dproject.pbxproj98 …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 Dosdep_service.h411 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 DSDL_uikitappdelegate.m186 /* 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 DSDL_uikitwindow.m405 * us, we get the orientations from Info.plist via UIApplication. */
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoametalview.m117 * Info.plist in order for the backing size to be high res.
A DSDL_cocoawindow.m1518 * the NSHighResolutionCapable boolean is set in Info.plist. */
1595 * the NSHighResolutionCapable boolean is set in Info.plist. */
/AliOS-Things-master/components/SDL2/docs/
A DREADME-macosx.md142 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 DREADME-ios.md242 to your Info.plist:
296 …loper/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/SDKSettings.plist and add the versio…
A DREADME-winrt.md209 similar to an Info.plist file on iOS, or an AndroidManifest.xml on Android.
/AliOS-Things-master/components/SDL2/src/image/
A Dnanosvg.h453 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 DSDLMain.m241 * CFBundleDocumentsType section in your Info.plist to get this message,

Completed in 28 milliseconds