/external/swiftshader/src/Common/ |
D | Resource.cpp | 23 blocked = 0; in Resource() 43 blocked++; in lock() 49 blocked--; in lock() 71 if(blocked) in lock() 89 blocked++; in lock() 95 blocked--; in lock() 114 if(blocked) in unlock() 141 if(blocked) in unlock() 163 if(count == 0 && !blocked) in destruct()
|
D | Resource.hpp | 50 volatile int blocked; member in sw::Resource
|
/external/mesa3d/include/c11/ |
D | threads_win32.h | 95 int blocked; 177 if (cond->blocked == 0) { in impl_cond_do_signal() 182 cond->to_unblock += nsignal = cond->blocked; in impl_cond_do_signal() 183 cond->blocked = 0; in impl_cond_do_signal() 187 cond->blocked--; in impl_cond_do_signal() 189 } else if (cond->blocked > cond->gone) { in impl_cond_do_signal() 192 cond->blocked -= cond->gone; in impl_cond_do_signal() 196 nsignal = cond->to_unblock = cond->blocked; in impl_cond_do_signal() 197 cond->blocked = 0; in impl_cond_do_signal() 200 cond->blocked--; in impl_cond_do_signal() [all …]
|
/external/wpa_supplicant_8/src/drivers/ |
D | rfkill.c | 50 int blocked; member 93 if (new_blocked != rfkill->blocked) { in rfkill_receive() 94 rfkill->blocked = new_blocked; in rfkill_receive() 177 rfkill->blocked = 1; in rfkill_init() 180 rfkill->blocked = 1; in rfkill_init() 223 return rfkill->blocked; in rfkill_is_blocked()
|
/external/syslinux/core/thread/ |
D | kill_thread.c | 24 block = thread->blocked; in kill_thread() 32 thread->blocked = NULL; in kill_thread()
|
D | timeout.c | 26 if ((block = t->blocked) && (timeout = block->timeout)) { in __thread_process_timeouts() 34 t->blocked = NULL; in __thread_process_timeouts()
|
D | semaphore.c | 41 curr->blocked = █ in __sem_down_slow() 80 block->thread->blocked = NULL; in __sem_up_slow()
|
D | root_thread.c | 7 .blocked = NULL,
|
D | schedule.c | 58 if (!nt->blocked) { in __schedule()
|
/external/webrtc/talk/app/webrtc/test/ |
D | fakedatachannelprovider.h | 94 void set_send_blocked(bool blocked) { in set_send_blocked() argument 95 send_blocked_ = blocked; in set_send_blocked() 96 if (!blocked) { in set_send_blocked()
|
/external/google-breakpad/src/client/solaris/handler/ |
D | exception_handler.cc | 236 bool blocked = true; in InternalWriteMinidump() local 241 blocked = false; in InternalWriteMinidump() 249 if (blocked) in InternalWriteMinidump()
|
/external/eigen/lapack/ |
D | cholesky.cpp | 29 if(UPLO(*uplo)==UP) ret = int(internal::llt_inplace<Scalar, Upper>::blocked(A)); 30 else ret = int(internal::llt_inplace<Scalar, Lower>::blocked(A));
|
/external/eigen/Eigen/src/Cholesky/ |
D | LLT_LAPACKE.h | 67 static Index blocked(MatrixType& m) \ 78 static Index blocked(MatrixType& m) \
|
D | LLT.h | 328 static Index blocked(MatrixType& m) 377 static EIGEN_STRONG_INLINE Index blocked(MatrixType& mat) 380 return llt_inplace<Scalar, Lower>::blocked(matt); 397 { return llt_inplace<typename MatrixType::Scalar, Lower>::blocked(m)==-1; } 407 { return llt_inplace<typename MatrixType::Scalar, Upper>::blocked(m)==-1; }
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_context.h | 121 rbug_block_t blocked; member 182 rbug_block_t blocked,
|
/external/valgrind/drd/tests/ |
D | sem_wait.stderr.exp | 3 Wait would have blocked
|
/external/python/cpython2/Lib/lib2to3/ |
D | Grammar.txt | 152 # Illegal combinations and orderings are blocked in ast.c: 153 # multiple (test comp_for) arguments are blocked; keyword unpackings 154 # that precede iterable unpackings are blocked; etc.
|
/external/valgrind/gdbserver_tests/ |
D | mcinvokeWS.vgtest | 2 # If the test goes wrong, it might be blocked during 10000 seconds.
|
/external/autotest/client/site_tests/security_Minijail_seccomp/ |
D | control | 14 are blocked incorrectly.
|
/external/autotest/client/site_tests/security_AltSyscall/ |
D | control | 14 blocked by the alt_syscall table should fail, and attempts to change the
|
/external/pdfium/testing/resources/pixel/ |
D | bug_524043_2.in | 39 % The stream is blocked by the keyword "endstream"
|
/external/autotest/client/site_tests/policy_URLWhitelist/ |
D | control.multiplepages_allowed | 20 are allowed, and all other URLs are blocked. The test case shall fail if the
|
/external/autotest/client/site_tests/policy_NotificationsBlockedForUrls/ |
D | control.siteblocked_block | 21 NotificationsBlockedForUrls, notifications are blocked on this page.
|
/external/autotest/client/site_tests/policy_URLBlacklist/ |
D | control.multiplepages_blocked | 20 are blocked, and all other URLs are allowed. The test case shall fail if the
|
D | control.singlepage_blocked | 20 are blocked, and all other URLs are allowed. The test case shall fail if the
|