/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_linux.go | 21 var blocked bool var 25 // Verify that SIGIO stays blocked on the C thread 28 blocked = C.CheckBlocked() != 0 35 if !blocked {
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
sigprocmask_linux.go | 21 var blocked bool var 25 // Verify that SIGIO stays blocked on the C thread 28 blocked = C.CheckBlocked() != 0 35 if !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/Dialer/src/com/android/dialer/logging/ |
InteractionEvent.java | 27 * An incoming call was blocked 32 * The user blocked a number from the Call Log screen 37 * The user blocked a number from the Call details screen 42 * The user blocked a number from the Management screen 62 * The user blocked numbers from contacts marked as send to voicemail 67 * The user blocked a number then undid the block
|
/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/site_tests/policy_JavaScriptAllowedForUrls/ |
js_test.html | 16 JavaScript Status: Blocked
|
/external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/ |
js_test.html | 16 JavaScript Status: Blocked
|
/external/autotest/client/site_tests/policy_URLBlacklist/ |
policy_URLBlacklist.py | 21 BLOCKED_USER_MESSAGE = 'Webpage Blocked' 30 specified by the URLBlackList policy are blocked. 31 Throw a warning if the user message on the blocked page is incorrect. 35 blocked. 37 are blocked since the URLBlacklist policy is set to None 40 policy value are blocked. 42 URLBlacklist policy value are not blocked. 99 Returns True if the URL is blocked else returns False. 101 @param url: The URL to be checked whether it is blocked. 115 logging.warning('The Blocked page user notification [all...] |
control | 23 are not blocked. 25 are blocked. 34 is that the page will be blocked.
|
/external/autotest/client/site_tests/policy_URLWhitelist/ |
policy_URLWhitelist.py | 21 BLOCKED_USER_MESSAGE = 'Webpage Blocked' 31 websites specified by the URLWhitelist policy value are not blocked. 33 value are blocked. 40 are blocked since the URLWhitelistlist policy is set to None. 43 policy value are not blocked. 45 URLWhitelist policy value are blocked. 104 Returns True if the URL is blocked else returns False. 106 @param url: The URL to be checked whether it is blocked. 120 logging.warning('The Blocked page user notification ' 122 'the blocked page. The messages may have [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
|
/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...] |
/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...] |
/frameworks/base/core/java/android/provider/ |
BlockedNumberContract.java | 31 * The content provider exposes a table containing blocked numbers. The columns and URIs for 33 * blocked numbers are discarded by the platform. Notifications upon provider changes can be 54 * Other than regular phone numbers, the blocked number provider can also store addresses (such 55 * as email) from which a user can receive messages, and calls. The blocked numbers are stored 74 * Attempting to insert an existing blocked number (same 76 * blocked number. 113 * To check if a particular number is blocked, use the method 120 * All blocked numbers can be enumerated as follows: 138 * operation on the blocked number provider. If {@link #canCurrentUserBlockNumbers(Context)} returns 148 /** The authority for the blocked number provider * [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
netpoll_windows.go | 84 mp.blocked = true 87 mp.blocked = false 95 mp.blocked = false 110 mp.blocked = true 113 mp.blocked = false 124 mp.blocked = false
|
/prebuilts/go/linux-x86/src/runtime/ |
netpoll_windows.go | 84 mp.blocked = true 87 mp.blocked = false 95 mp.blocked = false 110 mp.blocked = true 113 mp.blocked = false 124 mp.blocked = false
|
/external/autotest/client/site_tests/policy_CookiesAllowedForUrls/ |
policy_CookiesAllowedForUrls.py | 36 cookies for all URLs shall not be stored (ie, shall be blocked), except 43 tests that cookies are blocked for urls that are not part of the policy 64 """Return True if cookie is blocked for the URL else return False. 67 cookie is blocked or stored. 77 check that cookies are not blocked for the urls/urlpatterns listed in 79 When set to None, check that cookies are blocked for all URLs. 83 @raises: TestFail if cookies are blocked/not blocked based on the 99 raise error.TestFail('Cookies should be blocked.')
|
/external/autotest/client/site_tests/policy_PopupsAllowedForUrls/ |
popup_status.html | 23 document.getElementById('status').innerHTML += 'Blocked.';
|