| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
| D | ob_config_resolver.ts | 222 private getConfigByPath(path: string, configs: MergedConfig) { 230 this.handleConfigContent(fileContent, configs, path); 284 private handleConfigContent(data: string, configs: MergedConfig, configPath: string) { 301 configs.options.disableObfuscation = true; 305 configs.options.enablePropertyObfuscation = true; 309 configs.options.enableStringPropertyObfuscation = true; 312 configs.options.enableToplevelObfuscation = true; 316 configs.options.compact = true; 320 configs.options.removeLog = true; 341 configs.reservedNames.push(token); [all …]
|
| /developtools/smartperf_host/trace_streamer/build/ |
| D | ohos.gni | 26 if (defined(invoker.configs)) { 27 configs = invoker.configs 57 if (defined(invoker.configs)) { 58 configs = invoker.configs 89 if (defined(invoker.configs)) { 90 configs = invoker.configs
|
| /developtools/profiler/host/smartperf/trace_streamer/build/ |
| D | ohos.gni | 26 if (defined(invoker.configs)) { 27 configs = invoker.configs 57 if (defined(invoker.configs)) { 58 configs = invoker.configs 89 if (defined(invoker.configs)) { 90 configs = invoker.configs
|
| /developtools/smartperf_host/trace_streamer/gn/ |
| D | CONFIG.gn | 94 configs = default_configs 107 configs = default_configs 111 # configs = hiperf_default_configs 114 configs = default_configs 117 configs = default_configs 118 configs += [ "//gn:executable" ]
|
| /developtools/profiler/host/smartperf/trace_streamer/gn/ |
| D | CONFIG.gn | 95 configs = default_configs 108 configs = default_configs 112 # configs = hiperf_default_configs 115 configs = default_configs 118 configs = default_configs 119 configs += [ "//gn:executable" ]
|
| /developtools/hiperf/src/ |
| D | subcommand_list.cpp | 49 auto configs = perfEvents_.GetSupportEvents(id); in ShowSupportEventsTypes() local 51 for (auto config : configs) { in ShowSupportEventsTypes() 54 if (configs.size() == 0) { in ShowSupportEventsTypes()
|
| /developtools/global_resource_tool/src/ |
| D | resource_table.cpp | 45 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/integration_verification/tools/rom_ram_analyzer/lite_small/src/ |
| D | rom_analysis.py | 31 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"] 293 output_name: str = configs[product_name]["output_name"] 412 gn_info_file = configs["gn_info_file"] # filename to save gn_info 416 … ] = configs[product_name]["query_order"] # query order of the gn template to be matched 417 query_order["etc"] = configs["target_type"] # etc会查找所有的template 419 if "manual_config" in configs[product_name].keys(): [all …]
|
| D | config.py | 61 configs = SimpleYamlTool.read_yaml("config.yaml") variable 64 if product_name not in configs.keys(): 72 _sc_json: Dict[Text, Text] = configs.get("subsystem_component") 74 _target_type = configs["target_type"]
|
| /developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_hiperf/ |
| D | BUILD.gn | 19 configs -= [ trace_cfg_path ] 20 configs += [ "../../gn:hiperf_trace_cfg" ] 39 configs -= [ trace_cfg_path ] 40 configs += [ "../../gn:hiperf_trace_cfg" ]
|
| /developtools/smartperf_host/trace_streamer/prebuilts/patch_hiperf/ |
| D | BUILD.gn | 19 configs -= [ trace_cfg_path ] 20 configs += [ "../../gn:hiperf_trace_cfg" ] 41 configs -= [ trace_cfg_path ] 42 configs += [ "../../gn:hiperf_trace_cfg" ]
|
| /developtools/hiperf/test/ |
| D | BUILD.gn | 93 configs = [ ":hiperf_test_config" ] 124 configs = [ ":hiperf_test_config" ] 138 configs = [ ":hiperf_test_config" ] 149 configs = [ ":hiperf_test_config" ] 161 configs = [ ":hiperf_test_config" ] 173 configs = [ ":hiperf_test_config" ]
|
| /developtools/global_resource_tool/include/ |
| D | resource_table.h | 64 … 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/ |
| D | smartperf_command.cpp | 99 configs.push_back(argStr); in HandleCommand() 118 for (size_t j = 0; j < configs.size(); j++) { in ExecCommand() 119 std::string curParam = configs[j]; in ExecCommand()
|
| D | sp_task.cpp | 39 std::vector<std::string> configs; in ParseToTask() local 50 configs.push_back(args[i]); in ParseToTask() 57 } else if (configs.size() == 0) { in ParseToTask() 60 taskInfo = { sessionId, pkg, configs, interval }; in ParseToTask()
|
| /developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_googletest/ |
| D | googletestbuild.gn | 88 configs += [ ":gtest_private_config" ] 90 # configs -= ["//build/config/coverage:default_coverage"] 113 # configs -= ["//build/config/coverage:default_coverage"] 191 configs += [ ":gmock_private_config" ] 193 # configs -= ["//build/config/coverage:default_coverage"] 220 # configs -= ["//build/config/coverage:default_coverage"]
|
| /developtools/smartperf_host/trace_streamer/prebuilts/patch_googletest/ |
| D | googletestbuild.gn | 88 configs += [ ":gtest_private_config" ] 90 # configs -= ["//build/config/coverage:default_coverage"] 113 # configs -= ["//build/config/coverage:default_coverage"] 191 configs += [ ":gmock_private_config" ] 193 # configs -= ["//build/config/coverage:default_coverage"] 220 # configs -= ["//build/config/coverage:default_coverage"]
|
| /developtools/syscap_codec/ |
| D | BUILD.gn | 42 configs = [ ":internal" ] 92 configs += [ ":internal" ] 115 configs = [ ":internal" ]
|
| /developtools/integration_verification/tools/fotff/ |
| D | .gitignore | 1 # Binaries, caches, configs and outputs for programs and plugins
|
| /developtools/profiler/host/smartperf/client/client_command/include/ |
| D | smartperf_command.h | 68 std::vector<std::string> configs; variable
|
| /developtools/profiler/device/plugins/memory_plugin/test/ |
| D | BUILD.gn | 52 configs = [ ":module_private_config" ] 80 configs = [ ":module_private_config" ]
|
| /developtools/hdc/test/ |
| D | BUILD.gn | 259 configs = [ ":hdc_common_config" ] 260 configs += [ ":hdc_ut_code_flag" ] 279 configs = [ 344 configs = [ ":hdc_test_config" ]
|
| /developtools/hiperf/include/ |
| D | perf_events.h | 447 auto configs = typeConfigs->second; in GetStaticConfigName() local 448 auto config = configs.find(config_id); in GetStaticConfigName() 449 if (config != configs.end()) { in GetStaticConfigName() 453 TYPE_CONFIGS.size(), configs.size()); in GetStaticConfigName()
|
| /developtools/profiler/host/smartperf/client/client_command_fps/ |
| D | BUILD.gn | 35 configs = [ ":config" ]
|
| /developtools/smartperf_host/trace_streamer/src/base/sqlite_ext/ |
| D | BUILD.gn | 24 configs = [ "${TS_DIR}/gn:ts_config" ]
|