/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_debugging.cc | 69 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_data() local 85 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_stack() local 93 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, in __tsan_get_report_mop() 96 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mop() local 110 void **addr, uptr *start, uptr *size, int *tid, in __tsan_get_report_loc() 113 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_loc() local 128 int __tsan_get_report_mutex(void *report, uptr idx, uptr *mutex_id, void **addr, in __tsan_get_report_mutex() 130 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mutex() local 144 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_thread() local 158 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_unique_tid() local
|
D | tsan_rtl_mutex.cc | 50 uptr addr, u64 mid) { in ReportMutexMisuse() 56 ScopedReport rep(typ); in ReportMutexMisuse() local 65 void MutexCreate(ThreadState *thr, uptr pc, uptr addr, in MutexCreate() 84 void MutexDestroy(ThreadState *thr, uptr pc, uptr addr) { in MutexDestroy() 114 ScopedReport rep(ReportTypeMutexDestroyLocked); in MutexDestroy() local 144 void MutexLock(ThreadState *thr, uptr pc, uptr addr, int rec, bool try_lock) { in MutexLock() 189 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, bool all) { in MutexUnlock() 232 void MutexReadLock(ThreadState *thr, uptr pc, uptr addr, bool trylock) { in MutexReadLock() 267 void MutexReadUnlock(ThreadState *thr, uptr pc, uptr addr) { in MutexReadUnlock() 299 void MutexReadOrWriteUnlock(ThreadState *thr, uptr pc, uptr addr) { in MutexReadOrWriteUnlock() [all …]
|
D | tsan_rtl_report.cc | 53 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport() 60 void __tsan_on_report(const ReportDesc *rep) { in __tsan_on_report() 163 void ScopedReport::AddMemoryAccess(uptr addr, Shadow s, StackTrace stack, in AddMemoryAccess() 227 uptr addr = (uptr)arg; in IsInStackOrTls() local 237 ThreadContext *IsThreadStackOrTls(uptr addr, bool *is_stack) { in IsThreadStackOrTls() 275 uptr addr = SyncVar::SplitId(id, &uid); in AddMutex() local 305 void ScopedReport::AddLocation(uptr addr, uptr size) { in AddLocation() 499 const ReportDesc *rep = srep.GetReport(); in OutputReport() local 553 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) { in IsFiredSuppression() 600 uptr addr = ShadowToMem((uptr)thr->racy_shadow_addr); in ReportRace() local [all …]
|
D | tsan_rtl_thread.cc | 207 ScopedReport rep(ReportTypeThreadLeak); in ThreadFinalize() local 320 void MemoryAccessRange(ThreadState *thr, uptr pc, uptr addr, in MemoryAccessRange()
|
D | tsan_interceptors.cc | 676 static bool fix_mmap_addr(void **addr, long_t sz, int flags) { in fix_mmap_addr() 690 TSAN_INTERCEPTOR(void *, mmap, void *addr, SIZE_T sz, int prot, int flags, in TSAN_INTERCEPTOR() argument 709 TSAN_INTERCEPTOR(void *, mmap64, void *addr, SIZE_T sz, int prot, int flags, in TSAN_INTERCEPTOR() argument 731 TSAN_INTERCEPTOR(int, munmap, void *addr, long_t sz) { in TSAN_INTERCEPTOR() 1539 TSAN_INTERCEPTOR(int, connect, int fd, void *addr, unsigned addrlen) { in TSAN_INTERCEPTOR() 1548 TSAN_INTERCEPTOR(int, bind, int fd, void *addr, unsigned addrlen) { in TSAN_INTERCEPTOR() 1819 ScopedReport rep(ReportTypeErrnoInSignal); in CallUserSignalHandler() local 2081 static bool IsAppNotRodata(uptr addr) { in IsAppNotRodata() 2301 static void syscall_acquire(uptr pc, uptr addr) { in syscall_acquire() 2307 static void syscall_release(uptr pc, uptr addr) { in syscall_release() [all …]
|
/external/webrtc/webrtc/base/ |
D | socketadapters.cc | 181 int AsyncSSLSocket::Connect(const SocketAddress& addr) { in Connect() 264 int AsyncHttpsProxySocket::Connect(const SocketAddress& addr) { in Connect() 527 int AsyncSocksProxySocket::Connect(const SocketAddress& addr) { in Connect() 598 uint8_t ver, rep, rsv, atyp; in ProcessInput() local 612 uint32_t addr; in ProcessInput() local 619 std::string addr; in ProcessInput() local 626 std::string addr; in ProcessInput() local 827 const SocketAddress& addr) { in SendConnectResult() 870 const SocketAddress& addr) { in SendTo()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wnm_sta.c | 41 const u8 *addr, const u8 *buf, u16 buf_len, in ieee80211_11_set_tfs_ie() 342 static void wnm_parse_neighbor_report_elem(struct neighbor_report *rep, in wnm_parse_neighbor_report_elem() 462 struct neighbor_report *rep) in wnm_parse_neighbor_report() 1244 struct neighbor_report *rep; in ieee802_11_rx_bss_trans_mgmt_req() local
|
/external/fio/ |
D | server.c | 777 struct all_io_list *rep; in handle_trigger_cmd() local 839 struct cmd_reply *rep; in handle_command() local 941 struct sockaddr_in addr; in accept_loop() local 1378 struct cmd_reply *rep; in fio_server_get_verify_state() local 1441 struct sockaddr *addr; in fio_init_server_ip() local 1499 struct sockaddr_un addr; in fio_init_server_sock() local
|
D | client.c | 409 struct sockaddr *addr; in fio_client_connect_ip() local 450 struct sockaddr_un *addr = &client->addr_un; in fio_client_connect_sock() local 1344 static void sendfile_reply(int fd, struct cmd_sendfile_reply *rep, in sendfile_reply() 1354 struct cmd_sendfile_reply *rep; in send_file() local
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cc | 103 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport() 126 uintptr_t addr = atomic_fetch_add(&uniq, size, memory_order_relaxed); in allocate_addr() local 440 void ScopedThread::Access(void *addr, bool is_write, in Access()
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 387 mDNSlocal void append_reply(request_state *req, reply_state *rep) in append_reply() 400 …request_state *const request, reply_state **const rep, reply_op_t op, DNSServiceFlags flags, mStat… in GenerateNTDResponse() 446 …request_state *const request, reply_state **const rep, reply_op_t op, DNSServiceFlags flags, mStat… in GenerateBonjourBrowserResponse() 747 reply_state *rep; in SendServiceRemovalNotification() local 761 reply_state *rep; in regservice_callback() local 1744 reply_state *rep; in FoundInstance() local 2232 reply_state *rep; in resolve_result_callback() local 2639 reply_state *rep; in queryrecord_result_callback() local 2859 struct sockaddr_storage addr; in queryrecord_result_callback() local 3256 reply_state *rep; in port_mapping_create_request_callback() local [all …]
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 428 MachineRepresentation rep = store_rep.representation(); in VisitStore() local 544 InstructionOperand addr = g.TempRegister(); in VisitUnalignedLoad() local 664 MachineRepresentation rep = CheckedStoreRepresentationOf(node->op()); in VisitCheckedStore() local 2221 MachineRepresentation rep = AtomicStoreRepresentationOf(node->op()); in VisitAtomicStore() local
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 2868 Node* addr = jsgraph()->RelocatableIntPtrConstant( in GetGlobal() local 2882 Node* addr = jsgraph()->RelocatableIntPtrConstant( in SetGlobal() local 3010 StoreRepresentation rep(memtype.representation(), kNoWriteBarrier); in StoreMem() local 3021 StoreRepresentation rep(memtype.representation(), kNoWriteBarrier); in StoreMem() local 3026 UnalignedStoreRepresentation rep(memtype.representation()); in StoreMem() local
|
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
D | log4j-1.3alpha-8.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/dexmaker/lib/ |
D | dalvik-dx-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |