| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
| D | ob_config_resolver.ts | 242 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/ |
| D | ohos.gni | 26 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/ |
| D | subcommand_list.cpp | 52 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/ |
| 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/smartperf_host/trace_streamer/gn/ |
| D | CONFIG.gn | 89 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/ |
| 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"] 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 …]
|
| D | config.py | 63 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/ |
| D | BUILD.gn | 19 configs -= [ trace_cfg_path ] 20 configs += [ "../../gn:hiperf_trace_cfg" ] 33 configs -= [ trace_cfg_path ] 34 configs += [ "../../gn:hiperf_trace_cfg" ]
|
| D | hiviewdfx_BUILD.gn | 16 configs -= [ trace_cfg_path ] 17 configs += [ "${TS_DIR}/gn:hiperf_trace_cfg" ] 22 configs = [ "${TS_DIR}/gn:ts_config" ]
|
| /developtools/hiperf/test/ |
| D | BUILD.gn | 93 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/ |
| 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 | sp_task.cpp | 39 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()
|
| D | smartperf_command.cpp | 117 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/ |
| D | BUILD.gn | 43 configs = [ ":internal" ] 93 configs += [ ":internal" ] 117 configs = [ ":internal" ]
|
| /developtools/hdc/test/ |
| D | BUILD.gn | 258 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 | .gitignore | 1 # Binaries, caches, configs and outputs for programs and plugins
|
| /developtools/profiler/host/smartperf/client/client_command/include/ |
| D | smartperf_command.h | 86 std::vector<std::string> configs; variable
|
| /developtools/profiler/device/plugins/memory_plugin/test/ |
| D | BUILD.gn | 55 configs = [ ":module_private_config" ] 87 configs = [ ":module_private_config" ]
|
| /developtools/hiperf/include/ |
| D | perf_events.h | 448 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/ |
| D | BUILD.gn | 24 configs = [ "${TS_DIR}/gn:ts_config" ]
|
| /developtools/profiler/host/smartperf/client/client_command_fps/ |
| D | BUILD.gn | 35 configs = [ ":config" ]
|
| /developtools/hiperf/interfaces/kits/js/napi/ |
| D | BUILD.gn | 28 configs = [ ":hiperf_client_napi_config" ]
|
| /developtools/smartperf_host/trace_streamer/src/proto_reader/ |
| D | BUILD.gn | 28 configs = [ "${TS_DIR}/gn:ts_config" ]
|
| /developtools/integration_verification/tools/deps_guard/rules/NO-Depends-On-SA/ |
| D | README.md | 51 configs += [ "//build/config/gcc:symbol_visibility_hidden" ]
|
| /developtools/profiler/device/base/test/ |
| D | BUILD.gn | 28 configs = [ ":module_private_config" ]
|