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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_drag_drop_views.h 41 // |index|. A drop from a separate profile is always allowed, where as
42 // a drop from the same profile is only allowed if none of the nodes in
  /external/chromium_org/content/public/common/
bindings_policy.h 18 // allowed unless the app has been started up with the --dom-automation
24 // metrics. (By default this isn't allowed unless the app has been started up
  /external/chromium_org/extensions/browser/
DEPS 5 # Temporarily allowed includes as part of the app shell/extensions refactor.
28 # Temporarily allowed testing includes. See above.
  /external/clang/test/Sema/
warn-main.c 18 // expected-error@+1 {{'main' is not allowed to be declared inline}}
25 // expected-warning@+2 {{'main' is not allowed to be declared _Noreturn}}
i-c-e.c 63 char pbcp[__builtin_constant_p(4) ? (intptr_t)&expr : 0]; // expected-error {{variable length array declaration not allowed at file scope}}
66 int illegaldiv1b[1 && 1/0]; //expected-error{{variable length array declaration not allowed at file scope}}
68 int illegaldiv2[1/0]; // expected-error {{variable length array declaration not allowed at file scope}}
69 int illegaldiv3[INT_MIN / -1]; // expected-error {{variable length array declaration not allowed at file scope}}
71 int illegaldiv4[0 / (1 / 0)]; // expected-error {{variable length array declaration not allowed at file scope}}
  /external/dexmaker/src/dx/java/com/android/dx/dex/
DexOptions.java 34 * Returns whether extended opcodes are allowed. This became
35 * allowed as of Ice Cream Sandwich.
  /external/icu4c/layout/
CharSubstitutionFilter.h 34 * The copy constructor. Not allowed!
41 * The replacement operator. Not allowed!
  /external/lzma/CPP/7zip/
IStream.h 22 This function is allowed to read less than number of remaining bytes in stream.
32 This function is allowed to write less than "size".
  /external/sepolicy/
attributes 50 # Domains that are allowed all permissions ("unconfined").
68 # All domains which are allowed the "relabelto" permission
  /external/speex/libspeex/
ltp.h 66 int start, /* Smallest pitch value allowed */
67 int end, /* Largest pitch value allowed */
85 int start, /* Smallest pitch value allowed */
86 int end, /* Largest pitch value allowed */
109 int start, /* Smallest pitch value allowed */
110 int end, /* Largest pitch value allowed */
128 int start, /* Smallest pitch value allowed */
129 int end, /* Largest pitch value allowed */
  /external/valgrind/main/drd/tests/
trylock.stderr.exp 8 Attempt to lock for writing recursively (not allowed).
9 Recursive writer locking not allowed: rwlock 0x.........
  /libcore/luni/src/main/java/javax/net/ssl/
