Searched refs:Chunk (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_allocator.cpp | 46 struct Chunk* chunk = nullptr; in SetRamAddr() 53 end_ = reinterpret_cast<struct Chunk*>(ram_ + size - sizeof(struct Chunk)); in SetRamAddr() 64 …struct Chunk* chunk = reinterpret_cast<struct Chunk*>(static_cast<uint8_t*>(addr) - sizeof(struct … in GetSize() 77 struct Chunk* chunk = nullptr; in Allocate() 78 struct Chunk* chunk2 = nullptr; in Allocate() 79 struct Chunk* chunk3 = nullptr; in Allocate() 116 struct Chunk* cur = free_; in Allocate() 134 struct Chunk* nextChunk = nullptr; in CombineFree() 135 struct Chunk* prevChunk = nullptr; in CombineFree() 158 struct Chunk* chunk = nullptr; in Free() [all …]
|
H A D | ui_font_allocator.h | 26 struct UI_STRUCT_ALIGN Chunk { struct 64 void CombineFree(Chunk* cache); 70 struct Chunk* end_; 71 struct Chunk* free_;
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/ |
H A D | chunk.rs | 721 chunks: Vec<Chunk<'a>>, 761 type Item = Chunk<'a>; 792 type Item = Chunk<'a>; 805 pub struct Chunk<'a> { struct 814 impl Chunk<'_> { argument 993 chunk: Chunk<'a>, in match_decode_result() 1152 ) -> Chunk<'a> { in sized_chunk() 1153 Chunk { in sized_chunk() 1619 chunks.push(Chunk { in ut_chunk_body_decode_0() 1631 chunks.push(Chunk { in ut_chunk_body_decode_0() [all …]
|
H A D | mod.rs | 50 pub use chunk::{Chunk, ChunkBody, ChunkBodyDecoder, ChunkExt, ChunkState, Chunks};
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
H A D | http_body.rs | 67 kind: Kind::Chunk(Chunk::new(pre, io, is_trailer)), in chunk() 76 Chunk(Chunk), enumerator 106 Kind::Chunk(ref mut chunk) => chunk.data(buf), in data() 112 Kind::Chunk(ref mut chunk) => chunk.decoder.get_trailer().map_err(|_| { in trailer() 189 struct Chunk { struct 195 impl Chunk { argument 205 impl Chunk { implementation
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | http_body.rs | 92 BodyLength::Chunk => Kind::Chunk(Chunk::new(pre, io, interceptors)), in new() 144 Kind::Chunk(ref mut chunk) => { in poll_trailer() 184 Chunk(Chunk), enumerator 399 struct Chunk { struct 407 impl Chunk { impl 419 impl Chunk { impl 584 BodyLength::Chunk, in async_chunk_trailer_1() 608 BodyLength::Chunk, in async_chunk_trailer_1() 642 BodyLength::Chunk, in async_chunk_trailer_2() 686 BodyLength::Chunk, in http_body_chunk2() [all …]
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | normalizer.rs | 153 Ok(BodyLength::Chunk) in parse() 182 Chunk, enumerator 286 assert_eq!(res, BodyLength::Chunk); in ut_body_length_parser()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/ |
H A D | mod.rs | 299 BodyLength::Chunk, in download()
|