/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/core/api/ |
A D | profiler.h | 61 virtual uint32_t BeginEvent(const char* tag, EventType event_type, 65 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent() argument 85 void AddEvent(const char* tag, EventType event_type, uint64_t start, in AddEvent() argument 87 AddEvent(tag, event_type, start, end, event_metadata, in AddEvent() 105 ScopedProfile(Profiler* profiler, const char* tag, 134 ScopedDelegateOperatorProfile(Profiler* profiler, const char* tag, in ScopedDelegateOperatorProfile() argument 136 : ScopedProfile(profiler, tag, in ScopedDelegateOperatorProfile() 145 profiler, tag, in ScopedRuntimeInstrumentationProfile() 173 (profiler), (tag)) 177 (profiler), (tag), (node_index)) [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_dirwrite.c | 1152 return(TIFFWriteDirectoryTagCheckedByte(tif,ndir,dir,tag,value)); in TIFFWriteDirectoryTagByte() 1204 return(TIFFWriteDirectoryTagCheckedSbyte(tif,ndir,dir,tag,value)); in TIFFWriteDirectoryTagSbyte() 1255 return(TIFFWriteDirectoryTagCheckedShort(tif,ndir,dir,tag,value)); in TIFFWriteDirectoryTagShort() 1355 return(TIFFWriteDirectoryTagCheckedLong(tif,ndir,dir,tag,value)); in TIFFWriteDirectoryTagLong() 2417 assert(dir[m].tdir_tag!=tag); in TIFFWriteDirectoryTagData() 2418 if (dir[m].tdir_tag>tag) in TIFFWriteDirectoryTagData() 2428 dir[m].tdir_tag=tag; in TIFFWriteDirectoryTagData() 2705 /*fip =*/ TIFFFindField(tif, tag, TIFF_ANY); in _TIFFRewriteField() 2779 if( entry_tag == tag ) in _TIFFRewriteField() 2785 if( entry_tag != tag ) in _TIFFRewriteField() [all …]
|
/AliOS-Things-master/components/sensor/hal/ |
A D | sensor_hal.c | 146 *ptag = g_sensor_obj[i]->tag; in find_selected_sensor() 186 sensor_tag_e tag; in sensor_create_obj() local 215 g_sensor_obj[index]->tag = sensor->tag; in sensor_create_obj() 268 sensor_list->list[index].tag = g_sensor_obj[index]->tag; in sensor_hal_get_dev_list() 283 if (tag >= TAG_DEV_SENSOR_NUM_MAX){ in sensor_obj_get() 292 if ((g_sensor_obj[i]->tag == tag) && (g_sensor_obj[i]->instance == instance)){ in sensor_obj_get() 506 sensor_tag_e tag; in sensor_open() local 529 sensor_tag_e tag; in sensor_close() local 556 sensor_tag_e tag; in sensor_read() local 582 sensor_tag_e tag; in sensor_write() local [all …]
|
A D | sensor_static_calibrate.c | 39 sensor_tag_e tag; member 56 int findindex(sensor_tag_e tag ,int index) in findindex() argument 182 int sensor_obj_init_para(sensor_tag_e tag,int sensor_index,int axis,void* para) in sensor_obj_init_para() argument 187 g_sensor_static_para[index].tag = tag; in sensor_obj_init_para() 194 int find_sensor_index(sensor_tag_e tag,int sensor_index,int axis) in find_sensor_index() argument 198 if(g_sensor_static_para[i].tag==tag in find_sensor_index() 208 int sensor_calibrate_entry(sensor_tag_e tag,int sensor_index,int axis, void *buf) in sensor_calibrate_entry() argument 212 int index = find_sensor_index(tag,sensor_index,axis); in sensor_calibrate_entry() 215 if(tag == TAG_DEV_ACC) in sensor_calibrate_entry() 226 int sensor_calibrate_entry_default(sensor_tag_e tag,int sensor_index,int axis, void *buf) in sensor_calibrate_entry_default() argument [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | pal2rgb.c | 60 #define CopyField(tag, v) \ argument 61 if (TIFFGetField(in, tag, &v)) TIFFSetField(out, tag, v) 63 if (TIFFGetField(in, tag, &v1, &v2, &v3)) TIFFSetField(out, tag, v1, v2, v3) 269 #define CopyField(tag, v) \ argument 270 if (TIFFGetField(in, tag, &v)) TIFFSetField(out, tag, v) 272 if (TIFFGetField(in, tag, &v1, &v2)) TIFFSetField(out, tag, v1, v2) 274 if (TIFFGetField(in, tag, &v1, &v2, &v3)) TIFFSetField(out, tag, v1, v2, v3) 285 CopyField(tag, shortv); in cpTag() 300 CopyField(tag, longv); in cpTag() 306 CopyField(tag, floatv); in cpTag() [all …]
|
A D | tiff2bw.c | 340 #define CopyField(tag, v) \ argument 341 if (TIFFGetField(in, tag, &v)) TIFFSetField(out, tag, v) 343 if (TIFFGetField(in, tag, &v1, &v2)) TIFFSetField(out, tag, v1, v2) 345 if (TIFFGetField(in, tag, &v1, &v2, &v3)) TIFFSetField(out, tag, v1, v2, v3) 356 CopyField(tag, shortv); in cpTag() 371 CopyField(tag, longv); in cpTag() 377 CopyField(tag, floatv); in cpTag() 380 CopyField(tag, floatav); in cpTag() 385 CopyField(tag, stringv); in cpTag() 391 CopyField(tag, doublev); in cpTag() [all …]
|
A D | tiffcmp.c | 249 #define CmpShortField(tag, name) \ argument 251 #define CmpShortField2(tag, name) \ argument 253 #define CmpLongField(tag, name) \ argument 255 #define CmpFloatField(tag, name) \ argument 257 #define CmpStringField(tag, name) \ argument 259 #define CmpShortArrayField(tag, name) \ argument 531 if (TIFFGetField(tif1, tag, p1)) { in checkTag() 532 if (!TIFFGetField(tif2, tag, p2)) { in checkTag() 538 } else if (TIFFGetField(tif2, tag, p2)) { in checkTag() 566 if (TIFFGetField(tif1, tag, &v11, &v12)) { in CheckShort2Tag() [all …]
|
A D | thumbnail.c | 136 #define CopyField(tag, v) \ argument 137 if (TIFFGetField(in, tag, &v)) TIFFSetField(out, tag, v) 139 if (TIFFGetField(in, tag, &v1, &v2)) TIFFSetField(out, tag, v1, v2) 141 if (TIFFGetField(in, tag, &v1, &v2, &v3)) TIFFSetField(out, tag, v1, v2, v3) 152 CopyField(tag, shortv); in cpTag() 167 CopyField(tag, longv); in cpTag() 172 CopyField(tag, longv8); in cpTag() 177 CopyField(tag, longv8); in cpTag() 183 CopyField(tag, floatv); in cpTag() 205 CopyField(tag, ifd8); in cpTag() [all …]
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 1975 # The TAGFILES tag can be used to specify one or more tag files. For each tag 2065 # This tag requires that the tag HAVE_DOT is set to YES. 2075 # This tag requires that the tag HAVE_DOT is set to YES. 2082 # This tag requires that the tag HAVE_DOT is set to YES. 2089 # This tag requires that the tag HAVE_DOT is set to YES. 2097 # This tag requires that the tag HAVE_DOT is set to YES. 2106 # This tag requires that the tag HAVE_DOT is set to YES. 2113 # This tag requires that the tag HAVE_DOT is set to YES. 2121 # This tag requires that the tag HAVE_DOT is set to YES. 2134 # This tag requires that the tag HAVE_DOT is set to YES. [all …]
|
A D | web_doxyfile.in | 1963 # The TAGFILES tag can be used to specify one or more tag files. For each tag 2053 # This tag requires that the tag HAVE_DOT is set to YES. 2063 # This tag requires that the tag HAVE_DOT is set to YES. 2070 # This tag requires that the tag HAVE_DOT is set to YES. 2077 # This tag requires that the tag HAVE_DOT is set to YES. 2085 # This tag requires that the tag HAVE_DOT is set to YES. 2094 # This tag requires that the tag HAVE_DOT is set to YES. 2101 # This tag requires that the tag HAVE_DOT is set to YES. 2109 # This tag requires that the tag HAVE_DOT is set to YES. 2122 # This tag requires that the tag HAVE_DOT is set to YES. [all …]
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 2088 # The TAGFILES tag can be used to specify one or more tag files. For each tag 2186 # This tag requires that the tag HAVE_DOT is set to YES. 2196 # This tag requires that the tag HAVE_DOT is set to YES. 2203 # This tag requires that the tag HAVE_DOT is set to YES. 2210 # This tag requires that the tag HAVE_DOT is set to YES. 2218 # This tag requires that the tag HAVE_DOT is set to YES. 2227 # This tag requires that the tag HAVE_DOT is set to YES. 2234 # This tag requires that the tag HAVE_DOT is set to YES. 2242 # This tag requires that the tag HAVE_DOT is set to YES. 2255 # This tag requires that the tag HAVE_DOT is set to YES. [all …]
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 2409 # The TAGFILES tag can be used to specify one or more tag files. For each tag 2492 # This tag requires that the tag HAVE_DOT is set to YES. 2502 # This tag requires that the tag HAVE_DOT is set to YES. 2509 # This tag requires that the tag HAVE_DOT is set to YES. 2516 # This tag requires that the tag HAVE_DOT is set to YES. 2524 # This tag requires that the tag HAVE_DOT is set to YES. 2533 # This tag requires that the tag HAVE_DOT is set to YES. 2540 # This tag requires that the tag HAVE_DOT is set to YES. 2548 # This tag requires that the tag HAVE_DOT is set to YES. 2561 # This tag requires that the tag UML_LOOK is set to YES. [all …]
|
/AliOS-Things-master/components/oss/src/model/ |
A D | Tagging.cc | 27 for (const auto& tag : tagSet_) in toQueryParameters() local 29 if (tag.Key().empty()) in toQueryParameters() 32 if (tag.Value().empty()) in toQueryParameters() 33 ss << sep << UrlEncode(tag.Key()); in toQueryParameters() 35 ss << sep << UrlEncode(tag.Key()) << "=" << UrlEncode(tag.Value()); in toQueryParameters()
|
A D | SetBucketTaggingRequest.cc | 49 for (const auto& tag : tagging_.Tags()) { in payload() local 50 …ss << " <Tag><Key>" << tag.Key() << "</Key><Value>" << tag.Value() << "</Value></Tag>" << std::… in payload() 75 for (const auto& tag : tagging_.Tags()) { in validate() local 77 if (!IsValidTagKey(tag.Key())) in validate() 80 if (!IsValidTagValue(tag.Value())) in validate()
|
A D | SetObjectTaggingRequest.cc | 51 for (const auto& tag : tagging_.Tags()) { in payload() local 52 …ss << " <Tag><Key>"<< tag.Key() <<"</Key><Value>" << tag.Value() << "</Value></Tag>" << std::en… in payload() 77 for (const auto& tag : tagging_.Tags()) { in validate() local 79 if (!IsValidTagKey(tag.Key())) in validate() 82 if (!IsValidTagValue(tag.Value())) in validate()
|
/AliOS-Things-master/components/SDL2/ |
A D | Makefile | 156 …$(RUN_CMD_LTLINK)$(LIBTOOL) --tag=CC --mode=link $(CC) -static -o $@ $(SDLMAIN_OBJECTS) -rpath $(l… 159 …$(RUN_CMD_LTLINK)$(LIBTOOL) --tag=CC --mode=link $(CC) -static -o $@ $(SDLTEST_OBJECTS) -rpath $(l… 262 …$(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< … 265 …$(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< … 268 …$(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< … 271 …$(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< … 274 …$(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< … 277 …$(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< … 280 …$(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< … 283 …$(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< … [all …]
|
/AliOS-Things-master/components/littlefs/src/littlefs-v220/ |
A D | lfs.c | 335 return sizeof(tag) + lfs_tag_size(tag + lfs_tag_isdelete(tag)); in lfs_tag_dsize() 387 a->tag = lfs_fromle32(a->tag); in lfs_gstate_fromle32() 393 a->tag = lfs_tole32(a->tag); in lfs_gstate_tole32() 717 tag = attrs[0].tag; in lfs_dir_traverse() 852 crc = lfs_crc(crc, &tag, sizeof(tag)); in lfs_dir_fetchmatch() 853 tag = lfs_frombe32(tag) ^ ptag; in lfs_dir_fetchmatch() 3412 if (tag < 0 || lfs_tag_id(tag) == 0x3ff) { in lfs_remove() 3990 if (tag && !lfs_tag_isdelete(tag)) { in lfs_mount() 4300 if (tag && tag != LFS_ERR_NOENT) { in lfs_fs_parent() 4333 if (tag < 0 && tag != LFS_ERR_NOENT) { in lfs_fs_relocate() [all …]
|
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/ |
A D | lfs2.c | 334 return sizeof(tag) + lfs2_tag_size(tag + lfs2_tag_isdelete(tag)); in lfs2_tag_dsize() 386 a->tag = lfs2_fromle32(a->tag); in lfs2_gstate_fromle32() 392 a->tag = lfs2_tole32(a->tag); in lfs2_gstate_tole32() 769 tag = attrs[0].tag; in lfs2_dir_traverse() 905 crc = lfs2_crc(crc, &tag, sizeof(tag)); in lfs2_dir_fetchmatch() 906 tag = lfs2_frombe32(tag) ^ ptag; in lfs2_dir_fetchmatch() 3185 if (tag < 0 || lfs2_tag_id(tag) == 0x3ff) { 3673 if (tag && !lfs2_tag_isdelete(tag)) { 3950 if (tag && tag != LFS2_ERR_NOENT) { 3985 if (tag < 0 && tag != LFS2_ERR_NOENT) { [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | tif_pdsdirwrite.c | 149 ttag_t tag; in TIFFWritePrivateDataSubDirectory() local 482 dir->tdir_tag = tag; in TIFFSetupShortLong() 523 TIFFGetField(tif, tag, &v); in TIFFWritePerSampleShorts() 582 dir->tdir_tag = tag; in TIFFWriteShortTable() 617 dir->tdir_tag = tag; in TIFFWriteShortArray() 643 dir->tdir_tag = tag; in TIFFWriteLongArray() 665 dir->tdir_tag = tag; in TIFFWriteRationalArray() 700 dir->tdir_tag = tag; in TIFFWriteFloatArray() 715 dir->tdir_tag = tag; in TIFFWriteDoubleArray() 746 dir->tdir_tag = tag; in TIFFWriteAnyArray() [all …]
|
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/ |
A D | Doxyfile | 110 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 396 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline] 719 # If the REFERENCES_RELATION tag is set to YES 870 # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the 877 # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that 901 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can 908 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can 945 # If the QHG_LOCATION tag is specified, the QCH_FILE tag can 984 # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can 1492 # can find it using this tag. [all …]
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1parse.c | 75 FT_UShort tag; in read_pfb_tag() local 82 if ( !FT_READ_USHORT( tag ) ) in read_pfb_tag() 84 if ( tag == 0x8001U || tag == 0x8002U ) in read_pfb_tag() 90 *atag = tag; in read_pfb_tag() 103 FT_UShort tag; in check_type1_format() local 117 if ( tag != 0x8001U && FT_STREAM_SEEK( 0 ) ) in check_type1_format() 142 FT_UShort tag; in T1_New_Parser() local 197 if ( tag != 0x8001U ) in T1_New_Parser() 277 FT_UShort tag; in T1_Get_Private_Dict() local 287 if ( tag != 0x8002U ) in T1_Get_Private_Dict() [all …]
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | doxyfile | 120 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 401 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline] 865 # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the 872 # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that 886 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can 893 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can 930 # If the QHG_LOCATION tag is specified, the QCH_FILE tag can 965 # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can 1340 GENERATE_TAGFILE = ./SDL.tag 1413 # can find it using this tag. [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | libtiff-CVE-2018-17101.patch | 21 - cpTag(in, out, p->tag, p->count, p->type); 23 + if( p->tag == TIFFTAG_GROUP3OPTIONS ) 30 + if( p->tag == TIFFTAG_GROUP4OPTIONS ) 37 + cpTag(in, out, p->tag, p->count, p->type); 50 - cpTag(in, out, p->tag, p->count, p->type); 52 + if( p->tag == TIFFTAG_GROUP3OPTIONS ) 59 + if( p->tag == TIFFTAG_GROUP4OPTIONS ) 66 + cpTag(in, out, p->tag, p->count, p->type);
|
/AliOS-Things-master/components/py_engine/modules/ulog/ |
A D | modlog.c | 92 const char *tag = mp_obj_str_get_str(log_str); in debug_log_out() local 99 ulog(AOS_LL_DEBUG, tag, NULL, 0, msg); in debug_log_out() 108 const char *tag = mp_obj_str_get_str(log_str); in info_log_out() local 115 ulog(AOS_LL_INFO, tag, NULL, 0, msg); in info_log_out() 124 const char *tag = mp_obj_str_get_str(log_str); in warn_log_out() local 131 ulog(AOS_LL_WARN, tag, NULL, 0, msg); in warn_log_out() 140 const char *tag = mp_obj_str_get_str(log_str); in error_log_out() local 147 ulog(AOS_LL_ERROR, tag, NULL, 0, msg); in error_log_out() 156 const char *tag = mp_obj_str_get_str(log_str); in fatal_log_out() local 163 ulog(AOS_LL_FATAL, tag, NULL, 0, msg); in fatal_log_out()
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 134 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 468 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline] 842 # If the REFERENCED_BY_RELATION tag is set to YES 848 # If the REFERENCES_RELATION tag is set to YES 1014 # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the 1021 # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that 1045 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can 1052 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can 1089 # If the QHG_LOCATION tag is specified, the QCH_FILE tag can 1128 # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can [all …]
|