Home
last modified time | relevance | path

Searched refs:stream (Results 1926 - 1950 of 2446) sorted by relevance

1...<<71727374757677787980>>...98

/third_party/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc999 std::ostream& operator<<(std::ostream& stream, const CustomStruct& val) { in operator <<() argument
1000 stream << val.x; in operator <<()
1001 return stream; in operator <<()
/third_party/googletest/googletest/include/gtest/
H A Dgtest-matchers.h94 ::std::ostream* stream() { return stream_; } in stream() function in testing::MatchResultListener
171 // listener->stream() may be NULL.
371 -> decltype(P::Get(m).MatchAndExplain(value, listener->stream())) { in MatchAndExplain()
372 return P::Get(m).MatchAndExplain(value, listener->stream()); in MatchAndExplain()
/third_party/libuv/src/win/
H A Dprocess.c1130 fdopt->data.stream->type == UV_NAMED_PIPE && in uv_spawn()
1131 ((uv_pipe_t*) fdopt->data.stream)->ipc) { in uv_spawn()
1132 ((uv_pipe_t*) fdopt->data.stream)->pipe.conn.ipc_remote_pid = in uv_spawn()
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp573 /* 9.33: fixed. Handlers expect real stream object for files, even for anti-file. in GetStream2()
574 so we return empty stream */ in GetStream2()
736 // we could return NULL as stream, but it's better to return real stream in GetStream2()
995 void CArchiveUpdateCallback::InFileStream_On_Destroy(CInFileStream *stream, UINT_PTR val) in InFileStream_On_Destroy() argument
1000 if (stream->_info_WasLoaded) in InFileStream_On_Destroy()
1002 const CFiTime &ft = ST_MTIME(stream->_info); in InFileStream_On_Destroy()
/third_party/mbedtls/tests/scripts/
H A Dgenerate_test_code.py572 def skip_comments(line, stream):
575 If the line contains an unfinished comment, read more lines from stream
594 continuation = next(stream)
602 line += next(stream)
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc1071 // Object that captures an output stream (stdout/stderr).
1074 // The ctor redirects the stream to a temporary file.
1131 // Restores the original stream.
1141 << " for capturing stream.";
1149 const int fd_; // A stream to capture.
1162 // Starts capturing an output stream (stdout/stderr).
1164 CapturedStream** stream) {
1165 if (*stream != nullptr) {
1169 *stream = new CapturedStream(fd);
1172 // Stops capturing the output stream an
[all...]
/third_party/node/deps/v8/tools/debug_helper/
H A Dget-object-properties.cc653 std::stringstream stream; in GetObjectProperties() local
654 stream << value << " (0x" << std::hex << value << ")"; in GetObjectProperties()
656 stream.str(), kSmi); in GetObjectProperties()
/third_party/node/src/
H A Dspawn_sync.cc256 // same stream at the same time. There's an assert in in OnAlloc()
324 void SyncProcessStdioPipe::ReadCallback(uv_stream_t* stream, in ReadCallback() argument
328 reinterpret_cast<SyncProcessStdioPipe*>(stream->data); in ReadCallback()
966 uv_stdio_containers_[child_fd].data.stream = h->uv_stream(); in AddStdioPipe()
/third_party/node/deps/googletest/src/
H A Dgtest-port.cc1052 // Object that captures an output stream (stdout/stderr).
1055 // The ctor redirects the stream to a temporary file.
1144 // Restores the original stream.
1154 << " for capturing stream.";
1162 const int fd_; // A stream to capture.
1176 // Starts capturing an output stream (stdout/stderr).
1178 CapturedStream** stream) {
1179 if (*stream != nullptr) {
1183 *stream = new CapturedStream(fd);
1186 // Stops capturing the output stream an
[all...]
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-matchers.h95 ::std::ostream* stream() { return stream_; } in stream() function in testing::MatchResultListener
172 // listener->stream() may be NULL.
335 -> decltype(P::Get(m).MatchAndExplain(value, listener->stream())) { in MatchAndExplain()
336 return P::Get(m).MatchAndExplain(value, listener->stream()); in MatchAndExplain()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_vbuf.c669 lp_setup_so_info(struct vbuf_render *vbr, uint stream, uint primitives, uint prim_generated) in lp_setup_so_info() argument
674 lp->so_stats[stream].num_primitives_written += primitives; in lp_setup_so_info()
675 lp->so_stats[stream].primitives_storage_needed += prim_generated; in lp_setup_so_info()
/third_party/node/deps/v8/src/torque/
H A Dinstructions.cc142 std::stringstream stream; in InvalidateTransientTypes() local
143 stream << "type " << **current in InvalidateTransientTypes()
146 *current = TypeOracle::GetTopType(stream.str(), *current); in InvalidateTransientTypes()
/third_party/node/deps/uv/src/win/
H A Dprocess.c1149 fdopt->data.stream->type == UV_NAMED_PIPE && in uv_spawn()
1150 ((uv_pipe_t*) fdopt->data.stream)->ipc) { in uv_spawn()
1151 ((uv_pipe_t*) fdopt->data.stream)->pipe.conn.ipc_remote_pid = in uv_spawn()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesMipmapSparseResidency.cpp602 std::ostringstream stream; in createMipmapSparseResidencyTestsCommon() local
603 stream << imageSize.x() << "_" << imageSize.y() << "_" << imageSize.z(); in createMipmapSparseResidencyTestsCommon()
605 formatGroup->addChild(new MipmapSparseResidencyCase(testCtx, stream.str(), imageType, imageSize, format, useDeviceGroup)); in createMipmapSparseResidencyTestsCommon()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DDirectiveParser.cpp534 std::ostringstream stream; in parseError() local
538 stream << *token; in parseError()
541 mDirectiveHandler->handleError(token->location, stream.str()); in parseError()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Degl_ext_stubs.cpp98 Stream *stream; in CreateStreamKHR() local
99 ANGLE_EGL_TRY_RETURN(thread, display->createStream(attributes, &stream), "eglCreateStreamKHR", in CreateStreamKHR()
103 return static_cast<EGLStreamKHR>(stream); in CreateStreamKHR()
/third_party/skia/src/core/
H A DSkMipmap.cpp832 SkDynamicMemoryWStream stream; in encode_to_data() local
833 if (SkPngEncoder::Encode(&stream, pm, SkPngEncoder::Options())) { in encode_to_data()
834 return stream.detachAsData(); in encode_to_data()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.cpp197 sw::Stream &input = stream[desc.location]; in Inputs()
219 auto &attrib = stream[i]; in bindVertexInputs()
246 auto &attrib = stream[i]; in advanceInstanceAttributes()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DDirectiveParser.cpp605 std::ostringstream stream; in parseError() local
609 stream << *token; in parseError()
612 mDirectiveHandler->handleError(token->location, stream.str()); in parseError()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesMipmapSparseResidency.cpp604 std::ostringstream stream; in createMipmapSparseResidencyTestsCommon() local
605 stream << imageSize.x() << "_" << imageSize.y() << "_" << imageSize.z(); in createMipmapSparseResidencyTestsCommon()
607 formatGroup->addChild(new MipmapSparseResidencyCase(testCtx, stream.str(), "", imageType, imageSize, format, useDeviceGroup)); in createMipmapSparseResidencyTestsCommon()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrStorageImageWriteTests.cpp670 std::ostringstream stream;
671 stream << imageSize.x() << "_" << imageSize.y() << "_" << imageSize.z();
672 de::MovePtr<tcu::TestCaseGroup> sizeGroup(new tcu::TestCaseGroup(testCtx, stream.str().c_str(), ""));
/third_party/vk-gl-cts/modules/egl/
H A DteglGetFrameTimestampsTests.cpp347 std::ostringstream stream; in getConfigIdString() local
352 stream << id; in getConfigIdString()
354 return stream.str(); in getConfigIdString()
/third_party/gn/src/gn/
H A Dfunctions.cc1219 std::stringstream stream;
1225 stream << separator;
1227 stream << strings[i].string_value();
1229 return Value(function, stream.str());
/third_party/alsa-lib/src/pcm/
H A Dpcm_softvol.c961 err = snd_pcm_new(&pcm, SND_PCM_TYPE_SOFTVOL, name, slave->stream, slave->mode); in snd_pcm_softvol_open()
1143 * \param stream Stream type
1152 snd_pcm_stream_t stream, int mode) in _snd_pcm_softvol_open()
1235 err = snd_pcm_open_named_slave(pcmp, name, root, sconf, stream, in _snd_pcm_softvol_open()
1254 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf); in _snd_pcm_softvol_open()
1150 _snd_pcm_softvol_open(snd_pcm_t **pcmp, const char *name, snd_config_t *root, snd_config_t *conf, snd_pcm_stream_t stream, int mode) _snd_pcm_softvol_open() argument
/third_party/alsa-lib/aserver/
H A Daserver.c170 int stream; member
289 err = snd_pcm_open(&pcm, client->name, client->stream, SND_PCM_NONBLOCK); in pcm_shm_open()
783 client->stream = req.stream; in snd_client_open()

Completed in 36 milliseconds

1...<<71727374757677787980>>...98