/art/test/004-SignalTest/ |
expected.txt | 7 unblocking blocked signal 8 blocked signal received
|
/art/test/705-register-conflict/ |
info.txt | 1 Tests if blocked fp register work correctly on optimizing compiler.
|
/cts/tests/tests/netsecpolicy/usescleartexttraffic-false/src/android/security/ |
NetworkSecurityPolicyCleartextDeniedTest.java | 6 super(false // expect cleartext traffic to be blocked
|
/external/valgrind/drd/tests/ |
sem_wait.stderr.exp | 3 Wait would have blocked
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
sigprocmask.go | 23 var blocked bool var 27 // Verify that SIGIO stays blocked on the C thread 30 blocked = C.CheckBlocked() != 0 37 if !blocked {
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
sigprocmask.go | 23 var blocked bool var 27 // Verify that SIGIO stays blocked on the C thread 30 blocked = C.CheckBlocked() != 0 37 if !blocked {
|
/packages/apps/Dialer/java/com/android/dialer/logging/ |
interaction_event.proto | 15 // An incoming call was blocked 18 // The user blocked a number from the Call Log screen 21 // The user blocked a number from the Call details screen 24 // The user blocked a number from the Management screen 36 // The user blocked numbers from contacts marked as send to voicemail 39 // The user blocked a number then undid the block
|
/external/swiftshader/src/Common/ |
Resource.cpp | 23 blocked = 0; 43 blocked++; 49 blocked--; 71 if(blocked) 89 blocked++; 95 blocked--; 114 if(blocked) 141 if(blocked) 163 if(count == 0 && !blocked)
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
BlockChecker.java | 8 * {@hide} Checks for blocked phone numbers against {@link BlockedNumberContract} 15 * Returns {@code true} if {@code phoneNumber} is blocked. 27 Rlog.d(TAG, phoneNumber + " is blocked."); 31 Rlog.e(TAG, "Exception checking for blocked number: " + e); 36 Rlog.d(TAG, "Blocked number lookup took: " + durationMillis + " ms.");
|
/packages/apps/TV/src/com/android/tv/parental/ |
ParentalControlSettings.java | 33 * The rating and all of its sub-ratings are blocked. 38 * The rating is blocked but not all of its sub-ratings are blocked. 43 * The rating is not blocked. 75 // Ensure no ratings are blocked for the selected rating system 142 * Sets the blocked status of a given content rating. 154 boolean blocked) { 155 return setRatingBlockedInternal(contentRatingSystem, rating, null, blocked); 159 * Checks whether any of given ratings is blocked. 162 * @return {@code true} if a rating is blocked, {@code false} otherwise [all...] |
/external/autotest/client/cros/enterprise/ |
js_test.html | 16 JavaScript Status: Blocked
|
/external/syslinux/core/thread/ |
root_thread.c | 7 .blocked = NULL,
|
kill_thread.c | 24 block = thread->blocked; 32 thread->blocked = NULL;
|
/external/autotest/client/site_tests/policy_URLBlacklist/ |
policy_URLBlacklist.py | 15 websites specified by the URLBlackList policy are blocked. Throw a warning 16 if the user message on the blocked page is incorrect. 19 verify that the URLs specified in the URLBlacklist policy are blocked. 21 the URLs are blocked since the URLBlacklist policy is set to None 24 policy value are blocked. The test case shall also pass if the URLs that 47 self.BLOCKED_USER_MESSAGE = 'Webpage Blocked' 80 """Return True if the URL is blocked else returns False. 82 @param url: The URL to be checked whether it is blocked. 95 logging.warning('The Blocked page user notification ' 97 'the blocked page. The messages may have [all...] |
/external/autotest/client/site_tests/policy_CookiesAllowedForUrls/ |
policy_CookiesAllowedForUrls.py | 18 cookies for all URLs shall not be stored (ie, shall be blocked), except 24 url/host patterns. It also verifies that cookies are blocked for urls that 62 """Return True if cookie is blocked for the URL else return False. 65 cookie is blocked or stored. 75 check that cookies are not blocked for the urls/urlpatterns listed in 76 the policy value. When set to None, check that cookies are blocked for 80 @raises: TestFail if cookies are blocked/not blocked based on the 90 raise error.TestFail('Cookies should be blocked.')
|
/external/autotest/client/site_tests/policy_URLWhitelist/ |
policy_URLWhitelist.py | 16 verify that the websites not in the URLWhitelist policy value are blocked. 21 the URLs are blocked since the URLWhitelistlist policy is set to None. 25 are not part of the URLWhitelist policy value are blocked. The test case 47 self.BLOCKED_USER_MESSAGE = 'Webpage Blocked' 80 """Return True if the URL is blocked else returns False. 82 @param url: The URL to be checked whether it is blocked. 95 logging.warning('The Blocked page user notification ' 97 'the blocked page. The messages may have ' 111 are blocked. 115 @raises: TestFail if url is blocked/not blocked based on th [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
BlockedNumberBackupRestoreTest.java | 28 * CTS tests for backup and restore of blocked numbers using local transport. 88 Log.i(TAG, "Adding blocked numbers."); 94 Log.i(TAG, "Clearing blocked numbers."); 98 Log.i(TAG, "Restoring blocked numbers."); 109 Log.i(TAG, "Adding blocked numbers."); 117 Log.i(TAG, "Deleting blocked number."); 124 Log.i(TAG, "Clearing blocked numbers."); 128 Log.i(TAG, "Restoring blocked numbers.");
|
/cts/tests/tests/webkit/assets/webkit/ |
popup_base.html | 24 document.title = "Popup blocked"; 29 Popup blocked
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_destroy/ |
assertions.xml | 7 are currently blocked. 17 EBUSY: there are currently processes blocked on the semaphore. 24 currently blocked is undefined.
|
/art/runtime/ |
thread_state.h | 30 kBlocked, // BLOCKED TS_MONITOR blocked on a monitor 32 kWaitingForGcToComplete, // WAITING TS_WAIT blocked waiting for GC 35 kWaitingForDebuggerSend, // WAITING TS_WAIT blocked waiting for events to be sent 36 kWaitingForDebuggerToAttach, // WAITING TS_WAIT blocked waiting for debugger to attach
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/ui/ |
ImgSrcReplacementTest.java | 37 "<img src='data:' blocked-src=\"http://google.com/favicon.ico\">" 45 "<img src='data:' blocked-src='http://google.com/favicon.ico'>" 53 "<img src='data:' blocked-src=http://google.com/favicon.ico>" 61 "<img id=\"foo\" src='data:' blocked-src=\"http://google.com/favicon.ico\">" 69 "<img id=\"foo\" src='data:' blocked-src=\"http://google.com/favicon.ico\" alt='foo'>" 77 "<img src='data:' blocked-src=\"https://google.com/favicon.ico\">" 103 "<img id='foo' width='500' src='data:' blocked-src='http://google.com' alt='foo'> src=httplawl" 111 "< img src='data:' blocked-src = \"http://google.com/favicon.ico\" >" 119 "<img src='data:' blocked-src=\"http://google.com/foo?src=http%3A%2F%2Fgoogle.com\">" 127 "<img id='src' src='data:' blocked-src=\"http://google.com/foo?src=http%3A%2F%2Fgoogle.com\"> [all...] |
/external/autotest/client/site_tests/policy_CookiesBlockedForUrls/ |
policy_CookiesBlockedForUrls.py | 18 URLs shall be stored (i.e., shall be not blocked), except for the URL 63 """Return True if cookie is blocked for the URL else return False. 66 cookie is blocked or stored. 76 check that cookies are blocked for the urls/urlpatterns listed in 82 @raises: TestFail if cookies are blocked/not blocked based on the 89 raise error.TestFail('Cookies should be blocked.')
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
InterruptibleChannel.java | 38 * closeable:</i> If a thread is blocked in an I/O operation on an 40 * #close close} method. This will cause the blocked thread to receive an 44 * If a thread is blocked in an I/O operation on an interruptible channel then 45 * another thread may invoke the blocked thread's {@link Thread#interrupt() 46 * interrupt} method. This will cause the channel to be closed, the blocked 47 * thread to receive a {@link ClosedByInterruptException}, and the blocked 72 * <p> Any thread currently blocked in an I/O operation upon this channel
|
/docs/source.android.com/src/devices/tech/connect/ |
block-numbers.jd | 43 if users switch devices, they may lose the blocked list completely due to lack 56 system will respect the numbers in the blocked list by restricting calls and 57 texts from those numbers. Android 7.0 displays the list of blocked numbers and 66 write to the blocked list. Because the blocked numbers are stored on the system, 68 blocked. Finally, the blocked numbers list may be restored on any new device, 107 <h3 id="launch-from-app">Launch blocked number manager from app</h3> 113 <h3 id="query-blocked-numbers">Query blocked numbers</h3 [all...] |
/external/wpa_supplicant_8/src/drivers/ |
rfkill.c | 50 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...] |