Home
last modified time | relevance | path

Searched refs:keys (Results 1 - 25 of 51) sorted by relevance

123

/developtools/profiler/host/smartperf/client/client_command/test/unittest/
H A Dsmartperf_main_test.cpp65 std::set<std::string> keys; in CheckCMDParam() local
82 keys.insert("editor"); in CheckCMDParam()
83 keys.insert("profilerfps"); in CheckCMDParam()
84 keys.insert("start"); in CheckCMDParam()
85 keys.insert("stop"); in CheckCMDParam()
86 keys.insert("screen"); in CheckCMDParam()
87 keys.insert("clear"); in CheckCMDParam()
88 keys.insert("server"); in CheckCMDParam()
89 keys.insert("sections"); in CheckCMDParam()
90 keys in CheckCMDParam()
[all...]
H A Dsp_utils_test.cpp48 std::set<std::string> keys; in HWTEST_F() local
50 keys.insert("N"); in HWTEST_F()
51 keys.insert("fl"); in HWTEST_F()
52 keys.insert("ftl"); in HWTEST_F()
58 bool ret = SPUtils::IntegerValueVerification(keys, mapInfo, errorInfo); in HWTEST_F()
66 std::set<std::string> keys; in HWTEST_F() local
68 keys.insert("N"); in HWTEST_F()
69 keys.insert("fl"); in HWTEST_F()
70 keys.insert("ftl"); in HWTEST_F()
76 bool ret = SPUtils::IntegerValueVerification(keys, mapInf in HWTEST_F()
84 std::set<std::string> keys; HWTEST_F() local
172 std::set<std::string> keys; HWTEST_F() local
192 std::set<std::string> keys; HWTEST_F() local
[all...]
/developtools/profiler/host/smartperf/client/client_command/
H A Dsmartperf_main.cpp54 std::set<std::string> keys; // Includes three parts "SP_daemon" CommandType and CommandHelp in g_checkCmdParam() local
69 keys.insert("editor"); in g_checkCmdParam()
70 keys.insert("profilerfps"); in g_checkCmdParam()
71 keys.insert("start"); in g_checkCmdParam()
72 keys.insert("stop"); in g_checkCmdParam()
73 keys.insert("screen"); in g_checkCmdParam()
74 keys.insert("clear"); in g_checkCmdParam()
75 keys.insert("server"); in g_checkCmdParam()
76 keys.insert("sections"); in g_checkCmdParam()
77 keys in g_checkCmdParam()
[all...]
H A Dsp_utils.cpp465 bool SPUtils::VeriyParameter(std::set<std::string> &keys, std::string param, std::string &errorInfo) in VeriyParameter() argument
480 for (auto it = out.begin(); it != out.end(); ++it) { // Parsing keys and values in VeriyParameter()
501 if (!VeriyKey(keys, mapInfo, errorInfo)) { in VeriyParameter()
511 if (!IntegerValueVerification(keys, mapInfo, errorInfo)) { in VeriyParameter()
518 bool SPUtils::VeriyKey(std::set<std::string> &keys, std::map<std::string, std::string> &mapInfo, in VeriyKey() argument
522 if (keys.end() == keys.find(it->first)) { in VeriyKey()
578 bool SPUtils::IntegerValueVerification(std::set<std::string> &keys, std::map<std::string, std::string> &mapInfo, in IntegerValueVerification() argument
583 if (keys.end() != keys in IntegerValueVerification()
[all...]
/developtools/ace_js2bundle/ace-loader/src/lite/
H A Dlite-transform-style.js45 const keys = Object.keys(style);
46 for (const key of keys) {
59 if (style != null && keys.length !== 0) {
60 if (Object.keys(idSelectors).length !== 0) {
63 if (Object.keys(classSelectors).length !== 0) {
77 for (const key of Object.keys(obj)) {
80 for (const styleKey of Object.keys(styleValue)) {
198 for (const key of Object.keys(obj)) {
H A Dlite-customize.js59 const keys = Object.keys(rules);
60 for (let i = 0; i < keys.length; i++) {
61 const key = keys[i];
67 const children = Object.keys(value);
H A Dlite-transform-template.js59 if (Object.keys(node.attr).length !== 0) {
189 for (const key of Object.keys(node)) {
232 for (const key of Object.keys(props)) {
294 for (const key of Object.keys(props)) {
318 for (const key of Object.keys(props)) {
419 * @param {Array} cachedI18nExpressions all keys of i18n Mapping object.
434 res = `i18ns[${Object.keys(i18nMapping).length - 1}]`;
442 * @param {Array} cachedI18nExpressions all keys of i18n Mapping object.
473 `i18ns[${Object.keys(i18nMapping).length - 1}]`,
482 res = `i18ns[${Object.keys(i18nMappin
[all...]
/developtools/ace_js2bundle/ace-loader/plugin/templater/
H A Dlite_component_map.js336 const keys = Object.keys(liteNativeTag);
337 for (let i = 0; i < keys.length; i++) {
338 const key = keys[i];
365 const keys = Object.keys(source);
366 for (let i = 0; i < keys.length; i++) {
367 const key = keys[i];
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
H A Dsimple_excel_writer.py62 if sheet_name not in self.__sheet_dict.keys():
75 if sheet_name not in self.__sheet_dict.keys():
86 if sheet_name not in self.__sheet_dict.keys():
101 if sheet_name in self.__sheet_dict.keys():
113 if sheet_name in self.__sheet_pos.keys():
120 if sheet_name in self.__sheet_pos.keys():
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
H A Dsimple_excel_writer.py60 if sheet_name not in self.__sheet_dict.keys():
73 if sheet_name not in self.__sheet_dict.keys():
84 if sheet_name not in self.__sheet_dict.keys():
99 if sheet_name in self.__sheet_dict.keys():
111 if sheet_name in self.__sheet_pos.keys():
118 if sheet_name in self.__sheet_pos.keys():
/developtools/ace_js2bundle/ace-loader/src/
H A DcardJson-plugin.js31 const keys = Object.keys(assets)
32 keys.forEach(key => {
56 Object.keys(jsonOut).forEach(function (jsonOutKey) {
183 Object.keys(propsValue).forEach(item => {
201 Object.keys(actionsValue).forEach(item => {
H A DgenBin-plugin.js56 const keys = Object.keys(assets)
57 keys.forEach(key => {
/developtools/integration_verification/tools/startup_guard/startup_checker/
H A Dplug_in_rule.py45 keys = list(self._private_so.keys())
47 if os.path.basename(name) not in keys:
/developtools/profiler/host/smartperf/client/client_command/include/
H A Dsp_utils.h133 bool VeriyParameter(std::set<std::string>& keys, std::string param, std::string& errorInfo);
134 bool VeriyKey(std::set<std::string>& keys, std::map<std::string, std::string>& mapInfo, std::string& errorInfo);
136 bool IntegerValueVerification(std::set<std::string> &keys, std::map<std::string, std::string> &mapInfo,
/developtools/global_resource_tool/src/
H A Dkey_parser.cpp55 bool KeyParser::ParseMatch(const vector<string> &keys, in ParseMatch() argument
59 for (const auto &key : keys) { in ParseMatch()
107 bool KeyParser::ParseMatchBySeq(const vector<string> &keys, in ParseMatchBySeq() argument
110 for (size_t i = 0; i < keys.size(); i++) { in ParseMatchBySeq()
111 if (!founctions[i](keys[i], keyparams)) { in ParseMatchBySeq()
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
H A Dram_analyzer.py76 if k not in target_dict.keys():
161 for subsystem_name in rom_info_dict.keys():
165 for component_name in sub_val_dict.keys():
212 subsystem_name] if subsystem_name != "*" else rom_result_dict.keys()
216 component_name] if component_name != '*' else sub_val_dict.keys()
393 if ss not in cls.__ss_dict.keys():
432 if "process" not in j_content.keys() or "systemability" not in j_content.keys():
536 if "size" in component_info.keys():
538 if "baseline" in component_info.keys()
[all...]
H A Drom_analyzer.py135 if "size" in subsystem_info.keys():
137 if "file_count" in subsystem_info.keys():
232 for subsystem_name in tmp_dict.keys():
240 for component_name in subsystem_dict.keys():
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/module_info/
H A Dcompile_info_loader.py36 for k in default_info.keys():
47 for k in default_info.keys():
54 for k in default_info.keys():
/developtools/global_resource_tool/include/
H A Dkey_parser.h33 static bool ParseMatch(const std::vector<std::string> &keys,
35 static bool ParseMatchBySeq(const std::vector<std::string> &keys,
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/entity/
H A DOptions.java257 * @param keys keys to check
259 public void required(String... keys) { in required() argument
260 for (String key : keys) { in required()
/developtools/hapsigner/hapsigntool_cpp/common/src/
H A Doptions.cpp130 bool Options::Required(const std::initializer_list<std::string>& keys) in Required() argument
132 for (auto& key : keys) { in Required()
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
H A Drom_analysis.py76 if "manual_config" in configs[product_info].keys():
183 if "etc" not in product_dict.keys():
291 for key in result_dict_info.keys():
297 if "size" in tmp_dict.keys():
299 for subsystem_name in tmp_dict.keys():
307 for component_name in subsystem_dict.keys():
/developtools/hapsigner/hapsigntool_cpp/common/include/
H A Dlocalization_adapter.h46 void AppAndProfileAssetsRealse(std::initializer_list<EVP_PKEY*> keys,
/developtools/ace_js2bundle/ace-loader/test/rich/
H A Dtest.js62 expect(components).to.include.keys($app_bootstrap$.firstCall.args[0]);
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/testcases/
H A Dtest_acl_check.py31 if process not in whitelist_dict.keys():

Completed in 12 milliseconds

123