Searched refs:cursor (Results 1 – 8 of 8) sorted by relevance
/system/sepolicy/tools/ |
D | check_seapp.c | 252 list_element *cursor = list->head; in list_free() local 254 while (cursor) { in list_free() 255 tmp = cursor; in list_free() 256 cursor = cursor->next; in list_free() 706 list_element *cursor; in rule_map_validate() local 708 list_for_each(&nallow_list, cursor) { in rule_map_validate() 709 e = list_entry(cursor, typeof(*e), listify); in rule_map_validate() 888 list_element *cursor; in init() local 904 list_for_each(&input_file_list, cursor) { in init() 905 tmp = list_entry(cursor, typeof(*tmp), listify); in init() [all …]
|
/system/core/fs_mgr/liblp/ |
D | reader.cpp | 290 uint8_t* cursor = buffer.get() + header.partitions.offset; in ParseMetadata() local 293 memcpy(&partition, cursor, sizeof(partition)); in ParseMetadata() 294 cursor += header.partitions.entry_size; in ParseMetadata() 316 cursor = buffer.get() + header.extents.offset; in ParseMetadata() 319 memcpy(&extent, cursor, sizeof(extent)); in ParseMetadata() 320 cursor += header.extents.entry_size; in ParseMetadata() 331 cursor = buffer.get() + header.groups.offset; in ParseMetadata() 334 memcpy(&group, cursor, sizeof(group)); in ParseMetadata() 335 cursor += header.groups.entry_size; in ParseMetadata() 340 cursor = buffer.get() + header.block_devices.offset; in ParseMetadata() [all …]
|
/system/core/fs_mgr/libfiemap/ |
D | fiemap_writer.cpp | 276 off_t cursor = 0; in FallocateFallback() local 278 while (cursor < end) { in FallocateFallback() 279 cursor = std::min(static_cast<off_t>(cursor + bytes_per_chunk), end); in FallocateFallback() 280 auto rv = TEMP_FAILURE_RETRY(lseek(file_fd, cursor - 1, SEEK_SET)); in FallocateFallback() 285 if (rv != cursor - 1) { in FallocateFallback() 294 if (on_progress && !on_progress(cursor, file_size)) { in FallocateFallback()
|
/system/core/fs_mgr/libdm/ |
D | dm.cpp | 517 uint32_t cursor = io->data_start; in GetTable() local 520 if (cursor + sizeof(struct dm_target_spec) > data_end) { in GetTable() 526 struct dm_target_spec* spec = reinterpret_cast<struct dm_target_spec*>(&buffer[cursor]); in GetTable() 527 uint32_t data_offset = cursor + sizeof(dm_target_spec); in GetTable() 536 cursor = next_cursor; in GetTable()
|
/system/extras/simpleperf/scripts/purgatorio/templates/ |
D | styles.css | 131 cursor: pointer;
|
/system/chre/pal/doc/ |
D | Doxyfile | 1504 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1506 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel 1507 # the search. The filter options can be selected when the cursor is inside the 1508 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 1504 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1506 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel 1507 # the search. The filter options can be selected when the cursor is inside the 1508 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
|
/system/media/audio_utils/ |
D | Doxyfile | 1593 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1595 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel 1596 # the search. The filter options can be selected when the cursor is inside the 1597 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
|