/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 94 if (defined(invoker.configs)) { 95 if (configs == []) { 96 configs = invoker.configs 98 configs += invoker.configs
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
D | ob_config_resolver.ts | 282 private getConfigByPath(path: string, configs: MergedConfig) { 290 this.handleConfigContent(fileContent, configs, path); 377 private handleConfigContent(data: string, configs: MergedConfig, configPath: string) { 395 configs.options.disableObfuscation = true; 399 configs.options.enablePropertyObfuscation = true; 403 configs.options.enableStringPropertyObfuscation = true; 406 configs.options.enableToplevelObfuscation = true; 410 configs.options.removeComments = true; 414 configs.options.enableFileNameObfuscation = true; 418 configs.options.enableExportObfuscation = true; [all …]
|
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
D | ob_config_resolver.test.ts | 197 let configs = { variable 206 obResolver.resolveKeepConfig(keepConfigs, configs, configPath); 207 let excludePathArray = Array.from(configs.excludePathSet); 208 expect(configs.keepSourceOfPaths[0].includes('bundle')).to.be.true; 209 expect(configs.keepSourceOfPaths[1].includes('obfuscation')).to.be.true; 210 expect(configs.keepUniversalPaths[0].toString().includes('filename_obf')).to.be.true; 211 expect(configs.keepUniversalPaths[1].toString().includes('keep[^/]ts')).to.be.true; 212 expect(configs.keepUniversalPaths[2].toString().includes('[^/]*')).to.be.true; 213 expect(configs.keepUniversalPaths[3].toString().includes('.ohpm')).to.be.true; 214 expect(configs.excludeUniversalPaths[0].toString().includes('[^/]*')).to.be.true;
|
/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 | 46 map<string, vector<TableData>> configs; in CreateResourceTable() local 55 configs[resourceItem.GetLimitKey()].push_back(tableData); in CreateResourceTable() 59 if (SaveToResouorceIndex(configs) != RESTOOL_SUCCESS) { in CreateResourceTable() 73 map<string, vector<TableData>> configs; in CreateResourceTable() local 85 configs[resourceItemPtr->GetLimitKey()].push_back(tableData); in CreateResourceTable() 90 if (SaveToResouorceIndex(configs) != RESTOOL_SUCCESS) { in CreateResourceTable() 197 uint32_t ResourceTable::SaveToResouorceIndex(const map<string, vector<TableData>> &configs) const in SaveToResouorceIndex() 201 if (!InitIndexHeader(indexHeader, configs.size())) { in SaveToResouorceIndex() 208 if (!Prepare(configs, limitKeyConfigs, idSets, pos)) { in SaveToResouorceIndex() 219 if (!SaveRecordItem(configs, outStreamData, idSets, pos)) { in SaveToResouorceIndex() [all …]
|
/developtools/smartperf_host/trace_streamer/gn/ |
D | CONFIG.gn | 96 configs = default_configs 100 configs = default_configs 104 configs = default_configs 107 configs = default_configs 108 configs += [ "//gn:executable" ]
|
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/ |
D | rom_analysis.py | 41 from config import result_dict, collector_config, configs, \ 68 gn_info_file = configs["gn_info_file"] # filename to save gn_info 72 … ] = configs[product_name]["query_order"] # query order of the gn template to be matched 73 query_order["etc"] = configs["target_type"] # etc会查找所有的template 75 if "manual_config" in configs[product_name].keys(): 77 …configs[product_name]["manual_config"], product_dict, configs[product_name]["product_dir"]["root"]… 96 gn_info_file = configs["gn_info_file"] 104 …with os.fdopen(os.open(configs[product_name]["product_infofile"], os.O_WRONLY | os.O_CREAT, mode=0… 148 product_dir: Dict[str, Dict] = configs[product_name]["product_dir"] 229 exclude_dir = configs["black_list"] [all …]
|
D | config.py | 64 configs = SimpleYamlTool.read_yaml("config.yaml") variable 67 if product_name not in configs.keys(): 76 _sc_json: Dict[Text, Text] = configs.get("subsystem_component") 78 _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" ] 24 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 | 65 … uint32_t SaveToResouorceIndex(const std::map<std::string, std::vector<TableData>> &configs) const; 68 bool Prepare(const std::map<std::string, std::vector<TableData>> &configs, 71 …bool SaveRecordItem(const std::map<std::string, std::vector<TableData>> &configs, std::ostringstre…
|
/developtools/profiler/host/smartperf/client/client_command/ |
D | smartperf_command.cpp | 124 configs.push_back(argStr); in HandleCommand() 144 for (size_t j = 0; j < configs.size(); j++) { in ExecCommand() 145 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 | 250 configs = [ ":hdc_common_config" ] 251 configs += [ ":hdc_ut_code_flag" ] 267 configs = [ 348 configs = [ ":hdc_test_config" ] 375 configs = [ ":hdc_register_config" ]
|
/developtools/integration_verification/tools/fotff/ |
D | .gitignore | 1 # Binaries, caches, configs and outputs for programs and plugins
|
/developtools/profiler/device/plugins/memory_plugin/test/ |
D | BUILD.gn | 55 configs = [ ":module_private_config" ] 87 configs = [ ":module_private_config" ]
|
/developtools/profiler/host/smartperf/client/client_command/include/ |
D | smartperf_command.h | 82 std::vector<std::string> configs; variable
|
/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/smartperf_host/trace_streamer/src/base/sqlite_ext/ |
D | BUILD.gn | 28 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/integration_verification/tools/deps_guard/rules/NO-Depends-On-SA/ |
D | README.md | 51 configs += [ "//build/config/gcc:symbol_visibility_hidden" ]
|
/developtools/smartperf_host/trace_streamer/src/table/hiperf/ |
D | BUILD.gn | 30 configs = [ "${TS_DIR}/gn:ts_config" ]
|
/developtools/smartperf_host/trace_streamer/src/table/native_hook/ |
D | BUILD.gn | 28 configs = [ "${TS_DIR}/gn:ts_config" ]
|