Home
last modified time | relevance | path

Searched defs:Expectation (Results 1 – 9 of 9) 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/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/skia/tools/skpbench/
D_hardware.py59 class Expectation: class
/third_party/skia/third_party/externals/dawn/src/utils/
DWGPUHelpers.h29 enum Expectation { Success, Failure }; enum
/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc751 Expectation::Expectation() {} in Expectation() function in testing::Expectation
753 Expectation::Expectation( in Expectation() function in testing::Expectation
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.h191 class Expectation; variable
/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h93 class Expectation; variable