Home
last modified time | relevance | path

Searched refs:rw_type (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_memoryview.py27 return filter(None, [self.ro_type, self.rw_type])
82 if not self.rw_type:
84 tp = self.rw_type
85 b = self.rw_type(self._source)
194 if not self.rw_type:
196 m = self.check_attributes_with_type(self.rw_type)
254 rw_type = bytearray variable in BaseBytesMemoryTests
/external/python/cpython3/Lib/test/
Dtest_memoryview.py27 return filter(None, [self.ro_type, self.rw_type])
75 if not self.rw_type:
77 tp = self.rw_type
78 b = self.rw_type(self._source)
199 if not self.rw_type:
201 m = self.check_attributes_with_type(self.rw_type)
335 tp = self.rw_type
404 rw_type = bytearray variable in BaseBytesMemoryTests
411 rw_type = lambda self, b: array.array('i', list(b)) member in BaseArrayMemoryTests
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dstatic-prototypes13 -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/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc783 RankedTensorType rw_type = rw.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
784 if (!rw_type || !rw_type.getElementType().isa<FloatType>() || in matchAndRewrite()
785 rw_type.getRank() <= 3 || rw_type.getRank() > 5) in matchAndRewrite()
/external/f2fs-tools/tools/
Df2fs_io_parse.c46 enum rw_type { enum
/external/e2fsprogs/lib/ext2fs/
Dtdb.c260 static int tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int pro…
335 int rw_type, int lck_type, int probe, size_t len) in tdb_brlock() argument
344 if ((rw_type == F_WRLCK) && (tdb->read_only || tdb->traverse_read)) { in tdb_brlock()
349 fl.l_type = rw_type; in tdb_brlock()
367 tdb->fd, offset, rw_type, lck_type, (int)len)); in tdb_brlock()
1567 int rw_type, int lck_type, int probe, size_t len) in transaction_brlock() argument