HomeSort by relevance Sort by last modified time
    Searched refs:cur_node (Results 1 - 9 of 9) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector.h 202 bool onLockBefore(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) {
204 uptr cur_idx = nodeToIndex(cur_node);
212 // Add cur_node to the set of locks held currently by dtls.
213 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) {
215 uptr cur_idx = nodeToIndex(cur_node);
220 // Returns true if all edges from the currently held locks to cur_node exist.
221 bool hasAllEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) {
224 if (cur_node && local_epoch == current_epoch_ &&
225 local_epoch == nodeToEpoch(cur_node)) {
226 uptr cur_idx = nodeToIndexUnchecked(cur_node);
    [all...]
  /external/libsepol/src/
hierarchy.c 270 cond_list_t *cur_node; local
277 for (cur_node = cond_list; cur_node; cur_node = cur_node->next) {
282 if (expand_cond_av_list(args->p, cur_node->true_list,
285 if (expand_cond_av_list(args->p, cur_node->false_list,
334 cond_list_t *cur_node; local
340 for (cur_node = cond_list; cur_node; cur_node = cur_node->next)
    [all...]
expand.c 2843 cond_node_t *cur_node; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 68 regmatch_t *prev_idx_match, Idx cur_node,
1442 Idx idx, cur_node; local
1889 Idx cur_node = inv_eclosure->elems[ecl_idx]; local
1915 Idx cur_node = inv_eclosure->elems[ecl_idx]; local
3097 Idx cur_node = cur_nodes->elems[cur_idx]; local
3181 Idx cur_node = cur_nodes->elems[idx]; local
3220 Idx cur_node; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 244 token, cur_node = event
245 if cur_node is node:
248 parents[-1].appendChild(cur_node)
250 parents.append(cur_node)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 244 token, cur_node = event
245 if cur_node is node:
248 parents[-1].appendChild(cur_node)
250 parents.append(cur_node)
  /external/chromium_org/v8/src/heap/
spaces.cc 2252 FreeListNode* cur_node = *cur; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlreader.c 1672 xmlNodePtr node, cur_node; local
    [all...]
  /external/libxml2/
xmlreader.c 1689 xmlNodePtr node, cur_node; local
    [all...]

Completed in 506 milliseconds