Home
last modified time | relevance | path

Searched refs:title (Results 1 – 25 of 77) sorted by relevance

1234

/AliOS-Things-master/components/mbedtls/programs/test/
A Dbenchmark.c456 mbedtls_snprintf( title, sizeof( title ), "AES-CBC-%d", keysize ); in main()
477 mbedtls_snprintf( title, sizeof( title ), "AES-XTS-%d", keysize ); in main()
500 mbedtls_snprintf( title, sizeof( title ), "AES-GCM-%d", keysize ); in main()
546 mbedtls_snprintf( title, sizeof( title ), "ChaCha20-Poly1305" ); in main()
755 mbedtls_snprintf( title, sizeof( title ), "RSA-%d", keysize ); in main()
847 mbedtls_snprintf( title, sizeof( title ), "ECDSA-%s", in main()
870 mbedtls_snprintf( title, sizeof( title ), "ECDSA-%s", in main()
913 mbedtls_snprintf( title, sizeof( title ), "ECDHE-%s", in main()
937 mbedtls_snprintf( title, sizeof(title), "ECDHE-%s", in main()
966 mbedtls_snprintf( title, sizeof( title ), "ECDH-%s", in main()
[all …]
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_video.c39 window = SDL_CreateWindow(title, x, y, w, h, flags); in _createVideoSuiteTestWindow()
342 window = _createVideoSuiteTestWindow(title); in video_getWindowFlags()
521 window = _createVideoSuiteTestWindow(title); in video_getWindowBrightness()
582 window = _createVideoSuiteTestWindow(title); in video_getWindowDisplayMode()
633 window = _createVideoSuiteTestWindow(title); in video_getWindowDisplayModeNegative()
677 window = _createVideoSuiteTestWindow(title); in video_getWindowGammaRamp()
781 window = _createVideoSuiteTestWindow(title); in video_getSetWindowGrab()
851 window = _createVideoSuiteTestWindow(title); in video_getWindowId()
905 window = _createVideoSuiteTestWindow(title); in video_getWindowPixelFormat()
943 window = _createVideoSuiteTestWindow(title); in video_getSetWindowPosition()
[all …]
A Dtestgamecontroller.c105 char *title = (char *)SDL_malloc(titlelen); in UpdateWindowTitle() local
110 if (title) { in UpdateWindowTitle()
111 SDL_snprintf(title, titlelen, "%s%s", basetitle, name); in UpdateWindowTitle()
112 SDL_SetWindowTitle(window, title); in UpdateWindowTitle()
113 SDL_free(title); in UpdateWindowTitle()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_win.c66 ext->title = NULL; in lv_win_create()
94 ext->title = lv_label_create(ext->header, NULL); in lv_win_create()
95 lv_label_set_text(ext->title, "My title"); in lv_win_create()
119 ext->title = lv_label_create(ext->header, copy_ext->title); in lv_win_create()
208 void lv_win_set_title(lv_obj_t * win, const char * title) in lv_win_set_title() argument
212 lv_label_set_text(ext->title, title); in lv_win_set_title()
327 return lv_label_get_text(ext->title); in lv_win_get_title()
497 ext->title = NULL; in lv_win_signal()
521 if(ext->page == NULL || ext->header == NULL || ext->title == NULL) return; in lv_win_realign()
546 lv_obj_align(ext->title, NULL, LV_ALIGN_IN_LEFT_MID, style_header->body.padding.left, 0); in lv_win_realign()
A Dlv_win.h63 lv_obj_t * title; /*Pointer to the title label of the window*/ member
126 void lv_win_set_title(lv_obj_t * win, const char * title);
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/
A Dwpa_debug.h58 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len);
59 void wpa_hexdump_buf(int level, const char *title,
61 void wpa_hexdump_ascii(int level, const char *title, const void *buf,
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffgt.c60 static char title[TITLE_LENGTH]; /* window title line */ variable
184 snprintf(title, TITLE_LENGTH - 1, "%s [%u]", filelist[fileindex], in main()
186 glutCreateWindow(title); in main()
219 if (!TIFFRGBAImageBegin(&img, tif, stoponerr, title)) { in initImage()
220 TIFFError(filelist[fileindex], "%s", title); in initImage()
314 snprintf(title, 1024, "%s [%u] %d%%", filelist[fileindex], in raster_reshape()
316 glutSetWindowTitle(title); in raster_reshape()
/AliOS-Things-master/components/mbedtls/programs/pkey/
A Decdsa.c73 static void dump_buf( const char *title, unsigned char *buf, size_t len ) in dump_buf() argument
77 mbedtls_printf( "%s", title ); in dump_buf()
84 static void dump_pubkey( const char *title, mbedtls_ecdsa_context *key ) in dump_pubkey() argument
96 dump_buf( title, buf, len ); in dump_pubkey()
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestFramerate.c140 char title[64]; in main() local
143 …sprintf (title, "TestFramerate - v%i.%i.%i", SDL_GFXPRIMITIVES_MAJOR, SDL_GFXPRIMITIVES_MINOR, SDL… in main()
189 SDL_WM_SetCaption(title, title); in main()
A DTestABGR.c51 char title[64]; in main() local
64 …sprintf (title, "TestABGR - v%i.%i.%i", SDL_GFXPRIMITIVES_MAJOR, SDL_GFXPRIMITIVES_MINOR, SDL_GFXP… in main()
108 SDL_WM_SetCaption(title,title); in main()
A DTestFonts.c307 char title[64]; in main() local
310 …sprintf (title, "TestFonts - v%i.%i.%i", SDL_GFXPRIMITIVES_MAJOR, SDL_GFXPRIMITIVES_MINOR, SDL_GFX… in main()
356 SDL_WM_SetCaption(title,title); in main()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/src/model/
A DRecognizeBusinessLicenseResult.cc74 data_.title.top = std::stoi(titleNode["Top"].asString()); in parse()
76 data_.title.left = std::stoi(titleNode["Left"].asString()); in parse()
78 data_.title.height = std::stoi(titleNode["Height"].asString()); in parse()
80 data_.title.width = std::stoi(titleNode["Width"].asString()); in parse()
/AliOS-Things-master/components/SDL2/src/image/Xcode/showimage/
A DSDLMain.m109 aRange = [[aMenu title] rangeOfString:@"SDL App"];
111 [aMenu setTitle: [[aMenu title] stringByReplacingRange:aRange with:appName]];
116 aRange = [[menuItem title] rangeOfString:@"SDL App"];
118 [menuItem setTitle: [[menuItem title] stringByReplacingRange:aRange with:appName]];
132 NSString *title;
139 title = [@"About " stringByAppendingString:appName];
140 …[appleMenu addItemWithTitle:title action:@selector(orderFrontStandardAboutPanel:) keyEquivalent:@"…
144 title = [@"Hide " stringByAppendingString:appName];
145 [appleMenu addItemWithTitle:title action:@selector(hide:) keyEquivalent:@"h"];
154 title = [@"Quit " stringByAppendingString:appName];
[all …]
/AliOS-Things-master/components/SDL2/include/
A DSDL_messagebox.h98 const char *title; /**< UTF-8 title */ member
135 extern DECLSPEC int SDLCALL SDL_ShowSimpleMessageBox(Uint32 flags, const char *title, const char *m…
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/linkLP/
A DlinkLP.axml4 <view class="page-section-title">设备三元组信息</view>
28 <view class="page-section-title">三元组下发</view>
48 <view class="page-section-title">设备状态</view>
/AliOS-Things-master/components/freetype/src/tools/docmaker/
A Dcontent.py286 self.title = block.get_markup_words( "title" )
290 self.title = string.split( "Miscellaneous" )
305 self.title = "ERROR"
318 title = block.get_markup_text( "title" )
319 if title:
320 self.title = title
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A Dmenuconfig.py1607 len(title) + 4,
1629 _draw_frame(win, title)
1731 def _key_dialog(title, text, keys): argument
1798 _draw_frame(win, title)
1802 def _draw_frame(win, title): argument
1818 _safe_addstr(win, 0, max((win_width - len(title))//2, 0), title)
2354 title)
2535 def add_sis(expr, val, title): argument
2542 s += title
2733 def _msg(title, text): argument
[all …]
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A Dmenuconfig.py1607 len(title) + 4,
1629 _draw_frame(win, title)
1731 def _key_dialog(title, text, keys): argument
1798 _draw_frame(win, title)
1802 def _draw_frame(win, title): argument
1818 _safe_addstr(win, 0, max((win_width - len(title))//2, 0), title)
2354 title)
2535 def add_sis(expr, val, title): argument
2542 s += title
2733 def _msg(title, text): argument
[all …]
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowswindow.c389 LPTSTR title; in WIN_CreateWindowFrom() local
395 title = SDL_small_alloc(TCHAR, titleLen + 1, &isstack); in WIN_CreateWindowFrom()
396 if (title) { in WIN_CreateWindowFrom()
397 titleLen = GetWindowText(hwnd, title, titleLen + 1); in WIN_CreateWindowFrom()
402 window->title = WIN_StringToUTF8(title); in WIN_CreateWindowFrom()
404 if (title) { in WIN_CreateWindowFrom()
405 SDL_small_free(title, isstack); in WIN_CreateWindowFrom()
442 LPTSTR title = WIN_UTF8ToString(window->title); in WIN_SetWindowTitle() local
443 SetWindowText(hwnd, title); in WIN_SetWindowTitle()
444 SDL_free(title); in WIN_SetWindowTitle()
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/netCfg/
A DnetCfg.axml4 <view class="page-section-title">蓝牙配网</view>
26 <view class="page-section-title">网络信息</view>
49 <view class="page-section-title">配网状态</view>
/AliOS-Things-master/components/amp/services/amp_utils/
A Damp_utils.c71 void amp_dump(const char *title, const void *buff, const int len) in amp_dump() argument
80 amp_debug(MOD_STR, "%s : ", title); in amp_dump()
A Damp_utils.h27 void amp_dump(const char *title, const void *buff, const int len);
/AliOS-Things-master/components/py_engine/external/amp_utils/
A Damp_utils.h20 void amp_dump(const char *title, const void *buff, const int len);
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaevents.m326 NSString *title;
350 title = [@"About " stringByAppendingString:appName];
351 …[appleMenu addItemWithTitle:title action:@selector(orderFrontStandardAboutPanel:) keyEquivalent:@"…
368 title = [@"Hide " stringByAppendingString:appName];
369 [appleMenu addItemWithTitle:title action:@selector(hide:) keyEquivalent:@"h"];
378 title = [@"Quit " stringByAppendingString:appName];
379 [appleMenu addItemWithTitle:title action:@selector(terminate:) keyEquivalent:@"q"];
404 /* Cocoa should update the title to Enter or Exit Full Screen automatically.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/html/man/
A DHtmlDoc.cmake27 set(INDEXSTART "<html><head><title>Libtiff HTML manpage index</title></head><body bgcolor=white><ul…

Completed in 33 milliseconds

1234