Home
last modified time | relevance | path

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

12345

/developtools/packing_tool/packing_tool/frameworks/test/unittest/fast_app_packager_test/
Dfast_app_packager_test.cpp196 auto res = fastAppackager.IsVerifyValid(); variable
212 auto res = fastAppackager.IsHapPathValid(formatPathList); variable
228 auto res = fastAppackager.IsHspPathValid(formatPathList, resultReceiver); variable
245 auto res = fastAppackager.ModuleJsonAndPackInfoExists(hapPathList, hspPathList); variable
262 auto res = fastAppackager.ModuleJsonAndPackInfoExists(hapPathList, hspPathList); variable
280 auto res = fastAppackager.ModuleJsonAndPackInfoExists(hapPathList, hspPathList); variable
299 auto res = fastAppackager.ModuleJsonAndPackInfoExists(hapPathList, hspPathList); variable
317 auto res = fastAppackager.CheckBundleTypeConsistency(hapPathList, hspPathList); variable
332 auto res = fastAppackager.GetBundleTypeFromPath(OUT_PATH); variable
349 auto res = fastAppackager.GetModuleJsonContentFromPath(path); variable
[all …]
/developtools/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/trace_streamer/test/unittest/filter/
Danimation_filter_test.cpp64 …auto res = stream_.streamFilters_->animationFilter_->BeginDynamicFrameEvent(point, CALLSTACK_SLICE… variable
103 …auto res = stream_.streamFilters_->animationFilter_->BeginDynamicFrameEvent(point, CALLSTACK_SLICE… variable
122 auto res = stream_.streamFilters_->animationFilter_->BeginDynamicFrameEvent(point, curStackRow); variable
159 auto res = stream_.streamFilters_->animationFilter_->UpdateDeviceInfoEvent(point, line); variable
173 auto res = stream_.streamFilters_->animationFilter_->UpdateDeviceInfoEvent(point, line); variable
194 auto res = stream_.streamFilters_->animationFilter_->UpdateDeviceInfoEvent(point, line); variable
207 auto res = stream_.streamFilters_->animationFilter_->UpdateDeviceInfoEvent(point, line); variable
220 auto res = stream_.streamFilters_->animationFilter_->UpdateDeviceInfoEvent(point, line); variable
260 …auto res = stream_.streamFilters_->animationFilter_->BeginDynamicFrameEvent(point, index); // for … variable
Dframe_filter_test.cpp74 auto res = stream_.streamFilters_->frameFilter_->EndVsyncEvent(END_TS, itid); variable
102 bool res = stream_.streamFilters_->frameFilter_->BeginRSTransactionData(itid, FRAME_NUM, itid); variable
130 auto res = stream_.streamFilters_->frameFilter_->MarkRSOnDoCompositionEvent(itid); variable
154 auto res = stream_.streamFilters_->frameFilter_->MarkRSOnDoCompositionEvent(itid); variable
185 auto res = stream_.streamFilters_->frameFilter_->MarkRSOnDoCompositionEvent(itid); variable
217 auto res = stream_.streamFilters_->frameFilter_->MarkRSOnDoCompositionEvent(itid); variable
250 auto res = stream_.streamFilters_->frameFilter_->MarkRSOnDoCompositionEvent(itid); variable
363 auto res = stream_.streamFilters_->frameFilter_->EndVsyncEvent(END_TS, itid); variable
387 auto res = stream_.streamFilters_->frameFilter_->EndVsyncEvent(SON_END_TS, itid); variable
416 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/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
124 std::future<uint32_t> res = ThreadPool::GetInstance().Enqueue(copyFunc, path, subPath); in CopyBinaryFileImpl() local
158 for (auto &res : copyResults_) { in CheckCopyResults() local
/developtools/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
DProcedureWorkerHeap.test.ts40 let res = [ variable
64 let res = [ variable
DProcedureWorkerFunc.test.ts36 let res = [ variable
60 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/ace_js2bundle/ace-loader/plugin/templater/
Ddata.js50 function getValue(begin, end, v, res) { argument
58 function parseValue(match, res) { argument
/developtools/smartperf_host/ide/src/trace/database/
DSqlLiteWorker.ts72 let res = []; variable
96 let res = []; 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/trace_streamer/test/unittest/interface/
Drpc_server_test.cpp37 void res(const std::string result, int32_t finish) in res() function
114 auto res = rpcServer.ts_->traceDataCache_->GetConstTaskPoolData().prioritys_[0]; variable
/developtools/smartperf_host/trace_streamer/src/proto_reader/include/
Ddata_area.h43 auto res = static_cast<ProtoWireType>(type_); in Type() local
84 float res; in ToFloat() local
92 double res; in ToDouble() local
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/ark-ts/
DTabPaneJsCpuStatistics.test.ts58 let res = [ variable
/developtools/integration_verification/tools/fotff/res/
Dres.go16 package res package
42 var res Resources var
/developtools/smartperf_host/ide/test/trace/database/data-trafic/process/
DProcessDeliverInputEventDataReceiver.test.ts42 let res = [ variable
/developtools/hdc/hdc_rust/src/cffi/
Dgetparameter.cpp21 auto res = GetParameter(key, nullptr, out, BUF_SIZE_MEDIUM); in GetParam() local
/developtools/smartperf_host/ide/src/trace/database/data-trafic/cpu/
DCpuFreqLimitDataReceiver.ts105 let res = proc(sql); variable

12345