Home
last modified time | relevance | path

Searched defs:expect (Results 1 – 18 of 18) sorted by relevance

/developtools/profiler/device/plugins/memory_plugin/test/unittest/
Dbuffer_splitter_unittest.cpp119 TestElement expect = {0, text, 4, nullptr, 0}; variable
134 TestElement expect = {0, text, 4, nullptr, 0}; variable
152 TestElement expect = {0, text, 4, nullptr, 0}; variable
174 TestElement expect[] = {{0, text, 4, nullptr, 0}, {5, &text[5], 6, nullptr, 0}}; variable
196 TestElement expect = {0, text, 5, text, 2}; variable
215 TestElement expect[] = {{0, text, 6, text, 2}, {0, text, 4, &text[3], 2}}; variable
237 TestElement expect = {0, text, 6, text, 6}; variable
256 TestElement expect = {0, text, 6, nullptr, 0}; variable
275 TestElement expect[] = { variable
299 TestElement expect[] = { variable
[all …]
Dsmaps_stats_unittest.cpp253 MemUsageInfo expect = {0, 0, 4}; variable
279 MemUsageInfo expect = {0}; variable
306 MemUsageInfo expect = {0}; variable
335 MemUsageInfo expect = {0}; variable
362 MemUsageInfo expect = {0}; variable
388 MemUsageInfo expect = {0}; variable
414 MemUsageInfo expect = {0}; variable
440 MemUsageInfo expect = {0}; variable
467 MemUsageInfo expect = {0}; variable
494 MemUsageInfo expect = {0}; variable
[all …]
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dftrace_field_parser_test.cpp80 int expect = i + 1; variable
95 int expect = i + 1; variable
110 std::string expect = std::to_string(i + 1); variable
125 std::string expect = std::to_string(i + 1); variable
/developtools/smartperf_host/ide/test/base-ui/tree/
DLitTree.test.ts88 expect(litTree.onDragStart(ev)).toBeUndefined(); variable
98 expect(litTree.onDragEnter(ev)).toBeUndefined(); variable
125 expect(litTree.onDragLeave(ev)).toBeUndefined(); variable
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerHiSysEvent.test.ts75 expect(HiSysEventStruct.setSysEventFrame(node,1,2,3,frame)).toBeUndefined() variable
DProcedureWorkerHiPerfCallChart.test.ts80 expect(HiPerfCallChartStruct.setPerfFrame(node,1,2,3,frame)).toBeUndefined() variable
/developtools/ace_ets2bundle/compiler/test/
Dtest.ts23 const expect = chai.expect; constant
Dtest.js20 const expect = chai.expect; constant
/developtools/smartperf_host/ide/test/js-heap/model/
DUiStruct.test.ts58 expect(constructorItem.cloneContent(data)).toBeUndefined(); variable
/developtools/smartperf_host/ide/test/js-heap/logic/
DHeapLoader.test.ts269 expect(heapLoader.bfs(node,edge)).toBeUndefined(); variable
336 expect(heapLoader.filterForBpf(node,edge)).toBe(true); variable
/developtools/smartperf_host/ide/test/trace/component/chart/
DFrameChart.test.ts233 expect(frameChart.setParentDisplayInfo(node, module)).toBeUndefined(); variable
/developtools/ace_js2bundle/ace-loader/test/card/
Dtest.js23 const expect = chai.expect; constant
/developtools/ace_js2bundle/ace-loader/test/rich/
Dtest.js23 const expect = chai.expect; constant
/developtools/syscap_codec/test/unittest/common/
Dsyscap_codec_test.cpp141 const char expect[][256] = {"SystemCapability.HiviewDFX.HiLogLite", variable
/developtools/profiler/device/base/src/
Dschedule_task_manager.cpp46 bool expect = true; in Shutdown() local
/developtools/hiperf/test/unittest/common/native/
Dsubcommand_record_test.cpp105 void SubCommandRecordTest::ForkAndRunTest(const std::string& cmd, bool expect, bool fixPid) in ForkAndRunTest()
122 void SubCommandRecordTest::TestRecordCommand(const std::string &option, bool expect, bool fixPid) in TestRecordCommand()
Dsubcommand_report_test.cpp107 auto expect = expectLines.begin(); in FileCompare() local
/developtools/hdc/src/daemon/
Ddaemon.cpp665 bool HdcDaemon::IsExpectedParam(const string& param, const string& expect) in InitMod()