HomeSort by relevance Sort by last modified time
    Searched full:bfoo (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/gn/
pattern_unittest.cc 33 { "\\bfoo\\b", "foo", true },
34 { "\\bfoo\\b", "/foo/", true },
35 { "\\b\\bfoo", "/foo", true },
49 { "*\\bfoo\\b*", "foo", true },
50 { "*\\bfoo\\b*", "/foo/", true },
51 { "*\\bfoo\\b*", "foob", false },
52 { "*\\bfoo\\b*", "lala/foo/bar/baz", true },
  /external/llvm/test/TableGen/
pr8330.td 27 // CHECK: def bfoo
  /external/chromium_org/third_party/re2/re2/testing/
search_test.cc 83 { "\\bfoo\\b", "nofoo foo that" },
123 { "\\Bfoo\\B", "n foo xfoox that" },
  /external/regex-re2/re2/testing/
search_test.cc 83 { "\\bfoo\\b", "nofoo foo that" },
123 { "\\Bfoo\\B", "n foo xfoox that" },
  /art/runtime/
class_linker_test.cc     [all...]

Completed in 329 milliseconds