/external/wpa_supplicant_8/src/drivers/ |
D | rfkill.c | 49 int blocked; member 90 if (new_blocked != rfkill->blocked) { in rfkill_receive() 91 rfkill->blocked = new_blocked; in rfkill_receive() 148 rfkill->blocked = 1; in rfkill_init() 151 rfkill->blocked = 1; in rfkill_init() 187 return rfkill->blocked; in rfkill_is_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 | 292 static typename MatrixType::Index blocked(MatrixType& m) 342 static EIGEN_STRONG_INLINE typename MatrixType::Index blocked(MatrixType& mat) 345 return llt_inplace<Scalar, Lower>::blocked(matt); 362 { return llt_inplace<typename MatrixType::Scalar, Lower>::blocked(m)==-1; } 372 { 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,
|
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/lldb/test/lang/objc/print-obj/ |
D | Makefile | 3 OBJC_SOURCES := blocked.m
|
D | blocked.m | 1 //===-- blocked.m --------------------------------------------------*- ObjC -*-===//
|
/external/valgrind/coregrind/ |
D | m_libcsignal.c | 406 vki_sigset_t pending, blocked, allbutone; in VG_() local 421 ir = VG_(sigprocmask)(VKI_SIG_SETMASK, NULL, &blocked); in VG_() 425 VG_(sigintersectset)(&pending, &blocked); in VG_()
|
/external/valgrind/gdbserver_tests/ |
D | mcinvokeWS.vgtest | 2 # If the test goes wrong, it might be blocked during 10000 seconds.
|
D | nlcontrolc.stdinB.gdb | 12 # Here, all tasks should be blocked in a loooonnnng select, all in WaitSys
|
/external/clang/lib/CodeGen/ |
D | README.txt | 33 anyway currently to emit proper debug info. So this is blocked by
|
/external/toybox/toys/other/ |
D | vmstat.c | 30 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member
|
/external/valgrind/coregrind/m_gdbserver/ |
D | README_DEVELOPERS | 148 process in case all threads are blocked in a system call. 154 How is gdbserver activated if all Valgrind threads are blocked in a syscall ? 162 blocked in a system call. In such a case, no polling will be done by 186 a process blocked in a system call : the symptom is that the system 274 blocked in a system call, some architecture specific code 327 up a valgrind process which is blocked in system calls. Maybe we
|
/external/valgrind/docs/internals/ |
D | threads-syscalls-signals.txt | 57 all its signals blocked (all but the fault signals: SEGV, BUS, ILL, etc). 62 it uses the sigtimedwait() syscall to fetch blocked pending signals 69 because they can't be held off; if they're blocked when an instruction 112 *all* signals blocked, so there's no risk of two concurrent async signal 203 from being blocked in a syscall, so that we can get the thread to
|
/external/valgrind/include/vki/ |
D | vki-xen-domctl.h | 227 vki_uint8_t blocked; /* blocked waiting for an event? */ member
|
/external/eigen/bench/btl/libs/eigen3/ |
D | eigen3_interface.hh | 207 internal::llt_inplace<real,Lower>::blocked(C); in cholesky()
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | elim-extend.ll | 69 ; %innercount is currently blocked by lcssa, so is not widened.
|
/external/llvm/test/CodeGen/X86/ |
D | tailcall-64.ll | 22 ; Tail call shouldn't be blocked by no-op inttoptr.
|
/external/skia/site/dev/testing/ |
D | ct.md | 83 …aster/ct/go/master_scripts/) (in a new process so that the poller is not blocked). The master scri…
|
/external/libvncserver/webclients/novnc/include/web-socket-js/ |
D | README.txt | 40 6. Make sure the port used for WebSocket (10081 in example above) is not blocked by your server/cli…
|
/external/icu/icu4c/source/test/testdata/ |
D | collationtest.txt | 120 # contraction starter with no following text, or mismatch, or blocked 132 <2 a\u0308\u030a # ring blocked by diaeresis 140 <2 \u0308\u030a\u0301 # acute blocked by ring 181 <2 \u0308\u0308\u0301 # acute blocked from first diaeresis, contracts with second 214 <1 a\u0327\u0331\u0323\u030a # a+ring skips cedilla, macron below, dot below (dot blocked by mac…
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/ |
D | collationtest.txt | 120 # contraction starter with no following text, or mismatch, or blocked 132 <2 a\u0308\u030a # ring blocked by diaeresis 140 <2 \u0308\u030a\u0301 # acute blocked by ring 181 <2 \u0308\u0308\u0301 # acute blocked from first diaeresis, contracts with second 214 <1 a\u0327\u0331\u0323\u030a # a+ring skips cedilla, macron below, dot below (dot blocked by mac…
|