/external/chromium_org/tools/checkdeps/ |
checkdeps_test.py | 55 VerifySubstringsInProblems('testdata/allowed/test.h', 61 VerifySubstringsInProblems('testdata/allowed/test.h', 70 VerifySubstringsInProblems('disallowed/allowed/test.h', 76 VerifySubstringsInProblems('allowed/not_a_test.cc', 109 'tools/checkdeps/testdata/allowed')) 119 [['tools/checkdeps/testdata/allowed/test.cc', 120 ['#include "tools/checkdeps/testdata/allowed/good.h"', 121 '#include "tools/checkdeps/testdata/disallowed/allowed/good.h"'] 128 [['tools/checkdeps/testdata/allowed/test.cc', garbage_lines]]) 133 [['tools/checkdeps/testdata/allowed/test.cc' [all...] |
/external/chromium/chrome/browser/renderer_host/ |
download_throttling_resource_handler.h | 23 // be allowed. When a DownloadThrottlingResourceHandler is created it pauses the 25 // allowed. The DownloadRequestLimiter notifies us asynchronously as to whether 26 // the download is allowed or not. If the download is allowed the request is 28 // are delegated to it. If the download is not allowed the request is canceled. 75 // allowed to continue.
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebPermissionClient.h | 46 // Controls whether access to Web Databases is allowed for this frame. 49 // Controls whether access to File System is allowed for this frame. 52 // Controls whether images are allowed for this frame. 55 // Controls whether access to Indexed DB are allowed for this frame. 58 // Controls whether plugins are allowed for this frame. 61 // Controls whether scripts are allowed to execute for this frame. 64 // Controls whether scripts loaded from the given URL are allowed to execute for this frame. 67 // Controls whether insecrure content is allowed to display for this frame. 70 // Controls whether insecrure scripts are allowed to execute for this frame. 85 // Controls whether HTML5 Web Storage is allowed for this frame [all...] |
/cts/tests/assets/webkit/ |
popup.html | 18 <title>Popup allowed</title> 21 Popup allowed
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
mock_error_screen.h | 34 MOCK_METHOD1(AllowGuestSignin, void(bool allowed)); 35 MOCK_METHOD1(AllowOfflineLogin, void(bool allowed));
|
/external/chromium_org/chrome/browser/extensions/ |
extension_installer.cc | 32 bool allowed = ExtensionSystem::Get(profile_)->management_policy() local 34 DCHECK(allowed || !error.empty());
|
/external/chromium_org/chrome/browser/ui/webui/ |
downloads_ui_browsertest.cc | 21 void DownloadsUIBrowserTest::SetDeleteAllowed(bool allowed) { 23 SetBoolean(prefs::kAllowDeletingBrowserHistory, allowed);
|
/external/chromium_org/components/ |
DEPS | 2 # Do not add chrome/ as an allowed include. 6 # components/ are not allowed.
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_security_helper.h | 14 // Helper function that returns whether or not the child process is allowed to 20 // Helper function that returns whether or not the child process is allowed to
|
/external/chromium_org/extensions/common/ |
DEPS | 5 # Temporarily allowed includes as part of the app shell/extensions refactor. 22 # Temporarily allowed testing includes. See above.
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_policy.h | 17 // Returns true if allowed. This is expected to return immediately 22 // Called prior to creating a new appcache. Returns true if allowed.
|
/external/clang/test/Sema/ |
flexible-array-init.c | 10 struct one x3 = {5, {1, 2, 3}}; // expected-error{{initialization of flexible array member is not allowed}} 25 struct bar b = { { 1, { 2, 3, 4 } } }; // expected-error{{initialization of flexible array member is not allowed}} 30 // expected-error{{initialization of flexible array member is not allowed}} 36 struct bar desig_bar2 = { .z.y = { 2, 3, 4} }; // expected-error{{initialization of flexible array member is not allowed}} 74 struct PR8217a foo1 = { .i = 0, .v = "foo" }; // expected-error {{initialization of flexible array member is not allowed}} 76 struct PR8217a foo3 = { .i = 0, .v = { 'b', 'a', 'r', '\0' } }; // expected-error {{initialization of flexible array member is not allowed}} 85 return (PR10648){2, {3, 4}}.v[1]; // expected-error {{initialization of flexible array member is not allowed}} 90 struct FlexWithUnnamedBitfield x = {10, {3}}; // expected-error {{initialization of flexible array member is not allowed}}
|
/external/clang/test/SemaObjCXX/ |
cstyle-block-pointer-cast.mm | 19 return (blocktype)a; // expected-error {{C-style cast from 'A *' to 'blocktype' (aka 'int (^)(int, int)') is not allowed}} 36 return (A*)a; // expected-error {{C-style cast from 'blocktype' (aka 'int (^)(int, int)') to 'A *' is not allowed}}
|
/external/oprofile/libop/ |
op_events.h | 27 utm_exclusive, /**< only one of the values is allowed */ 31 /** up to thirty two allowed unit masks */ 52 u32 counter_mask; /**< bitmask of allowed counter */ 54 /** which unit mask if any allowed */ 58 int min_count; /**< minimum counter value allowed */ 84 OP_OK_EVENT = 0, /**< event is valid and allowed */ 87 OP_INVALID_COUNTER = 4 /**< event is not allowed for the given counter */ 97 * Check that the counter event and unit mask values are allowed.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
runtests.py | 8 Add resources to the lits of allowed resources. '*' allows all 13 mask mask to select filenames containing testcases, wildcards allowed
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
runtests.py | 8 Add resources to the lits of allowed resources. '*' allows all 13 mask mask to select filenames containing testcases, wildcards allowed
|
/dalvik/vm/mterp/c/ |
OP_GOTO_32.cpp | 11 if (offset <= 0) /* allowed to branch to self */
|
/external/chromium/chrome/browser/resources/ |
collected_cookies.js | 15 var allowedCookies = $('allowed-cookies'); 32 var selected = $('allowed-cookies').selectedItem; 52 ui.CookiesTree.decorate($('allowed-cookies')); 57 $('allowed-cookies').addEventListener('change', handleCookiesTreeChange);
|
/external/chromium_org/chrome/browser/chromeos/login/ |
multi_profile_user_controller_delegate.h | 12 // Invoked when the first user that is not allowed in the session is detected.
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_condition.h | 11 // All conditions must be met before a prerender is allowed.
|
/external/chromium_org/components/autofill/core/browser/ |
DEPS | 13 # Do not add to the list of temporarily-allowed dependencies below, 22 # Do not add to the list of temporarily-allowed dependencies below, 30 # Do not add to the list of temporarily-allowed dependencies below, 39 # Do not add to the list of temporarily-allowed dependencies below,
|
/external/chromium_org/components/translate/ |
README | 4 - Translate is not allowed to depend on content/, because it is used by iOS.
|
/external/eigen/doc/examples/ |
Tutorial_ArrayClass_accessors.cpp | 18 // using the comma-initializer is also allowed
|
/external/elfutils/ |
EXCEPTION | 1 This file describes the limits of the Exception under which you are allowed
|
/external/iptables/include/linux/netfilter/ |
xt_recent.h | 20 /* Only allowed with --rcheck and --update */
|