Searched refs:cursor (Results 1 – 11 of 11) sorted by relevance
/system/sepolicy/tools/ |
D | check_seapp.c | 249 list_element *cursor = list->head; in list_free() local 251 while (cursor) { in list_free() 252 tmp = cursor; in list_free() 253 cursor = cursor->next; in list_free() 656 list_element *cursor; in rule_map_validate() local 658 list_for_each(&nallow_list, cursor) { in rule_map_validate() 659 e = list_entry(cursor, typeof(*e), listify); in rule_map_validate() 838 list_element *cursor; in init() local 854 list_for_each(&input_file_list, cursor) { in init() 855 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/adb/fastdeploy/deploypatchgenerator/ |
D | apk_archive.cpp | 119 auto* cursor = start + mapped.size() - sizeof(endOfCDSignature); in FindEndOfCDRecord() local 122 while (cursor >= start) { in FindEndOfCDRecord() 123 if (*(int32_t*)cursor == endOfCDSignature) { in FindEndOfCDRecord() 124 return readOffset + (cursor - start); in FindEndOfCDRecord() 126 cursor--; in FindEndOfCDRecord() 131 ApkArchive::Location ApkArchive::FindCDRecord(const char* cursor) { in FindCDRecord() argument 143 ecdr_t* header = (ecdr_t*)cursor; in FindCDRecord()
|
D | apk_archive.h | 72 Location FindCDRecord(const char* cursor);
|
/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 | 478 uint32_t cursor = io->data_start; in GetTable() local 481 if (cursor + sizeof(struct dm_target_spec) > data_end) { in GetTable() 487 struct dm_target_spec* spec = reinterpret_cast<struct dm_target_spec*>(&buffer[cursor]); in GetTable() 488 uint32_t data_offset = cursor + sizeof(dm_target_spec); in GetTable() 497 cursor = next_cursor; in GetTable()
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 1459 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1461 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel 1462 # the search. The filter options can be selected when the cursor is inside the 1463 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
|
D | Doxyfile.bak | 1459 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1461 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel 1462 # the search. The filter options can be selected when the cursor is inside the 1463 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
|
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>
|
/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/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>
|