Home
last modified time | relevance | path

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

12

/developtools/hiperf/include/
Dhiperf_hilog.h73 #define HIPERF_HILOGF(module, ...) \ argument
75 #define HIPERF_HILOGE(module, ...) \ argument
77 #define HIPERF_HILOGW(module, ...) \ argument
79 #define HIPERF_HILOGI(module, ...) \ argument
81 #define HIPERF_HILOGD(module, ...) \ argument
85 #define HIPERF_HILOGF(module, ...) printf(FORMATTED(__VA_ARGS__)) argument
86 #define HIPERF_HILOGE(module, ...) printf(FORMATTED(__VA_ARGS__)) argument
87 #define HIPERF_HILOGW(module, ...) printf(FORMATTED(__VA_ARGS__)) argument
88 #define HIPERF_HILOGI(module, ...) printf(FORMATTED(__VA_ARGS__)) argument
89 #define HIPERF_HILOGD(module, ...) printf(FORMATTED(__VA_ARGS__)) argument
/developtools/profiler/device/plugins/native_daemon/include/
Dhiperf_hilog.h75 #define HIPERF_HILOGF(module, ...) \ argument
77 #define HIPERF_HILOGE(module, ...) \ argument
79 #define HIPERF_HILOGW(module, ...) \ argument
81 #define HIPERF_HILOGI(module, ...) \ argument
83 #define HIPERF_HILOGD(module, ...) \ argument
87 #define HIPERF_HILOGF(module, ...) printf(FORMATED(__VA_ARGS__)) argument
88 #define HIPERF_HILOGE(module, ...) printf(FORMATED(__VA_ARGS__)) argument
89 #define HIPERF_HILOGW(module, ...) printf(FORMATED(__VA_ARGS__)) argument
90 #define HIPERF_HILOGI(module, ...) printf(FORMATED(__VA_ARGS__)) argument
91 #define HIPERF_HILOGD(module, ...) printf(FORMATED(__VA_ARGS__)) argument
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/config/
Dmodule.json5 "module": { object
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/table/
Dtable_base.cpp34 sqlite3_module module; member
51 sqlite3_module& module = context->module; in TableRegister() local
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Dtable_base.cpp33 sqlite3_module module; member
49 sqlite3_module& module = context->module; in TableRegister() local
/developtools/smartperf_host/trace_streamer/src/table/base/
Dtable_base.cpp34 sqlite3_module module; member
51 sqlite3_module& module = context->module; in TableRegister() local
/developtools/profiler/host/smartperf/trace_streamer/src/table/base/
Dtable_base.cpp34 sqlite3_module module; member
51 sqlite3_module& module = context->module; in TableRegister() local
/developtools/global_resource_tool/test/
Dconfig.json15 "module": { object
/developtools/profiler/hidebug/test/unittest/js/
Dconfig.json15 "module": { object
/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/
Drollup-plugin-system-api.ts133 const module: string = `@${systemModule.trim()}.d.ts`; constant
/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/
Dprocess_visual.ts62 for (const module of Object.values(modules)) { constant
/developtools/ace_js2bundle/ace-loader/
Dwebpack.lite.config.js54 module: { property
Dwebpack.rich.config.js184 module: richModule, property
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dsymbols_file_test.cpp323 for (auto &module : modulesCount) { variable
/developtools/hiperf/test/unittest/common/native/
Dsymbols_file_test.cpp297 for (auto &module : modulesCount) { variable
/developtools/hiperf/src/
Dvirtual_runtime.cpp162 char module[line.size()]; in UpdateKernelModulesSpaceMaps() local
Dsymbols_file.cpp911 std::string module = moduleRaw; in ParseKallsymsLine() local
/developtools/ace_ets2bundle/compiler/
Dwebpack.config.js66 module: { property
Dtsconfig.esm.json768 "module": "es2020", string
Dtsconfig.json780 "module": "commonjs", string
/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp857 std::string module = moduleRaw; in ParseKallsymsLine() local
/developtools/packing_tool/configcheck/
DconfigSchema_lite.json189 "module": { object
DconfigSchema_rich.json1136 "module": { object
3404 "module": { object
3471 "module": { object

12