Home
last modified time | relevance | path

Searched refs:PARENS (Results 1 – 5 of 5) sorted by relevance

/external/smali/smalidea/src/main/java/org/jf/smalidea/
DSmaliHighlightingColors.java72 public static final TextAttributesKey PARENS = createTextAttributesKey( field in SmaliHighlightingColors
DSmaliTokens.java183 tokenColors.put("CLOSE_PAREN", SmaliHighlightingColors.PARENS);
262 tokenColors.put("OPEN_PAREN", SmaliHighlightingColors.PARENS);
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowStarredCoverage.java179 static final Pattern PARENS = Pattern.compile("\\s*\\(.*\\)"); field in ShowStarredCoverage
184 String newLabel = PARENS.matcher(label).replaceAll(""); in stripParens()
186 …System.out.println(RegexUtilities.showMismatch(Pattern.compile(".*" + PARENS.toString() + ".*"), l… in stripParens()
/external/llvm-project/flang/lib/Parser/
Dpreprocessor.cpp716 PARENS, in ExpressionValue() enumerator
761 opNameMap["("] = PARENS; in ExpressionValue()
804 op = PARENS; in ExpressionValue()
849 case PARENS: in ExpressionValue()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dregexp_benchmark.cc197 #define PARENS "([ -~])*(A)(B)(C)(D)(E)(F)(G)(H)(I)(J)(K)(L)(M)" \ macro
260 void Search_Parens_CachedDFA(benchmark::State& state) { Search(state, PARENS, SearchCachedDFA);… in Search_Parens_CachedDFA()
261 void Search_Parens_CachedNFA(benchmark::State& state) { Search(state, PARENS, SearchCachedNFA);… in Search_Parens_CachedNFA()
262 void Search_Parens_CachedPCRE(benchmark::State& state) { Search(state, PARENS, SearchCachedPCRE)… in Search_Parens_CachedPCRE()
263 void Search_Parens_CachedRE2(benchmark::State& state) { Search(state, PARENS, SearchCachedRE2);… in Search_Parens_CachedRE2()