Home
last modified time | relevance | path

Searched refs:stream (Results 2501 - 2525 of 4260) sorted by relevance

1...<<101102103104105106107108109110>>...171

/third_party/libuv/test/
H A Drunner-win.c220 int process_copy_output(process_info_t* p, FILE* stream) { in process_copy_output() argument
233 print_lines(buf, r, stream); in process_copy_output()
/third_party/mbedtls/tests/scripts/
H A Dgenerate_psa_wrappers.py191 def __init__(self, stream: str) -> None:
193 self.set_stream(stream)
/third_party/mesa3d/src/compiler/glsl/
H A Dir_rvalue_visitor.cpp162 handle_rvalue(&ir->stream); in rvalue_visit()
169 handle_rvalue(&ir->stream); in rvalue_visit()
/third_party/node/deps/v8/tools/ignition/
H A Dbytecode_dispatches_report.py257 with open(program_options.input_filename) as stream:
258 dispatches_table = json.load(stream)
/third_party/node/src/quic/
H A Dbindingdata.h38 V(stream) \
98 V(stream, "Stream") \
/third_party/mesa3d/src/gallium/drivers/r600/
H A Degd_tables.py148 stream = open(filename)
150 for line in stream:
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts.c182 if (ctx->stream != NULL) in aes_xts_cipher()
183 (*ctx->stream)(in, out, inl, ctx->xts.key1, ctx->xts.key2, ctx->base.iv); in aes_xts_cipher()
/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/
H A DMigrationUtilsTest.java33 import java.util.stream.Collectors;
34 import java.util.stream.Stream;
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonTokenizerTest.cs397 Assert.Fail("Expected {0} but reached end of token stream", expectedTokens[i]); in AssertTokensNoReplacement()
404 Assert.Fail("Expected token stream to be exhausted; received {0}", finalToken); in AssertTokensNoReplacement()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DProgramImpl.h79 gl::BinaryInputStream *stream,
81 virtual void save(const gl::Context *context, gl::BinaryOutputStream *stream) = 0;
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo.cpp190 std::istringstream stream(content); in ParseAMDCatalystDriverVersion()
193 while (std::getline(stream, line)) in ParseAMDCatalystDriverVersion()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DProgramGL.h40 gl::BinaryInputStream *stream,
42 void save(const gl::Context *context, gl::BinaryOutputStream *stream) override;
/third_party/skia/src/core/
H A DSkData.cpp208 sk_sp<SkData> SkData::MakeFromStream(SkStream* stream, size_t size) {
210 if (stream->read(data->writable_data(), size) != size) {
H A DSkWriteBuffer.h64 virtual size_t writeStream(SkStream* stream, size_t length) = 0;
126 size_t writeStream(SkStream* stream, size_t length) override;
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.hpp73 inline const sw::Stream &getStream(uint32_t i) const { return stream[i]; } in getStream()
84 sw::Stream stream[sw::MAX_INTERFACE_COMPONENTS / 4]; member
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts.c182 if (ctx->stream != NULL) in aes_xts_cipher()
183 (*ctx->stream)(in, out, inl, ctx->xts.key1, ctx->xts.key2, ctx->base.iv); in aes_xts_cipher()
/third_party/skia/third_party/externals/libgifcodec/
H A DSkGifImageReader.h182 // Build RGBA table using the data stream.
274 // This takes ownership of stream.
275 SkGifImageReader(std::unique_ptr<SkStream> stream) in SkGifImageReader() argument
281 , m_streamBuffer(std::move(stream)) in SkGifImageReader()
305 // Parse incoming GIF data stream into internal data structures.
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dcfftypes.h44 * stream ::
45 * The source input stream.
48 * The position of the first index byte in the input stream.
70 FT_Stream stream; member
340 FT_Stream stream; member
341 FT_Memory memory; /* TODO: take this from stream->memory? */
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_windows.cc204 HANDLE stream; in Exec() member
212 while (ReadFile(thread_args->stream, buf, sizeof(buf), &n, NULL)) { in Exec()
/third_party/skia/tools/viewer/
H A DMSKPSlide.cpp19 MSKPSlide::MSKPSlide(const SkString& name, std::unique_ptr<SkStreamSeekable> stream) in MSKPSlide() argument
20 : fStream(std::move(stream)) { in MSKPSlide()
/third_party/protobuf/src/google/protobuf/
H A Dempty.pb.cc163 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { in _InternalSerialize()
170 _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream); in _InternalSerialize()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_objectwriter.h171 explicit ByteSinkWrapper(io::CodedOutputStream* stream) : stream_(stream) {} in ByteSinkWrapper() argument
/third_party/skia/bench/
H A DSkGlyphCacheBench.cpp238 auto stream = fDataProvider(); variable
241 fTrace = SkTextBlobTrace::CreateBlobTrace(stream.get());
/third_party/vk-gl-cts/modules/egl/
H A DteglClientExtensionTests.cpp149 std::istringstream stream (clientExtesionsStr); in iterate()
152 while (std::getline(stream, extension, ' ')) in iterate()
/third_party/alsa-utils/aplay/
H A Daplay.c113 static snd_pcm_stream_t stream = SND_PCM_STREAM_PLAYBACK; variable
224 "-M, --mmap mmap stream\n" in usage()
283 snd_pcm_stream_name(stream)); in device_list()
305 snd_pcm_info_set_stream(pcminfo, stream); in device_list()
347 filter = stream == SND_PCM_STREAM_CAPTURE ? "Input" : "Output"; in pcm_list()
552 stream = SND_PCM_STREAM_CAPTURE;
558 stream = SND_PCM_STREAM_PLAYBACK;
765 stream = SND_PCM_STREAM_PLAYBACK;
769 stream = SND_PCM_STREAM_CAPTURE;
848 err = snd_pcm_open(&handle, pcm_name, stream, open_mod
[all...]

Completed in 20 milliseconds

1...<<101102103104105106107108109110>>...171