Home
last modified time | relevance | path

Searched defs:expected (Results 376 - 400 of 1415) sorted by relevance

1...<<11121314151617181920>>...57

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_flatten_conditional_branch_test.cpp1946 std::string expected = R"( in TEST() local
2018 std::string expected = R"( in TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dgraphics_robust_access_test.cpp1474 std::string expected = R"(OpCapability Shader in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A Dvalidation_during_reduction_test.cpp337 std::string expected = R"( in TEST() local
/third_party/skia/tests/
H A DApplyGammaTest.cpp152 uint32_t expected; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
51 check_gamma(uint32_t src, uint32_t dst, bool toSRGB, float error, uint32_t* expected) check_gamma() argument
H A DAndroidCodecTest.cpp163 auto expected = SkColorSpace::MakeRGB(SkNamedTransferFn::kSRGB, SkNamedGamut::kDisplayP3); in DEF_TEST() local
H A DGifTest.cpp498 SkColor expected; in DEF_TEST() member
593 auto expected = expectedPixels[y][x]; in DEF_TEST() local
H A DPathOpsBuilderTest.cpp63 SkRect expected; in DEF_TEST() local
H A DYUVTest.cpp155 float expected = 0; in DEF_TEST() local
H A DSkUTFTest.cpp98 SkUnichar expected; in DEF_TEST() member
/third_party/skia/src/sksl/ir/
H A DSkSLConstructor.cpp114 int expected = type.rows() * type.columns(); in convert_compound_constructor() local
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DDecodeTest.cs73 private void CheckDecodeResourceWithDictionary(string expected, string compressed, string dictionary) in CheckDecodeResourceWithDictionary() argument
83 private void CheckDecodeResource(string expected, string compressed) in CheckDecodeResource() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DComputeDispatchTests.cpp111 std::vector<uint32_t> expected = in DirectTest() local
170 std::vector<uint32_t> expected; in IndirectTest() local
H A DViewportTests.cpp135 std::vector<float> expected = { in TestViewportDepth() local
H A DDepthBiasTests.cpp154 std::vector<float> expected = { in TEST_P() local
174 std::vector<float> expected = { in TEST_P() local
196 std::vector<float> expected = { in TEST_P() local
216 std::vector<float> expected = { in TEST_P() local
235 std::vector<float> expected = { in TEST_P() local
254 std::vector<float> expected = { TEST_P() local
269 std::vector<float> expected = { TEST_P() local
284 std::vector<float> expected = { TEST_P() local
299 std::vector<float> expected = { TEST_P() local
316 std::vector<RGBA8> expected = { TEST_P() local
352 std::vector<RGBA8> expected = { TEST_P() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DLinkedListTests.cpp104 const int expected[] = {1}; in TEST() local
114 const int expected[] = {1, 2}; in TEST() local
124 const int expected[] = {1, 2, 3}; in TEST() local
147 const int expected[] = {1, 2, 3, 4, 5}; in TEST() local
157 const int expected[] = {1, 2, 4, 5}; in TEST() local
167 const int expected[] = {1, 2, 4}; TEST() local
177 const int expected[] = {2, 4}; TEST() local
199 const int expected[] = {1, 2, 3, 4, 5}; TEST() local
218 const int expected[] = {1, 2}; TEST() local
227 const int expected[] = {1, 3, 2}; TEST() local
236 const int expected[] = {4, 1, 3, 2}; TEST() local
255 const int expected[] = {1, 2}; TEST() local
264 const int expected[] = {1, 2, 3}; TEST() local
273 const int expected[] = {1, 4, 2, 3}; TEST() local
382 const int expected[] = {1, 2}; TEST() local
397 const int expected[] = {1, 2}; TEST() local
412 const int expected[] = {1, 2}; TEST() local
428 const int expected[] = {2, 3}; TEST() local
[all...]
H A DStackContainerTests.cpp144 void CheckStackVectorElements(const StackVector<T, size>& vec, std::initializer_list<T> expected) { in CheckStackVectorElements() argument
/third_party/openssl/test/
H A Derrtest.c52 char expected[512]; in test_print_error_format() local
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dhb-subset-test.h95 hb_subset_test_check (hb_face_t *expected, in hb_subset_test_check() argument
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
H A Dregex_fuzzer_tests.cc305 std::string expected = in TEST() local
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc2036 const char* expected[] = {"prfm pldl1keep, ", "prfm pldl1strm, ", in TEST() local
2054 COMPARE_PREFIX(prfm(op, INT64_C(0)), expected[op]); in TEST() local
2055 COMPARE_PREFIX(prfm(op, MemOperand(x0, 0)), expected[op]); in TEST() local
2056 COMPARE_PREFIX(prfm(op, MemOperand(x0, x1)), expected[op]); in TEST() local
2067 const char* expected[] = { in TEST() local
2084 COMPARE_PREFIX(prfum(op, MemOperand(x0, 0)), expected[op]); in TEST() local
H A Dtest-disasm-neon-aarch64.cc591 const char* expected = "unallocated (Unallocated)"; in TEST() local
1175 const char* expected = "unallocated (Unallocated)"; TEST() local
1446 const char* expected = "unallocated (Unallocated)"; TEST() local
[all...]
/third_party/skia/third_party/externals/expat/expat/tests/
H A Dstructdata.c103 StructData_CheckItems(StructData *storage, const StructDataEntry *expected, in StructData_CheckItems() argument
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection_unittest.cc359 const protobuf_unittest::ForeignMessage* expected = in TEST() local
382 const protobuf_unittest::ForeignMessage* expected = in TEST() local
/third_party/pulseaudio/src/tests/
H A Dhashmap-test.c176 int expected; in START_TEST() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler_test.cc355 static const HashtablezInfo* expected; in TEST() local

Completed in 23 milliseconds

1...<<11121314151617181920>>...57