HomeSort by relevance Sort by last modified time
    Searched refs:should_match (Results 1 - 4 of 4) sorted by null

  /external/regex-re2/re2/testing/
mimics_pcre_test.cc 13 bool should_match; member in struct:re2::PCRETest
68 CHECK_EQ(t.should_match, re->MimicsPCRE())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fnmatch.py 15 def check_match(self, filename, pattern, should_match=1, fn=fnmatch):
16 if should_match:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fnmatch.py 15 def check_match(self, filename, pattern, should_match=1, fn=fnmatch):
16 if should_match:
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 332 bool should_match = false; local
334 should_match = true;
336 EXPECT_EQ(should_match, llvm::isa<PDBSymbolUnknown>(*item->second));

Completed in 244 milliseconds