Searched refs:maps (Results 1 – 17 of 17) sorted by relevance
/AliOS-Things-master/components/freetype/src/psnames/ |
A D | psmodule.c | 315 table->maps = 0; in ps_unicodes_init() 317 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) ) in ps_unicodes_init() 325 map = table->maps; in ps_unicodes_init() 366 count = (FT_UInt)( map - table->maps ); in ps_unicodes_init() 371 FT_FREE( table->maps ); in ps_unicodes_init() 380 (void)FT_RENEW_ARRAY( table->maps, num_glyphs, count ); in ps_unicodes_init() 386 ft_qsort( table->maps, count, sizeof ( PS_UniMap ), in ps_unicodes_init() 406 min = table->maps; in ps_unicodes_char_index() 462 map = table->maps + mid; in ps_unicodes_char_next() 489 map = table->maps + min; in ps_unicodes_char_next()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/ |
A D | utils_ut.cc | 65 std::map<std::string, std::string> maps; in TEST() local 66 maps.insert(std::make_pair("foo", "bar")); in TEST() 67 std::string jsonStr = MapToJson(maps); in TEST() 77 std::map<std::string, std::string> maps = JsonToMap(jsonStr); in TEST() local 78 EXPECT_EQ(targetMaps, maps); in TEST()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/ |
A D | Utils.cc | 248 AlibabaCloud::MapToJson(const std::map<std::string, std::string> &maps) { in MapToJson() argument 251 for (std::map<std::string, std::string>::const_iterator iter = maps.begin(); in MapToJson() 252 iter != maps.end(); ++iter) { in MapToJson() 263 std::map<std::string, std::string> maps; in JsonToMap() local 273 maps.insert( in JsonToMap() 279 maps.insert( in JsonToMap() 292 maps.insert(std::pair<std::string, std::string>(*it, strid)); in JsonToMap() 303 return maps; in JsonToMap()
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | framebuf1.py | 11 maps = { variable 17 for mapping in maps.keys(): 21 print(maps[mapping])
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/ |
A D | Utils.h | 38 std::string MapToJson(const std::map<std::string, std::string> &maps);
|
/AliOS-Things-master/components/freetype/include/internal/services/ |
A D | svpscmap.h | 68 PS_UniMap* maps; member
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffcmap.c | 168 FT_FREE( unicodes->maps ); in cff_cmap_unicode_done()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | README | 28 controllermap Useful to generate Game Controller API compatible maps
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | t1cmap.c | 298 FT_FREE( unicodes->maps ); in t1_cmap_unicode_done()
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1objs.c | 266 FT_FREE( face->unicode_map_rec.maps ); in T1_Face_Done()
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42objs.c | 453 FT_FREE( face->unicode_map.maps ); in T42_Face_Done()
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitview.m | 478 * which better maps to swipe gestures. */
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | usage.txt | 369 with identical color maps, or for forcing a predefined
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 1538 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|
A D | web_doxyfile.in | 1538 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 1616 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 1902 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
|
Completed in 55 milliseconds