/external/srec/srec/include/ |
fpi_tgt.h | 101 volatile int pushBlocked; /* Set if pushp ever gets blocked */ 102 unsigned long blockTime; /* Last time frame was blocked */
|
/frameworks/base/core/java/android/nfc/tech/ |
NdefFormatable.java | 84 * not be called from the main application thread. A blocked call will be canceled with 106 * not be called from the main application thread. A blocked call will be canceled with
|
MifareUltralight.java | 149 * not be called from the main application thread. A blocked call will be canceled with 174 * not be called from the main application thread. A blocked call will be canceled with 207 * not be called from the main application thread. A blocked call will be canceled with
|
/libcore/luni/src/main/java/java/nio/channels/ |
Selector.java | 154 * Forces blocked {@code select} operations to return immediately. 156 * If no {@code select} operation is blocked when {@code wakeup()} is called
|
/libcore/luni/src/main/java/java/nio/channels/spi/ |
AbstractInterruptibleChannel.java | 68 * one thread will run the closure code and the others will be blocked until 127 * Any outstanding threads blocked on I/O operations on this channel must be
|
/external/chromium/chrome/common/extensions/ |
extension_unittest.cc | [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stoptheworld_linux.cc | 171 // Signals that should not be blocked (this is used in the parent thread as well 220 // Install our handler for fatal signals. Other signals should be blocked by 253 // Block all signals that can be blocked safely, and install default handlers 261 // Remove the signal from the set of blocked signals. 307 // At this point, any signal will either be blocked or kill us, so waitpid
|
/external/eigen/Eigen/src/Cholesky/ |
LLT.h | 290 static typename MatrixType::Index blocked(MatrixType& m) function in struct:Eigen::internal::llt_inplace 340 static EIGEN_STRONG_INLINE typename MatrixType::Index blocked(MatrixType& mat) function in struct:Eigen::internal::llt_inplace 343 return llt_inplace<Scalar, Lower>::blocked(matt); 360 { return llt_inplace<typename MatrixType::Scalar, Lower>::blocked(m)==-1; } 370 { return llt_inplace<typename MatrixType::Scalar, Upper>::blocked(m)==-1; }
|
/external/smack/src/org/jivesoftware/smack/ |
PrivacyListManager.java | 291 * Answer the privacy list items under listName with the allowed and blocked permissions.
293 * @param listName the name of the list to get the allowed and blocked permissions.
310 * Answer the privacy list items under listName with the allowed and blocked permissions.
312 * @param listName the name of the list to get the allowed and blocked permissions.
322 * Answer every privacy list with the allowed and blocked permissions.
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
LockSupport.java | 40 * the thread is blocked to permit monitoring and diagnostic tools to 41 * identify the reasons that threads are blocked. (Such tools may 114 * was not already available. If the thread was blocked on 247 * if not blocked. The value returned is just a momentary 248 * snapshot -- the thread may have since unblocked or blocked on a
|
/external/quake/quake/src/WinQuake/ |
sv_phys.cpp | 185 returns the blocked flags (1 = floor, 2 = step / wall) 194 int i, blocked; local 196 blocked = 0; 198 blocked |= 1; // floor 200 blocked |= 2; // step 212 return blocked; 241 int blocked; local 245 blocked = 0; 283 blocked |= 1; // floor 292 blocked |= 2; // ste [all...] |
/external/mksh/src/ |
jobs.c | 999 * If jobs are compiled in then this routine expects sigchld to be blocked. 1036 * If jobs are compiled in then this routine expects sigchld to be blocked. 1060 * If jobs are compiled in then this routine expects sigchld to be blocked. 1248 * If jobs are compiled in then this routine expects sigchld to be blocked. 1264 /* this handler can run while SIGCHLD is not blocked, so block it now */ [all...] |
/cts/suite/audio_quality/lib/src/audio/ |
RemoteAudio.cpp | 210 // client blocked until reply comes from DUT 320 // client blocked until reply comes from DUT 355 // no post for download and getdeviceinfo. Client blocked until reply comes with time-out
|
/external/quake/quake/src/QW/progs/ |
plats.qc | 189 self.blocked = plat_crush;
321 self.blocked = train_blocked;
348 self.blocked = train_blocked;
|
buttons.qc | 117 self.blocked = button_blocked;
|
/external/v8/src/x64/ |
lithium-gap-resolver-x64.cc | 111 // and this move is blocked on source B and there is a swap of A and 132 // The move may be blocked on a (at most one) pending move, in which case 144 // This move is not blocked.
|
/cts/tests/tests/security/src/android/security/cts/ |
CertificateTest.java | 51 assertTrue("Blocked certificates: " + deviceCertificates, deviceCertificates.isEmpty());
|
/external/chromium/chrome/browser/sync/glue/ |
data_type_manager.h | 29 BLOCKED, // We can't move forward with configuration because some
|
/external/chromium/chrome/common/ |
render_messages.h | 178 // Tells the render view to load all blocked plugins. 281 // Tells the browser that content in the current page was blocked due to the 284 ContentSettingsType, /* type of blocked content */ 367 // be blocked. The default is ASK, which blocks the plugin initially but allows
|
win_safe_util.cc | 69 // your computer, Windows has blocked access to this file."
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
mucinviterecvtask.cc | 120 // We never queue anything so we are always blocked.
|
/external/chromium/webkit/glue/ |
context_menu.h | 62 // This is true if the context menu was invoked on a blocked image.
|
/external/clang/lib/CodeGen/ |
README.txt | 33 anyway currently to emit proper debug info. So this is blocked by
|
/external/iptables/libipq/ |
ipq_read.3 | 71 was available to read, or if a non-blocked signal was caught. In the
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdldestroysemaphore.html | 144 It is not safe to destroy a semaphore if there are threads currently blocked
|