/third_party/libuv/test/ |
H A D | runner-win.c | 220 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 D | generate_psa_wrappers.py | 191 def __init__(self, stream: str) -> None: 193 self.set_stream(stream)
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_rvalue_visitor.cpp | 162 handle_rvalue(&ir->stream); in rvalue_visit() 169 handle_rvalue(&ir->stream); in rvalue_visit()
|
/third_party/node/deps/v8/tools/ignition/ |
H A D | bytecode_dispatches_report.py | 257 with open(program_options.input_filename) as stream: 258 dispatches_table = json.load(stream)
|
/third_party/node/src/quic/ |
H A D | bindingdata.h | 38 V(stream) \ 98 V(stream, "Stream") \
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | egd_tables.py | 148 stream = open(filename) 150 for line in stream:
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_xts.c | 182 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 D | MigrationUtilsTest.java | 33 import java.util.stream.Collectors; 34 import java.util.stream.Stream;
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | JsonTokenizerTest.cs | 397 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 D | ProgramImpl.h | 79 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 D | SystemInfo.cpp | 190 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 D | ProgramGL.h | 40 gl::BinaryInputStream *stream, 42 void save(const gl::Context *context, gl::BinaryOutputStream *stream) override;
|
/third_party/skia/src/core/ |
H A D | SkData.cpp | 208 sk_sp<SkData> SkData::MakeFromStream(SkStream* stream, size_t size) { 210 if (stream->read(data->writable_data(), size) != size) {
|
H A D | SkWriteBuffer.h | 64 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 D | Context.hpp | 73 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 D | cipher_aes_xts.c | 182 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 D | SkGifImageReader.h | 182 // 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 D | cfftypes.h | 44 * 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 D | command_windows.cc | 204 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 D | MSKPSlide.cpp | 19 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 D | empty.pb.cc | 163 ::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 D | json_objectwriter.h | 171 explicit ByteSinkWrapper(io::CodedOutputStream* stream) : stream_(stream) {} in ByteSinkWrapper() argument
|
/third_party/skia/bench/ |
H A D | SkGlyphCacheBench.cpp | 238 auto stream = fDataProvider(); variable 241 fTrace = SkTextBlobTrace::CreateBlobTrace(stream.get());
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglClientExtensionTests.cpp | 149 std::istringstream stream (clientExtesionsStr); in iterate() 152 while (std::getline(stream, extension, ' ')) in iterate()
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 113 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...] |