Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 31) sorted by relevance

12

/developtools/hiperf/test/unittest/common/native/
Dreport_test.cpp99 ReportItemCallFrame a("a", 0x0, "aa", 0, 0); variable
126 ReportItemCallFrame a("a", 0x0, "aa", 0, 0); variable
175 ReportItem a(1, 2, "comm", "dso", "func", 0x123, 1000); variable
238 ReportItem a(123, 4, "comm", "dso", "func", 0x123, 123); variable
263 ReportItem a(123, 456, "comm", "dso", "func", 0x123, 123); variable
287 ReportItem a(123, 456, "comm", "dso", "func", 0x123, 123); variable
311 ReportItem a(123, 4, "comm", "dso", "func", 0x123, 123); variable
335 ReportItem a(123, 4, "comm", "dso", "func", 0x123, 123); variable
358 ReportItem a(123, 4, "comm", "dso", "func", 0x123, 123); variable
385 ReportItem a(123, 4, "comm", "dso", "func", 0x123, 123); variable
[all …]
Dvirtual_thread_test.cpp79 MemMapItem a; variable
108 MemMapItem a; variable
132 MemMapItem a; variable
Dperf_file_format_test.cpp108 void PerfFileFormatTest::CompareVecSymFile(const std::vector<SymbolFileStruct> &a, in CompareVecSymFile()
218 void PerfFileFormatTest::CompareEventDesc(const std::vector<AttrWithId> &a, in CompareEventDesc()
/developtools/profiler/host/smartperf/ide/test/trace/component/trace/sheet/
DTabPaneThreadStates.test.ts52 let a = {rightNs: 1, leftNs: 0, threadIds: [11, 12, 13]} variable
60 let a = {rightNs: 1, leftNs: 0, threadIds: [11, 12, 13]} variable
DTabPaneCpuByProcess.test.ts43 let a = {rightNs: 1, cpus: [11, 12, 13]} variable
50 let a = {rightNs: 1, cpus: [11, 12, 13]} variable
DTabPaneSlices.test.ts44 let a = {rightNs: 1, leftNs: 0, funTids: [11, 12, 13]} variable
51 let a = {rightNs: 1, leftNs: 0, funTids: [11, 12, 13]} variable
DTabPaneCounter.test.ts64 let a = {rightNs: 1, trackIds: [11, 12, 13]} variable
73 let a = {rightNs: 1, trackIds: [11, 12, 13]} variable
/developtools/hiperf/include/
Dreport.h62 static int CompareSortingEventCount(const ReportItemCallFrame &a, const ReportItemCallFrame &b) in CompareSortingEventCount()
174 static int CompareEventCount(const ReportItem &a, const ReportItem &b) in CompareEventCount()
183 static int CompareSortingEventCount(const ReportItem &a, const ReportItem &b) in CompareSortingEventCount()
188 static const std::string GetEventCount(const ReportItem &a, size_t len, in GetEventCount()
195 static int ComparePid(const ReportItem &a, const ReportItem &b) in ComparePid()
203 static const std::string GetPid(const ReportItem &a, size_t len, const std::string &format) in GetPid()
209 static int CompareTid(const ReportItem &a, const ReportItem &b) in CompareTid()
217 static const std::string GetTid(const ReportItem &a, size_t len, const std::string &format) in GetTid()
223 static int CompareComm(const ReportItem &a, const ReportItem &b) in CompareComm()
228 static const std::string GetComm(const ReportItem &a, size_t len, const std::string &format) in GetComm()
[all …]
Dmem_map_item.h79 static bool GreaterSort(const MemMapItem &a, const MemMapItem &b) in GreaterSort()
83 static bool LessSort(const MemMapItem &a, const MemMapItem &b) in LessSort()
89 static bool ValueLessThan(uint64_t vaddr, const MemMapItem &a) in ValueLessThan()
Dutilities.h283 float Percentage(const T &a, const T &b) in Percentage()
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dkernel_symbols_parser.cpp45 bool KernelSymbolsParser::IsValidTextSymbol(const KernelSymbol& a) in IsValidTextSymbol()
59 bool KernelSymbolsParser::CompareSymbolInfo(const KernelSymbol& a, const KernelSymbol& b) in CompareSymbolInfo()
/developtools/ace-js2bundle/ace-loader/src/lite/
Dlite-return-exports-plugin.js35 .replace(/webpack:\/\/\/[A-Z]:/g, function(a) { argument
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dvirtual_thread_test.cpp75 MemMapItem a; variable
104 MemMapItem a; variable
128 MemMapItem a; variable
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dftrace_data_reader_test.cpp52 int RandomInt(int a, int b) in RandomInt()
Dprintk_formats_parser_test.cpp109 int RandomInt(int a, int b) in RandomInt()
Dkernel_symbols_parser_test.cpp41 int RandomInt(int a, int b) in RandomInt()
Dstring_utils_test.cpp36 int RandomInt(int a, int b) in RandomInt()
/developtools/global_resource_tool/src/xml/
Dxml_key_node.cpp59 sort(sets.begin(), sets.end(), [](const auto &a, const auto &b) { in SaveToFile()
/developtools/hiperf/src/
Dreport.cpp217 int Report::MultiLevelCompare(const ReportItem &a, const ReportItem &b) in MultiLevelCompare()
240 bool Report::MultiLevelSame(const ReportItem &a, const ReportItem &b) in MultiLevelSame()
301 bool Report::MultiLevelSorting(const ReportItem &a, const ReportItem &b) in MultiLevelSorting()
/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h284 float Percentage(const T &a, const T &b) in Percentage()
/developtools/global_resource_tool/src/
Di_resource_compiler.cpp67 sort(fileInfos.begin(), fileInfos.end(), [](const auto &a, const auto &b) { in Compile()
/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dtable_base.cpp93 module.xColumn = [](sqlite3_vtab_cursor* c, sqlite3_context* a, int b) { in TableRegister()
/developtools/profiler/trace_analyzer/src/table/
Dtable_base.cpp93 module.xColumn = [](sqlite3_vtab_cursor* c, sqlite3_context* a, int b) { in TableRegister()
/developtools/hdc_standard/src/common/
Dforward.cpp385 auto funcRead = [&](const void *a, uint8_t *b, const int c) -> bool { in SetupDevicePoint()
389 auto funcFinish = [&](const void *a, const bool b, const string c) -> bool { in SetupDevicePoint()
/developtools/ace-js2bundle/ace-loader/plugin/codegen/
Dindex.js1 (()=>{"use strict";var e={904:(e,t)=>{var n;let o;Object.defineProperty(t,"__esModule",{value:!0}),… function

12