/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | Tagging.h | 24 class ALIBABACLOUD_OSS_EXPORT Tag 27 Tag() {}; in Tag() function 28 Tag(const std::string& key, const std::string& value) : in Tag() function 40 using TagSet = std::vector<Tag>; 51 void addTag(const Tag& tag) { tagSet_.push_back(tag) ; } in addTag() 52 void addTag(Tag&& tag) { tagSet_.push_back(std::move(tag)); } in addTag()
|
A D | ListBucketsRequest.h | 35 void setTag(const Tag& tag) { tag_ = tag; tagIsSet = true; } in setTag() 46 Tag tag_;
|
A D | LifecycleRule.h | 84 void addTag(const Tag& tag) { tagSet_.push_back(tag); } in addTag()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/imagerecog/include/alibabacloud/imagerecog/model/ |
A D | RecognizeSceneResult.h | 37 struct Tag struct 42 std::vector<Tag> tags;
|
A D | TaggingImageResult.h | 37 struct Tag struct 42 std::vector<Tag> tags;
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttload.c | 80 if ( entry->Tag == tag ) in tt_face_lookup_table() 183 FT_FRAME_ULONG( Tag ), in check_table_dir() 218 if ( table.Tag == TTAG_head || table.Tag == TTAG_bhed ) in check_table_dir() 224 if ( table.Tag == TTAG_head ) in check_table_dir() 256 else if ( table.Tag == TTAG_SING ) in check_table_dir() 258 else if ( table.Tag == TTAG_META ) in check_table_dir() 392 entry->Tag = FT_GET_TAG4(); in tt_face_load_font_dir() 403 (FT_Char)( entry->Tag >> 24 ), in tt_face_load_font_dir() 404 (FT_Char)( entry->Tag >> 16 ), in tt_face_load_font_dir() 405 (FT_Char)( entry->Tag >> 8 ), in tt_face_load_font_dir() [all …]
|
A D | sfobjs.c | 530 table->Tag = FT_GET_TAG4(); in woff_open_font() 537 (FT_Char)( table->Tag >> 24 ), in woff_open_font() 538 (FT_Char)( table->Tag >> 16 ), in woff_open_font() 539 (FT_Char)( table->Tag >> 8 ), in woff_open_font() 540 (FT_Char)( table->Tag ), in woff_open_font() 546 if ( table->Tag <= old_tag ) in woff_open_font() 553 old_tag = table->Tag; in woff_open_font() 645 WRITE_ULONG( sfnt_header, table->Tag ); in woff_open_font()
|
A D | sfdriver.c | 131 *tag = face->dir_tables[idx].Tag; in sfnt_table_info()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/testing/ |
A D | sifive_fe310.resc | 32 sysbus Tag <0x10008000 4> "PRCI_HFROSCCFG" 0xFFFFFFFF 33 sysbus Tag <0x10008008 4> "PRCI_PLLCFG" 0xFFFFFFFF
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | libtiff-4.pc.in | 7 Description: Tag Image File Format (TIFF) library.
|
A D | SConstruct | 3 # Tag Image File Format (TIFF) Software
|
A D | configure.ac | 2 dnl Tag Image File Format (TIFF) Software
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/imagerecog/src/model/ |
A D | RecognizeSceneResult.cc | 46 Data::Tag tagObject; in parse()
|
A D | TaggingImageResult.cc | 46 Data::Tag tagObject; in parse()
|
/AliOS-Things-master/components/oss/src/model/ |
A D | GetBucketTaggingResult.cc | 55 Tag tag; in operator =()
|
A D | GetObjectTaggingResult.cc | 64 Tag tag; in operator =()
|
A D | GetBucketLifecycleResult.cc | 123 Tag tag; in operator =()
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/ |
A D | ContentCryptoMaterial.h | 30 std::string Tag() const { return "Material"; } in Tag() function
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/ |
A D | .gitignore | 29 # Tag files
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | tttypes.h | 132 FT_ULong Tag; /* table type */ member 198 FT_ULong Tag; /* table ID */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | SConstruct | 3 # Tag Image File Format (TIFF) Software
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttobjs.c | 227 face->dir_tables[i].Tag, in tt_get_sfnt_checksum() 362 switch( face->dir_tables[i].Tag ) in tt_check_trickyness_sfnt_ids()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ |
A D | CHANGELOG | 1199 - Support Tag API. 1379 - Generated 2018-08-28 for `Tag`. 1784 - Add param Tag in CreateAutoSnapshotPolicy. 1906 - Generated 2018-08-28 for `Tag`. 2182 - Add Dynamic Tag API. 2403 - Support Tag OpenAPI. 3096 2, Add Tag interface. 3105 2, Add Tag interface. 3193 1, move AssociatePerson\Tag field
|