/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | prepacked_cache.cc | 75 FreeBuffers(pair.second.packed_matrix); in ~PrepackedCache() 90 itr->second.timestamp = timestamp_++; in Get() 91 *packed_matrix = itr->second.packed_matrix; in Get() 114 Timestamp oldest_timestamp = oldest->second.timestamp; in EjectOne() 117 if (itr->second.timestamp < oldest_timestamp) { in EjectOne() 119 oldest_timestamp = itr->second.timestamp; in EjectOne() 123 const PEMat& packed_matrix = oldest->second.packed_matrix; in EjectOne()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/ |
A D | RpcServiceClient.cc | 82 if (!p.second.empty()) in buildHttpRequest() 83 signParams[p.first] = p.second; in buildHttpRequest() 114 query[p.first] = p.second; in buildHttpRequest() 119 signParams[p.first] = p.second; in buildHttpRequest() 130 queryString << "&" << p.first << "=" << UrlEncode(p.second); in buildHttpRequest() 141 if (!h.second.empty()) { in buildHttpRequest() 142 request.setHeader(h.first, h.second); in buildHttpRequest() 158 tmp << "&" << p.first << "=" << UrlEncode(p.second); in buildHttpRequest()
|
A D | RoaServiceClient.cc | 81 if (!p.second.empty()) in buildHttpRequest() 82 queryParams[p.first] = p.second; in buildHttpRequest() 88 if (p.second.empty()) in buildHttpRequest() 91 queryString << "&" << p.first << "=" << p.second; in buildHttpRequest() 111 if (!h.second.empty()) { in buildHttpRequest() 112 request.setHeader(h.first, h.second); in buildHttpRequest() 140 sbody << "&" << p.first << "=" << UrlEncode(p.second); in buildHttpRequest()
|
A D | CommonClient.cc | 133 if (!p.second.empty()) in buildRoaHttpRequest() 134 queryParams[p.first] = p.second; in buildRoaHttpRequest() 140 if (p.second.empty()) in buildRoaHttpRequest() 143 queryString << "&" << p.first << "=" << p.second; in buildRoaHttpRequest() 246 if (!p.second.empty()) in buildRpcHttpRequest() 247 queryParams[p.first] = p.second; in buildRpcHttpRequest() 281 bodyParamString += (p.first + "=" + UrlEncode(p.second)); in buildRpcHttpRequest() 282 signParams[p.first] = p.second; in buildRpcHttpRequest() 293 queryString << "&" << p.first << "=" << UrlEncode(p.second); in buildRpcHttpRequest()
|
A D | CommonRequest.cc | 51 return it->second; in queryParameter() 69 return it->second; in headerParameter()
|
A D | Utils.cc | 189 std::string value = UrlEncode(p.second); in canonicalizedQuery() 207 std::string value = p.second; in canonicalizedHeaders() 219 ss << p.first << ":" << p.second << "\n"; in canonicalizedHeaders() 253 jsonObject[iter->first] = iter->second; in MapToJson()
|
/AliOS-Things-master/components/oss/src/utils/ |
A D | SignUtils.cc | 89 std::string value = Trim(header.second.c_str()); in build() 104 if (!param.second.empty()) { in build() 105 ss << "=" << param.second; in build() 121 ss << param.first << ":" << param.second << '\n'; in build()
|
A D | ThreadExecutor.cc | 42 it->second.join(); in ~ThreadExecutor() 83 it->second.detach(); in detach()
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | accuracy_utils.cc | 53 return left.second < right.second; in ReadGroundTruthFile() 71 const int64 ground_truth_time = ground_truth.second; in CalculateAccuracyStats() 84 const int64 found_time = found_word.second; in CalculateAccuracyStats() 89 const int64 ground_truth_time = ground_truth.second; in CalculateAccuracyStats()
|
A D | recognize_commands.cc | 79 const Tensor& scores_tensor = previous_result.second; in ProcessLatestResults() 96 return left.second > right.second; in ProcessLatestResults() 102 const float current_top_score = sorted_average_scores[0].second; in ProcessLatestResults()
|
A D | accuracy_utils_test.cc | 37 EXPECT_EQ(10, ground_truth[0].second); in TEST() 39 EXPECT_EQ(12, ground_truth[1].second); in TEST()
|
A D | label_wav.cc | 86 return left.second > right.second; in GetTopLabels() 93 sorted_scores.flat<float>()(i) = scores[i].second; in GetTopLabels()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_aux.c | 37 _TIFFMultiply32(TIFF* tif, uint32 first, uint32 second, const char* where) in _TIFFMultiply32() argument 39 uint32 bytes = first * second; in _TIFFMultiply32() 41 if (second && bytes / second != first) { in _TIFFMultiply32() 50 _TIFFMultiply64(TIFF* tif, uint64 first, uint64 second, const char* where) in _TIFFMultiply64() argument 52 uint64 bytes = first * second; in _TIFFMultiply64() 54 if (second && bytes / second != first) { in _TIFFMultiply64()
|
/AliOS-Things-master/components/jsoncpp/test/data/ |
A D | legacy_test_preserve_comment_01.expected | 6 /* Comment before 'second' 8 .second=2
|
/AliOS-Things-master/components/py_engine/engine/shared/timeutils/ |
A D | timeutils.h | 60 mp_uint_t date, mp_uint_t hour, mp_uint_t minute, mp_uint_t second); 78 mp_uint_t date, mp_uint_t hour, mp_uint_t minute, mp_uint_t second) { in timeutils_seconds_since_epoch() argument 79 …return timeutils_seconds_since_2000(year, month, date, hour, minute, second) + TIMEUTILS_SECONDS_1… in timeutils_seconds_since_epoch()
|
/AliOS-Things-master/components/amp/jslib/src/ |
A D | rtc.js | 22 second: time.getSeconds() property in setTime.date 30 …ime.month), parseInt(time.day), parseInt(time.hour), parseInt(time.minute), parseInt(time.second));
|
/AliOS-Things-master/components/amp/libjs/lib/ |
A D | rtc.js | 22 second: time.getSeconds() property in setTime.date 30 …ime.month), parseInt(time.day), parseInt(time.hour), parseInt(time.minute), parseInt(time.second));
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/ |
A D | test.cc | 62 const auto& thread_root = *treeview.thread_roots().begin()->second; in TEST() 76 *treeview_collapsed.thread_roots().begin()->second; in TEST() 107 const TreeView::Node& root_node = *thread_root.second; in TEST()
|
/AliOS-Things-master/components/oss/src/model/ |
A D | ObjectMetaData.cc | 34 userMetaData_[header.first.substr(11)] = header.second; in operator =() 36 metaData_[header.first] = header.second; in operator =() 245 headers[header.first] = header.second; in toHeaderCollection() 251 headers[key] = header.second; in toHeaderCollection()
|
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/ |
A D | module_aiot_ntp.c | 27 uint32_t second; member 49 mp_obj_new_int(param->second)); in aiot_device_ntp_notify() 93 ntp_params->second = packet->data.local_time.sec; in aiot_app_ntp_recv_handler()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/ |
A D | gpu_compatibility.cc | 36 i.second = CanonicalizeValue(i.second); in CanonicalizeValues()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/resource/ |
A D | static_hashtable.cc | 45 value_tensor_writer.SetData(i, result->second); in Lookup() 109 return static_cast<LookupInterface*>(it->second.get()); in GetHashtableResource()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/ |
A D | module_aiot_ntp.c | 28 uint32_t second; member 44 JS_SetPropertyStr(ctx, obj, "second", JS_NewInt32(ctx, param->second)); in aiot_device_ntp_notify() 87 ntp_params->second = packet->data.local_time.sec; in aiot_app_ntp_recv_handler()
|
/AliOS-Things-master/components/oss/src/encryption/ |
A D | EncryptionMaterials.cc | 88 const std::string& privateKey = encryptionMaterials_[index].first.second; in DecryptCEK() 110 if (item.second == description) { in findIndexByDescription()
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_valueiterator.h | 24 Value& ValueIteratorBase::deref() { return current_->second; } in deref() 25 const Value& ValueIteratorBase::deref() const { return current_->second; } in deref()
|