Searched refs:global_flags (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dparse.cc1954 Regexp* Regexp::Parse(const StringPiece& s, ParseFlags global_flags, argument
1961 ParseState ps(global_flags, s, status);
1965 if (global_flags & Latin1) {
1972 if (global_flags & Literal) {
/external/regex-re2/re2/
H A Dparse.cc1954 Regexp* Regexp::Parse(const StringPiece& s, ParseFlags global_flags, argument
1961 ParseState ps(global_flags, s, status);
1965 if (global_flags & Latin1) {
1972 if (global_flags & Literal) {
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dinput.py459 def CallLoadTargetBuildFile(global_flags,
474 for key, value in global_flags.iteritems():
600 global_flags = {
609 args = (global_flags, dependency,

Completed in 247 milliseconds