/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/musl/src/thread/ |
D | pthread_rwlock_wrlock.c | 3 int __pthread_rwlock_wrlock(pthread_rwlock_t *rw) in __pthread_rwlock_wrlock()
|
D | pthread_rwlock_destroy.c | 3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy()
|
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_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/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/musl/compat/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()
|
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()
|
/external/autotest/client/site_tests/usbpd_GFU/ |
D | usbpd_GFU.py | 95 def _modify_rw(self, port, rw=None, tries=3): argument 145 def _test_update(self, port, rw=None, tries=3): argument
|
/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
|
/external/arm-trusted-firmware/services/spd/opteed/ |
D | opteed_common.c | 23 uint32_t rw, uint64_t pc, in opteed_init_optee_ep_state()
|
/external/arm-trusted-firmware/services/spd/tspd/ |
D | tspd_common.c | 25 uint32_t rw, in tspd_init_tsp_ep_state()
|
/external/arm-trusted-firmware/services/spd/tlkd/ |
D | tlkd_common.c | 81 uint32_t rw, in tlkd_init_tlk_ep_state()
|
/external/protobuf/src/google/protobuf/util/ |
D | message_differencer_unittest.proto | 72 repeated string rw = 10; // Test for combinations field
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowSharedMemory.java | 55 try (RandomAccessFile randomAccessFile = new RandomAccessFile(file, "rw")) { in map()
|
/external/libevent/test/ |
D | regress_ssl.c | 643 struct rwcount *rw = BIO_get_data(b); in bio_rwcount_read() local 654 struct rwcount *rw = BIO_get_data(b); in bio_rwcount_write() local 665 struct rwcount *rw = BIO_get_data(b); in bio_rwcount_ctrl() local 739 struct rwcount rw = { -1, 0, 0 }; in regress_bufferevent_openssl_connect() local
|
/external/mesa3d/src/gallium/auxiliary/target-helpers/ |
D | drm_helper.h | 158 struct radeon_winsys *rw; in DRM_DRIVER_DESCRIPTOR() local 177 struct radeon_winsys *rw; in pipe_r600_create_screen() local
|
/external/blktrace/btt/ |
D | seek.c | 45 static FILE *seek_open(char *str, char rw) in seek_open() 254 char rw = IOP_READ(iop) ? 'r' : 'w'; in seeki_add() local
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowSharedMemory.java | 65 try (RandomAccessFile randomAccessFile = new RandomAccessFile(file, "rw")) { in map()
|