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

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
resource.h 44 #define RLIMIT_NICE 13 /* max nice prio allowed to raise to
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
windows.txt 2 # This obfuscation dictionary contains names that are not allowed as file names
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_quit.h 37 * is allowed to close. When the window is closed, screen updates will
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_quit.h 37 * is allowed to close. When the window is closed, screen updates will
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_quit.h 37 * is allowed to close. When the window is closed, screen updates will
  /system/core/include/system/
thread_defs.h 65 * be allowed to use this level */
  /external/chromium/chrome/browser/download/
download_request_limiter_unittest.cc 79 // Whether the download should be allowed.
108 // This should ask us if the download is allowed.
187 // so that we end up with not allowed.
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.h 85 // Returns a CookiesTreeModel object for the recoreded allowed cookies.
120 bool allowed);
182 // Stores the blocked/allowed cookies.
  /external/chromium/testing/gmock/include/gmock/
gmock-cardinalities.h 64 // calls allowed.
93 // calls allowed.
108 // cardinality, i.e. exceed the maximum number of allowed calls.
  /external/chromium_org/chrome/browser/chromeos/login/
multi_profile_user_controller.cc 44 const char MultiProfileUserController::kBehaviorNotAllowed[] = "not-allowed";
94 // Owner is not allowed to be secondary user.
124 // No user is allowed if the primary user policy forbids it.
  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate.cc 38 // User allowed use of geolocation.
109 bool allowed) {
113 update_content_setting, allowed);
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings_ui.h 52 // The number of allowed cookies.
53 int allowed; member in struct:WebsiteSettingsUI::CookieInfo
110 // including why that action was taken. E.g. "Allowed by you",
  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_fetcher.h 38 // background thread where network I/O is not allowed.
58 // Received data exceeds maximum allowed size.
121 // can be instantiated on any thread that is allowed to reference
  /external/chromium_org/content/common/
worker_messages.h 61 // allowed.
70 // Sent by the worker process to check whether access to file system is allowed.
76 // Sent by the worker process to check whether access to IndexedDB is allowed.
  /external/chromium_org/third_party/lzma_sdk/
Types.h 141 (output(*size) < input(*size)) is allowed */
173 (output(*size) > input(*size)) is not allowed
174 (output(*size) < input(*size)) is allowed */
  /external/chromium_org/third_party/opus/src/include/
opus_defines.h 229 * @param[in] x <tt>opus_int32</tt>: Allowed values: 0-10, inclusive.
267 * @param[in] x <tt>opus_int32</tt>: Allowed values:
296 * @param[in] x <tt>opus_int32</tt>: Allowed values:
322 * @param[in] x <tt>opus_int32</tt>: Allowed values:
348 * @param[in] x <tt>opus_int32</tt>: Allowed values:
359 /** Gets the encoder's configured maximum allowed bandpass.
361 * @param[out] x <tt>opus_int32 *</tt>: Allowed values:
379 * @param[in] x <tt>opus_int32</tt>: Allowed values:
394 * @param[in] x <tt>opus_int32</tt>: Allowed values:
470 * @param[in] x <tt>opus_int32</tt>: Allowed values
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Types.h 142 (output(*size) < input(*size)) is allowed */
174 (output(*size) > input(*size)) is not allowed
175 (output(*size) < input(*size)) is allowed */
  /external/chromium_org/third_party/sqlite/src/test/
misc4.test 112 } {1 {aggregate functions are not allowed in the GROUP BY clause}}
127 } {1 {aggregate functions are not allowed in the GROUP BY clause}}
134 } {1 {aggregate functions are not allowed in the GROUP BY clause}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp 17 using E = void(int n) throw(); // expected-error {{exception specifications are not allowed in type aliases}}
38 using T = int[n]; // expected-error {{variable length array declaration not allowed at file scope}}
157 V g(V); // expected-error {{empty parameter list defined with a type alias of 'void' not allowed}}
  /external/lzma/C/
Types.h 141 (output(*size) < input(*size)) is allowed */
173 (output(*size) > input(*size)) is not allowed
174 (output(*size) < input(*size)) is allowed */
  /external/openssh/
auth2-hostbased.c 119 /* test for allowed key and correct signature */
139 /* return 1 if given hostkey is allowed */
176 debug2("userauth_hostbased: access allowed by auth_rhosts2");
readpass.c 174 int allowed = 0; local
188 allowed = 1;
192 return (allowed);
  /external/srec/srec/Semproc/include/
SR_SemprocDefinitions.h 39 * Maximum number of symbols allowed in the Symbol table when parsing a single script
44 * Maximum number of special symbols allowed in the Symbol table set before parsing and read during
60 * Maximum number of identifiers allowed on the RHS of equal sign
  /frameworks/base/core/java/android/net/
UrlQuerySanitizer.java 485 * characters. Script URLs are allowed.
494 * Script URLs are allowed.
557 * <li>unregistered parameters are not allowed.
580 * <li>unregistered parameters <em>are</em> allowed.
711 * Set whether or not unregistered parameters are allowed. If they
712 * are not allowed, then they will be dropped when a query is sanitized.
724 * Get whether or not unregistered parameters are allowed. If not
725 * allowed, they will be dropped when a query is parsed.
726 * @return true if unregistered parameters are allowed.
815 * unregistered paramaters are allowed, then the default value sanitizer i
    [all...]
  /frameworks/base/core/java/android/webkit/
GeolocationPermissions.java 30 * be either allowed or denied. This class uses Strings to represent
54 * @param allow whether or not the origin should be allowed to use the
118 * @param origin the origin for which Geolocation API use is allowed

Completed in 2094 milliseconds

<<31323334353637383940>>