HostnameVerifier.java 29 * Verifies that the specified hostname is allowed within the specified SSL
36 * @return {@code true} if the specified hostname is allowed, otherwise
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
ReorderUtils.java 30 * Reordering directions allowed. {@link #REORDER_DIRECTION_HORIZONTAL} direction means that
31 * the user is only allowed to drag a view along the horizontal axis. Likewise for
  /external/chromium_org/chrome/test/functional/
extensions.py 54 def SetAllowInIncognito(self, ext_id, allowed):
59 allowed: Boolean indicating whether |ext_id| is to be allowed or
65 if checkbox.is_selected() != allowed:
70 def SetAllowAccessFileURLs(self, ext_id, allowed):
75 allowed: Boolean indicating whether |ext_id| is to be allowed access to
81 if checkbox.is_selected() != allowed:
192 Checks that the installed extension is enabled and not allowed in incognito.
208 msg='Extension was allowed in incognito on installation.'
    [all...]
  /external/chromium_org/chrome/browser/media/
chrome_midi_permission_context.cc 109 bool allowed) {
111 NotifyPermissionSet(id, requesting_frame, callback, allowed);
118 bool allowed) {
125 if (allowed)
131 callback.Run(allowed);
  /external/chromium_org/chrome/browser/web_resource/
resource_request_allowed_notifier.h 35 // Observes resource request allowed state changes.
41 // Specifies the resource request allowed state.
43 ALLOWED,
58 // Returns whether resource requests are allowed, per the various criteria.
66 // GetResourceRequestsAllowedState() == ALLOWED.
  /external/chromium_org/extensions/common/permissions/
permissions_data_unittest.cc 260 bool Allowed(const Extension* extension, const GURL& url) {
261 return Allowed(extension, url, -1);
264 bool Allowed(const Extension* extension, const GURL& url, int tab_id) {
300 result &= Allowed(extension, url, tab_id);
333 EXPECT_TRUE(Allowed(extension.get(), http_url));
334 EXPECT_TRUE(Allowed(extension.get(), https_url));
358 EXPECT_TRUE(Allowed(extension.get(), http_url));
359 EXPECT_TRUE(Allowed(extension.get(), https_url));
402 EXPECT_TRUE(Allowed(extension.get(), http_url));
403 EXPECT_TRUE(Allowed(extension.get(), https_url))
    [all...]
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_url_filter.h 21 // callers if a given URL should be allowed, blocked or warned about. It uses
25 // of URL patterns that should be allowed.
71 // Asterisks in other parts of the pattern are not allowed.
96 // Sets the set of manually allowed or blocked hosts.
99 // Sets the set of manually allowed or blocked URLs.
116 // Maps from a URL to whether it is manually allowed (true) or blocked
120 // Maps from a hostname to whether it is manually allowed (true) or blocked
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_message_filter.h 168 bool* allowed);
173 bool* allowed);
177 bool* allowed);
182 bool* allowed);
183 void OnCanTriggerClipboardRead(const GURL& origin, bool* allowed);
184 void OnCanTriggerClipboardWrite(const GURL& origin, bool* allowed);
185 void OnIsWebGLDebugRendererInfoAllowed(const GURL& origin, bool* allowed);
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 89 * allowed and false otherwise.
99 // "Clear all" should be a link only when deletions are allowed.
102 // There should be no disabled links when deletions are allowed.
103 // On the other hand, when deletions are not allowed, "Clear All"
108 // All "Remove from list" items should be links when deletions are allowed.
109 // On the other hand, when deletions are not allowed, all
131 // Test UI when removing entries is allowed.
  /external/chromium_org/components/policy/core/browser/
configuration_policy_handler.h 92 // policy's value lies in an allowed range. Either clamps or rejects values
109 // Ensures that the value is in the allowed range. Returns false if the value
110 // cannot be parsed or lies outside the allowed range and clamping is
117 // The minimum value allowed.
120 // The maximum value allowed.
123 // Whether to clamp values lying outside the allowed range instead of
188 // allowed range.
  /external/chromium_org/net/cert/
x509_cert_types.h 80 // This certificate is allowed.
81 ALLOWED,
91 // For a certificate to be allowed, it must not have any *additional* errors
92 // from when it was allowed. For a certificate to be denied, it need only
94 // first, before checking whether it's been allowed.
103 // Returns true if this policy has allowed at least one certificate.
110 // The set of fingerprints of allowed certificates.
  /external/chromium/chrome/browser/content_settings/
content_settings_notification_provider.h 77 // Returns all origins that explicitly have been allowed.
91 // Removes an origin from the "explicitly allowed" set.
97 // Clears the sets of explicitly allowed and denied origins.
  /external/chromium/chrome/browser/notifications/
notifications_prefs_cache.cc 39 const std::vector<GURL>& allowed) {
41 allowed_origins_.insert(allowed.begin(), allowed.end());
  /external/chromium_org/chrome/browser/chromeos/ui/
echo_dialog_view.h 24 // extension is not allowed by policy to redeem offers, the dialog informs user
33 // allowed to redeem offers. |service_name| is the name of the service that
41 // allowed to redeem offers. The dialog will be showing a message that the

Completed in 1560 milliseconds

<<11121314151617181920>>