Searched defs:VALUE_RE (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/angle/build/android/gyp/ | ||
H A D | java_cpp_strings.py | 21 VALUE_RE = re.compile(r'\s*("(?:\"|[^"])*")\s*;') variable in StringParserDelegate |
H A D | java_cpp_features.py | 25 VALUE_RE = re.compile(r'\s*("(?:\"|[^"])*")\s*,') variable in FeatureParserDelegate |
/aosp_15_r20/external/cronet/build/android/gyp/ | ||
H A D | java_cpp_strings.py | 21 VALUE_RE = re.compile(r'\s*("(?:\"|[^"])*")\s*;') variable in StringParserDelegate |
H A D | java_cpp_features.py | 25 VALUE_RE = re.compile(r'\s*("(?:\"|[^"])*")\s*,') variable in FeatureParserDelegate |