Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 140) sorted by relevance

123456

/developtools/packing_tool/packing_tool/frameworks/test/unittest/fast_app_packager_test/
Dfast_app_packager_test.cpp199 auto res = fastAppackager.IsVerifyValid(); variable
215 auto res = fastAppackager.IsHapPathValid(formatPathList); variable
231 auto res = fastAppackager.IsHspPathValid(formatPathList, resultReceiver); variable
248 auto res = fastAppackager.ModuleJsonAndPackInfoExists(hapPathList, hspPathList); variable
265 auto res = fastAppackager.ModuleJsonAndPackInfoExists(hapPathList, hspPathList); variable
283 auto res = fastAppackager.ModuleJsonAndPackInfoExists(hapPathList, hspPathList); variable
302 auto res = fastAppackager.ModuleJsonAndPackInfoExists(hapPathList, hspPathList); variable
320 auto res = fastAppackager.CheckBundleTypeConsistency(hapPathList, hspPathList); variable
335 auto res = fastAppackager.GetBundleTypeFromPath(OUT_PATH); variable
352 auto res = fastAppackager.GetModuleJsonContentFromPath(path); variable
[all …]
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/chart/
DSpEBPFChart.ts118 const res = await fileSystemSender(2, TraceRow.range?.scale || 50, logicalReadRow); constant
162 const res = await fileSystemSender(3, TraceRow.range?.scale || 50, logicalWriteRow); constant
207 const res = await diskIoSender(true, 0, [1, 2, 3, 4], TraceRow.range?.scale || 50, diskIoRow); constant
253 … const res = await diskIoSender(false, process.ipid, [1, 3], TraceRow.range?.scale || 50, rowRead); constant
299 …const res = await diskIoSender(false, process.ipid, [2, 4], TraceRow.range?.scale || 50, rowWrite); constant
357 const res = await fileSysVMSender(TraceRow.range?.scale || 50, vmTraceRow); constant
DSpImportUserPluginsChart.ts145 let res = await element.supplier!(); variable
153 let res = await element.supplierFrame!(); variable
/developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/filter/
Danimation_filter_test.cpp65 …auto res = stream_.streamFilters_->animationFilter_->BeginDynamicFrameEvent(point, CALLSTACK_SLICE… variable
104 …auto res = stream_.streamFilters_->animationFilter_->BeginDynamicFrameEvent(point, CALLSTACK_SLICE… variable
123 auto res = stream_.streamFilters_->animationFilter_->BeginDynamicFrameEvent(point, curStackRow); variable
160 auto res = stream_.streamFilters_->animationFilter_->UpdateDeviceInfoEvent(point, line); variable
174 auto res = stream_.streamFilters_->animationFilter_->UpdateDeviceInfoEvent(point, line); variable
195 auto res = stream_.streamFilters_->animationFilter_->UpdateDeviceInfoEvent(point, line); variable
208 auto res = stream_.streamFilters_->animationFilter_->UpdateDeviceInfoEvent(point, line); variable
221 auto res = stream_.streamFilters_->animationFilter_->UpdateDeviceInfoEvent(point, line); variable
261 …auto res = stream_.streamFilters_->animationFilter_->BeginDynamicFrameEvent(point, index); // for … variable
Dframe_filter_test.cpp75 auto res = stream_.streamFilters_->frameFilter_->EndVsyncEvent(END_TS, itid); variable
105 bool res = stream_.streamFilters_->frameFilter_->BeginRSTransactionData(itid, FRAME_NUM, itid); variable
133 auto res = stream_.streamFilters_->frameFilter_->MarkRSOnDoCompositionEvent(itid); variable
157 auto res = stream_.streamFilters_->frameFilter_->MarkRSOnDoCompositionEvent(itid); variable
188 auto res = stream_.streamFilters_->frameFilter_->MarkRSOnDoCompositionEvent(itid); variable
220 auto res = stream_.streamFilters_->frameFilter_->MarkRSOnDoCompositionEvent(itid); variable
253 auto res = stream_.streamFilters_->frameFilter_->MarkRSOnDoCompositionEvent(itid); variable
368 auto res = stream_.streamFilters_->frameFilter_->EndVsyncEvent(END_TS, itid); variable
393 auto res = stream_.streamFilters_->frameFilter_->EndVsyncEvent(SON_END_TS, itid); variable
423 auto res = stream_.streamFilters_->frameFilter_->EndVsyncEvent(SON_END_TS, sonThreadId); variable
[all …]
/developtools/packing_tool/packing_tool/frameworks/test/unittest/version_normalize_test/
Dversion_normalize_test.cpp269 auto res = versionNormalize.VerifyModuleVersion(normalizeVersion, 0, VERSION_NAME); variable
295 …auto res = versionNormalize.VerifyModuleVersion(normalizeVersion, ORIGIN_VERSION_CODE, VERSION_NAM… variable
321 …auto res = versionNormalize.ModifyModuleJson("", normalizeVersion, ORIGIN_VERSION_CODE, VERSION_NA… variable
347 …auto res = versionNormalize.ModifyModuleJson(INPUT_LIST, normalizeVersion, ORIGIN_VERSION_CODE, VE… variable
373 …auto res = versionNormalize.ModifyConfigJson("", normalizeVersion, ORIGIN_VERSION_CODE, VERSION_NA… variable
399 …auto res = versionNormalize.ModifyConfigJson(INPUT_LIST, normalizeVersion, ORIGIN_VERSION_CODE, VE… variable
422 auto res = versionNormalize.ModifyPackInfo("", ORIGIN_VERSION_CODE, VERSION_NAME); variable
445 auto res = versionNormalize.ModifyPackInfo(INPUT_LIST, ORIGIN_VERSION_CODE, VERSION_NAME); variable
469 …auto res = versionNormalize.ProcessJsonFiles(PATH, normalizeVersionList, ORIGIN_VERSION_CODE, VERS… variable
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/
DSerializerBase.h81 errno_t res = memcpy_s(newData, newLength, data, position); in resize() local
139 errno_t res = memcpy_s(data + position, dataLength, &value, 4); in writeInt32() local
156 errno_t res = memcpy_s(data + position, dataLength, &value, 8); in writeInt64() local
173 errno_t res = memcpy_s(data + position, dataLength, &value, 8); in writeUInt64() local
190 errno_t res = memcpy_s(data + position, dataLength, &value, 4); in writeFloat32() local
207 errno_t res = memcpy_s(data + position, dataLength, &value64, 8); in writePointer() local
268 … errno_t res = snprintf_s(buf, BUFFER_MAX_LEN, "%.8f%s", value.value, suffix.c_str()); in writeLength() local
Dcallback-resource.cc71 errno_t res = memcpy_s(result, size, &frontEventKind, 4); in impl_CheckCallbackEvent() local
82 errno_t res = memcpy_s(result + 4, size, callbackCallSubqueue.front().buffer, in impl_CheckCallbackEvent() local
95 errno_t res = memcpy_s(result + 4, size, &frontEventKind, 4); in impl_CheckCallbackEvent() local
DDeserializerBase.h203 errno_t res = std::snprintf_s(hex, sizeof(hex), "0x%llx", (long long)value->ptr); in WriteToString() local
321 errno_t res = memset_s(value, length * sizeof(E), 0, length * sizeof(E)); in resizeArray() local
342 errno_t res = memset_s(keys, length * sizeof(K), 0, length * sizeof(K)); in resizeMap() local
353 errno_t res = memset_s(values, length * sizeof(V), 0, length * sizeof(V)); in resizeMap() local
429 errno_t res = memcpy_s(&value, 4, data + position, 4); in readInt32() local
448 errno_t res = memcpy_s(&value, 4, data + position, 4); in readInt64() local
467 errno_t res = memcpy_s(&value, 4, data + position, 4); in readUInt64() local
486 errno_t res = memcpy_s(&value, 4, data + position, 4); in readFloat32() local
505 errno_t res = memcpy_s(&value, 8, data + position, 8); in readPointer() local
645 errno_t res = snprintf_s(buf, sizeof buf, "%f", value); in WriteToString() local
/developtools/ace_ets2bundle/arkui-plugins/memo-plugins/
Dfunction-transformer.ts345 const res = this.updateScriptFunction(it.scriptFunction); constant
413 …const res = this.updateScriptFunction(expression.scriptFunction, expression.scriptFunction.id?.nam… constant
473 let res: arkts.ScriptFunction | undefined; variable
540 const res = this.updateScriptFunction(node.scriptFunction, node.scriptFunction.id?.name); constant
581 …const res = this.updateScriptFunction(initializer.scriptFunction, initializer.scriptFunction.id?.n… constant
610 const res = this.updateScriptFunction(expr.scriptFunction, expr.scriptFunction.id?.name); constant
644 const res = this.updateScriptFunction(value.scriptFunction, value.scriptFunction.id?.name); constant
667 const res = this.updateScriptFunction(right.scriptFunction, right.scriptFunction.id?.name); constant
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCA/
Dgenerate_sub_ca_test.cpp227 bool res = CertTools::SetCertVersion(cert, 1); variable
474 bool res = CertTools::SetCertSubjectName(cert, req); variable
487 bool res = CertTools::SetCertValidityStartAndEnd(cert, -1, 2); variable
610 bool res = FileUtils::IsEmpty(cs); variable
623 int res = FileUtils::ReadFileByOffsetAndLength(file, 1, 50, ret); variable
636 int res = FileUtils::ReadInputByOffsetAndLength(file, 111, 2147483647, ret); variable
649 int res = FileUtils::ReadInputByLength(file, 2147483647, ret); variable
662 bool res = FileUtils::AppendWriteFileByOffsetToFile(file, out, 10000, 100000); variable
675 bool res = FileUtils::AppendWriteFileByOffsetToFile(file, out, 10, 100); variable
688 bool res = FileUtils::AppendWriteFileByOffsetToFile(file, out, 10, 100); variable
[all …]
/developtools/global_resource_tool/src/
Dcompression_parser.cpp250 string res = ""; in ParseRules() local
270 vector<string> res; in ParsePath() local
297 string res(jsonString); in ParseJsonStr() local
459 string res = "{"; in GetFileRules() local
472 void CompressionParser::CollectTimeAndSize(TranscodeError res, in CollectTimeAndSize()
497 string res = "Processing report:\n"; in PrintTransMessage() local
526 auto res = TranscodeImages(src, extAppend, output, result); in CheckAndTranscode() local
541 auto res = TranscodeImages(src, extAppend, output, result); in CheckAndTranscode() local
552 auto res = TranscodeImages(src, extAppend, output, result); in CheckAndTranscode() local
586 auto res = ResourceUtil::CopyFileInner(src, dst); in CopyAndTranscode() local
Dbinary_file_packer.cpp43 std::future<uint32_t> res = ThreadPool::GetInstance().Enqueue(func, inputs); in CopyBinaryFileAsync() local
128 std::future<uint32_t> res = ThreadPool::GetInstance().Enqueue(copyFunc, path, subPath); in CopyBinaryFileImpl() local
162 for (auto &res : copyResults_) { in CheckCopyResults() local
/developtools/smartperf_host/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerCpuState.test.ts110 let res = [ variable
143 let res = [ variable
166 let res = [ variable
DProduceWorkerSdkSlice.test.ts38 let res = [ variable
60 let res = [ variable
DProcedureWorkerFunc.test.ts36 let res = [ variable
60 let res = [ variable
DProcedureWorkerHeap.test.ts40 let res = [ variable
64 let res = [ variable
/developtools/hapsigner/hapsigntool_cpp_test/unittest/zip/
Drandom_access_file_input_output_test.cpp68 bool res = outputHap->Init(UNSIGNED_HAP_PATH); variable
85 bool res = outputHap->Init(""); variable
98 bool res = outputHap->Init(UNSIGNED_HAP_PATH); variable
114 bool res = outputHap->Init(UNSIGNED_HAP_PATH); variable
133 bool res = outputHap->Init(UNSIGNED_HAP_PATH); variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/
DSqlLiteWorker.ts72 let res = []; variable
96 let res = []; variable
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Ddata.js50 function getValue(begin, end, v, res) { argument
58 function parseValue(match, res) { argument
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dutilities_test.cpp642 auto res = GetValueFromJsonFile(filePath, "hiprofiler_hook_process_count"); variable
654 auto res = GetValueFromJsonFile(filePath, "hiprofiler_hook_process_count"); variable
666 auto res = GetValueFromJsonFile(filePath, "test"); variable
678 auto res = GetValueFromJsonFile(filePath, "hiprofiler_hook_process_count"); variable
/developtools/profiler/device/cmds/test/unittest/
Dparse_plugin_config_test.cpp89 bool res = parseConfig.SetSerializePluginsConfig(pluginName, profilerConfig); variable
97 bool res = parseConfig.SetSerializePluginsConfig("testplugin", profilerConfig); variable
/developtools/hiperf/test/unittest/common/native/
Dtracked_command_test.cpp55 bool res = trackedCMD->StartCommand(); variable
79 bool res = trackedCMD->StartCommand(); variable
/developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/interface/
Drpc_server_test.cpp39 void res(const std::string result, int32_t finish) in res() function
116 auto res = rpcServer.ts_->traceDataCache_->GetConstTaskPoolData().prioritys_[0]; variable
/developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/ark-ts/
DTabPaneJsCpuStatistics.test.ts58 let res = [ variable

123456