Home
last modified time | relevance | path

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

123

/developtools/hiperf/test/unittest/common/native/
Dreport_test.cpp114 ReportItemCallFrame a("a", 0x0, "aa", 0, 0); variable
139 ReportItemCallFrame a("a", 0x0, "aa", 0, 0); variable
188 ReportItem a(1, 2, "comm", "dso", "func", 0x123, 1000); variable
249 ReportItem a(123, 4, "comm", "dso", "func", 0x123, 123); variable
274 ReportItem a(123, 456, "comm", "dso", "func", 0x123, 123); variable
298 ReportItem a(123, 456, "comm", "dso", "func", 0x123, 123); variable
322 ReportItem a(123, 4, "comm", "dso", "func", 0x123, 123); variable
346 ReportItem a(123, 4, "comm", "dso", "func", 0x123, 123); variable
369 ReportItem a(123, 4, "comm", "dso", "func", 0x123, 123); variable
396 ReportItem a(123, 4, "comm", "dso", "func", 0x123, 123); variable
[all …]
Dperf_file_format_test.cpp106 void PerfFileFormatTest::CompareVecSymFile(const std::vector<SymbolFileStruct> &a, in CompareVecSymFile()
216 void PerfFileFormatTest::CompareEventDesc(const std::vector<AttrWithId> &a, in CompareEventDesc()
/developtools/hiperf/include/
Dreport.h62 static int CompareSortingEventCount(const ReportItemCallFrame &a, const ReportItemCallFrame &b) in CompareSortingEventCount()
173 static int CompareEventCount(const ReportItem &a, const ReportItem &b) in CompareEventCount()
182 static int CompareSortingEventCount(const ReportItem &a, const ReportItem &b) in CompareSortingEventCount()
187 static const std::string GetEventCount(const ReportItem &a, size_t len, in GetEventCount()
194 static int ComparePid(const ReportItem &a, const ReportItem &b) in ComparePid()
202 … static const std::string GetPid(const ReportItem &a, const size_t len, const std::string &format) in GetPid()
208 static int CompareTid(const ReportItem &a, const ReportItem &b) in CompareTid()
216 … static const std::string GetTid(const ReportItem &a, const size_t len, const std::string &format) in GetTid()
222 static int CompareComm(const ReportItem &a, const ReportItem &b) in CompareComm()
227 … static const std::string GetComm(const ReportItem &a, const size_t len, const std::string &format) in GetComm()
[all …]
/developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/fps/
DTabPaneFps.test.ts36 let a = { rightNs: 1, leftNs: 1 }; variable
43 let a = { rightNs: 1, leftNs: 1 }; variable
/developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/process/
DTabPaneThreadStates.test.ts90 let a = { rightNs: 1, leftNs: 0, threadIds: [11, 12, 13], processIds: [11, 12, 13] }; variable
98 let a = { rightNs: 1, leftNs: 0, threadIds: [11, 12, 13], processIds: [11, 12, 13] }; variable
DTabPaneCounter.test.ts96 let a = { rightNs: 1, trackIds: [11, 12, 13] }; variable
105 let a = { rightNs: 1, trackIds: [11, 12, 13] }; variable
DTabPaneThreadUsage.test.ts75 let a = { variable
/developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/cpu/
DTabPaneCpuByThread.test.ts73 let a = { rightNs: 1, cpus: [11, 12, 13] }; variable
80 let a = { rightNs: 1, cpus: [11, 12, 13] }; variable
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dkernel_symbols_parser.cpp46 bool KernelSymbolsParser::IsValidTextSymbol(const KernelSymbol& a) in IsValidTextSymbol()
60 bool KernelSymbolsParser::CompareSymbolInfo(const KernelSymbol& a, const KernelSymbol& b) in CompareSymbolInfo()
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testfiles/
DtestProgramSourceFiles.ts16 export let a = 1; variable
DtestGetEmitHost.ts16 let a = 1; variable
/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-return-exports-plugin.js35 .replace(/webpack:\/\/\/[A-Z]:/g, function(a) { argument
/developtools/hdc/test/unittest/credential/
Dcredential_base_test.cpp117 std::vector<std::string> a = {"1", "2", "3"}; variable
/developtools/hiperf/src/
Dreport.cpp201 [this] (const ReportItem &a, const ReportItem &b) -> bool { in AdjustReportItems()
228 int Report::MultiLevelCompare(const ReportItem &a, const ReportItem &b) in MultiLevelCompare()
251 bool Report::MultiLevelSame(const ReportItem &a, const ReportItem &b) in MultiLevelSame()
312 bool Report::MultiLevelSorting(const ReportItem &a, const ReportItem &b) in MultiLevelSorting()
/developtools/ace_ets2bundle/koala-wrapper/koalaui/compat/dist/src/typescript/
Dts-reflection.js32 function refEqual(a, b) { argument
/developtools/smartperf_host/smartperf_device/device_command/utils/src/
DGetLog.cpp79 std::sort(files.begin(), files.end(), [](const auto& a, const auto& b) { in GenerateDaemonLogFile()
183 std::sort(filesLog.begin(), filesLog.end(), [](const auto& a, const auto& b) { in GenerateHilogFile()
/developtools/profiler/host/smartperf/client/client_command/
DGetLog.cpp79 std::sort(files.begin(), files.end(), [](const auto& a, const auto& b) { in GenerateDaemonLogFile()
183 std::sort(filesLog.begin(), filesLog.end(), [](const auto& a, const auto& b) { in GenerateHilogFile()
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/dist/lib/src/wasm/wrappers/
DWrapper.js30 function isSamePtr(a, b) { argument
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/dist/lib/src/napi/wrappers/
DWrapper.js27 function isSamePtr(a, b) { argument
/developtools/hdc/credential/
Dcredential_base.h66 std::vector<T> Substract(const std::vector<T>& a, const std::vector<T>& b) in Substract()
/developtools/smartperf_host/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerHiPerfThread.test.ts147 let a = { variable
/developtools/smartperf_host/smartperf_host/ide/test/trace/component/
DSpSystemTrace.test.ts222 let a = { variable
/developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/sdk/
DTabPaneSdkCounter.test.ts43 let a = new Map(); variable
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/pbreader_parser/cpu_data_parser/
Dpbreader_cpu_data_parser.cpp50 …auto cmp = [](const std::unique_ptr<TsCpuData> &a, const std::unique_ptr<TsCpuData> &b) { return a… in Finish()
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dftrace_data_reader_test.cpp51 int RandomInt(int a, int b) in RandomInt()

123