/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | prepacked_cache.h | 68 struct Key { struct 77 friend bool operator==(const Key& a, const Key& b) { argument 83 std::size_t operator()(const Key&) const; 133 std::unordered_map<Key, Entry, KeyHash> cache_;
|
A D | prepacked_cache.cc | 50 const PrepackedCache::Key& key) const { in operator ()() 82 Key key; in Get()
|
/AliOS-Things-master/components/oss/src/model/ |
A D | Tagging.cc | 29 if (tag.Key().empty()) in toQueryParameters() 33 ss << sep << UrlEncode(tag.Key()); in toQueryParameters() 35 ss << sep << UrlEncode(tag.Key()) << "=" << UrlEncode(tag.Value()); in toQueryParameters()
|
A D | ListBucketsRequest.cc | 45 if (!tag_.Key().empty()) { in specialParameters() 46 params["tag-key"] = tag_.Key(); in specialParameters()
|
A D | SetBucketTaggingRequest.cc | 50 …ss << " <Tag><Key>" << tag.Key() << "</Key><Value>" << tag.Value() << "</Value></Tag>" << std::… in payload() 77 if (!IsValidTagKey(tag.Key())) in validate()
|
A D | SetObjectTaggingRequest.cc | 52 …ss << " <Tag><Key>"<< tag.Key() <<"</Key><Value>" << tag.Value() << "</Value></Tag>" << std::en… in payload() 79 if (!IsValidTagKey(tag.Key())) in validate()
|
A D | LifecycleRule.cc | 145 if (firstTag->Key() != RightfirstTag->Key() || in operator ==()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/ |
A D | flexbuffers.h | 947 Key(key); in Null() 953 Key(key); in Int() 959 Key(key); in UInt() 965 Key(key); in Float() 971 Key(key); in Double() 977 Key(key); in Bool() 983 Key(key); in IndirectInt() 991 Key(key); in IndirectUInt() 999 Key(key); in IndirectFloat() 1007 Key(key); in IndirectDouble() [all …]
|
/AliOS-Things-master/components/oss/src/resumable/ |
A D | ResumableCopier.cc | 69 …auto uploadPartCopyReq = UploadPartCopyRequest(request_.Bucket(), request_.Key(), request_.SrcBuck… in Copy() 136 …CompleteMultipartUploadRequest completeMultipartUploadReq(request_.Bucket(), request_.Key(), parts… in Copy() 157 HeadObjectRequest hRequest(request_.Bucket(), request_.Key()); in Copy() 197 …auto initMultipartUploadReq = InitiateMultipartUploadRequest(request_.Bucket(), request_.Key(), me… in prepare() 321 ss << "oss://" << request_.Bucket() << "/" << request_.Key(); in genRecordPath() 340 auto listPartsRequest = ListPartsRequest(request_.Bucket(), request_.Key(), uploadID_); in getPartsToUploadCopy() 398 record_.key = request_.Key(); in initRecord()
|
A D | ResumableUploader.cc | 101 …UploadPartRequest uploadPartRequest(request_.Bucket(), request_.Key(), part.PartNumber(), uploadID… in Upload() 161 …CompleteMultipartUploadRequest completeMultipartUploadReq(request_.Bucket(), request_.Key(), uploa… in Upload() 215 …auto initMultipartUploadReq = InitiateMultipartUploadRequest(request_.Bucket(), request_.Key(), re… in prepare() 305 ss << "oss://" << request_.Bucket() << "/" << request_.Key(); in genRecordPath() 324 auto listPartsRequest = ListPartsRequest(request_.Bucket(), request_.Key(), uploadID_); in getPartsToUpload() 379 record_.key = request_.Key(); in initRecordInfo()
|
A D | ResumableDownloader.cc | 71 …auto getObjectReq = GetObjectRequest(request_.Bucket(), request_.Key(), request_.ModifiedSinceCons… in Download() 183 HeadObjectRequest hRequest(request_.Bucket(), request_.Key()); in Download() 238 GetObjectResult result(request_.Bucket(), request_.Key(), meta); in Download() 383 ss << "oss://" << request_.Bucket() << "/" << request_.Key(); in genRecordPath() 452 record_.key = request_.Key(); in initRecord()
|
/AliOS-Things-master/components/oss/src/ |
A D | OssRequest.cc | 130 if (!IsValidObjectKey(Key())) { in validate() 152 const std::string& OssObjectRequest::Key() const in Key() function in OssObjectRequest 202 if (!IsValidObjectKey(Key())) { in validate() 254 const std::string& OssResumableBaseRequest::Key() const in Key() function in OssResumableBaseRequest
|
/AliOS-Things-master/components/oss/ |
A D | README.md | 11 对象是OSS存储数据的基本单元,也被称为OSS的文件。对象由元信息(Object Meta)、用户数据(Data)和文件名(Key)组成。对象由存储空间内部唯一的Key来标识。对象元信息是一组键值对… 97 char AccessKey_ID[] = "Access Key ID"; 98 char AccessKey_Secret[] = "Access Key Secret";
|
/AliOS-Things-master/solutions/ucloud_ai_demo/ |
A D | package.yaml | 78 OSS_ACCESS_KEY: "Your-Access-Key" 84 PRODUCT_KEY: "Your-Product-Key"
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/secure_boot/mincrypt/ |
A D | pub_key_example.txt | 3 * 1. Key Generation 11 * 2. Public Key Extraction
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | ListObjectVersionsResult.h | 34 const std::string& Key() const { return key_; } in Key() function 61 const std::string& Key() const { return key_; } in Key() function
|
A D | InitiateMultipartUploadResult.h | 36 const std::string& Key() const { return key_; } in Key() function
|
A D | CompleteMultipartUploadResult.h | 37 const std::string& Key() const;
|
A D | ListPartsResult.h | 39 const std::string& Key() const;
|
A D | GetObjectResult.h | 37 const std::string& Key() const { return key_; } in Key() function
|
A D | CreateSelectObjectMetaResult.h | 38 const std::string& Key() const { return key_; } in Key() function
|
A D | DeleteObjectVersionsResult.h | 31 const std::string& Key() const { return key_; } in Key() function
|
A D | Tagging.h | 33 const std::string& Key() const { return key_; } in Key() function
|
A D | DeleteObjectVersionsRequest.h | 34 const std::string& Key() const { return key_; } in Key() function
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/ |
A D | OssRequest.h | 79 const std::string& Key() const; 124 const std::string& Key() const;
|