HomeSort by relevance Sort by last modified time
    Searched full:allowed (Results 226 - 250 of 7690) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/asm-mips/
mips_mt.h 12 * How many VPEs and TCs is Linux allowed to use? 0 means no limit.
  /external/llvm/test/Linker/
2005-02-12-ConstantGlobals-2.ll 1 ; Test that a prototype can be marked const, and the definition is allowed
  /external/llvm/test/Transforms/Mem2Reg/
atomic.ll 3 ; mem2reg is allowed with arbitrary atomic operations (although we only support
  /external/valgrind/main/helgrind/tests/
hg06_readshared.c 1 /* All OK - test allowed read sharing */
  /external/wpa_supplicant_8/hostapd/
hostapd.accept 1 # List of MAC addresses that are allowed to authenticate (IEEE 802.11)
  /libcore/luni/src/test/resources/META-INF/services/
libcore.java.util.ServiceLoaderTestInterface 7 libcore.java.util.ServiceLoaderTest$Impl2 # and duplicates are allowed too
  /dalvik/vm/oo/
AccessCheck.h 23 * Determine whether the "accessFrom" class is allowed to get at "clazz".
29 * Determine whether the "accessFrom" class is allowed to get at "method".
34 * Determine whether the "accessFrom" class is allowed to get at "field".
  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier_test_util.h 29 // Makes ResourceRequestsAllowed return |allowed| when it is called.
30 void SetRequestsAllowedOverride(bool allowed);
32 // Notify observers that requests are allowed. This will only work if
  /external/chromium_org/webkit/browser/fileapi/
file_system_options.h 27 // |additional_allowed_schemes| specifies schemes that are allowed
38 // Returns the schemes that must be allowed to access FileSystem API
41 // "file" scheme will also need to be allowed).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmllib.py 7 <!-- comments aren't allowed before the <?xml?> tag,
8 but they are allowed before the <!DOCTYPE> tag -->
9 <?processing instructions are allowed in the same places as comments ?>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmllib.py 7 <!-- comments aren't allowed before the <?xml?> tag,
8 but they are allowed before the <!DOCTYPE> tag -->
9 <?processing instructions are allowed in the same places as comments ?>
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwGeolocationPermissions.java 32 * Set one origin to be allowed.
80 * Synchronous method to get if an origin is set to be allowed.
87 * Returns true if the origin is either set to allowed or denied.
94 * Asynchronous method to get if an origin set to be allowed.
107 * Async method to get the domains currently allowed or denied.
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
config.py 21 allowed = urlparse.urlparse(allowed_url)
22 if (given.scheme == allowed.scheme and
23 given.hostname == allowed.hostname and
24 given.path.startswith(allowed.path)):
60 logging.warn('Only whitelisted sources are allowed. Ignoring \"%s\".' % (
  /external/apache-http/src/org/apache/http/conn/params/
ConnManagerParams.java 52 /** The default maximum number of connections allowed overall */
83 /** The default maximum number of connections allowed per host */
93 * Sets lookup interface for maximum number of connections allowed per route.
96 * @param connPerRoute lookup interface for maximum number of connections allowed
111 * Returns lookup interface for maximum number of connections allowed per route.
115 * @return lookup interface for maximum number of connections allowed per route.
133 * Sets the maximum number of connections allowed.
136 * @param maxTotalConnections The maximum number of connections allowed.
151 * Gets the maximum number of connections allowed.
155 * @return The maximum number of connections allowed
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
clear_browser_data_overlay.js 25 // Whether deleting history and downloads is allowed.
131 setAllowDeletingHistory: function(allowed) {
132 this.allowDeletingHistory_ = allowed;
144 var allowed = ClearBrowserDataOverlay.getInstance().allowDeletingHistory_;
145 ClearBrowserDataOverlay.updateHistoryCheckboxes(allowed);
157 ClearBrowserDataOverlay.updateHistoryCheckboxes = function(allowed) {
158 $('delete-browsing-history-checkbox').disabled = !allowed;
159 $('delete-download-history-checkbox').disabled = !allowed;
160 if (!allowed) {
164 ClearBrowserDataOverlay.getInstance().setAllowDeletingHistory(allowed);
    [all...]
  /external/clang/test/Sema/
block-misc.c 150 __block int test16i; // expected-error {{__block attribute not allowed, only allowed on local variables}}
152 void test16(__block int i) { // expected-error {{__block attribute not allowed, only allowed on local variables}}
154 extern __block double extern_var; // expected-error {{__block attribute not allowed, only allowed on local variables}}
155 static __block char * pch; // expected-error {{__block attribute not allowed, only allowed on local variables}}
156 __block int a[size]; // expected-error {{__block attribute not allowed on declaration with a variably modified type}}
157 __block int (*ap)[size]; // expected-error {{__block attribute not allowed on declaration with a variably modified type}
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
drag-cursor-notallowed.html 88 <p id="description">This test can be used to verify that the not-allowed cursor is shown during an invalid drag-and-drop operation.
90 drop target is <code><script>document.write(DROP_EFFECT)</script></code> then the drop is not allowed and the cursor should
91 change to the not-allowed cursor. Note, this test only pertains to the Windows build since the Mac build does not show a drop cursor
92 for a not-allowed drop operation (see bug #25925).
95 is <img alt="not-allowed" src="data:image/gif;base64,R0lGODlhEgASAIAAAAAAAP///yH5BAAAAAAALAAAAAASABIAAAIvjA+px6ifmnmM1ijDmlbuuHmAhoWXaTqYKq7sObZw3HwgXd8cPr8yDGxBXEJioAAAOw=="> then the test <span class="pass">PASSED</span>. Otherwise, the test <span class="fail">FAILED</span>.</p>
103 <div id="message" style="visibility:hidden">The cursor should be <img alt="not-allowed" src="data:image/gif;base64,R0lGODlhEgASAIAAAAAAAP///yH5BAAAAAAALAAAAAASABIAAAIvjA+px6ifmnmM1ijDmlbuuHmAhoWXaTqYKq7sObZw3HwgXd8cPr8yDGxBXEJioAAAOw==">. Is it?</div>
  /external/llvm/test/Transforms/DeadStoreElimination/
atomic.ll 8 ; atomic ops, just some transformations are not allowed across them.
15 ; DSE across unordered store (allowed)
27 ; DSE across seq_cst load (allowed in theory; not implemented ATM)
51 ; DSE remove unordered store (allowed)
62 ; DSE unordered store overwriting non-atomic store (allowed)
72 ; DSE no-op unordered atomic store (allowed)
  /external/proguard/src/proguard/
KeepClassSpecification.java 46 * @param allowShrinking specifies whether shrinking is allowed.
47 * @param allowOptimization specifies whether optimization is allowed.
48 * @param allowObfuscation specifies whether obfuscation is allowed.
73 * @param allowShrinking specifies whether shrinking is allowed.
74 * @param allowOptimization specifies whether optimization is allowed.
75 * @param allowObfuscation specifies whether obfuscation is allowed.
  /external/chromium_org/chrome/browser/chromeos/login/
multi_profile_user_controller.h 27 // MultiProfileUserController decides whether a user is allowed to be in a
40 // Returns true if the user is allowed to be in the current session.
62 // Checks if all users are allowed in the current session.
  /external/chromium_org/chrome/browser/geolocation/
chrome_geolocation_permission_context_android.cc 48 bool allowed) {
53 if (allowed &&
61 id, requesting_frame, embedder, callback, allowed);
  /external/chromium_org/chrome/browser/prerender/
prerender_config.h 22 // Number of simultaneous prerender pages from link elements allowed. Enforced
26 // Number of simultaneous prerender pages from link elements allowed per
49 // Is https allowed?
  /external/chromium_org/ppapi/shared_impl/
file_io_state_manager.h 29 // allowed.
33 // allowed.
37 // further async operation is allowed.
  /external/clang/test/Parser/
cxx0x-condition.cpp 26 if (S b(n)) {} // expected-error {{a function type is not allowed here}} expected-error {{must have an initializer}}
27 if (S b(n) = 0) {} // expected-error {{a function type is not allowed here}}
28 if (S b(n) == 0) {} // expected-error {{a function type is not allowed here}} expected-error {{did you mean '='?}}
  /external/chromium_org/chrome/browser/app_mode/
app_mode_utils.h 10 // Returns true if the given browser command is allowed in app mode.

Completed in 874 milliseconds

1 2 3 4 5 6 7 8 91011>>