Searched refs:re (Results 1 - 4 of 4) sorted by relevance

/art/tools/
H A Dgenerate-operator-out.py21 import re namespace
26 _ENUM_START_RE = re.compile(r'\benum\b\s+(class\s+)?(\S+)\s+:?.*\{(\s+// private)?')
27 _ENUM_VALUE_RE = re.compile(r'([A-Za-z0-9_]+)(.*)')
28 _ENUM_END_RE = re.compile(r'^\s*\};$')
73 m = re.compile(r'^namespace (\S+) \{').search(raw_line)
77 m = re.compile(r'^\}\s+// namespace').search(raw_line)
83 m = re.compile(r'^(?:class|struct)(?: MANAGED)? (\S+).* \{').search(raw_line)
87 m = re.compile(r'^\};').search(raw_line)
105 m_comment = re.compile(r'// <<(.*?)>>').search(raw_line)
109 line = re
[all...]
H A Dcpplint.py83 import re namespace
323 _ALT_TOKEN_REPLACEMENT_PATTERN = re.compile(
342 _MATCH_ASM = re.compile(r'^\s*(?:asm|_asm|__asm|__asm__)'
350 _RE_SUPPRESSION = re.compile(r'\bNOLINT\b(\([^)]*\))?')
538 # This will always be the fallback because we're not sure
895 _RE_PATTERN_CLEANSE_LINE_ESCAPES = re.compile(
898 _RE_PATTERN_CLEANSE_LINE_DOUBLE_QUOTES = re.compile(r'"[^"]*"')
900 _RE_PATTERN_CLEANSE_LINE_SINGLE_QUOTES = re.compile(r"'.'")
905 # The current rule is: We only clear spaces from both sides when we're at the
909 _RE_PATTERN_CLEANSE_LINE_C_COMMENTS = re
[all...]
/art/test/031-class-attributes/src/
H A DClassAttrs.java136 } catch (RuntimeException re) {
137 System.err.println("FAILED: " + re);
138 re.printStackTrace();
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S1153 mov lr, r1 @ r1 is holding link register if we're to bounce to deoptimize
1428 * We're going to compute

Completed in 393 milliseconds