/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__fwd/ |
D | ios.h | 34 using streamoff = long int; // for char_traits in <string> variable 36 using streamoff = long long; // for char_traits in <string> variable
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__fwd/ |
H A D | ios.h | 34 using streamoff = long int; // for char_traits in <string> variable 36 using streamoff = long long; // for char_traits in <string> variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__fwd/ |
D | ios.h | 34 using streamoff = long int; // for char_traits in <string> variable 36 using streamoff = long long; // for char_traits in <string> variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__fwd/ |
D | ios.h | 34 using streamoff = long int; // for char_traits in <string> variable 36 using streamoff = long long; // for char_traits in <string> variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__fwd/ |
D | ios.h | 36 using streamoff = long int; // for char_traits in <string> variable 38 using streamoff = long long; // for char_traits in <string> variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__fwd/ |
D | ios.h | 36 using streamoff = long int; // for char_traits in <string> variable 38 using streamoff = long long; // for char_traits in <string> variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__ios/ |
D | fpos.h | 31 _LIBCPP_HIDE_FROM_ABI operator streamoff() const { return __off_; } in streamoff() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__ios/ |
D | fpos.h | 31 _LIBCPP_HIDE_FROM_ABI operator streamoff() const { return __off_; } in streamoff() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__ios/ |
H A D | fpos.h | 31 _LIBCPP_HIDE_FROM_ABI operator streamoff() const { return __off_; } in streamoff() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__ios/ |
D | fpos.h | 31 _LIBCPP_HIDE_FROM_ABI operator streamoff() const { return __off_; } in streamoff() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__ios/ |
D | fpos.h | 31 _LIBCPP_HIDE_FROM_ABI operator streamoff() const { return __off_; } in streamoff() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__ios/ |
D | fpos.h | 31 _LIBCPP_HIDE_FROM_ABI operator streamoff() const { return __off_; } in streamoff() function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
D | postypes.h | 88 typedef long streamoff; in _GLIBCXX_VISIBILITY() typedef
|
D | ios_base.h | 410 typedef std::streamoff streamoff; in _GLIBCXX_VISIBILITY() typedef
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/ |
D | postypes.h | 88 typedef long streamoff; in _GLIBCXX_VISIBILITY() typedef
|
D | ios_base.h | 410 typedef std::streamoff streamoff; in _GLIBCXX_VISIBILITY() typedef
|
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/ioctl/ |
D | streamon.rs | 65 pub fn streamoff(fd: &impl AsRawFd, queue: QueueType) -> Result<(), StreamOffError> { in streamoff() function
|
/aosp_15_r20/external/virtio-media/device/src/devices/ |
H A D | simple_device.rs | 518 fn streamoff(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamoff() function
|
H A D | video_decoder.rs | 1050 fn streamoff(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamoff() function
|
H A D | v4l2_device_proxy.rs | 691 fn streamoff(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamoff() function
|
/aosp_15_r20/external/v4l2_codec2/v4l2/ |
H A D | V4L2Device.cpp | 1049 bool V4L2Queue::streamoff() { in streamoff() function in android::V4L2Queue
|
/aosp_15_r20/external/virtio-media/device/src/ |
H A D | ioctl.rs | 252 fn streamoff(&mut self, session: &mut Self::Session, queue: QueueType) -> IoctlResult<()> { in streamoff() method
|