Home
last modified time | relevance | path

Searched defs:stream2 (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_validate.cpp176 dng_file_stream stream2 (gDumpStage1.Get (), true); in dng_validate() local
216 dng_file_stream stream2 (gDumpStage2.Get (), true); in dng_validate() local
272 dng_file_stream stream2 (gDumpStage3.Get (), true); in dng_validate() local
399 dng_file_stream stream2 (gDumpDNG.Get (), true); in dng_validate() local
472 dng_file_stream stream2 (gDumpTIF.Get (), true); in dng_validate() local
/third_party/skia/tests/
DStreamTest.cpp75 std::unique_ptr<SkStreamAsset> stream2(stream.duplicate()); in test_filestreams() local
85 std::unique_ptr<SkStreamAsset> stream2(stream.duplicate()); in test_filestreams() local
113 std::unique_ptr<SkStreamAsset> stream2(stream->duplicate()); in TestWStream() local
136 std::unique_ptr<SkStreamAsset> stream2(stream->duplicate()); in TestWStream() local
524 SkFILEStream stream2(file); in DEF_TEST() local
/third_party/node/test/parallel/
Dtest-fs-promises-file-handle-writeFile.js52 const stream2 = Readable.from(['ümlaut', ' ', 'sechzig']); constant
Dtest-fs-promises-writefile.js19 const stream2 = Readable.from(['ümlaut', ' ', 'sechzig']); constant
/third_party/curl/src/
Dtool_writeout.c623 FILE *stream2; in ourWriteOut() local
/third_party/skia/third_party/externals/freetype/src/base/
Dftrfork.c842 FT_Stream stream2; in raccess_guess_linux_double_from_file_name() local
Dftobjs.c2297 FT_Stream stream2 = NULL; in load_face_in_embedded_rfork() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTransformFeedbackOverflowQueryTests.cpp1173 …void verifyQueryResults(GLboolean any, GLboolean stream0, GLboolean stream1, GLboolean stream2 = G… in verifyQueryResults()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DUniformBufferTest.cpp2535 std::ostringstream stream2; in TEST_P() local
/third_party/nghttp2/tests/
Dnghttp2_session_test.c3683 nghttp2_stream *stream1, *stream2; in test_nghttp2_session_on_settings_received() local
10695 nghttp2_stream *stream1, *stream2, *stream3, *stream5; in test_nghttp2_session_change_stream_priority() local
10847 nghttp2_stream *stream2, *stream4, *stream8, *stream10; in test_nghttp2_session_create_idle_stream() local
/third_party/node/deps/undici/
Dundici.js622 function isDestroyed(stream2) { argument
626 function isReadableAborted(stream2) { argument
631 function destroy(stream2, err) { argument