| /external/compiler-rt/test/tsan/ |
| D | unaligned_race.cc | 21 static NOINLINE void access(volatile char *p, int sz, int rw) { in access() 49 static NOINLINE void access3(bool main, int sz1, bool rw, volatile char *p) { in access3() 66 access2(bool main, int sz1, int off2, bool rw, volatile char *obj) { in access2() 86 access1(bool main, int off, int sz1, int off2, bool rw, char *obj) { in access1() 110 for (int rw = 0; rw < 2; rw++) { in Test() local
|
| D | unaligned_norace.cc | 18 static void access(char *p, int sz, int rw) { in access() 50 for (int rw = 0; rw < 2; rw++) { in Test() local
|
| /external/private-join-and-compute/private_join_and_compute/util/ |
| D | recordio_test.cc | 80 auto rw = std::unique_ptr<RecordWriter>(RecordWriter::Get()); in TEST() local 93 auto rw = std::unique_ptr<RecordWriter>(RecordWriter::Get()); in TEST() local 103 auto rw = std::unique_ptr<RecordWriter>(RecordWriter::Get()); in TEST() local 115 auto rw = std::unique_ptr<RecordWriter>(RecordWriter::Get()); in TEST() local 147 auto rw = std::unique_ptr<RecordWriter>(RecordWriter::Get()); in TEST() local 197 auto rw = std::unique_ptr<RecordWriter>(RecordWriter::Get()); in TEST() local 233 auto rw = std::unique_ptr<RecordWriter>(RecordWriter::Get()); in TEST() local 264 auto rw = std::unique_ptr<RecordWriter>(RecordWriter::Get()); in TEST() local 328 auto rw = std::unique_ptr<LineWriter>(LineWriter::Get()); in TEST() local
|
| /external/musl/src/thread/ |
| D | pthread_rwlock_rdlock.c | 3 int __pthread_rwlock_rdlock(pthread_rwlock_t *rw) in __pthread_rwlock_rdlock()
|
| D | pthread_rwlock_trywrlock.c | 3 int __pthread_rwlock_trywrlock(pthread_rwlock_t *rw) in __pthread_rwlock_trywrlock()
|
| D | pthread_rwlock_destroy.c | 3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy()
|
| D | pthread_rwlock_wrlock.c | 3 int __pthread_rwlock_wrlock(pthread_rwlock_t *rw) in __pthread_rwlock_wrlock()
|
| D | pthread_rwlock_init.c | 3 int pthread_rwlock_init(pthread_rwlock_t *restrict rw, const pthread_rwlockattr_t *restrict a) in pthread_rwlock_init()
|
| D | pthread_rwlock_tryrdlock.c | 3 int __pthread_rwlock_tryrdlock(pthread_rwlock_t *rw) in __pthread_rwlock_tryrdlock()
|
| D | pthread_rwlock_timedwrlock.c | 3 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock()
|
| D | pthread_rwlock_timedrdlock.c | 3 int __pthread_rwlock_timedrdlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedrdlock()
|
| D | pthread_rwlock_unlock.c | 3 int __pthread_rwlock_unlock(pthread_rwlock_t *rw) in __pthread_rwlock_unlock()
|
| /external/trusty/musl/src/thread/ |
| D | pthread_rwlock_rdlock.c | 3 int __pthread_rwlock_rdlock(pthread_rwlock_t *rw) in __pthread_rwlock_rdlock()
|
| D | pthread_rwlock_trywrlock.c | 3 int __pthread_rwlock_trywrlock(pthread_rwlock_t *rw) in __pthread_rwlock_trywrlock()
|
| D | pthread_rwlock_destroy.c | 3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy()
|
| D | pthread_rwlock_wrlock.c | 3 int __pthread_rwlock_wrlock(pthread_rwlock_t *rw) in __pthread_rwlock_wrlock()
|
| D | pthread_rwlock_init.c | 3 int pthread_rwlock_init(pthread_rwlock_t *restrict rw, const pthread_rwlockattr_t *restrict a) in pthread_rwlock_init()
|
| D | pthread_rwlock_tryrdlock.c | 3 int __pthread_rwlock_tryrdlock(pthread_rwlock_t *rw) in __pthread_rwlock_tryrdlock()
|
| D | pthread_rwlock_timedwrlock.c | 3 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock()
|
| D | pthread_rwlock_timedrdlock.c | 3 int __pthread_rwlock_timedrdlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedrdlock()
|
| D | pthread_rwlock_unlock.c | 3 int __pthread_rwlock_unlock(pthread_rwlock_t *rw) in __pthread_rwlock_unlock()
|
| /external/musl/compat/time32/ |
| D | pthread_rwlock_timedwrlock_time32.c | 5 int __pthread_rwlock_timedwrlock_time32(pthread_rwlock_t *restrict rw, const struct timespec32 *res… in __pthread_rwlock_timedwrlock_time32()
|
| D | pthread_rwlock_timedrdlock_time32.c | 5 int __pthread_rwlock_timedrdlock_time32(pthread_rwlock_t *restrict rw, const struct timespec32 *res… in __pthread_rwlock_timedrdlock_time32()
|
| /external/blktrace/ |
| D | blkparse.c | 1180 int rw) in __account_m() 1194 int rw) in account_m() 1206 struct blk_io_trace *t, int rw) in __account_pc_queue() 1220 struct per_cpu_info *pci, int rw) in account_pc_queue() 1231 static inline void __account_pc_issue(struct io_stats *ios, int rw, in __account_pc_issue() 1246 struct per_cpu_info *pci, int rw) in account_pc_issue() 1258 struct blk_io_trace *t, int rw) in __account_pc_requeue() 1272 struct per_cpu_info *pci, int rw) in account_pc_requeue() 1283 static inline void __account_pc_c(struct io_stats *ios, int rw) in __account_pc_c() 1292 struct per_cpu_info *pci, int rw) in account_pc_c() [all …]
|
| /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/ |
| D | CSVGroupHandlerTest.java | 42 final ClassRowWriter rw = new ClassRowWriter(dw, new JavaNames()); in setup() local
|