Searched refs:FLAGS (Results 1 – 3 of 3) sorted by relevance
264 FLAGS = ""365 FLAGS += f" -Xcompiler-option {arg}"372 FLAGS += " -Xcompiler-option --dump-cfg-append"377 FLAGS += f" {arg}"437 FLAGS += " -Xcompiler-option --baseline"487 FLAGS += f" {ANDROID_FLAGS}"490 FLAGS += " -XjdwpProvider:none"492 …FLAGS += f" -Xexperimental:{feature} -Xcompiler-option --runtime-arg -Xcompiler-option -Xexperimen…545 FLAGS += f" -agentpath:{agent}"554 FLAGS += f" -Xplugin:{plugin}"[all …]
39 private static final int FLAGS = Pattern.MULTILINE | Pattern.DOTALL; field in PresubmitJsonLinter111 ".*" + Pattern.quote(reader.nextString()) + ".*", FLAGS); in readExpectation()118 Pattern.compile(reader.nextString(), FLAGS); in readExpectation() local
8525 Ljava/util/Formatter$FormatSpecifierParser;->FLAGS:Ljava/lang/String;