/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/ |
A D | Url.cc | 30 if (!url.empty()) in Url() 51 if (!str.empty()) in authority() 74 if (url.empty()) in fromString() 123 return scheme_.empty() && userName_.empty() && password_.empty() && in isEmpty() 124 host_.empty() && path_.empty() && (port_ == INVALID_PORT) && in isEmpty() 125 query_.empty() && fragment_.empty(); in isEmpty() 132 if (host_.empty()) in isValid() 186 if (host.empty()) { in setHost() 203 if (scheme.empty()) { in setScheme() 237 if (!str.empty()) in toString() [all …]
|
A D | InstanceProfileCredentialsProvider.cc | 60 if (value["Code"].empty() && value["AccessKeyId"].empty() && in loadCredentials() 61 value["AccessKeySecret"].empty() && in loadCredentials() 62 value["SecurityToken"].empty() && value["Expiration"].empty()) { in loadCredentials()
|
A D | RoaServiceClient.cc | 70 if (msg.scheme().empty()) { in buildHttpRequest() 81 if (!p.second.empty()) in buildHttpRequest() 85 if (!queryParams.empty()) { in buildHttpRequest() 88 if (p.second.empty()) in buildHttpRequest() 111 if (!h.second.empty()) { in buildHttpRequest() 116 if (msg.parameter("Accept").empty()) { in buildHttpRequest() 126 if (msg.parameter("Content-Type").empty()) { in buildHttpRequest() 135 if (msg.parameter("Content-Type").empty()) { in buildHttpRequest() 173 if (!credentials.sessionToken().empty()) in buildHttpRequest()
|
A D | CommonClient.cc | 122 if (msg.scheme().empty()) { in buildRoaHttpRequest() 133 if (!p.second.empty()) in buildRoaHttpRequest() 137 if (!queryParams.empty()) { in buildRoaHttpRequest() 140 if (p.second.empty()) in buildRoaHttpRequest() 163 if (msg.headerParameter("Accept").empty()) { in buildRoaHttpRequest() 172 if (msg.headerParameter("Content-Type").empty()) { in buildRoaHttpRequest() 202 if (!credentials.sessionToken().empty()) in buildRoaHttpRequest() 235 if (msg.scheme().empty()) { in buildRpcHttpRequest() 246 if (!p.second.empty()) in buildRpcHttpRequest() 314 if (!bodyParamString.empty()) { in buildRpcHttpRequest()
|
/AliOS-Things-master/components/oss/src/http/ |
A D | Url.cc | 38 if(!url.empty()) in Url() 70 if (!str.empty()) in authority() 98 if (url.empty()) in fromString() 160 && host_.empty() in isEmpty() 161 && path_.empty() in isEmpty() 163 && query_.empty() in isEmpty() 172 if (host_.empty()) in isValid() 247 if(host.empty()){ in setHost() 277 if(scheme.empty()){ in setScheme() 316 if (!str.empty()) in toString() [all …]
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/ |
A D | sts_model_assumerole_result_ut.cc | 30 TEST(AssumeRoleResult, empty) { in TEST() argument 34 EXPECT_TRUE(res.assumedRoleUser().arn.empty()); in TEST() 35 EXPECT_TRUE(res.assumedRoleUser().assumedRoleId.empty()); in TEST() 37 EXPECT_TRUE(res.credentials().accessKeyId.empty()); in TEST() 38 EXPECT_TRUE(res.credentials().accessKeySecret.empty()); in TEST() 39 EXPECT_TRUE(res.credentials().expiration.empty()); in TEST() 40 EXPECT_TRUE(res.credentials().securityToken.empty()); in TEST()
|
A D | instanceprofilecredentialsprovider_ut.cc | 34 TEST(InstanceProfileCredentialsProvider, empty) { in TEST() argument 41 EXPECT_TRUE(credentials.accessKeyId().empty()); in TEST() 42 EXPECT_TRUE(credentials.accessKeySecret().empty()); in TEST() 43 EXPECT_TRUE(credentials.sessionToken().empty()); in TEST() 53 EXPECT_TRUE(credentials.accessKeyId().empty()); in TEST() 54 EXPECT_TRUE(credentials.accessKeySecret().empty()); in TEST() 55 EXPECT_TRUE(credentials.sessionToken().empty()); in TEST()
|
A D | sts_model_getcalleridentity_result_ut.cc | 22 TEST(GetCallerIdentityResult, empty) { in TEST() argument 26 EXPECT_TRUE(res.accountId().empty()); in TEST() 27 EXPECT_TRUE(res.arn().empty()); in TEST() 28 EXPECT_TRUE(res.userId().empty()); in TEST()
|
A D | stsclient_ut.cc | 39 EXPECT_TRUE(out.error().errorCode().empty()); in TEST() 54 EXPECT_TRUE(out.error().errorCode().empty()); in TEST() 70 EXPECT_TRUE(out.error().errorCode().empty()); in TEST() 99 EXPECT_TRUE(out.error().errorCode().empty()); in TEST() 110 EXPECT_FALSE(out.error().errorCode().empty()); in cb() 133 EXPECT_TRUE(out.error().errorCode().empty()); in TEST() 153 EXPECT_TRUE(out.error().errorCode().empty()); in TEST() 178 EXPECT_FALSE(out.error().errorCode().empty()); in assumerole_cb()
|
/AliOS-Things-master/components/oss/src/resumable/ |
A D | DownloadObjectRequest.cc | 117 if (!filePathW_.empty()) { in validate() 122 if (filePath_.empty() && filePathW_.empty()) { in validate() 127 if ((!filePath_.empty() && !checkpointDirW_.empty()) || in validate() 128 (!filePathW_.empty() && !checkpointDir_.empty())) { in validate()
|
A D | UploadObjectRequest.cc | 130 if (!callback.empty()) { in setCallback() 134 if (!callbackVar.empty()) { in setCallback() 152 if (!filePathW_.empty()) { in validate() 158 if ((!filePath_.empty() && !checkpointDirW_.empty()) || in validate() 159 (!filePathW_.empty() && !checkpointDir_.empty())) { in validate()
|
A D | ResumableBaseWorker.cc | 79 return !(recordPath_.empty() && recordPathW_.empty()); in hasRecordPath() 84 if (!recordPath_.empty()) { in removeRecordFile() 88 if (!recordPathW_.empty()) { in removeRecordFile()
|
A D | ResumableCopier.cc | 57 if (partsToUploadCopy.empty()) in Copy() 80 if (!request_.VersionId().empty()) { in Copy() 142 if (!request_.EncodingType().empty()) { in Copy() 161 if (!compOutcome.result().VersionId().empty()) { in Copy() 185 if (!request_.VersionId().empty()) { in prepare() 198 if (!request_.EncodingType().empty()) { in prepare() 316 if (!request_.VersionId().empty()) { in genRecordPath() 326 if (!request_.CheckpointDirW().empty()) { in genRecordPath() 341 if (!request_.EncodingType().empty()) { in getPartsToUploadCopy()
|
A D | ResumableUploader.cc | 44 if (!request.FilePath().empty()) { in ResumableUploader() 52 else if (!request.FilePathW().empty()) { in ResumableUploader() 85 if (partsToUpload.empty()) in Upload() 166 if (!request_.EncodingType().empty()) { in Upload() 206 if (!outcome.result().VersionId().empty()) { in Upload() 216 if (!request_.EncodingType().empty()) { in prepare() 303 … auto srcPath = !request_.FilePathW().empty()? toString(request_.FilePathW()): request_.FilePath(); in genRecordPath() 310 if (!request_.CheckpointDirW().empty()) { in genRecordPath() 325 if (!request_.EncodingType().empty()) { in getPartsToUpload()
|
/AliOS-Things-master/components/oss/src/ |
A D | OssRequest.cc | 63 if (!p.empty()) in Body() 190 if (!versionId_.empty()) { in specialParameters() 215 if (!checkpointDirW_.empty()) { in validate() 222 if ((!checkpointDir_.empty() && !IsDirectoryExist(checkpointDir_)) in validate() 224 || (!checkpointDirW_.empty() && !IsDirectoryExist(checkpointDirW_)) in validate() 353 return (!checkpointDir_.empty() || !checkpointDirW_.empty()); in hasCheckpointDir()
|
/AliOS-Things-master/components/oss/src/encryption/ |
A D | EncryptionMaterials.cc | 61 if (encrptedKey.empty() || encrptedKeyIV.empty()) { in EncryptCEK() 95 if (key.empty() || iv.empty()) { in DecryptCEK()
|
/AliOS-Things-master/components/oss/src/model/ |
A D | ObjectCallbackBuilder.cc | 40 if (callbackUrl_.empty() || callbackBody_.empty()) in build() 48 if (!callbackHost_.empty()) in build()
|
A D | UploadPartCopyRequest.cc | 70 if (!sourceIfMatchETag.empty()) { in UploadPartCopyRequest() 78 if (!sourceIfNotMatchETag.empty()) { in UploadPartCopyRequest() 86 if (!sourceIfModifiedSince.empty()) { in UploadPartCopyRequest() 94 if (!sourceIfUnModifiedSince.empty()) { in UploadPartCopyRequest() 168 if (!versionId_.empty()) { in specialHeaders()
|
A D | LifecycleRule.cc | 76 !expiration_.CreatedBeforeDate().empty() || in hasExpiration() 82 return !transitionList_.empty(); in hasTransitionList() 87 return (abortMultipartUpload_.Days() > 0 || !abortMultipartUpload_.CreatedBeforeDate().empty()); in hasAbortMultipartUpload() 97 return !noncurrentVersionTransitionList_.empty(); in hasNoncurrentVersionTransitionList()
|
A D | Tagging.cc | 29 if (tag.Key().empty()) in toQueryParameters() 32 if (tag.Value().empty()) in toQueryParameters()
|
A D | PutLiveChannelRequest.cc | 116 if(!description_.empty() && in validate() 152 if(roleName_.empty() || notifyTopic_.empty() || in validate() 153 destBucket_.empty() || !IsValidBucketName(bucket_) || in validate()
|
/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | heapalloc_exc_compressed_emg_exc.py.exp | 2 KeyError pop from an empty set 4 pop from an empty set
|
A D | heapalloc_exc_compressed.py.exp | 2 KeyError pop from an empty set 4 pop from an empty set
|
/AliOS-Things-master/components/SDL2/src/filesystem/winrt/ |
A D | SDL_sysfilesystem.cpp | 50 if (path.empty()) { in SDL_WinRTGetFSPathUNICODE() 59 if (path.empty()) { in SDL_WinRTGetFSPathUNICODE() 69 if (path.empty()) { in SDL_WinRTGetFSPathUNICODE() 78 if (path.empty()) { in SDL_WinRTGetFSPathUNICODE()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/ |
A D | json_to_fb.cc | 44 if (!parse_result || json_path.empty() || fbs_path.empty() || in main() 45 fb_path.empty()) { in main()
|