Home
last modified time | relevance | path

Searched refs:stream (Results 2026 - 2050 of 2392) sorted by relevance

1...<<81828384858687888990>>...96

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormat.java579 * Describes the version of <code>DateFormat</code> present on the stream.
1897 * the stream was written by a pre-ICU-53 version,
1902 private void readObject(ObjectInputStream stream) in readObject() argument
1905 stream.defaultReadObject(); in readObject()
H A DDecimalFormatSymbols.java1537 private void readObject(ObjectInputStream stream) in readObject() argument
1543 stream.defaultReadObject(); in readObject()
1556 // Although we read the exponential field on stream to create the in readObject()
1933 * Describes the version of <code>DecimalFormatSymbols</code> present on the stream.
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DOlsonTimeZone.java1222 // object stream serialized by ICU 4.4+. However, such implementation will
1227 // deserialize object stream created by ICU 4.4+. Yoshito -Feb 22, 2010
1232 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { in readObject() argument
1233 stream.defaultReadObject(); in readObject()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateFormat.java536 * Describes the version of <code>DateFormat</code> present on the stream.
1771 * the stream was written by a pre-ICU-53 version,
1776 private void readObject(ObjectInputStream stream) in readObject() argument
1779 stream.defaultReadObject(); in readObject()
H A DDecimalFormatSymbols.java1433 private void readObject(ObjectInputStream stream) in readObject() argument
1439 stream.defaultReadObject(); in readObject()
1452 // Although we read the exponential field on stream to create the in readObject()
1809 * Describes the version of <code>DecimalFormatSymbols</code> present on the stream.
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java738 public static byte[] readToEOS(InputStream stream) { in readToEOS() argument
751 int n = stream.read(buffer, pos, length - pos); in readToEOS()
853 * The input stream.
867 * The input stream.
/third_party/libuv/src/unix/
H A Dos390.c839 uv_stream_t* stream; in uv__io_poll() local
849 stream= container_of(w, uv_stream_t, io_watcher); in uv__io_poll()
/third_party/node/src/
H A Djsvm.h2255 * @brief This function stops the CPU profiler and output to the stream.
2259 * @param stream: The output stream callback for receiving the data.
2260 * @param streamData: Optional data to be passed to the stream callback.
2266 JSVM_OutputStream stream,
2270 * @brief This funciton takes the current heap snapshot and output to the stream.
2273 * @param stream: The output stream callback for receiving the data.
2274 * @param streamData: Optional data to be passed to the stream callback.
2279 JSVM_OutputStream stream,
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_instance.c579 const struct VkCommandStreamDescriptionMESA stream = { in vn_instance_get_reply_shmem_locked() local
583 vn_encode_vkSetReplyCommandStreamMESA(&local_enc, 0, &stream); in vn_instance_get_reply_shmem_locked()
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzdump.c319 usage(FILE * const stream, const int status) in usage() argument
321 (void) fprintf(stream, in usage()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.h317 SnapshotObjectId PushHeapObjectsStats(OutputStream* stream,
662 void Serialize(v8::OutputStream* stream);
H A Dheap-snapshot-generator.cc41 #include "src/profiler/output-stream-writer.h"
647 SnapshotObjectId HeapObjectsMap::PushHeapObjectsStats(OutputStream* stream, in PushHeapObjectsStats() argument
651 int prefered_chunk_size = stream->GetChunkSize(); in PushHeapObjectsStats()
674 OutputStream::WriteResult result = stream->WriteHeapStatsChunk( in PushHeapObjectsStats()
683 OutputStream::WriteResult result = stream->WriteHeapStatsChunk( in PushHeapObjectsStats()
687 stream->EndOfStream(); in PushHeapObjectsStats()
2699 void HeapSnapshotJSONSerializer::Serialize(v8::OutputStream* stream) { in Serialize() argument
2705 writer_ = new OutputStreamWriter(stream); in Serialize()
/third_party/node/deps/uv/src/unix/
H A Dos390.c829 uv_stream_t* stream; in uv__io_poll() local
839 stream= container_of(w, uv_stream_t, io_watcher); in uv__io_poll()
/third_party/python/Lib/
H A Dos.py1001 def __init__(self, stream, proc):
1002 self._stream = stream
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/
H A Dlangsvr.go81 stream := jsonrpc2.NewHeaderStream(rSpy{"IDE", os.Stdin}, wSpy{"LS", os.Stdout})
85 s.ctx, s.conn, s.client = lsp.NewServer(context.Background(), stream, &s)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
H A Dlangsvr.go81 stream := jsonrpc2.NewHeaderStream(rSpy{"IDE", os.Stdin}, wSpy{"LS", os.Stdout})
85 s.ctx, s.conn, s.client = lsp.NewServer(context.Background(), stream, &s)
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzdump.c325 usage(FILE * const stream, const int status) in usage() argument
327 (void) fprintf(stream, in usage()
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdfdrivr.c349 BDF_Face_Init( FT_Stream stream, in FT_CALLBACK_DEF()
376 error = bdf_load_font( stream, memory, &options, &font ); in FT_CALLBACK_DEF()
/third_party/spirv-tools/utils/vscode/src/
H A Dlangsvr.go81 stream := jsonrpc2.NewHeaderStream(rSpy{"IDE", os.Stdin}, wSpy{"LS", os.Stdout})
85 s.ctx, s.conn, s.client = lsp.NewServer(context.Background(), stream, &s)
/third_party/skia/tools/viewer/
H A DViewer.cpp1485 SkFILEWStream stream("sample_app.skp"); in drawSlide()
1486 picture->serialize(&stream); in drawSlide()
2686 SkDynamicMemoryWStream stream; in drawImGui()
2687 program->dump(&stream); in drawImGui()
2688 auto dumpData = stream.detachAsData(); in drawImGui()
2695 program->disassemble(&stream); in drawImGui()
2696 auto asmData = stream.detachAsData(); in drawImGui()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h420 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
573 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
967 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
1151 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
1315 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
1660 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
1816 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
2249 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
2425 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
2589 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) cons
[all...]
/third_party/ffmpeg/libavformat/
H A Dmux.c508 "Timestamps are unset in a packet for stream %d. " in compute_muxer_pkt_fields()
550 "Application provided invalid, non monotonically increasing dts to muxer in stream %d: %s >= %s\n", in compute_muxer_pkt_fields()
556 "pts (%s) < dts (%s) in stream %d\n", in compute_muxer_pkt_fields()
595 av_log(s, AV_LOG_WARNING, "Packet with invalid duration %"PRId64" in stream %d\n", in guess_pkt_duration()
679 "pts %s in stream %d.\n" in handle_avoid_negative_ts()
689 "timestamp %s in stream %d.\n" in handle_avoid_negative_ts()
748 av_log(s, AV_LOG_ERROR, "Invalid packet stream index: %d\n", in check_packet()
754 av_log(s, AV_LOG_ERROR, "Received a packet for an attachment stream.\n"); in check_packet()
780 "Timestamps are unset in a packet for stream %d\n", st->index); in prepare_input_packet()
791 "dts to muxer in stream in prepare_input_packet()
1061 ff_interleaved_peek(AVFormatContext *s, int stream) ff_interleaved_peek() argument
1303 av_get_output_timestamp(struct AVFormatContext *s, int stream, int64_t *dts, int64_t *wall) av_get_output_timestamp() argument
[all...]
/third_party/astc-encoder/Source/
H A Dastcenccli_toplevel.cpp205 std::istringstream stream(target); in is_float()
208 stream >> std::noskipws >> test; in is_float()
211 return stream.eof() && !stream.fail(); in is_float()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc588 static void VPrintHelper(FILE* stream, const char* format, va_list args) { in VPrintHelper() argument
589 if ((stream == stdout || stream == stderr) && !HasConsole()) { in VPrintHelper()
597 vfprintf(stream, format, args); in VPrintHelper()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp375 unsigned stream = ctx->gfx_pipeline_state.so_info.output[i].stream; in has_stream_out_for_streams() local
376 if (((1 << stream) & mask) && in has_stream_out_for_streams()
377 ctx->so_buffer_views[stream].SizeInBytes) in has_stream_out_for_streams()

Completed in 66 milliseconds

1...<<81828384858687888990>>...96