/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
sigaction.h | 43 /* Additional set of signals to be blocked. */ 79 #define SIG_SETMASK 2 /* Set the set of blocked signals. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
sigaction.h | 43 /* Additional set of signals to be blocked. */ 79 #define SIG_SETMASK 2 /* Set the set of blocked signals. */
|
/art/test/528-long-hint/src/ |
Main.java | 34 // part, and we did not check that ESP was blocked.
|
/external/autotest/client/site_tests/network_SIMLocking/ |
control | 32 gets blocked. At this point, a sim-pin2 might be expected by some SIMs. This
|
/external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/ |
policy_JavaScriptAllowedForUrls.py | 23 JavaScript will be blocked on any page. When the value is set to a single 92 When JavaScriptAllowedForUrls is undefined, JavaScript shall be blocked 117 # should be allowed. If execution is blocked, raise an error. 122 raise error.TestFail('JavaScript should be blocked.')
|
/external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/ |
policy_JavaScriptBlockedForUrls.py | 25 JavaScript execution will be blocked on any page that matches that 27 and MultipleUrls_BlockJS) then JavaScript execution will be blocked on any 118 # should be blocked. If execution is allowed, raise an error. 120 raise error.TestFail('JavaScript should be blocked.')
|
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/ |
control | 26 allows popups on a page where they should be blocked.
|
/external/autotest/client/site_tests/policy_PopupsBlockedForUrls/ |
control | 26 allows popups on a page where they should be blocked.
|
policy_PopupsBlockedForUrls.py | 23 1Url_Blocked, 2Urls_Allowed, and 3Urls_Blocked), popups are blocked only 79 shall be blocked only on the pages whose domain matches any of the 99 raise error.TestFail('Popups should be blocked.') 102 raise error.TestFail('Popups should not be blocked.')
|
/external/autotest/client/tests/kernel_sysrq_info/ |
control | 22 - show-blocked-tasks(W)
|
/external/compiler-rt/test/tsan/ |
cond_destruction.cc | 9 // threads are currently blocked. That is, it is not necessary to wait untill
|
signal_cond.cc | 8 // Test that signals can be delivered to blocked pthread_cond_wait.
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
posix_signal_blocker.hpp | 68 // Have signals been blocked.
|
/external/valgrind/gdbserver_tests/ |
nlcontrolc.vgtest | 10 # has no effect if a thread is already blocked in that syscall.
|
/external/valgrind/gdbserver_tests/solaris/ |
nlcontrolc.stdinB.gdb | 12 # Here, all tasks should be blocked in a loooonnnng select, all in WaitSys
|
/external/webrtc/talk/app/webrtc/test/ |
fakedatachannelprovider.h | 93 // Set true to emulate the SCTP stream being blocked by congestion control. 94 void set_send_blocked(bool blocked) { 95 send_blocked_ = blocked; 96 if (!blocked) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
AsyncEmergencyContactNotifier.java | 25 * An {@link AsyncTask} that notifies the Blocked number provider that emergency services were
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
Interruptible.java | 27 * An object that interrupts a thread blocked in an I/O operation.
|
/libnativehelper/include/nativehelper/ |
AsynchronousCloseMonitor.h | 36 * To interrupt all threads currently blocked on file descriptor 'fd', call signalBlockedThreads:
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
BlockedParticipantsActivity.java | 27 * Show a list of currently blocked participants.
|
/packages/providers/BlockedNumberProvider/tests/ |
AndroidManifest.xml | 28 android:label="Blocked Numbers Tests">
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/scheduling/ |
BlockerTask.java | 53 .v(TAG, task.toString() + "blocked, " + getReadyInMilliSeconds() + "millis remaining");
|
/prebuilts/go/darwin-x86/src/sync/ |
runtime.go | 17 // if one is blocked in Semacquire.
|
/prebuilts/go/darwin-x86/test/chan/ |
nonblock.go | 90 panic("blocked i32sender") 96 panic("blocked i64sender") 102 panic("blocked bsender") 108 panic("blocked ssender")
|
/prebuilts/go/linux-x86/src/sync/ |
runtime.go | 17 // if one is blocked in Semacquire.
|