/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
H A D | read_task.rs | 47 pub(crate) fn new(reader: &'a mut R, buf: &'a mut [u8]) -> ReadTask<'a, R> { in new() argument 87 pub(crate) fn new(reader: &'a mut R, buf: &'a mut Vec<u8>) -> ReadToEndTask<'a, R> { in new() argument 99 mut reader: &mut R, in poll_read_to_end() 158 pub(crate) fn new(reader: &'a mut R, dst: &'a mut String) -> ReadToStringTask<'a, R> { in new() argument 232 pub(crate) fn new(reader: &'a mut R, buf: &'a mut [u8]) -> ReadExactTask<'a, R> { in new() argument 282 pub(crate) fn new(reader: &'a mut R, delim: u8, buf: &'a mut Vec<u8>) -> ReadUtilTask<'a, R> { in new() argument 294 mut reader: &mut R, in poll_read_until() 350 pub(crate) fn new(reader: &'a mut R, buf: &'a mut String) -> ReadLineTask<'a, R> { in new() argument 392 pub(crate) fn new(reader: R, delim: u8) -> SplitTask<R> { in new() 436 pub(crate) fn new(reader: R) -> LinesTask<R> { in new()
|
H A D | async_buf_read.rs | 167 impl<R: AsyncBufRead + ?Sized> AsyncBufReadExt for R {} implementation
|
H A D | async_read.rs | 223 impl<R: AsyncRead + ?Sized> AsyncReadExt for R {} implementation
|
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/ |
H A D | builder.rs | 61 pub fn reader<R: AsyncRead>(self, reader: R) -> UploaderBuilder<WantsOperator<R>> { in reader() method 132 pub fn operator<T: UploadOperator>(self, operator: T) -> UploaderBuilder<WantsConfig<R, T>> { in operator() method 155 pub fn console(self) -> UploaderBuilder<WantsConfig<R, Console>> { in console() 206 pub fn build(self) -> Uploader<R, T> { in build()
|
H A D | mod.rs | 106 pub fn console(reader: R) -> Uploader<R, Console> { in console() 175 fn from(value: Uploader<R, U>) -> Self { in from() 181 fn as_ref(&self) -> &R { in as_ref()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/ |
H A D | builder.rs | 62 pub fn reader<R: AsyncRead>(self, reader: R) -> UploaderBuilder<WantsOperator<R>> { in reader() method 134 pub fn operator<T: UploadOperator>(self, operator: T) -> UploaderBuilder<WantsConfig<R, T>> { in operator() method 158 pub fn console(self) -> UploaderBuilder<WantsConfig<R, Console>> { in console() 209 pub fn build(self) -> Uploader<R, T> { in build()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/ |
H A D | async_buf_reader.rs | 57 pub fn new(inner: R) -> AsyncBufReader<R> { in new() 74 pub fn with_capacity(capacity: usize, inner: R) -> AsyncBufReader<R> { in with_capacity() 100 pub fn get_ref(&self) -> &R { in get_ref() 119 pub fn get_mut(&mut self) -> &mut R { in get_mut() 169 pub fn into_inner(self) -> R { in into_inner()
|
/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | states.rs | 76 deserializer: &mut Deserializer<R>, in check_recursion() 87 deserializer: &mut Deserializer<R>, in start_parsing() 199 deserializer: &mut Deserializer<R>, in parse_string() 208 deserializer: &mut Deserializer<R>, in parse_string() 224 deserializer: &mut Deserializer<R>, in parse_string_inner() 271 deserializer: &mut Deserializer<R>, in parse_escape_character() 298 deserializer: &mut Deserializer<R>, in parse_unicode() 320 deserializer: &mut Deserializer<R>, in parse_unicode() 353 deserializer: &mut Deserializer<R>, in parse_number() 485 deserializer: &mut Deserializer<R>, in read_error_char() [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/ |
H A D | mod.rs | 36 T: FnOnce() -> io::Result<R>, in async_op()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/ |
H A D | buffer_tracking.h | 25 #define TRACKING_REPORT_BUFFER_LOCATION(I, F, N, R) \ argument
|
/ohos5.0/base/msdp/device_status/rust/modules/scheduler/sys/src/ |
H A D | task.rs | 45 pub fn result(&mut self) -> FusionResult<R> in result()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
H A D | join_set.rs | 120 fn wake_by_ref(entry: &Arc<JoinEntry<R>>) { in wake_by_ref() 209 pub async fn join_next(&mut self) -> Option<Result<R, ScheduleError>> { in join_next() 280 pub fn build_task(&mut self) -> Builder<'_, R> { in build_task() argument 284 fn poll_join_next(&mut self, cx: &mut Context<'_>) -> Poll<Option<Result<R, ScheduleError>>> { in poll_join_next() 352 pub(crate) fn new(set: &'a mut JoinSet<R>) -> Builder<'a, R> { in new() argument
|
H A D | builder.rs | 72 pub fn spawn_blocking<T, R>(&self, task: T) -> JoinHandle<R> in spawn_blocking()
|
H A D | join_handle.rs | 56 pub(crate) fn new(raw: RawTask) -> JoinHandle<R> { in new()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ |
H A D | spawn.rs | 60 pub(crate) fn spawn_blocking<T, R>(builder: &TaskBuilder, task: T) -> JoinHandle<R> in spawn_blocking()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | pixel_convert.cpp | 120 static uint16_t FillRGB565(uint32_t R, uint32_t G, uint32_t B) in FillRGB565() 190 uint32_t R = sourceRow[i]; in GrayConvert() local 229 uint32_t R = sourceRow[0]; in GrayAlphaConvert() local 267 uint32_t R = sourceRow[2]; in BGR888Convert() local 336 uint32_t R = sourceRow[0]; in RGB888Convert() local 404 uint32_t R = sourceRow[0]; in RGBA8888Convert() local 475 uint32_t R = sourceRow[2]; in BGRA8888Convert() local 545 uint32_t R = sourceRow[1]; in ARGB8888Convert() local 615 uint32_t R = sourceRow[0]; in RGB161616Convert() local 694 uint32_t R = sourceRow[0]; in RGBA16161616Convert() local [all …]
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc_async/ |
H A D | mod.rs | 62 fn spawn_blocking<T, R>(task: T) -> JoinHandle<R> in spawn_blocking()
|
H A D | ipc_ylong.rs | 76 fn spawn_blocking<T, R>(task: T) -> JoinHandle<R> in spawn_blocking()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | add_arc.cpp | 31 #define R 400 macro
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | color_matrix.cpp | 126 const float R = HUE_R * (1 - sat); in SetSaturation() local
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
H A D | async_source.rs | 80 F: FnMut() -> io::Result<R>, in async_process()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
H A D | net.rs | 79 F: FnOnce(&T) -> io::Result<R>, in try_io()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/ |
H A D | c_ssl_stream.rs | 31 F: FnOnce(&mut ssl::SslStream<Wrapper<S>>) -> R, in with_context()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/ |
H A D | obj.rs | 118 F: FnOnce(MsgParcel) -> R, in async_send_request()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | gap_comm.h | 121 uint8_t R[GAP_OOB_DATA_RANDOM_SIZE]; member
|