/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector.h | 60 bool addLock(uptr lock_id, uptr current_epoch, u32 stk) { in addLock() argument 72 LockWithContext l = {lock_id_short, stk}; in addLock() 105 return all_locks_with_contexts_[i].stk; in findLockContext() 124 u32 stk; member 217 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 220 dtls->addLock(cur_idx, current_epoch_, stk); 244 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, in addEdges() argument 254 dtls->findLockContext(added_edges[i]), stk, in addEdges() 281 bool onLock(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 284 addEdges(dtls, cur_node, stk, 0); [all …]
|
D | sanitizer_deadlock_detector1.cc | 95 m->stk = cb->Unwind(); in MutexInit() 143 rep->loop[i].stk[0] = stk_to; in ReportDeadlock() 144 rep->loop[i].stk[1] = stk_from; in ReportDeadlock() 150 u32 stk = 0; in MutexAfterLock() local 152 stk = cb->Unwind(); in MutexAfterLock() 154 if (dd.onFirstLock(<->dd, m->id, stk)) in MutexAfterLock() 156 if (dd.onLockFast(<->dd, m->id, stk)) in MutexAfterLock() 164 dd.addEdges(<->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock() 165 dd.onLockAfter(<->dd, m->id, stk); in MutexAfterLock()
|
D | sanitizer_deadlock_detector_interface.h | 38 u32 stk; // creation stack member 60 u32 stk[2]; // stack ids for the edge member
|
D | sanitizer_deadlock_detector2.cc | 68 u32 stk; member 216 tm->stk = cb->Unwind(); in MutexBeforeLock() 227 u32 stk1 = lt->locked[i].stk; in MutexBeforeLock() 303 tm->stk = cb->Unwind(); in MutexAfterLock() 414 rep->loop[i].stk[0] = flags.second_deadlock_stack ? link->stk0 : 0; in Report() 415 rep->loop[i].stk[1] = link->stk1; in Report()
|
/external/libunwind/tests/ |
D | Gtest-bt.c | 212 stack_t stk; in main() local 233 stk.ss_sp = malloc (SIG_STACK_SIZE); in main() 234 if (!stk.ss_sp) in main() 236 stk.ss_size = SIG_STACK_SIZE; in main() 237 stk.ss_flags = 0; in main() 238 if (sigaltstack (&stk, NULL) < 0) in main() 257 stk.ss_flags = SS_DISABLE; in main() 258 sigaltstack (&stk, NULL); in main() 259 free (stk.ss_sp); in main()
|
D | Gtest-trace.c | 226 stack_t stk; in main() local 247 stk.ss_sp = malloc (SIG_STACK_SIZE); in main() 248 if (!stk.ss_sp) in main() 250 stk.ss_size = SIG_STACK_SIZE; in main() 251 stk.ss_flags = 0; in main() 252 if (sigaltstack (&stk, NULL) < 0) in main() 272 stk.ss_flags = SS_DISABLE; in main() 273 sigaltstack (&stk, NULL); in main() 274 free (stk.ss_sp); in main()
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_rtl.cc | 32 static void PrintStackTrace(Thread *thr, u32 stk) { in PrintStackTrace() argument 33 StackTrace stack = StackDepotGet(stk); in PrintStackTrace() 48 PrintStackTrace(thr, rep->loop[i].stk[1]); in ReportDeadlock() 49 if (rep->loop[i].stk[0]) { in ReportDeadlock() 52 PrintStackTrace(thr, rep->loop[i].stk[0]); in ReportDeadlock()
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | tgt.c | 261 opj_tgt_node_t *stk[31]; in opj_tgt_encode() local 266 stkptr = stk; in opj_tgt_encode() 294 if (stkptr == stk) in opj_tgt_encode() 301 opj_tgt_node_t *stk[31]; in opj_tgt_decode() local 306 stkptr = stk; in opj_tgt_decode() 328 if (stkptr == stk) { in opj_tgt_decode()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | peerkey.c | 429 wpa_eapol_key_send(sm, peerkey->stk.kck, peerkey->stk.kck_len, ver, in wpa_supplicant_send_stk_3_of_4() 662 struct wpa_ptk *stk; in wpa_supplicant_process_stk_1_of_4() local 694 stk = &peerkey->tstk; in wpa_supplicant_process_stk_1_of_4() 698 stk, peerkey->akmp, peerkey->cipher); in wpa_supplicant_process_stk_1_of_4() 700 os_memcpy(buf, &stk->tk[16], 8); in wpa_supplicant_process_stk_1_of_4() 701 os_memcpy(&stk->tk[16], &stk->tk[24], 8); in wpa_supplicant_process_stk_1_of_4() 702 os_memcpy(&stk->tk[24], buf, 8); in wpa_supplicant_process_stk_1_of_4() 720 stk)) { in wpa_supplicant_process_stk_1_of_4() 855 &peerkey->stk)) in wpa_supplicant_process_stk_3_of_4() 858 _key = peerkey->stk.tk; in wpa_supplicant_process_stk_3_of_4() [all …]
|
D | peerkey.h | 32 struct wpa_ptk stk, tstk; member
|
/external/regex-re2/re2/ |
D | nfa.cc | 197 AddState* stk = astack_; in AddToThreadq() local 198 stk[nstk++] = AddState(id0); in AddToThreadq() 202 const AddState& a = stk[--nstk]; in AddToThreadq() 242 stk[nstk++] = AddState(ip->out1()); in AddToThreadq() 243 stk[nstk++] = AddState(ip->out()); in AddToThreadq() 248 stk[nstk++] = AddState(ip->out()); in AddToThreadq() 255 stk[nstk++] = AddState(0, capture[j], j); in AddToThreadq() 260 stk[nstk++] = AddState(ip->out()); in AddToThreadq() 278 stk[nstk++] = AddState(ip->out()); in AddToThreadq()
|
D | regexp.cc | 408 vector<Regexp*> stk; in Equal() local 424 stk.push_back(a2); in Equal() 425 stk.push_back(b2); in Equal() 448 int n = stk.size(); in Equal() 452 a = stk[n-2]; in Equal() 453 b = stk[n-1]; in Equal() 454 stk.resize(n-2); in Equal()
|
D | dfa.cc | 815 int* stk = astack_; in AddToQueue() local 818 stk[nstk++] = id; in AddToQueue() 821 id = stk[--nstk]; in AddToQueue() 853 stk[nstk++] = ip->out(); in AddToQueue() 864 stk[nstk++] = ip->out1(); in AddToQueue() 867 stk[nstk++] = Mark; in AddToQueue() 868 stk[nstk++] = ip->out(); in AddToQueue() 873 stk[nstk++] = ip->out(); in AddToQueue()
|
D | parse.cc | 716 Regexp* stk[4]; in RemoveLeadingString() local 719 if (d < arraysize(stk)) in RemoveLeadingString() 720 stk[d++] = re; in RemoveLeadingString() 749 re = stk[d]; in RemoveLeadingString()
|
/external/valgrind/memcheck/tests/ |
D | sigaltstack.c | 21 char *stk = (char *)mmap(0, size, PROT_READ|PROT_WRITE|PROT_EXEC, in main() local 23 sigstk.ss_sp = stk; in main()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 474 u32 stk = r->loop[i].stk[j]; in ReportDeadlock() local 475 if (stk) { in ReportDeadlock() 476 rep.AddStack(StackDepotGet(stk), true); in ReportDeadlock()
|
D | tsan_defs.h | 154 u32 stk; member
|
D | tsan_rtl_report.cc | 331 loc->stack = SymbolizeStackId(b->stk); in AddLocation() 367 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk, in RestoreStack() argument 431 stk->Init(stack.data(), pos); in RestoreStack()
|
D | tsan_sync.cc | 68 b->stk = CurrentStackId(thr, pc); in AllocBlock()
|
D | tsan_rtl.h | 545 void RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk,
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/hyphenation-patterns/nb/ |
D | hyph-nb.pat.txt | 22174 2stk
|
/external/hyphenation-patterns/nn/ |
D | hyph-nn.pat.txt | 22174 2stk
|