/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_Mutex.c | 208 * @note No hypotheses can be made on which thread will be un-blocked
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothServerSocket.java | 136 * <p>Causes blocked calls on this socket in other threads to immediately
|
/frameworks/base/core/java/android/nfc/tech/ |
NfcA.java | 109 * not be called from the main application thread. A blocked call will be canceled with
|
NfcB.java | 104 * not be called from the main application thread. A blocked call will be canceled with
|
NfcF.java | 108 * not be called from the main application thread. A blocked call will be canceled with
|
/frameworks/base/core/java/android/speech/tts/ |
SynthesisPlaybackQueueItem.java | 188 // would have woken up when stop() is called (if it was blocked) and will
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
SyncRunner.java | 198 // If a node is still open, it is blocked (by input or output)
|
/libcore/luni/src/test/java/libcore/java/io/ |
InterruptedStreamTest.java | 40 * Test that interrupting a thread blocked on I/O causes that thread to throw
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupExchange.java | 136 * AutoDiscover blocked (used for unit testing only)
|
/system/core/libcutils/ |
selector.c | 73 // We only need to write wake-up data if we're blocked in select().
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
AbstractQueuedLongSynchronizer.java | 148 * blocked (via park), so the current node must [all...] |
/external/chromium/chrome/browser/tab_contents/ |
tab_contents.h | 453 // Called when the blocked popup notification is shown or hidden. 637 // blocked. Transitioning from all blocked to not all blocked results in 638 // reevaluating any blocked TabContents, which may result in unblocking some 639 // of the blocked TabContents. 707 // The TabSpecificContentSettings object is used to query the blocked content [all...] |
/external/chromium/chrome/browser/tabs/ |
tab_strip_model.cc | 488 void TabStripModel::SetTabBlocked(int index, bool blocked) { 490 if (contents_data_[index]->blocked == blocked) 492 contents_data_[index]->blocked = blocked; 552 return contents_data_[index]->blocked; [all...] |
/external/icu4c/test/cintltst/ |
usrchdat.c | 376 /* blocked discontiguous */ [all...] |
/external/chromium/chrome/browser/sync/glue/ |
password_model_associator.cc | 49 // store, as it can post tasks to the UI thread which can itself be blocked 143 // store, as it can post tasks to the UI thread which can itself be blocked
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
location_bar_view.h | 301 // Update the visibility state of the Content Blocked icons to reflect what is 302 // actually blocked on the current page.
|
/external/valgrind/main/coregrind/ |
pub_core_threadstate.h | 299 /* This thread's blocked-signals mask. Semantics is that for a 301 blocked by this signal mask. If more than one thread accepts a
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
3d-raytrace.js | 231 if (this.blocked(hit, toLight, distance)) 244 Scene.prototype.blocked = function(O, D, far) {
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
3d-raytrace.js | 231 if (this.blocked(hit, toLight, distance)) 244 Scene.prototype.blocked = function(O, D, far) {
|
/frameworks/base/core/java/android/os/ |
MessageQueue.java | 44 // Indicates whether next() is blocked waiting in pollOnce() with a non-zero timeout. 318 // New head, wake up the event queue if blocked.
|
/frameworks/base/docs/html/distribute/googleplay/edu/ |
guidelines.jd | 96 purchases are blocked on Google Play for Education tablets at this time.</p> 244 properly without access to In-app Billing. In-app purchases are blocked on
|
/dalvik/dalvikvm/ |
Main.cpp | 38 fprintf(stderr, "WARNING: SIGPIPE not blocked\n");
|
/dalvik/vm/ |
SignalCatcher.cpp | 278 * Signals for sigwait() must be blocked but not ignored. We
|
/external/apache-http/src/org/apache/http/conn/ |
OperatedClientConnection.java | 113 * will interrupt a thread that is blocked on the connect.
|
/external/apache-http/src/org/apache/http/impl/conn/ |
DefaultClientConnection.java | 138 * That will interrupt a thread that is blocked on connecting
|