Searched defs:blocked (Results 1 - 23 of 23) sorted by relevance

/external/python/cpython3/Lib/test/
H A Dtest_datetime.py10 blocked=['_datetime']) variable
/external/swiftshader/src/Common/
H A DResource.hpp50 volatile int blocked; member in class:sw::Resource
/external/webrtc/talk/app/webrtc/test/
H A Dfakedatachannelprovider.h93 // Set true to emulate the SCTP stream being blocked by congestion control.
94 void set_send_blocked(bool blocked) { argument
95 send_blocked_ = blocked;
96 if (!blocked) {
/external/google-breakpad/src/client/solaris/handler/
H A Dexception_handler.cc236 bool blocked = true; local
241 blocked = false;
249 if (blocked)
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_context.h121 rbug_block_t blocked; member in struct:rbug_proto_context_info_reply
182 rbug_block_t blocked,
H A Drbug_context.c379 rbug_block_t blocked,
395 LEN(4); /* blocked */
413 WRITE(4, rbug_block_t, blocked); /* blocked */
717 READ(4, rbug_block_t, blocked); /* blocked */
369 rbug_send_context_info_reply(struct rbug_connection *__con, uint32_t serial, rbug_shader_t vertex, rbug_shader_t fragment, rbug_texture_t *texs, uint32_t texs_len, rbug_texture_t *cbufs, uint32_t cbufs_len, rbug_texture_t zsbuf, rbug_block_t blocker, rbug_block_t blocked, uint32_t *__serial) argument
/external/syslinux/core/include/
H A Dthread.h49 struct thread_block *blocked; member in struct:thread
89 * list of blocked processes on this semaphore!
/external/toybox/toys/other/
H A Dvmstat.c19 Show processes running and blocked, kilobytes swapped, free, buffered, and
33 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member in struct:vmstat_proc
133 // Output values in order[]: running, blocked, swaptotal, memfree, buffers,
/external/valgrind/coregrind/
H A Dm_libcsignal.c469 vki_sigset_t pending, blocked, allbutone; local
483 /* don't try for signals not blocked at the moment */
484 ir = VG_(sigprocmask)(VKI_SIG_SETMASK, NULL, &blocked);
487 /* pending = pending `intersect` blocked */
488 VG_(sigintersectset)(&pending, &blocked);
503 pre: i is blocked and pending
515 blocked. */
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Drfkill.c50 int blocked; member in struct:rfkill_data
83 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
86 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
93 if (new_blocked != rfkill->blocked) {
94 rfkill->blocked = new_blocked;
176 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
177 rfkill->blocked = 1;
179 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
180 rfkill->blocked = 1;
223 return rfkill->blocked;
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Drfkill.c50 int blocked; member in struct:rfkill_data
83 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
86 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
93 if (new_blocked != rfkill->blocked) {
94 rfkill->blocked = new_blocked;
176 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
177 rfkill->blocked = 1;
179 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
180 rfkill->blocked = 1;
223 return rfkill->blocked;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Drfkill.c50 int blocked; member in struct:rfkill_data
83 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
86 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
93 if (new_blocked != rfkill->blocked) {
94 rfkill->blocked = new_blocked;
176 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
177 rfkill->blocked = 1;
179 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
180 rfkill->blocked = 1;
223 return rfkill->blocked;
[all...]
/external/eigen/Eigen/src/Cholesky/
H A DLLT.h328 static Index blocked(MatrixType& m) function in struct:Eigen::internal::llt_inplace
377 static EIGEN_STRONG_INLINE Index blocked(MatrixType& mat) function in struct:Eigen::internal::llt_inplace
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/webrtc/talk/media/base/
H A Dfakemediaengine.h664 void set_send_blocked(bool blocked) { send_blocked_ = blocked; } argument
/external/valgrind/include/vki/
H A Dvki-xen-domctl.h272 vki_uint8_t blocked; /* blocked waiting for an event? */ member in struct:vki_xen_domctl_getvcpuinfo
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.jobs_3.7.0.v20150330-2103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/persist/lib/
H A Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 2123 milliseconds