Home
last modified time | relevance | path

Searched refs:CheckFormat (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/extensions/common/api/sockets/
Dsockets_manifest_permission_unittest.cc85 static testing::AssertionResult CheckFormat( in CheckFormat() function
115 static testing::AssertionResult CheckFormat(const std::string& json) { in CheckFormat() function
116 return CheckFormat(std::multiset<CheckFormatEntry>(), json); in CheckFormat()
119 static testing::AssertionResult CheckFormat(const std::string& json, in CheckFormat() function
122 return CheckFormat( in CheckFormat()
127 static testing::AssertionResult CheckFormat(const std::string& json, in CheckFormat() function
131 return CheckFormat( in CheckFormat()
136 static testing::AssertionResult CheckFormat(const std::string& json, in CheckFormat() function
147 return CheckFormat( in CheckFormat()
204 EXPECT_TRUE(CheckFormat( in TEST()
[all …]
/external/opencv/otherlibs/highgui/
Dgrfmt_tiff.h99 bool CheckFormat( const char* signature );
119 bool CheckFormat( const char* signature );
Dgrfmt_png.h59 bool CheckFormat( const char* signature );
Dgrfmt_pxm.h56 bool CheckFormat( const char* signature );
Dgrfmt_jpeg2000.h67 bool CheckFormat( const char* signature );
Dgrfmt_tiff.cpp122 bool GrFmtTiffReader::CheckFormat( const char* signature ) in CheckFormat() function in GrFmtTiffReader
269 bool GrFmtTiffReader::CheckFormat( const char* signature ) in CheckFormat() function in GrFmtTiffReader
/external/regex-re2/lib/codereview/
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/chromium_org/third_party/re2/lib/codereview/
Dcodereview.py313 CheckFormat(ui, repo, self.files, just_warn=gofmt_just_warn)
894 def CheckFormat(ui, repo, files, just_warn=False): function
1936 CheckFormat(ui, repo, cl.files)