/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
PieRenderer.java | 587 public void setBlockFocus(boolean blocked) { 588 mBlockFocus = blocked; 589 if (blocked) {
|
/packages/apps/TV/src/com/android/tv/guide/ |
ProgramManager.java | 96 boolean blocked) { 97 this(channelId, null, null, startUtcMillis, endUtcMillis, blocked); 131 * Returns true if this channel is blocked.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_threading.py | 320 print 'program blocked; aborting' 339 self.assertFalse(rc == 2, "interpreted was blocked") 471 self.assertFalse(rc == 2, "interpreter was blocked")
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_threading.py | 320 print 'program blocked; aborting' 339 self.assertFalse(rc == 2, "interpreted was blocked") 471 self.assertFalse(rc == 2, "interpreter was blocked")
|
/prebuilts/go/darwin-x86/src/runtime/ |
runtime2.go | 236 waitsince int64 // approx time when the g become blocked 300 blocked bool // m is blocked on a note
|
/prebuilts/go/linux-x86/src/runtime/ |
runtime2.go | 236 waitsince int64 // approx time when the g become blocked 300 blocked bool // m is blocked on a note
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threading.py | 320 print 'program blocked; aborting' 339 self.assertFalse(rc == 2, "interpreted was blocked") 471 self.assertFalse(rc == 2, "interpreter was blocked")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_threading.py | 320 print 'program blocked; aborting' 339 self.assertFalse(rc == 2, "interpreted was blocked") 471 self.assertFalse(rc == 2, "interpreter was blocked")
|
/frameworks/base/media/java/android/media/tv/ |
TvView.java | 373 * <p>This notifies TV input that blocked content is now OK to play. 386 * <p>This notifies TV input that blocked content is now OK to play. [all...] |
/packages/apps/Messaging/res/values-en-rAU/ |
strings.xml | 190 <string name="blocked_toast_message" msgid="7903364256385612569">"Contact blocked & archived"</string> 265 <string name="blocked_pref_title" msgid="2560554234438548817">"Blocked"</string> [all...] |
/packages/apps/Messaging/res/values-en-rGB/ |
strings.xml | 190 <string name="blocked_toast_message" msgid="7903364256385612569">"Contact blocked & archived"</string> 265 <string name="blocked_pref_title" msgid="2560554234438548817">"Blocked"</string> [all...] |
/packages/apps/Messaging/res/values-en-rIN/ |
strings.xml | 190 <string name="blocked_toast_message" msgid="7903364256385612569">"Contact blocked & archived"</string> 265 <string name="blocked_pref_title" msgid="2560554234438548817">"Blocked"</string> [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
threading.py | 154 blocked waiting until the lock is unlocked, only one at a time will be 190 by any thread), and if any other threads are blocked waiting for the 446 if multiple acquire() calls are blocked, release() will wake exactly one 448 which blocked threads are awakened should not be relied on. There is no 465 self._note("%s.acquire(%s): blocked waiting, value=%s", [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
threading.py | 154 blocked waiting until the lock is unlocked, only one at a time will be 190 by any thread), and if any other threads are blocked waiting for the 446 if multiple acquire() calls are blocked, release() will wake exactly one 448 which blocked threads are awakened should not be relied on. There is no 465 self._note("%s.acquire(%s): blocked waiting, value=%s", [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
threading.py | 154 blocked waiting until the lock is unlocked, only one at a time will be 190 by any thread), and if any other threads are blocked waiting for the 446 if multiple acquire() calls are blocked, release() will wake exactly one 448 which blocked threads are awakened should not be relied on. There is no 465 self._note("%s.acquire(%s): blocked waiting, value=%s", [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
threading.py | 154 blocked waiting until the lock is unlocked, only one at a time will be 190 by any thread), and if any other threads are blocked waiting for the 446 if multiple acquire() calls are blocked, release() will wake exactly one 448 which blocked threads are awakened should not be relied on. There is no 465 self._note("%s.acquire(%s): blocked waiting, value=%s", [all...] |
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
AbstractQueuedSynchronizer.java | 125 * others that are blocked and queued. However, you can, if desired, 373 * blocked (via park), so the current node must [all...] |
/packages/apps/Messaging/res/values/ |
strings.xml | 335 <!-- The text of the toast/snack message shown when a contact is blocked --> 336 <string name="blocked_toast_message">Contact blocked & archived</string> 446 <string name="blocked_pref_title">Blocked</string> [all...] |
/external/v8/src/crankshaft/ |
lithium-allocator.cc | [all...] |
/frameworks/base/docs/html/about/versions/nougat/ |
android-7.0.jd | 447 framework API to let service providers maintain a blocked-number list. The 449 write to the blocked-number list. The list is not accessible to other apps.</p> 456 <li> Numbers blocked on calls are also blocked on texts 457 <li> Blocked numbers can persist across resets and devices through the Backup & 459 <li> Multiple apps can use the same blocked numbers list 463 read the blocked numbers list on the device and perform service-side blocking [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
WifiP2pServiceImpl.java | 130 /* Set a two minute discover timeout to avoid STA scans from being blocked */ 175 // msg.arg2 = msg to send when blocked 176 // msg.obj = StateMachine to send to when blocked 205 /* Track whether servcice/peer discovery is blocked in favor of other wifi actions [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ForkJoinPool.java | 52 * However, no such adjustments are guaranteed in the face of blocked 319 * compensation for blocked workers. However, all other support 381 * blocked waiting for a signal). When a worker is inactivated, 494 * thread to compensate for blocked joiners until they unblock. 547 * compensations for any blocked join. However, in practice, the 592 * blocked waiting for completion, so the extra effort (wit [all...] |
/external/strace/ |
strace.c | 241 1: no signals are blocked\n\ 242 2: fatal signals are blocked while decoding syscall (default)\n\ 243 3: fatal signals are always blocked (default if '-o FILE PROG')\n\ 244 4: fatal signals and SIGTSTP (^Z) are always blocked\n\ 1163 * vfork: parent is blocked, stopping would deadlock. [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
Vpn.java | 160 * List of UIDs for which networking should be blocked until VPN is ready, during brief periods [all...] |
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
InCallPresenter.java | 182 // Check if the number is blocked, to silence the ringer. 202 * Observes the CallLog to delete the call log entry for the blocked call after it is added. 545 * Checks whether a call should be blocked, and blocks it if so. Otherwise, it adds the call 547 * checking whether a function is blocked does not return in a reasonable time, we proceed 562 // Proceed if the query is slow; the call may still be blocked after the query returns. 582 Log.i(this, "Rejecting incoming call from blocked number"); [all...] |