Home
last modified time | relevance | path

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

12

/developtools/hiperf/include/
Dhiperf_hilog.h87 #define HIPERF_HILOGF(module, ...) \ argument
89 #define HIPERF_HILOGE(module, ...) \ argument
91 #define HIPERF_HILOGW(module, ...) \ argument
93 #define HIPERF_HILOGI(module, ...) \ argument
95 #define HIPERF_HILOGD(module, ...) \ argument
99 #define HIPERF_HILOGF(module, ...) printf(FORMATTED(__VA_ARGS__)) argument
100 #define HIPERF_HILOGE(module, ...) printf(FORMATTED(__VA_ARGS__)) argument
101 #define HIPERF_HILOGW(module, ...) printf(FORMATTED(__VA_ARGS__)) argument
102 #define HIPERF_HILOGI(module, ...) printf(FORMATTED(__VA_ARGS__)) argument
103 #define HIPERF_HILOGD(module, ...) printf(FORMATTED(__VA_ARGS__)) argument
/developtools/smartperf_host/ide/test/trace/component/chart/
DFrameChart.test.ts228 let module = [{ variable
237 let module = [{ variable
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/entry/build/
Dmodule.json5 "module": { object
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/entry/preview/
Dmodule.json5 "module": { object
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/config/
Dmodule.json5 "module": { object
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/obfuscation/filename_obf/
Dmodule.json2 "module": { object
/developtools/smartperf_host/ide/
Dtsconfig_test.json5 "module": "ES2022", string
Dwebpack.config.js179 module: { property
/developtools/smartperf_host/trace_streamer/src/table/base/
Dtable_base.cpp28 sqlite3_module module; member
45 sqlite3_module &module = context->module; in TableRegister() local
90 void TableBase::SetModuleCallbacks(sqlite3_module &module, const std::string &tableName) in SetModuleCallbacks()
/developtools/smartperf_host/ide/src/trace/component/chart/
DFrameChart.ts202 const module = new NodeValue(); constant
317 const module = new NodeValue(); constant
/developtools/hdc/sudo/src/
Dsudo_iam.cpp61 void SudoIDMCallback::OnAcquireInfo(int32_t module, uint32_t acquireInfo, const Attributes &extraIn… in OnAcquireInfo()
/developtools/global_resource_tool/test/
Dconfig.json15 "module": { object
/developtools/profiler/hidebug/test/unittest/js/
Dconfig.json15 "module": { object
/developtools/hiperf/demo/js/entry/src/main/
Dconfig.json11 "module": { object
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/
Dmodule.json2 "module": { object
/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/
Drollup-plugin-system-api.ts147 const module: string = `@${systemModule.trim()}.d.ts`; constant
/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp495 std::string module = moduleRaw; in ParseKallsymsLine() local
840 std::string module = map->name; in GetSymbolWithPcAndMap() local
/developtools/ace_js2bundle/ace-loader/
Dwebpack.lite.config.js61 module: { property
Dwebpack.rich.config.js193 module: richModule, property
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Ddemo_table_base.cpp28 sqlite3_module module; member
/developtools/hiperf/src/
Dsymbols_file.cpp566 std::string module = moduleRaw; in ParseKallsymsLine() local
998 std::string module = map->name; in GetSymbolWithPcAndMap() local
Dvirtual_runtime.cpp251 char module[line.size()]; in UpdateKernelModulesSpaceMaps() local
/developtools/hiperf/test/unittest/common/native/
Dsymbols_file_test.cpp277 for (auto &module : modulesCount) { variable
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dsymbols_file_test.cpp304 for (auto &module : modulesCount) { variable
/developtools/ace_ets2bundle/compiler/
Dwebpack.config.js66 module: { property

12