Home
last modified time | relevance | path

Searched defs:Expectation (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dbind_test.cc36 struct Expectation { in TEST_F() struct
37 int line; in TEST_F()
38 const char *fmt; in TEST_F()
39 int ok_phases; in TEST_F()
40 const FormatArgImpl *arg; in TEST_F()
41 int width; in TEST_F()
42 int precision; in TEST_F()
43 int next_arg; in TEST_F()
120 struct Expectation { in TEST_F() struct
121 int line; in TEST_F()
[all …]
Dparser_test.cc32 struct Expectation { in TEST() struct
33 int line; in TEST()
34 LengthMod mod; in TEST()
35 const char *name; in TEST()
57 struct Expectation { in TEST() struct
58 FormatConversionChar id; in TEST()
59 char name; in TEST()
101 struct Expectation { in TEST_F() struct
102 int line; in TEST_F()
103 string_view src; in TEST_F()
[all …]
Dconvert_test.cc205 struct Expectation { in TestStringConvert() struct
206 const char *out; in TestStringConvert()
207 const char *fmt; in TestStringConvert()
1160 struct Expectation { in TEST_F() struct
1161 int line; in TEST_F()
1162 std::string out; in TEST_F()
1163 const char *fmt; in TEST_F()
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dbind_test.cc22 struct Expectation { in TEST_F() struct
23 int line; in TEST_F()
24 const char *fmt; in TEST_F()
25 int ok_phases; in TEST_F()
26 const FormatArgImpl *arg; in TEST_F()
27 int width; in TEST_F()
28 int precision; in TEST_F()
29 int next_arg; in TEST_F()
106 struct Expectation { in TEST_F() struct
107 int line; in TEST_F()
[all …]
Dparser_test.cc18 struct Expectation { in TEST() struct
19 int line; in TEST()
20 LengthMod mod; in TEST()
21 const char *name; in TEST()
43 struct Expectation { in TEST() struct
44 FormatConversionChar id; in TEST()
45 char name; in TEST()
87 struct Expectation { in TEST_F() struct
88 int line; in TEST_F()
89 string_view src; in TEST_F()
[all …]
Dconvert_test.cc191 struct Expectation { in TestStringConvert() struct
192 const char *out; in TestStringConvert()
193 const char *fmt; in TestStringConvert()
1145 struct Expectation { in TEST_F() struct
1146 int line; in TEST_F()
1147 std::string out; in TEST_F()
1148 const char *fmt; in TEST_F()
/third_party/skia/tests/
DRectTest.cpp173 struct Expectation { in DEF_TEST() struct
174 SkIRect fA; in DEF_TEST()
175 SkIRect fB; in DEF_TEST()
176 SkIRect fExpected; in DEF_TEST()
177 bool fExact; in DEF_TEST()
/third_party/boost/libs/uuid/test/
Dtest_md5.cpp27 } Expectation; in main() typedef
Dtest_sha1.cpp39 } Expectation; in test_quick() typedef
/third_party/flutter/skia/tools/skpbench/
D_hardware.py59 class Expectation: class
/third_party/skia/tools/skpbench/
D_hardware.py59 class Expectation: class
/third_party/flutter/skia/third_party/externals/dawn/src/utils/
DDawnHelpers.h27 enum Expectation { Success, Failure }; enum
/third_party/skia/third_party/externals/dawn/src/utils/
DWGPUHelpers.h29 enum Expectation { Success, Failure }; enum
/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc864 Expectation::Expectation() {} in Expectation() function in testing::Expectation
866 Expectation::Expectation( in Expectation() function in testing::Expectation
/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.h94 class Expectation; variable
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.h191 class Expectation; variable
/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h90 class Expectation; variable