Searched refs:new_cursor (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/lib/ |
H A D | buffer.cc | 52 const size_t new_cursor = cursor_ + aligned_num_bytes; in Allocate() local 53 if (new_cursor < cursor_ || (new_cursor > size_ && !message_.is_valid())) { in Allocate() 59 if (new_cursor > size_) { in Allocate() 62 DCHECK_LE(message_payload_size_, new_cursor); in Allocate() 63 size_t additional_bytes = new_cursor - message_payload_size_; in Allocate() 70 message_payload_size_ = new_cursor; in Allocate() 74 DCHECK_LE(new_cursor, size_); in Allocate() 76 cursor_ = new_cursor; in Allocate()
|
/aosp_15_r20/frameworks/base/tools/aapt2/compile/ |
H A D | PseudolocaleGenerator.cpp | 144 uint32_t new_cursor = utf8_to_utf16_length(reinterpret_cast<const uint8_t*>(new_string.data()), in PseudolocalizeStyledString() local 166 new_cursor += utf8_to_utf16_length(reinterpret_cast<const uint8_t*>(new_substr.data()), in PseudolocalizeStyledString() 171 span->first_char = new_cursor; in PseudolocalizeStyledString() 193 new_cursor += utf8_to_utf16_length(reinterpret_cast<const uint8_t*>(new_substr.data()), in PseudolocalizeStyledString() 197 parent_span->last_char = new_cursor - 1; in PseudolocalizeStyledString()
|
/aosp_15_r20/external/rust/android-crates-io/crates/const-oid/src/ |
D | encoder.rs | 87 let new_cursor = self.cursor + nbytes + 1; in arc() localVariable 92 encoder.cursor = new_cursor; in arc()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/gpu/ |
H A D | virtio_gpu.rs | 207 fn new_cursor() -> VirtioGpuScanout { in new_cursor() method 556 let cursor_scanout = VirtioGpuScanout::new_cursor(); in new()
|
/aosp_15_r20/bionic/libc/kernel/tools/ |
H A D | cpp.py | 138 def cursor(self, new_cursor): argument 139 self._cursor = new_cursor
|
/aosp_15_r20/external/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 409 int32_t new_cursor = pool_manager_.Emit(this, cursor, kPaddingBytes); in BindHelper() local 410 USE(new_cursor); in BindHelper() 411 VIXL_ASSERT(new_cursor == GetCursorOffset()); in BindHelper() 450 int32_t new_cursor = pool_manager_.Emit(this, variable 455 USE(new_cursor); 456 VIXL_ASSERT(new_cursor == GetCursorOffset()); 471 int32_t new_cursor = pool_manager_.Emit(this, cursor, total_size); in Place() local 472 USE(new_cursor); in Place() 473 VIXL_ASSERT(new_cursor == GetCursorOffset()); in Place()
|