Searched refs:CheckFormat (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/extensions/common/api/sockets/ |
D | sockets_manifest_permission_unittest.cc | 85 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/ |
D | grfmt_tiff.h | 99 bool CheckFormat( const char* signature ); 119 bool CheckFormat( const char* signature );
|
D | grfmt_png.h | 59 bool CheckFormat( const char* signature );
|
D | grfmt_pxm.h | 56 bool CheckFormat( const char* signature );
|
D | grfmt_jpeg2000.h | 67 bool CheckFormat( const char* signature );
|
D | grfmt_tiff.cpp | 122 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/ |
D | codereview.py | 313 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/ |
D | codereview.py | 313 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)
|