/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/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/autotest/client/site_tests/policy_URLBlacklist/ |
D | control | 23 are not blocked. 25 are blocked. 34 is that the page will be 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_MKL.h | 70 static typename MatrixType::Index blocked(MatrixType& m) \ 81 static typename MatrixType::Index blocked(MatrixType& m) \
|
D | LLT.h | 298 static typename MatrixType::Index blocked(MatrixType& m) 348 static EIGEN_STRONG_INLINE typename MatrixType::Index blocked(MatrixType& mat) 351 return llt_inplace<Scalar, Lower>::blocked(matt); 368 { return llt_inplace<typename MatrixType::Scalar, Lower>::blocked(m)==-1; } 378 { return llt_inplace<typename MatrixType::Scalar, Upper>::blocked(m)==-1; }
|
/external/autotest/client/site_tests/policy_URLWhitelist/ |
D | control | 24 -only the URLs that are part of the URLWhitelist policy value are not blocked. 25 -all other URLs are blocked.
|
/external/autotest/client/site_tests/policy_ImagesBlockedForUrls/ |
D | control | 26 should be blocked, or blocks images on a page where they should be shown. 34 is that the image on the page will be allowed (not blocked).
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_context.h | 121 rbug_block_t blocked; member 182 rbug_block_t blocked,
|
D | rbug_context.c | 379 rbug_block_t blocked, in rbug_send_context_info_reply() argument 413 WRITE(4, rbug_block_t, blocked); /* blocked */ in rbug_send_context_info_reply() 717 READ(4, rbug_block_t, blocked); /* blocked */ in rbug_demarshal_context_info_reply()
|
/external/valgrind/drd/tests/ |
D | sem_wait.stderr.exp | 3 Wait would have blocked
|
/external/valgrind/gdbserver_tests/ |
D | mcinvokeWS.vgtest | 2 # If the test goes wrong, it might be blocked during 10000 seconds.
|
D | nlcontrolc.vgtest | 10 # has no effect if a thread is already blocked in that syscall.
|
D | nlcontrolc.stdinB.gdb | 12 # Here, all tasks should be blocked in a loooonnnng select, all in WaitSys
|
/external/autotest/client/site_tests/security_AltSyscall/ |
D | control | 14 blocked by the alt_syscall table should fail, and attempts to change the
|
/external/autotest/client/site_tests/security_Minijail_seccomp/ |
D | control | 14 are blocked incorrectly.
|
/external/valgrind/coregrind/ |
D | m_libcsignal.c | 469 vki_sigset_t pending, blocked, allbutone; in VG_() local 484 ir = VG_(sigprocmask)(VKI_SIG_SETMASK, NULL, &blocked); in VG_() 488 VG_(sigintersectset)(&pending, &blocked); in VG_()
|
/external/pdfium/testing/resources/pixel/ |
D | bug_524043_2.in | 39 % The stream is blocked by the keyword "endstream"
|
/external/autotest/client/tests/kernel_sysrq_info/ |
D | control | 22 - show-blocked-tasks(W)
|
/external/valgrind/gdbserver_tests/solaris/ |
D | nlcontrolc.stdinB.gdb | 12 # Here, all tasks should be blocked in a loooonnnng select, all in WaitSys
|
/external/autotest/client/site_tests/network_SIMLocking/ |
D | control | 32 gets blocked. At this point, a sim-pin2 might be expected by some SIMs. This
|
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/ |
D | control | 26 allows popups on a page where they should be blocked.
|
/external/autotest/client/site_tests/policy_PopupsBlockedForUrls/ |
D | control | 26 allows popups on a page where they should be blocked.
|
/external/autotest/client/site_tests/policy_ImagesAllowedForUrls/ |
D | control | 27 be blocked.
|