/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | AppletFrame.java | 141 public void setStream(String key, InputStream stream) throws IOException { in setStream() argument
|
/third_party/ltp/testcases/network/xinetd/ |
H A D | xinetd_tests.sh | 47 socket_type = stream
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | code-tracer.h | 64 std::ostream& stream() { in stream() function in v8::internal::final::StreamScope
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_fence.c | 116 fence->timestamp = etna_cmd_stream_timestamp(ctx->stream); in etna_fence_create()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_gs.h | 87 struct draw_vertex_stream stream[TGSI_MAX_VERTEX_STREAMS]; member
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | CsvKeyMarshaller.java | 26 import java.util.stream.Stream;
|
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/ |
H A D | MigrationUtils.java | 26 import java.util.stream.Stream;
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_parser.hpp | 51 const uint32_t *stream(const Instruction &instr) const;
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_termination.c | 84 write_data (void *ptr, size_t size, size_t nmemb, void *stream) in write_data() argument
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffload.h | 65 FT_Stream stream,
|
/third_party/skia/third_party/externals/freetype/src/type42/ |
H A D | t42objs.h | 66 T42_Face_Init( FT_Stream stream,
|
/third_party/skia/tools/ |
H A D | MSKPPlayer.h | 30 /** Make a player from a MSKP stream, or null if stream can't be read as MSKP. */ 31 static std::unique_ptr<MSKPPlayer> Make(SkStreamSeekable* stream);
|
/third_party/skia/tools/debugger/ |
H A D | JsonWriteBuffer.h | 46 size_t writeStream(SkStream* stream, size_t length) override;
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_mosaic_info.h | 96 dng_stream &stream,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os_none.c | 105 int os_fdatasync(FILE *stream) in os_fdatasync() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os_none.c | 105 int os_fdatasync(FILE *stream) in os_fdatasync() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/ |
H A D | svg_dom.cpp | 187 std::stringstream stream; in ParseFillAttr() local 188 stream << std::hex << fillColor_.value().GetValue(); in ParseFillAttr() 189 std::string newValue(stream.str()); in ParseFillAttr()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/ |
H A D | drawing_playback.cpp | 118 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(fPath_.c_str()); in MSKPSrc() local 120 int count = SkMultiPictureDocumentReadPageCount(stream.get()); in MSKPSrc() 128 SkMultiPictureDocumentRead(stream.get(), &fPages_[0], count, &procs); in MSKPSrc()
|
/foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
H A D | ffmpeg_api_wrap.cpp | 187 AVStream *stream = nullptr; in FormatNewStream() local 189 stream = formatNewStreamFunc(s, c); in FormatNewStream() 191 return stream; in FormatNewStream()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/ |
H A D | auxiliary_generator.cpp | 257 static uint32_t CopyToSurfaceBuffer(std::unique_ptr<InputDataStream> &stream, sptr<SurfaceBuffer> &surfaceBuffer) in CopyToSurfaceBuffer() argument 259 uint8_t *src = stream->GetDataPtr(); in CopyToSurfaceBuffer() 260 uint32_t srcSize = stream->GetStreamSize(); in CopyToSurfaceBuffer() 267 IMAGE_LOGD("SurfaceBuffer size: %{public}u, stream size: %{public}u", dstSize, srcSize); in CopyToSurfaceBuffer() 398 IMAGE_LOGE("Convert stream to surface buffer failed! errorCode: %{public}u", errorCode); in GenerateJpegAuxiliaryPicture()
|
/kernel/linux/linux-5.10/sound/soc/atmel/ |
H A D | atmel-i2s.c | 275 bool is_playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); in atmel_i2s_prepare() 327 bool is_playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); in atmel_i2s_hw_params() 480 bool is_playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); in atmel_i2s_trigger()
|
/kernel/linux/linux-5.10/sound/soc/hisilicon/ |
H A D | hi6210-i2s.c | 425 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in hi6210_i2s_hw_params() 482 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) in hi6210_i2s_trigger() 489 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) in hi6210_i2s_trigger()
|
/kernel/linux/linux-5.10/sound/soc/pxa/ |
H A D | mmp-sspa.c | 265 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in mmp_sspa_hw_params() 290 * stream, do not enable again. in mmp_sspa_trigger() 295 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in mmp_sspa_trigger() 306 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in mmp_sspa_trigger() 309 /* have no capture stream, disable rx port */ in mmp_sspa_trigger() 422 "can't change hardware dai format: stream is in use\n"); in mmp_sspa_open()
|
/kernel/linux/linux-5.10/sound/soc/jz4740/ |
H A D | jz4740-i2s.c | 149 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in jz4740_i2s_startup() 202 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in jz4740_i2s_trigger() 304 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in jz4740_i2s_hw_params()
|
/kernel/linux/linux-5.10/sound/soc/qcom/ |
H A D | sdm845.c | 60 substream->stream); in sdm845_slim_snd_hw_params() 75 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in sdm845_slim_snd_hw_params() 106 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in sdm845_tdm_snd_hw_params()
|