Home
last modified time | relevance | path

Searched refs:Tag (Results 1 – 23 of 23) sorted by relevance

/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DTagging.h24 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 DListBucketsRequest.h35 void setTag(const Tag& tag) { tag_ = tag; tagIsSet = true; } in setTag()
46 Tag tag_;
A DLifecycleRule.h84 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 DRecognizeSceneResult.h37 struct Tag struct
42 std::vector<Tag> tags;
A DTaggingImageResult.h37 struct Tag struct
42 std::vector<Tag> tags;
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttload.c80 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 Dsfobjs.c530 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 Dsfdriver.c131 *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 Dsifive_fe310.resc32 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 Dlibtiff-4.pc.in7 Description: Tag Image File Format (TIFF) library.
A DSConstruct3 # Tag Image File Format (TIFF) Software
A Dconfigure.ac2 dnl Tag Image File Format (TIFF) Software
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/imagerecog/src/model/
A DRecognizeSceneResult.cc46 Data::Tag tagObject; in parse()
A DTaggingImageResult.cc46 Data::Tag tagObject; in parse()
/AliOS-Things-master/components/oss/src/model/
A DGetBucketTaggingResult.cc55 Tag tag; in operator =()
A DGetObjectTaggingResult.cc64 Tag tag; in operator =()
A DGetBucketLifecycleResult.cc123 Tag tag; in operator =()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/
A DContentCryptoMaterial.h30 std::string Tag() const { return "Material"; } in Tag() function
/AliOS-Things-master/hardware/chip/haas1000/drivers/
A D.gitignore29 # Tag files
/AliOS-Things-master/components/freetype/include/internal/
A Dtttypes.h132 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 DSConstruct3 # Tag Image File Format (TIFF) Software
/AliOS-Things-master/components/freetype/src/truetype/
A Dttobjs.c227 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 DCHANGELOG1199 - 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

Completed in 31 milliseconds