Home
last modified time | relevance | path

Searched defs:c (Results 1 – 21 of 21) sorted by relevance

/developtools/global_resource_tool/src/
Dcmd_list.cpp23 uint32_t CmdList::Init(const string &filePath, function<uint32_t(int c, const string &argValue)> ca… in Init()
58 uint32_t CmdList::GetString(const Json::Value &node, int c, HandleBack callback) in GetString()
70 uint32_t CmdList::GetArray(const Json::Value &node, int c, HandleBack callback) in GetArray()
93 if (GetArray(node, 'm', [&moduleNames](int c, const string &argValue) { in GetModuleNames()
Dcmd_parser.cpp288 uint32_t PackageParser::HandleProcess(int c, const string& argValue) in HandleProcess()
302 if (cmdList.Init(fileListPath, [this](int c, const string &argValue) -> int32_t { in ParseFileList()
315 int c = getopt_long(argc, argv, CMD_PARAMS.c_str(), CMD_OPTS, &optIndex); in ParseCommand() local
/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dtable_base.cpp77 module.xOpen = [](sqlite3_vtab* t, sqlite3_vtab_cursor** c) { in TableRegister()
80 module.xClose = [](sqlite3_vtab_cursor* c) { in TableRegister()
84 …module.xFilter = [](sqlite3_vtab_cursor* c, int arg1, const char* arg2, int, sqlite3_value** sqlit… in TableRegister()
91 … module.xNext = [](sqlite3_vtab_cursor* c) { return static_cast<TableBase::Cursor*>(c)->Next(); }; in TableRegister()
92 module.xEof = [](sqlite3_vtab_cursor* c) { return static_cast<TableBase::Cursor*>(c)->Eof(); }; in TableRegister()
93 module.xColumn = [](sqlite3_vtab_cursor* c, sqlite3_context* a, int b) { in TableRegister()
/developtools/profiler/trace_analyzer/src/table/
Dtable_base.cpp77 module.xOpen = [](sqlite3_vtab* t, sqlite3_vtab_cursor** c) { in TableRegister()
80 module.xClose = [](sqlite3_vtab_cursor* c) { in TableRegister()
84 …module.xFilter = [](sqlite3_vtab_cursor* c, int arg1, const char* arg2, int, sqlite3_value** sqlit… in TableRegister()
91 … module.xNext = [](sqlite3_vtab_cursor* c) { return static_cast<TableBase::Cursor*>(c)->Next(); }; in TableRegister()
92 module.xEof = [](sqlite3_vtab_cursor* c) { return static_cast<TableBase::Cursor*>(c)->Eof(); }; in TableRegister()
93 module.xColumn = [](sqlite3_vtab_cursor* c, sqlite3_context* a, int b) { in TableRegister()
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/timer-shaft/
DGraph.ts20 c: CanvasRenderingContext2D; property in Graph
/developtools/profiler/host/smartperf/ide/src/trace/database/
DProcedureWorkerTimeline.ts64 c: OffscreenCanvasRenderingContext2D; property in Graph
/developtools/syscap_codec/src/
Dendian_internal.c30 } c; in CheckEndian() local
/developtools/profiler/trace_analyzer/src/parser/bytrace_parser/
Dbytrace_parser.h59 inline static bool IsNotSpace(char c) in IsNotSpace()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/
Dbytrace_parser.h59 inline static bool IsNotSpace(char c) in IsNotSpace()
/developtools/hiperf/src/
Dsubcommand_record.cpp478 char c = str.at(str.size() - 1); in ParseDataLimitOption() local
817 char c; in ClientCommandHandle() local
975 char c; in WaitFifoReply() local
Dcallstack.cpp373 void CallStack::UnwindStep(unw_cursor_t &c, std::vector<CallFrame> &callStack, size_t maxStackLevel) in UnwindStep()
442 unw_cursor_t c; in DoUnwind() local
/developtools/hiperf/test/unittest/common/native/
Dreport_test.cpp485 ReportItem c(1, 4, "a", "dso", "func", 0x123, 123); variable
699 ReportItem c(3, 4, "comm", "dso", "funcc", 0x3, 2); variable
/developtools/profiler/device/plugins/native_daemon/src/
Dcallstack.cpp345 void CallStack::UnwindStep(unw_cursor_t &c, std::vector<CallFrame> &callStack, size_t maxStackLevel) in UnwindStep()
485 unw_cursor_t c; in UnwindCallStack() local
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/
DTraceRow.ts49 public c: CanvasRenderingContext2D | null = null; property in TraceRow
/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/profiler/device/plugins/memory_plugin/src/
Dsmaps_stats.cpp244 const char* c = pLine + len; in GetMemUsageField() local
/developtools/profiler/device/services/ipc/src/
Dipc_generator_impl.cpp126 char c = s[i]; in SwapName() local
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp465 char c; in WaitCommandReply() local
/developtools/hiperf/demo/cpp/
Dhiperf_example_cmd.cpp166 int c = rnd(); in LoopFunction() local
/developtools/profiler/device/plugins/ftrace_plugin/tools/trace_converter/
Dtrace_converter.cpp469 for (int c = 0; c < numProcessors_; c++) { in ConvertAndWriteEvents() local
/developtools/ace-ets2bundle/compiler/codegen/
Dcodegen_ets.js15 …nction",i="__lodash_hash_undefined__",s="__lodash_placeholder__",p=32,l=128,c=1/0,u=90071992547409… function