Home
last modified time | relevance | path

Searched refs:blocked (Results 1 – 25 of 209) sorted by relevance

123456789

/external/wpa_supplicant_8/src/drivers/
Drfkill.c50 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/
Dfakedatachannelprovider.h94 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/
Dcontrol23 are not blocked.
25 are blocked.
34 is that the page will be blocked.
/external/google-breakpad/src/client/solaris/handler/
Dexception_handler.cc236 bool blocked = true; in InternalWriteMinidump() local
241 blocked = false; in InternalWriteMinidump()
249 if (blocked) in InternalWriteMinidump()
/external/eigen/lapack/
Dcholesky.cpp29 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/
DLLT_MKL.h70 static typename MatrixType::Index blocked(MatrixType& m) \
81 static typename MatrixType::Index blocked(MatrixType& m) \
DLLT.h298 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/
Dcontrol24 -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/
Dcontrol26 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/
Drbug_context.h121 rbug_block_t blocked; member
182 rbug_block_t blocked,
Drbug_context.c379 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/
Dsem_wait.stderr.exp3 Wait would have blocked
/external/valgrind/gdbserver_tests/
DmcinvokeWS.vgtest2 # If the test goes wrong, it might be blocked during 10000 seconds.
Dnlcontrolc.vgtest10 # has no effect if a thread is already blocked in that syscall.
Dnlcontrolc.stdinB.gdb12 # Here, all tasks should be blocked in a loooonnnng select, all in WaitSys
/external/autotest/client/site_tests/security_AltSyscall/
Dcontrol14 blocked by the alt_syscall table should fail, and attempts to change the
/external/autotest/client/site_tests/security_Minijail_seccomp/
Dcontrol14 are blocked incorrectly.
/external/valgrind/coregrind/
Dm_libcsignal.c469 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/
Dbug_524043_2.in39 % The stream is blocked by the keyword "endstream"
/external/autotest/client/tests/kernel_sysrq_info/
Dcontrol22 - show-blocked-tasks(W)
/external/valgrind/gdbserver_tests/solaris/
Dnlcontrolc.stdinB.gdb12 # Here, all tasks should be blocked in a loooonnnng select, all in WaitSys
/external/autotest/client/site_tests/network_SIMLocking/
Dcontrol32 gets blocked. At this point, a sim-pin2 might be expected by some SIMs. This
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/
Dcontrol26 allows popups on a page where they should be blocked.
/external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
Dcontrol26 allows popups on a page where they should be blocked.
/external/autotest/client/site_tests/policy_ImagesAllowedForUrls/
Dcontrol27 be blocked.

123456789