Searched refs:FLAGS (Results 1 – 3 of 3) sorted by relevance
261 FLAGS = ""358 FLAGS += f" -Xcompiler-option {arg}"365 FLAGS += " -Xcompiler-option --dump-cfg-append"370 FLAGS += f" {arg}"421 FLAGS += " -Xcompiler-option --baseline"471 FLAGS += f" {ANDROID_FLAGS}"474 FLAGS += " -XjdwpProvider:none"476 …FLAGS += f" -Xexperimental:{feature} -Xcompiler-option --runtime-arg -Xcompiler-option -Xexperimen…529 FLAGS += f" -agentpath:{agent}"538 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;