Home
last modified time | relevance | path

Searched +defs:is +defs:stream (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_export.cpp114 Instr::Pointer ExportInstr::from_string(std::istream& is, ValueFactory& vf) in from_string()
119 Instr::Pointer ExportInstr::last_from_string(std::istream& is, ValueFactory &vf) in last_from_string()
126 ExportInstr::Pointer ExportInstr::from_string_impl(std::istream& is, ValueFactory &vf) in from_string_impl()
246 auto ScratchIOInstr::from_string(std::istream& is, ValueFactory &vf) -> Pointer in from_string()
297 int stream): in StreamOutInstr()
423 void MemRingOutInstr::patch_ring(int stream, PRegister index) in patch_ring()
458 auto MemRingOutInstr::from_string(std::istream& is, ValueFactory &vf) -> Pointer in from_string()
497 EmitVertexInstr::EmitVertexInstr(int stream, bool cut): in EmitVertexInstr()
531 auto EmitVertexInstr::from_string(std::istream& is, bool cut) -> Pointer in from_string()
537 int stream; in from_string() local
[all …]
Dsfn_shader_gs.cpp218 int stream = nir_intrinsic_stream_id(instr); in emit_vertex() local
373 bool GeometryShader::read_prop(std::istream& is) in read_prop()
Dsfn_shader_vs.cpp296 bool VertexExportForFs::emit_stream(int stream) in emit_stream()
560 bool VertexShader::read_prop(std::istream& is) in read_prop()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmphandshake.c142 gst_rtmp_client_handshake (GIOStream * stream, gboolean strict, in gst_rtmp_client_handshake()
176 GIOStream *stream = g_task_get_source_object (task); in client_handshake1_done() local
177 GInputStream *is = g_io_stream_get_input_stream (stream); in client_handshake1_done() local
220 GInputStream *is = G_INPUT_STREAM (source); in client_handshake2_done() local
222 GIOStream *stream = g_task_get_source_object (task); in client_handshake2_done() local
306 gst_rtmp_client_handshake_finish (GIOStream * stream, GAsyncResult * result, in gst_rtmp_client_handshake_finish()
Drtmputils.c55 gst_rtmp_input_stream_read_all_bytes_async (GInputStream * stream, gsize count, in gst_rtmp_input_stream_read_all_bytes_async()
78 GInputStream *is = G_INPUT_STREAM (source); in read_all_bytes_done() local
101 gst_rtmp_input_stream_read_all_bytes_finish (GInputStream * stream, in gst_rtmp_input_stream_read_all_bytes_finish()
109 gst_rtmp_output_stream_write_all_bytes_async (GOutputStream * stream, in gst_rtmp_output_stream_write_all_bytes_async()
152 gst_rtmp_output_stream_write_all_bytes_finish (GOutputStream * stream, in gst_rtmp_output_stream_write_all_bytes_finish()
187 gst_rtmp_output_stream_write_all_buffer_async (GOutputStream * stream, in gst_rtmp_output_stream_write_all_buffer_async()
243 gst_rtmp_output_stream_write_all_buffer_finish (GOutputStream * stream, in gst_rtmp_output_stream_write_all_buffer_finish()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dpcg_engine_test.cc133 std::wistringstream is; in TYPED_TEST() local
148 std::stringstream stream; in TYPED_TEST() local
200 std::wistringstream is; in TYPED_TEST() local
463 std::ostringstream stream; in TEST() local
476 std::istringstream stream( in TEST() local
614 std::ostringstream stream; in TEST() local
629 std::istringstream stream( in TEST() local
Dranden_engine_test.cc134 std::wistringstream is; in TYPED_TEST() local
149 std::stringstream stream; in TYPED_TEST() local
201 std::wistringstream is; in TYPED_TEST() local
595 std::ostringstream stream; in TEST() local
608 std::istringstream stream( in TEST() local
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_debug.c56 i915_debug_init(struct i915_screen *is) in i915_debug_init()
68 debug(struct debug_stream *stream, const char *name, unsigned len) in debug()
139 debug_prim(struct debug_stream *stream, const char *name, bool dump_floats, in debug_prim()
163 debug_program(struct debug_stream *stream, const char *name, unsigned len) in debug_program()
184 debug_chain(struct debug_stream *stream, const char *name, unsigned len) in debug_chain()
207 debug_variable_length_prim(struct debug_stream *stream) in debug_variable_length_prim()
230 BITS(struct debug_stream *stream, unsigned dw, unsigned hi, unsigned lo, in BITS()
255 FLAG(struct debug_stream *stream, unsigned dw, unsigned bit, const char *fmt, in FLAG()
271 debug_load_immediate(struct debug_stream *stream, const char *name, in debug_load_immediate()
375 debug_load_indirect(struct debug_stream *stream, const char *name, unsigned len) in debug_load_indirect()
[all …]
/third_party/flutter/skia/platform_tools/android/apps/skottie/src/main/cpp/
Dnative-lib.cpp108 jlong runner, jobject is, in Java_org_skia_skottie_SkottieRunner_00024SkottieAnimationImpl_nCreateProxy()
115 std::unique_ptr<SkStream> stream(CopyJavaInputStream(env, is, storage)); in Java_org_skia_skottie_SkottieRunner_00024SkottieAnimationImpl_nCreateProxy() local
/third_party/ffmpeg/fftools/
Dffplay.c975 static void video_image_display(VideoState *is) in video_image_display()
1205 static void stream_component_close(VideoState *is, int stream_index) in stream_component_close()
1262 static void stream_close(VideoState *is) in stream_close()
1299 static void do_exit(VideoState *is) in do_exit()
1337 static int video_open(VideoState *is) in video_open()
1361 static void video_display(VideoState *is) in video_display()
1423 static int get_master_sync_type(VideoState *is) { in get_master_sync_type()
1440 static double get_master_clock(VideoState *is) in get_master_clock()
1458 static void check_external_clock_speed(VideoState *is) { in check_external_clock_speed()
1473 static void stream_seek(VideoState *is, int64_t pos, int64_t rel, int seek_by_bytes) in stream_seek()
[all …]
/third_party/json/include/nlohmann/detail/input/
Dinput_adapters.hpp121 std::istream* is = nullptr; member in nlohmann::detail::input_stream_adapter
418 inline input_stream_adapter input_adapter(std::istream& stream) in input_adapter()
423 inline input_stream_adapter input_adapter(std::istream&& stream) in input_adapter()
/third_party/json/test/src/
Dunit-regression1.cpp889 std::ifstream stream("test.json", std::ifstream::in); variable
1415 std::ifstream is; variable
1428 std::ifstream is; variable
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
DStableAPI.java218 InputStream stream = null; in loadStream() local
781 Transformer makeTransformer(InputStream is, String name) { in makeTransformer()
/third_party/rust/crates/log/src/kv/
Dvalue.rs301 pub fn is<T: 'static>(&self) -> bool { in is() method
426 fn stream(&self, stream: &mut self::sval::value::Stream) -> self::sval::value::Result { in stream() method
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustBufferAccessWithVariablePointersTests.cpp532 std::stringstream stream; in str() local
853 const char is = '='; in MakeShader() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
DvktRobustBufferAccessWithVariablePointersTests.cpp532 std::stringstream stream; in str() local
853 const char is = '='; in MakeShader() local
/third_party/json/single_include/nlohmann/
Djson.hpp5448 std::istream* is = nullptr; member in nlohmann::detail::input_stream_adapter
5745 inline input_stream_adapter input_adapter(std::istream& stream) in input_adapter()
5750 inline input_stream_adapter input_adapter(std::istream&& stream) in input_adapter()
13529 std::basic_ostream<CharType>& stream; member in nlohmann::detail::output_stream_adapter
/third_party/typescript/lib/
Dlib.dom.d.ts456 is?: string; property
745 stream?: MediaStream; property
1855 stream?: boolean; property
2613 stream(): ReadableStream; method
10389 readonly stream: MediaStream; property
10429 readonly stream: MediaStream | null; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts436 is?: string; property
725 stream?: MediaStream; property
1835 stream?: boolean; property
2593 stream(): ReadableStream; method
10369 readonly stream: MediaStream; property
10409 readonly stream: MediaStream | null; property
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp26106 enum class io_errc { stream = 1 }; enumerator
28002 is(mask __m, char_type __c) const in is() function in std::__ctype_abstract_base
28006 is(const char_type *__lo, const char_type *__hi, mask *__vec) const in is() function in std::__ctype_abstract_base
28484 is(mask __m, char __c) const in is() function in std::ctype
28489 is(const char* __low, const char* __high, mask* __vec) const in is() function in std::ctype
47054 bool is() const { in is() function in mozilla::Variant
50917 bool is() const { return kind() == JS::MapTypeToTraceKind<T>::kind; } in is() function in JS::GCCellPtr
73533 friend std::ostream& operator<<(std::ostream& stream, const BasePoint<T, Sub, Coord>& aPoint) { in operator <<()
75636 friend std::ostream& operator<<(std::ostream& stream, in operator <<()
81681 static nsIAtom* is; member in nsGkAtoms
[all …]