Searched defs:CheckFormat (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/extensions/common/api/sockets/
H A Dsockets_manifest_permission_unittest.cc86 static testing::AssertionResult CheckFormat( function in namespace:extensions::__anon7717
116 static testing::AssertionResult CheckFormat(const std::string& json) { function in namespace:extensions::__anon7717
117 return CheckFormat(std::multiset<CheckFormatEntry>(), json);
120 static testing::AssertionResult CheckFormat(const std::string& json, function in namespace:extensions::__anon7717
123 return CheckFormat(
128 static testing::AssertionResult CheckFormat(const std::string& json, function in namespace:extensions::__anon7717
132 return CheckFormat(
137 static testing::AssertionResult CheckFormat(const std::string& json, function in namespace:extensions::__anon7717
148 return CheckFormat(
205 EXPECT_TRUE(CheckFormat(
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_tiff.cpp122 bool GrFmtTiffReader::CheckFormat( const char* signature ) function in class:GrFmtTiffReader
269 bool GrFmtTiffReader::CheckFormat( const char* signature ) function in class:GrFmtTiffReader
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py313 CheckFormat(ui, repo, self.files, just_warn=gofmt_just_warn)
891 def CheckFormat(ui, repo, files, just_warn=False): function
1933 CheckFormat(ui, repo, cl.files)
/external/regex-re2/lib/codereview/
H A Dcodereview.py313 CheckFormat(ui, repo, self.files, just_warn=gofmt_just_warn)
891 def CheckFormat(ui, repo, files, just_warn=False): function
1933 CheckFormat(ui, repo, cl.files)

Completed in 215 milliseconds