Home
last modified time | relevance | path

Searched defs:stream_ref (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/watchdog/src/
Dwatchdog_fsevents.c62 FSEventStreamRef stream_ref; member
358 watchdog_FSEventStreamCallback(ConstFSEventStreamRef stream_ref, in watchdog_FSEventStreamCallback()
562 FSEventStreamRef stream_ref = NULL; in watchdog_FSEventStreamCreate() local
611 FSEventStreamRef stream_ref = NULL; in watchdog_add_watch() local
759 FSEventStreamRef stream_ref = PyCapsule_GetPointer(value, NULL); in watchdog_flush_events() local
783 FSEventStreamRef stream_ref = PyCapsule_GetPointer(streamref_capsule, NULL); in watchdog_remove_watch() local
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/stream_executor/
H A Dstream_executor_test.cc552 Stream& stream_ref = stream.ThenMemcpy(&dst_data, device_src, size); in TEST_F() local
829 Stream& stream_ref = stream.ThenMemZero(&device_data, size); in TEST_F() local
860 Stream& stream_ref = stream.ThenMemset32(&device_data, 18, size); in TEST_F() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/log-0.4.21/src/kv/
H A Dkey.rs113 fn stream_ref<S: sval::Stream<'a> + ?Sized>(&self, stream: &mut S) -> sval::Result { in stream_ref() method
H A Dvalue.rs252 fn stream_ref<S: sval::Stream<'v> + ?Sized>(&self, stream: &mut S) -> sval::Result { in stream_ref() method
/aosp_15_r20/external/rust/android-crates-io/crates/log/src/kv/
Dkey.rs113 fn stream_ref<S: sval::Stream<'a> + ?Sized>(&self, stream: &mut S) -> sval::Result { in stream_ref() method
Dvalue.rs252 fn stream_ref<S: sval::Stream<'v> + ?Sized>(&self, stream: &mut S) -> sval::Result { in stream_ref() method