/system/extras/ext4_utils/ |
allocate.h | 40 void get_region(struct block_allocation *alloc, u32 *block, u32 *len);
|
extent.c | 42 get_region(alloc, ®ion_block, ®ion_len); 64 get_region(alloc, ®ion_block, ®ion_len); 154 get_region(alloc, ®ion_block, ®ion_len);
|
indirect.c | 45 get_region(alloc, ®ion_block, ®ion_len);
|
allocate.c | 545 void get_region(struct block_allocation *alloc, u32 *block, u32 *len) function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
EditorWindow.py | 1485 def get_region(self): member in class:EditorWindow [all...] |
ChangeLog | 727 list of lines returned by get_region() contains an empty line at the [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
EditorWindow.py | 1485 def get_region(self): member in class:EditorWindow [all...] |
ChangeLog | 727 list of lines returned by get_region() contains an empty line at the [all...] |
/external/chromium_org/third_party/pexpect/ |
screen.py | 196 def get_region (self, rs,cs, re,ce): member in class:screen
|