Searched refs:rw_type (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_memoryview.py | 26 return filter(None, [self.ro_type, self.rw_type]) 81 if not self.rw_type: 83 tp = self.rw_type 84 b = self.rw_type(self._source) 193 if not self.rw_type: 195 m = self.check_attributes_with_type(self.rw_type) 253 rw_type = bytearray variable in BaseBytesMemoryTests
|
/external/libusb/libusb/os/ |
D | poll_windows.h | 74 enum rw_type { enum 89 enum rw_type rw; // I/O transfer direction: read *XOR* write (NOT BOTH)
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | static-prototypes | 13 -int tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int probe, si… 37 +static int tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int pr…
|
/external/f2fs-tools/tools/ |
D | f2fs_io_parse.c | 46 enum rw_type { enum
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 262 static int tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int pro… 337 int rw_type, int lck_type, int probe, size_t len) in tdb_brlock() argument 346 if ((rw_type == F_WRLCK) && (tdb->read_only || tdb->traverse_read)) { in tdb_brlock() 351 fl.l_type = rw_type; in tdb_brlock() 369 tdb->fd, offset, rw_type, lck_type, (int)len)); in tdb_brlock() 1569 int rw_type, int lck_type, int probe, size_t len) in transaction_brlock() argument
|