Home
last modified time | relevance | path

Searched refs:MULTILINE (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/
H A Dfw_time_parser.py29 PATTERN = re.compile(PATTERN_TEXT, re.DOTALL | re.MULTILINE)
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.h34 MULTILINE = 1U << 2U, member in ark::es2panda::lexer::RegExpFlags
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.h30 MULTILINE = 1 << 2, member in panda::es2panda::lexer::RegExpFlags
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/hermes/
H A Dutil_hermes.py39 self.check_expr = re.compile(r"^\s*//\s?(?:CHECK-NEXT|CHECK-LABEL|CHECK):(.+)", re.MULTILINE)
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/
H A Dpreparation_step.py200 re.MULTILINE
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
H A Drunner_base.py46 TEST_COMMENT_EXPR = re.compile(r"^\s*(?P<test>[^# ]+)?(\s*#\s*(?P<comment>.+))?", re.MULTILINE)
/arkcompiler/ets_frontend/es2panda/test/parse_command/
H A Dparse_command.py331 result = re.finditer(instruction_pattern, decoded_output, re.MULTILINE)
/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.cpp1085 flag = RegExpFlags::MULTILINE; in ScanRegExpFlags()
/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.cpp1098 flag = RegExpFlags::MULTILINE; in GetRegExpFlag()

Completed in 6 milliseconds