OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CheckFormat
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/extensions/common/api/sockets/
sockets_manifest_permission_unittest.cc
85
static testing::AssertionResult
CheckFormat
(
115
static testing::AssertionResult
CheckFormat
(const std::string& json) {
116
return
CheckFormat
(std::multiset<CheckFormatEntry>(), json);
119
static testing::AssertionResult
CheckFormat
(const std::string& json,
122
return
CheckFormat
(
127
static testing::AssertionResult
CheckFormat
(const std::string& json,
131
return
CheckFormat
(
136
static testing::AssertionResult
CheckFormat
(const std::string& json,
147
return
CheckFormat
(
204
EXPECT_TRUE(
CheckFormat
(
[
all
...]
/external/opencv/otherlibs/highgui/
grfmt_tiff.cpp
122
bool GrFmtTiffReader::
CheckFormat
( const char* signature )
269
bool GrFmtTiffReader::
CheckFormat
( const char* signature )
/external/chromium_org/third_party/re2/lib/codereview/
codereview.py
313
CheckFormat
(ui, repo, self.files, just_warn=gofmt_just_warn)
894
def
CheckFormat
(ui, repo, files, just_warn=False):
[
all
...]
/external/regex-re2/lib/codereview/
codereview.py
313
CheckFormat
(ui, repo, self.files, just_warn=gofmt_just_warn)
891
def
CheckFormat
(ui, repo, files, just_warn=False):
[
all
...]
Completed in 212 milliseconds