/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | c_parser_lite.py | 79 return re.match(r"[\s\S]*(Tests)[\s\S]*(Failures)[\s\S]*(Ignored)[\s\S]*", line) 82 return re.match("{}{}".format(self.pattern, _CTEST_SUITE_TEST_RUN_TAG), 86 return re.match("{}{}".format(self.pattern, _CTEST_SUITE_TIME_RUN_TAG), 90 _, message_index = re.match( 97 return re.match( 112 test_matcher = re.match(r".*(\d+ Tests).+", line) 114 re.match(r".*(Failures).*", line) 116 re.match(r".*(Ignored).*", line) 152 end_time = re.match(self.pattern, message).group().strip() 153 start_time = re.match(sel [all...] |
H A D | cpp_parser.py | 85 if re.match(pattern, line.strip()): 87 elif re.match(r'(\d+) test[s]? from (.*)', message): 171 matcher = re.match(r'(.*) \((\d+) ms\)', message) 225 matcher = re.match(r'Running (\d+) test[s]? from .*', message) 238 matcher = re.match(r'(\d+) test[s]? from (.*)', message) 253 matcher = re.match(r'.*\((\d+) ms total\)', message) 263 matcher = re.match(r'.*\((\d+) ms total\)', message) 344 class_matcher = re.match('^([a-zA-Z]+.*)\\.$', line) 345 method_matcher = re.match('\\s+([a-zA-Z_]+[\\S]*)(.*)?(\\s+.*)?$',
|
H A D | jsunit_parser.py | 85 (year, re.match(self.pattern, message).group().strip()) 87 (year, re.match(self.pattern, 96 match = re.match(pattern, filter_message) 97 _, status_end_index = match.span() 106 status = status_dict.get(match.group(1)) 178 m_result = re.match(r".*\[suite start](.+), total cases: (\d+)", 187 if re.match(r".*\[suite start].*", message): 188 _, index = re.match(r".*\[suite start]", message).span()
|
H A D | oh_rust_parser.py | 53 matcher = re.match(self.running_pattern, line) 58 matcher = re.match(self.test_result_pattern, line) 64 matcher = re.match(self.test_pattern, line) 69 matcher = re.match(self.stout_pattern, line)
|
H A D | cpp_parser_lite.py | 98 if re.match(pattern, line.strip()): 100 elif re.match(r'(\d+) test[s]? from (.*)', message): 178 matcher = re.match(r'(.*) \((\d+) ms\)(.*)', message) 226 matcher = re.match(r'.* Running (\d+) test[s]? from .*', message) 238 matcher = re.match(r'(\d+) test[s]? from (.*)', message) 250 matcher = re.match(r'.*\((\d+) ms total\)', message) 261 matcher = re.match(r'.*\((\d+) ms total\)', message) 357 self.class_result = re.compile('^([a-zA-Z]+.*)\\.$').match(line) 362 '\\s+([a-zA-Z_]+[\\S]*)(.*)?(\\s+.*)?$').match(line)
|
H A D | oh_kernel_parser.py | 95 matcher = re.match(pattern, line) 107 matcher = re.match(pattern, line) 122 matcher = re.match(pattern, line) 153 matcher = re.match(pattern, line)
|
H A D | jsunit_parser_lite.py | 78 (year, re.match(self.pattern, message).group().strip()) 80 (year, re.match(self.pattern, 89 _, status_end_index = re.match(pattern, filter_message).span() 156 if re.match(r".*\[suite start\].*", message): 157 _, index = re.match(r".*\[suite start\]", message).span()
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | util.py | 182 if re.match(rex, version): 197 match = re.search(r'(\d+\.\d+\.\d+\.\d+)', version_str) 198 if match: 199 return match.group(1) 349 match = re.search(r'File "(.*?)", line \d+, in (.+)', stack_line) 350 if match: 351 file_name = match.group(1).split(os.sep)[-1] 352 method_name = match.group(2).strip()
|
/test/testfwk/arkxtest/uitest/test/ |
H A D | ui_driver_test.cpp | 300 bool match = true; in TEST_F() 301 match = match && window.bundleName_ == filterBundle["bundleName"].get<string>(); in TEST_F() 302 return match; in TEST_F() 312 bool match = true; in TEST_F() 313 match = match && window.bundleName_ == filterBundleNotFind["bundleName"].get<string>(); in TEST_F() 314 return match; in TEST_F() 375 bool match = true; in TEST_F() 376 match in TEST_F() [all...] |
/drivers/hdf_core/framework/tools/idl-gen/ |
H A D | _header_parser.py | 71 tt = re.match(r".*enum *((\w+) *\*) *\w* *;", line) 76 tt = re.match(r".*(\[\w* *\(.*\) *]) *", line) 100 tt = re.match(r"(typedef )* *\w+ \( \* \) \(( .* )\)", params) 108 tt = re.match(" *(const )*(struct |enum |union )* *", params) 115 tt = re.match(r"((unsigned )*[a-zA-Z0-9_:]+( *\** *\**)) *", params) 122 tt = re.match("([a-zA-Z0-9_]+) *(,)", params) 159 tt = re.match(r"0x|0X|\(|-", v_value)
|
/drivers/hdf_core/framework/support/platform/src/can/ |
H A D | can_mail.c | 128 bool match = true; in CanRxBoxMsgMatch() local 139 match = true; in CanRxBoxMsgMatch() 142 match = false; in CanRxBoxMsgMatch() 145 return match; in CanRxBoxMsgMatch()
|
/test/xts/acts/pcs/pcs_py/ |
H A D | testRealRandomGenerate.py | 43 if not re.match(pattern, randomNumber): 45 assert re.match(pattern, randomNumber)
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | re.js | 37 function match(ss, data) { function 63 match,
|
/drivers/peripheral/audio/test/sample/tools/get_mem_excel/ |
H A D | get_mem_excel.py | 143 for match in matchs: 144 if re.findall(match, mem_name): 145 mem_name = match
|
/applications/standard/app_samples/code/BasicFeature/Ads/OAIDSample/ |
H A D | hvigorw.bat | 35 echo Please set the NODE_HOME variable in your environment to match the 48 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Sensor/Capi/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Extension/Contexttest/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySoloist/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySync/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Graphics/Graphics2d/PaintVerbatim/ |
H A D | hvigorw.bat | 36 echo Please set the NODE_HOME variable in your environment to match the 49 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Ability/AbilityFeature/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/ApplicationModels/BundleManager/BundleManagement/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/ApplicationModels/DynamicRouter/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/DataManagement/UDMF/UniformTypeDescriptor/UTDType/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Graphics/Graphics3d/ |
H A D | hvigorw.bat | 34 echo Please set the NODE_HOME variable in your environment to match the 47 echo Please set the NODE_HOME variable in your environment to match the
|