Home
last modified time | relevance | path

Searched defs:expect (Results 1 – 15 of 15) 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.cpp204 MemUsageInfo expect = {0, 0, 4}; variable
230 MemUsageInfo expect = {0}; variable
257 MemUsageInfo expect = {0}; variable
286 MemUsageInfo expect = {0}; variable
313 MemUsageInfo expect = {0}; variable
339 MemUsageInfo expect = {0}; variable
365 MemUsageInfo expect = {0}; variable
391 MemUsageInfo expect = {0}; variable
418 MemUsageInfo expect = {0}; variable
445 MemUsageInfo expect = {0}; variable
[all …]
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dftrace_field_parser_test.cpp74 int expect = i + 1; variable
89 int expect = i + 1; variable
104 std::string expect = std::to_string(i + 1); variable
119 std::string expect = std::to_string(i + 1); variable
/developtools/profiler/host/smartperf/ide/test/trace/component/trace/sheet/
DTabPaneThreadStates.test.ts53 expect(tabPaneThreadStates.data = a).toBeTruthy(); variable
61 expect(tabPaneThreadStates.data = a).toBeTruthy(); variable
DTabPaneCpuByProcess.test.ts44 expect(tabPaneCpuByProcess.data = a).toBeTruthy(); variable
51 expect(tabPaneCpuByProcess.data = a).toBeTruthy(); variable
DTabPaneSlices.test.ts45 expect(tabPaneSlices.data = a).toBeTruthy(); variable
52 expect(tabPaneSlices.data = a).toBeTruthy(); variable
DTabPaneCounter.test.ts65 expect(tabPaneCounter.data = a).toBeTruthy(); variable
74 expect(tabPaneCounter.data = a).toBeTruthy(); variable
DTabPaneCpuUsage.test.ts71 expect(result.get(0).length).toBe(1); variable
/developtools/ace-ets2bundle/compiler/test/
Dtest.ts23 const expect = chai.expect; constant
Dtest.js20 const expect = chai.expect; constant
/developtools/ace-js2bundle/ace-loader/test/card/
Dtest.js24 const expect = chai.expect; constant
/developtools/ace-js2bundle/ace-loader/test/rich/
Dtest.js24 const expect = chai.expect; constant
/developtools/profiler/device/base/src/
Dschedule_task_manager.cpp51 bool expect = true; in Shutdown() local
/developtools/hiperf/test/unittest/common/native/
Dsubcommand_record_test.cpp72 void SubCommandRecordTest::TestRecordCommand(const std::string &option, bool expect, bool fixPid) in TestRecordCommand()
Dsubcommand_report_test.cpp105 auto expect = expectLines.begin(); in FileCompare() local