Home
last modified time | relevance | path

Searched refs:configs (Results 1 – 25 of 80) sorted by relevance

1234

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dob_config_resolver.ts242 private getConfigByPath(path: string, configs: MergedConfig) {
250 this.handleConfigContent(fileContent, configs, path);
320 private handleConfigContent(data: string, configs: MergedConfig, configPath: string) {
337 configs.options.disableObfuscation = true;
341 configs.options.enablePropertyObfuscation = true;
345 configs.options.enableStringPropertyObfuscation = true;
348 configs.options.enableToplevelObfuscation = true;
352 configs.options.removeComments = true;
356 configs.options.enableFileNameObfuscation = true;
360 configs.options.enableExportObfuscation = true;
[all …]
/developtools/smartperf_host/trace_streamer/build/
Dohos.gni26 if (defined(invoker.configs)) {
27 configs = invoker.configs
57 if (defined(invoker.configs)) {
58 configs = invoker.configs
83 if (defined(invoker.configs)) {
84 configs = invoker.configs
/developtools/hiperf/src/
Dsubcommand_list.cpp52 auto configs = perfEvents_.GetSupportEvents(id); in ShowSupportEventsTypes() local
54 for (auto config : configs) { in ShowSupportEventsTypes()
57 if (configs.size() == 0) { in ShowSupportEventsTypes()
/developtools/global_resource_tool/src/
Dresource_table.cpp45 map<string, vector<TableData>> configs; in CreateResourceTable() local
54 configs[resourceItem.GetLimitKey()].push_back(tableData); in CreateResourceTable()
58 if (SaveToResouorceIndex(configs) != RESTOOL_SUCCESS) { in CreateResourceTable()
72 map<string, vector<TableData>> configs; in CreateResourceTable() local
84 configs[resourceItemPtr->GetLimitKey()].push_back(tableData); in CreateResourceTable()
89 if (SaveToResouorceIndex(configs) != RESTOOL_SUCCESS) { in CreateResourceTable()
183 uint32_t ResourceTable::SaveToResouorceIndex(const map<string, vector<TableData>> &configs) const in SaveToResouorceIndex()
187 if (!InitIndexHeader(indexHeader, configs.size())) { in SaveToResouorceIndex()
194 if (!Prepare(configs, limitKeyConfigs, idSets, pos)) { in SaveToResouorceIndex()
205 if (!SaveRecordItem(configs, outStreamData, idSets, pos)) { in SaveToResouorceIndex()
[all …]
/developtools/smartperf_host/trace_streamer/gn/
DCONFIG.gn89 configs = default_configs
99 configs = default_configs
103 configs = default_configs
106 configs = default_configs
107 configs += [ "//gn:executable" ]
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Drom_analysis.py31 from config import result_dict, collector_config, configs, \
61 gn_info_file = configs["gn_info_file"]
105 product_dir: Dict[str, Dict] = configs[product_name]["product_dir"]
148 with open(configs[product_name]["product_infofile"], 'w', encoding='utf-8') as f:
194 exclude_dir = configs["black_list"]
294 output_name: str = configs[product_name]["output_name"]
413 gn_info_file = configs["gn_info_file"] # filename to save gn_info
417 … ] = configs[product_name]["query_order"] # query order of the gn template to be matched
418 query_order["etc"] = configs["target_type"] # etc会查找所有的template
420 if "manual_config" in configs[product_name].keys():
[all …]
Dconfig.py63 configs = SimpleYamlTool.read_yaml("config.yaml") variable
66 if product_name not in configs.keys():
75 _sc_json: Dict[Text, Text] = configs.get("subsystem_component")
77 _target_type = configs["target_type"]
/developtools/smartperf_host/trace_streamer/prebuilts/patch_hiperf/
DBUILD.gn19 configs -= [ trace_cfg_path ]
20 configs += [ "../../gn:hiperf_trace_cfg" ]
33 configs -= [ trace_cfg_path ]
34 configs += [ "../../gn:hiperf_trace_cfg" ]
Dhiviewdfx_BUILD.gn16 configs -= [ trace_cfg_path ]
17 configs += [ "${TS_DIR}/gn:hiperf_trace_cfg" ]
22 configs = [ "${TS_DIR}/gn:ts_config" ]
/developtools/hiperf/test/
DBUILD.gn93 configs = [ ":hiperf_test_config" ]
127 configs = [ ":hiperf_test_config" ]
144 configs = [ ":hiperf_test_config" ]
155 configs = [ ":hiperf_test_config" ]
167 configs = [ ":hiperf_test_config" ]
/developtools/global_resource_tool/include/
Dresource_table.h64 … uint32_t SaveToResouorceIndex(const std::map<std::string, std::vector<TableData>> &configs) const;
67 bool Prepare(const std::map<std::string, std::vector<TableData>> &configs,
70 …bool SaveRecordItem(const std::map<std::string, std::vector<TableData>> &configs, std::ostringstre…
/developtools/profiler/host/smartperf/client/client_command/
Dsp_task.cpp39 std::vector<std::string> configs; in ParseToTask() local
48 configs.push_back(args[i]); in ParseToTask()
53 } else if (configs.size() == 0) { in ParseToTask()
56 taskInfo = { sessionId, pkg, configs, interval }; in ParseToTask()
Dsmartperf_command.cpp117 configs.push_back(argStr); in HandleCommand()
136 for (size_t j = 0; j < configs.size(); j++) { in ExecCommand()
137 std::string curParam = configs[j]; in ExecCommand()
/developtools/syscap_codec/
DBUILD.gn43 configs = [ ":internal" ]
93 configs += [ ":internal" ]
117 configs = [ ":internal" ]
/developtools/hdc/test/
DBUILD.gn258 configs = [ ":hdc_common_config" ]
259 configs += [ ":hdc_ut_code_flag" ]
275 configs = [
356 configs = [ ":hdc_test_config" ]
383 configs = [ ":hdc_register_config" ]
/developtools/integration_verification/tools/fotff/
D.gitignore1 # Binaries, caches, configs and outputs for programs and plugins
/developtools/profiler/host/smartperf/client/client_command/include/
Dsmartperf_command.h86 std::vector<std::string> configs; variable
/developtools/profiler/device/plugins/memory_plugin/test/
DBUILD.gn55 configs = [ ":module_private_config" ]
87 configs = [ ":module_private_config" ]
/developtools/hiperf/include/
Dperf_events.h448 auto configs = typeConfigs->second; in GetStaticConfigName() local
449 auto config = configs.find(config_id); in GetStaticConfigName()
450 if (config != configs.end()) { in GetStaticConfigName()
454 TYPE_CONFIGS.size(), configs.size()); in GetStaticConfigName()
/developtools/smartperf_host/trace_streamer/src/base/sqlite_ext/
DBUILD.gn24 configs = [ "${TS_DIR}/gn:ts_config" ]
/developtools/profiler/host/smartperf/client/client_command_fps/
DBUILD.gn35 configs = [ ":config" ]
/developtools/hiperf/interfaces/kits/js/napi/
DBUILD.gn28 configs = [ ":hiperf_client_napi_config" ]
/developtools/smartperf_host/trace_streamer/src/proto_reader/
DBUILD.gn28 configs = [ "${TS_DIR}/gn:ts_config" ]
/developtools/integration_verification/tools/deps_guard/rules/NO-Depends-On-SA/
DREADME.md51 configs += [ "//build/config/gcc:symbol_visibility_hidden" ]
/developtools/profiler/device/base/test/
DBUILD.gn28 configs = [ ":module_private_config" ]

1234