/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
H A D | JsonFormat.java | 45 import com.google.gson.stream.JsonReader; 645 /** Print text to the output stream. */ 683 /** Print text to the output stream. */
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree_test.cc | 95 *result_listener->stream()); in MATCHER_P()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/ |
H A D | audio_policy_service.cpp | 483 // Waiting for 1000000 μs. Ensure that the playback/recording stream is restored first in RecoveryPreferredDevices() 801 // Load volume from KvStore and set volume for each stream type in SetVolumeForSwitchDevice() 928 "Getting offload stream", sessionId, CallingUid, streamType); in OffloadStreamSetCheck() 934 AUDIO_DEBUG_LOG("sessionId[%{public}d] try get offload stream", sessionId); in OffloadStreamSetCheck() 937 "failed to offload stream", sessionId, CallingUid, streamType); in OffloadStreamSetCheck() 944 AUDIO_DEBUG_LOG("sessionId[%{public}d] is already get offload stream", sessionId); in OffloadStreamSetCheck() 975 AUDIO_DEBUG_LOG("sessionId[%{public}d] release offload stream", sessionId); in OffloadStreamReleaseCheck() 978 AUDIO_DEBUG_LOG("sessionId[%{public}d] stopping stream not get offload, current offload [%{public}d]", in OffloadStreamReleaseCheck() 981 AUDIO_DEBUG_LOG("sessionId[%{public}d] stopping stream not get offload, current offload stream i in OffloadStreamReleaseCheck() [all...] |
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 5288 // clear stream flags; we use underlying streambuf I/O, do not 5327 /// the associated input stream 5625 inline input_stream_adapter input_adapter(std::istream& stream) 5627 return input_stream_adapter(stream); 5630 inline input_stream_adapter input_adapter(std::istream&& stream) 5632 return input_stream_adapter(stream); 8424 @param[in] element_type_parse_position The position in the input stream, 13231 : stream(s) 13236 stream.put(c); 13242 stream [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 2851 tc_dump_debug_state(struct pipe_context *_pipe, FILE *stream, in tc_dump_debug_state() argument 2858 pipe->dump_debug_state(pipe, stream, flags); in tc_dump_debug_state()
|
/third_party/toybox/toys/pending/ |
H A D | awk.c | 304 ssize_t getline(char **lineptr, size_t *n, FILE *stream); 305 ssize_t getdelim(char ** restrict lineptr, size_t * restrict n, int delimiter, FILE *stream); 4111 // 0 tklt: (nothing) from named file in 'stream' in interpx() 4112 // 1 tklt: (lvalue) from named file in 'stream' in interpx() 4113 // 0 tkpipe: (nothing) from piped command in 'stream' in interpx() 4114 // 1 tkpipe: (lvalue) from piped command in 'stream' in interpx() 4118 // stream is name of file or pipe in interpx()
|
/third_party/python/Lib/test/ |
H A D | test_subprocess.py | 1512 for stream in ('stdout', 'stderr'): 1513 kw = {stream: subprocess.PIPE}
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 301 std::ostringstream stream; in usageToName() local 309 stream << "_"; in usageToName() 313 stream << usageNames[usageNdx].name; in usageToName() 317 return stream.str(); in usageToName()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryPipelineBarrierTests.cpp | 301 std::ostringstream stream; in usageToName() local 309 stream << "_"; in usageToName() 313 stream << usageNames[usageNdx].name; in usageToName() 317 return stream.str(); in usageToName()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 864 std::stringstream stream; in DumpSimplifyCommonInfo() local 865 stream << std::fixed << std::setprecision(DEFAULT_PRECISION) << offset.GetX() << "," << offset.GetY(); in DumpSimplifyCommonInfo() 866 json->Put("Offset", stream.str().c_str()); in DumpSimplifyCommonInfo()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 1828 my ($stream, $type) = @_; 1831 my $var = '_' x length($stream); 1832 my $cur = $stream; 1834 print "$stream\n" if ($dbg_values > 1);
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 2072 my ($stream, $type) = @_; 2075 my $var = '_' x length($stream); 2076 my $cur = $stream; 2078 print "$stream\n" if ($dbg_values > 1);
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 2010 my ($stream, $type) = @_; 2013 my $var = '_' x length($stream); 2014 my $cur = $stream; 2016 print "$stream\n" if ($dbg_values > 1);
|
/third_party/vixl/src/aarch64/ |
H A D | disasm-aarch64.cc | 7272 unsigned stream = instr->GetPrefetchStream(); in Disassembler() local 7284 VIXL_ASSERT(stream < ArrayLength(stream_options)); in Disassembler() 7288 stream_options[stream]); in Disassembler()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_to_string.hpp | 3516 std::stringstream stream; in toHexString() 3517 stream << std::hex << value; in toHexString() 3518 return stream.str(); in toHexString()
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_enc.c | 1226 mfc_debug(2, "Encoded stream size: %d\n", strm_size); in enc_post_frame_start() 2308 mfc_debug(2, "EOS: marking last buffer of stream\n"); in vidioc_encoder_cmd() 2447 ctx->dst_bufs[i].cookie.stream = in s5p_mfc_buf_init()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_enc.c | 1226 mfc_debug(2, "Encoded stream size: %d\n", strm_size); in enc_post_frame_start() 2306 mfc_debug(2, "EOS: marking last buffer of stream\n"); in vidioc_encoder_cmd() 2445 ctx->dst_bufs[i].cookie.stream = in s5p_mfc_buf_init()
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | ice1712.c | 910 if (substream->stream != SNDRV_PCM_STREAM_PLAYBACK) in snd_ice1712_pro_trigger()
|
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8188/ |
H A D | mt8188-afe-pcm.c | 400 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) { in mt8188_afe_fe_trigger()
|
/third_party/ffmpeg/libavcodec/ |
H A D | nvenc.c | 705 ctx->cu_stream = cuda_device_hwctx->stream; in nvenc_setup_device()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_variables.c | 1292 var_data->stream = dec->operands[0]; in apply_var_decoration()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | sink-input.c | 36 #include <pulsecore/stream-util.h> 443 * final channel map of the stream in case data->channel_map gets in pa_sink_input_new() 465 /* Don't restore (or save) stream volume for passthrough streams and in pa_sink_input_new() 485 * stream channel map, so remapping may be needed. */ in pa_sink_input_new() 504 pa_log_debug("Could not update sink sample spec to match passthrough stream"); in pa_sink_input_new() 1005 /* If the channel maps of the sink and this stream differ, we need in pa_sink_input_peek() 2019 /* Ok, so this is a regular stream, and flat volume is enabled. The in update_volume_due_to_moving() 2035 /* Ok, so this is a regular stream, and flat volume is disabled. in update_volume_due_to_moving() 2170 pa_log_debug("New sink doesn't support stream format, sending format-changed and killing"); in pa_sink_input_finish_move() 2726 * This is called when e.g. module-stream [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | TextureGL.cpp | 1317 egl::Stream *stream, in setImageExternal() 1315 setImageExternal(const gl::Context *context, gl::TextureType type, egl::Stream *stream, const egl::Stream::GLTextureDescription &desc) setImageExternal() argument
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_msl.cpp | 1589 auto ops = stream(i); in extract_global_variables_from_function() 7513 auto ops = stream(instruction); in emit_instruction() 8384 auto *ops = stream(i); 9958 auto *ops = stream(i); 13623 const uint32_t *ops = stream(i);
|
/third_party/mesa3d/src/mesa/main/ |
H A D | dlist.c | 6033 save_DrawTransformFeedbackStream(GLenum mode, GLuint name, GLuint stream) in save_DrawTransformFeedbackStream() argument 6042 n[3].ui = stream; in save_DrawTransformFeedbackStream() 6045 CALL_DrawTransformFeedbackStream(ctx->Exec, (mode, name, stream)); in save_DrawTransformFeedbackStream() 6069 GLuint stream, GLsizei primcount) in save_DrawTransformFeedbackStreamInstanced() 6078 n[3].ui = stream; in save_DrawTransformFeedbackStreamInstanced() 6082 CALL_DrawTransformFeedbackStreamInstanced(ctx->Exec, (mode, name, stream, in save_DrawTransformFeedbackStreamInstanced() 6068 save_DrawTransformFeedbackStreamInstanced(GLenum mode, GLuint name, GLuint stream, GLsizei primcount) save_DrawTransformFeedbackStreamInstanced() argument
|