/third_party/googletest/googletest/test/ |
H A D | googletest-param-test-test.cc | 999 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 D | gtest-matchers.h | 94 ::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 D | process.c | 1130 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 D | UpdateCallback.cpp | 573 /* 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 D | generate_test_code.py | 572 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 D | gtest-port.cc | 1071 // 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 D | get-object-properties.cc | 653 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 D | spawn_sync.cc | 256 // 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 D | gtest-port.cc | 1052 // 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 D | gtest-matchers.h | 95 ::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 D | lp_setup_vbuf.c | 669 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 D | instructions.cc | 142 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 D | process.c | 1149 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 D | vktSparseResourcesMipmapSparseResidency.cpp | 602 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 D | DirectiveParser.cpp | 534 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 D | egl_ext_stubs.cpp | 98 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 D | SkMipmap.cpp | 832 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 D | Context.cpp | 197 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 D | DirectiveParser.cpp | 605 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 D | vktSparseResourcesMipmapSparseResidency.cpp | 604 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 D | vktYCbCrStorageImageWriteTests.cpp | 670 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 D | teglGetFrameTimestampsTests.cpp | 347 std::ostringstream stream; in getConfigIdString() local 352 stream << id; in getConfigIdString() 354 return stream.str(); in getConfigIdString()
|
/third_party/gn/src/gn/ |
H A D | functions.cc | 1219 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 D | pcm_softvol.c | 961 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 D | aserver.c | 170 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()
|