Home
last modified time | relevance | path

Searched defs:expected (Results 351 - 375 of 1351) sorted by relevance

1...<<11121314151617181920>>...55

/third_party/openssl/apps/lib/
H A Dengine_loader.c40 int expected; member
105 static int engine_expect(OSSL_STORE_LOADER_CTX *ctx, int expected) in engine_expect() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferParameters.cpp240 glw::GLboolean TextureBufferParameters::queryTextureBindingBuffer(glw::GLint expected) in queryTextureBindingBuffer() argument
272 glw::GLboolean TextureBufferParameters::queryTextureBufferBinding(glw::GLint expected) in queryTextureBufferBinding() argument
304 queryTextureBufferDataStoreBinding(glw::GLint expected) queryTextureBufferDataStoreBinding() argument
338 queryTextureBufferOffset(glw::GLint expected) queryTextureBufferOffset() argument
371 queryTextureBufferSize(glw::GLint expected) queryTextureBufferSize() argument
403 queryTextureInternalFormat(glw::GLint expected) queryTextureInternalFormat() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dbinary_to_text_test.cpp131 std::stringstream expected; in TEST_F() local
152 std::stringstream expected; in TEST_F() local
443 const std::string expected = in TEST_F() local
453 expected); in TEST_F() local
466 const std::string expected in TEST_F() local
475 expected); TEST_F() local
485 const std::string expected = TEST_F() local
493 expected); TEST_F() local
518 std::string expected; global() member
[all...]
/third_party/skia/third_party/externals/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/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/spirv-tools/test/reduce/
H A Dvalidation_during_reduction_test.cpp337 std::string expected = R"( in TEST() local
/third_party/openssl/test/
H A Dbio_readbuffer_test.c31 char expected[4096]; in test_readbuffer_file_bio() local
H A Derrtest.c52 char expected[512]; in test_print_error_format() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dbinary_to_text_test.cpp131 std::stringstream expected; in TEST_F() local
152 std::stringstream expected; in TEST_F() local
443 const std::string expected = in TEST_F() local
453 expected); in TEST_F() local
466 const std::string expected in TEST_F() local
475 expected); TEST_F() local
485 const std::string expected = TEST_F() local
493 expected); TEST_F() local
518 std::string expected; global() member
[all...]
/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...]
/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

Completed in 20 milliseconds

1...<<11121314151617181920>>...55