HomeSort by relevance Sort by last modified time
    Searched refs:CheckFormat (Results 1 - 10 of 10) 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_png.h 59 bool CheckFormat( const char* signature );
grfmt_pxm.h 56 bool CheckFormat( const char* signature );
grfmt_tiff.h 99 bool CheckFormat( const char* signature );
119 bool CheckFormat( const char* signature );
grfmt_jpeg2000.h 67 bool CheckFormat( const char* signature );
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9.h 197 STDMETHOD(CheckDeviceFormat)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat) PURE;
275 STDMETHOD(CheckDeviceFormat)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat) PURE;
    [all...]
d3d8.h 145 STDMETHOD(CheckDeviceFormat)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat) PURE;
    [all...]

Completed in 381 milliseconds