/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_video.c | 26 SDL_Window *_createVideoSuiteTestWindow(const char *title) in _createVideoSuiteTestWindow() 334 const char* title = "video_getWindowFlags Test Window"; in video_getWindowFlags() local 517 const char* title = "video_getWindowBrightness Test Window"; in video_getWindowBrightness() local 572 const char* title = "video_getWindowDisplayMode Test Window"; in video_getWindowDisplayMode() local 670 const char* title = "video_getWindowGammaRamp Test Window"; in video_getWindowGammaRamp() local 776 const char* title = "video_getSetWindowGrab Test Window"; in video_getSetWindowGrab() local 845 const char* title = "video_getWindowId Test Window"; in video_getWindowId() local 900 const char* title = "video_getWindowPixelFormat Test Window"; in video_getWindowPixelFormat() local 935 const char* title = "video_getSetWindowPosition Test Window"; in video_getSetWindowPosition() local 1078 const char* title = "video_getSetWindowSize Test Window"; in video_getSetWindowSize() local [all …]
|
A D | testgamecontroller.c | 105 char *title = (char *)SDL_malloc(titlelen); in UpdateWindowTitle() local
|
A D | testyuv.c | 258 char title[128]; in main() local
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | menuconfig.py | 1534 def _input_dialog(title, initial_text, info_text=None): argument 1596 def _resize_input_dialog(win, title, info_lines): argument 1615 def _draw_input_dialog(win, title, info_lines, s, i, hscroll): argument 1731 def _key_dialog(title, text, keys): argument 1791 def _draw_key_dialog(win, title, text): argument 1802 def _draw_frame(win, title): argument 2535 def add_sis(expr, val, title): argument 2733 def _msg(title, text): argument
|
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/ |
A D | menuconfig.py | 1534 def _input_dialog(title, initial_text, info_text=None): argument 1596 def _resize_input_dialog(win, title, info_lines): argument 1615 def _draw_input_dialog(win, title, info_lines, s, i, hscroll): argument 1731 def _key_dialog(title, text, keys): argument 1791 def _draw_key_dialog(win, title, text): argument 1802 def _draw_frame(win, title): argument 2535 def add_sis(expr, val, title): argument 2733 def _msg(title, text): argument
|
/AliOS-Things-master/components/mbedtls/programs/pkey/ |
A D | ecdsa.c | 73 static void dump_buf( const char *title, unsigned char *buf, size_t len ) in dump_buf() 84 static void dump_pubkey( const char *title, mbedtls_ecdsa_context *key ) in dump_pubkey()
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | TestABGR.c | 51 char title[64]; in main() local
|
A D | TestFramerate.c | 140 char title[64]; in main() local
|
A D | TestFonts.c | 307 char title[64]; in main() local
|
A D | TestGfxPrimitives.c | 150 void ClearScreen(SDL_Surface *screen, char *title) in ClearScreen() 2812 char title[64]; in main() local
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_win.h | 63 lv_obj_t * title; /*Pointer to the title label of the window*/ member
|
A D | lv_win.c | 208 void lv_win_set_title(lv_obj_t * win, const char * title) in lv_win_set_title()
|
/AliOS-Things-master/components/amp/services/amp_utils/ |
A D | amp_utils.c | 71 void amp_dump(const char *title, const void *buff, const int len) in amp_dump()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_messagebox.h | 98 const char *title; /**< UTF-8 title */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffgt.c | 60 static char title[TITLE_LENGTH]; /* window title line */ variable
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_shape.c | 33 SDL_CreateShapedWindow(const char *title,unsigned int x,unsigned int y,unsigned int w,unsigned int … in SDL_CreateShapedWindow()
|
A D | SDL_video.c | 1429 SDL_CreateWindow(const char *title, int x, int y, int w, int h, Uint32 flags) in SDL_CreateWindow() 1808 SDL_SetWindowTitle(SDL_Window * window, const char *title) in SDL_SetWindowTitle() 4037 SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *message, SDL_Window *window) in SDL_ShowSimpleMessageBox()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/include/alibabacloud/ocr/model/ |
A D | RecognizeBusinessLicenseResult.h | 68 Title title; member
|
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_log.h | 20 #define log_multi_line(level, title, fmt, payload, mark) argument
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/ |
A D | writepng.h | 101 char *title; member
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowswindow.c | 389 LPTSTR title; in WIN_CreateWindowFrom() local 442 LPTSTR title = WIN_UTF8ToString(window->title); in WIN_SetWindowTitle() local
|
/AliOS-Things-master/components/SDL2/src/video/haiku/ |
A D | SDL_BWin.h | 550 const char *title; in _SetTitle() local
|
/AliOS-Things-master/components/mbedtls/programs/test/ |
A D | benchmark.c | 277 char title[TITLE_LEN]; in main() local
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 1029 char title[1024]; in SDLTest_CommonInit() local
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11window.c | 699 char *title = NULL; in X11_GetWindowTitle() local 728 const char *title = window->title ? window->title : ""; in X11_SetWindowTitle() local
|