Home
last modified time | relevance | path

Searched refs:Key (Results 1 – 25 of 46) sorted by relevance

12

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dprepacked_cache.h68 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 Dprepacked_cache.cc50 const PrepackedCache::Key& key) const { in operator ()()
82 Key key; in Get()
/AliOS-Things-master/components/oss/src/model/
A DTagging.cc29 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 DListBucketsRequest.cc45 if (!tag_.Key().empty()) { in specialParameters()
46 params["tag-key"] = tag_.Key(); in specialParameters()
A DSetBucketTaggingRequest.cc50 …ss << " <Tag><Key>" << tag.Key() << "</Key><Value>" << tag.Value() << "</Value></Tag>" << std::… in payload()
77 if (!IsValidTagKey(tag.Key())) in validate()
A DSetObjectTaggingRequest.cc52 …ss << " <Tag><Key>"<< tag.Key() <<"</Key><Value>" << tag.Value() << "</Value></Tag>" << std::en… in payload()
79 if (!IsValidTagKey(tag.Key())) in validate()
A DLifecycleRule.cc145 if (firstTag->Key() != RightfirstTag->Key() || in operator ==()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dflexbuffers.h947 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 DResumableCopier.cc69 …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 DResumableUploader.cc101 …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 DResumableDownloader.cc71 …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 DOssRequest.cc130 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 DREADME.md11 对象是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 Dpackage.yaml78 OSS_ACCESS_KEY: "Your-Access-Key"
84 PRODUCT_KEY: "Your-Product-Key"
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/secure_boot/mincrypt/
A Dpub_key_example.txt3 * 1. Key Generation
11 * 2. Public Key Extraction
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DListObjectVersionsResult.h34 const std::string& Key() const { return key_; } in Key() function
61 const std::string& Key() const { return key_; } in Key() function
A DInitiateMultipartUploadResult.h36 const std::string& Key() const { return key_; } in Key() function
A DCompleteMultipartUploadResult.h37 const std::string& Key() const;
A DListPartsResult.h39 const std::string& Key() const;
A DGetObjectResult.h37 const std::string& Key() const { return key_; } in Key() function
A DCreateSelectObjectMetaResult.h38 const std::string& Key() const { return key_; } in Key() function
A DDeleteObjectVersionsResult.h31 const std::string& Key() const { return key_; } in Key() function
A DTagging.h33 const std::string& Key() const { return key_; } in Key() function
A DDeleteObjectVersionsRequest.h34 const std::string& Key() const { return key_; } in Key() function
/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssRequest.h79 const std::string& Key() const;
124 const std::string& Key() const;

Completed in 72 milliseconds

12