Home
last modified time | relevance | path

Searched refs:stream1 (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/tests/
H A DStreamTest.cpp495 SkFILEStream stream1(filename.c_str()); in DEF_TEST()
496 if (!stream1.isValid()) { in DEF_TEST()
500 REPORTER_ASSERT(r, stream1.hasLength()); in DEF_TEST()
501 REPORTER_ASSERT(r, stream1.hasPosition()); in DEF_TEST()
506 const size_t size = stream1.getLength(); in DEF_TEST()
508 if (!stream1.seek(middle)) { in DEF_TEST()
512 REPORTER_ASSERT(r, stream1.getPosition() == middle); in DEF_TEST()
528 REPORTER_ASSERT(r, stream1.read(expected.get(), remaining) == remaining); in DEF_TEST()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackOverflowQueryTests.cpp1173 void verifyQueryResults(GLboolean any, GLboolean stream0, GLboolean stream1, GLboolean stream2 = GL_FALSE, in verifyQueryResults() argument
1186 result &= verifyQueryResult(m_stream_overflow_query[1], stream1); in verifyQueryResults()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DCollectVariables_test.cpp1535 std::ostringstream stream1; in TEST_F() local
1536 stream1 << kHeader << kLayout << qualifier << " in vec4 texcoord[];\n" << kFunctionBody; in TEST_F()
1537 compile(stream1.str()); in TEST_F()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c3683 nghttp2_stream *stream1, *stream2; in test_nghttp2_session_on_settings_received() local
3720 stream1 = open_sent_stream(session, 1); in test_nghttp2_session_on_settings_received()
3725 stream1->remote_window_size = 16 * 1024; in test_nghttp2_session_on_settings_received()
3737 CU_ASSERT(64 * 1024 == stream1->remote_window_size); in test_nghttp2_session_on_settings_received()
3744 CU_ASSERT(16 * 1024 == stream1->remote_window_size); in test_nghttp2_session_on_settings_received()
3748 session, stream1->stream_id)); in test_nghttp2_session_on_settings_received()
3847 stream1 = open_recv_stream(session, 1); in test_nghttp2_session_on_settings_received()
3878 CU_ASSERT(NGHTTP2_STREAM_CLOSING == stream1->state); in test_nghttp2_session_on_settings_received()
10695 nghttp2_stream *stream1, *stream2, *stream3, *stream5; in test_nghttp2_session_change_stream_priority() local
10703 stream1 in test_nghttp2_session_change_stream_priority()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DUniformBufferTest.cpp2534 std::ostringstream stream1; in TEST_P() local
2536 generateArraySizeAndDivisorsDeclaration(stream1, false, true, false); in TEST_P()
2542 stream1.str() + in TEST_P()

Completed in 25 milliseconds