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

<<31323334353637383940>>

  /external/bluetooth/bluedroid/bta/include/
bta_ag_api.h 125 #define BTA_AG_ERR_OP_NOT_ALLOWED 3 /* Operation not allowed */
145 #define BTA_AG_ERR_NO_NET_EMG_ONLY 32 /* Network not allowed - emergency service only */
169 #define BTA_AG_ERR_GPRS_NOT_ALLOWED 107 /* GPRS services not allowed (#7) */
170 #define BTA_AG_ERR_PLMN_NOT_ALLOWED 111 /* PLMN services not allowed (#11) */
171 #define BTA_AG_ERR_LOC_NOT_ALLOWED 112 /* Location area not allowed (#12) */
172 #define BTA_AG_ERR_ROAM_NOT_ALLOWED 113 /* Roaming not allowed in this location area (#13) */
  /external/chromium_org/chrome/browser/content_settings/
tab_specific_content_settings.cc 435 bool allowed) {
436 geolocation_usages_state_.OnPermissionSet(requesting_origin, allowed);
446 bool allowed) {
447 if (allowed) {
601 void TabSpecificContentSettings::SetPepperBrokerAllowed(bool allowed) {
602 if (allowed) {
  /external/chromium_org/chrome/common/extensions/features/
simple_feature.cc 402 "'%s' is not allowed for specified extension ID.",
405 return base::StringPrintf("'%s' is not allowed on %s.",
409 "'%s' is only allowed for %s, but this is a %s.",
416 "'%s' is only allowed to run in %s, but this is a %s",
423 "'%s' is not allowed for specified install location.",
427 "'%s' is not allowed for specified platform.",
  /external/chromium_org/content/browser/renderer_host/input/
tap_suppression_controller_unittest.cc 234 // Wait less than allowed delay between TapDown and TapUp, so they are still
278 // Wait more than allowed delay between TapDown and TapUp, so they are not
314 // Wait less than allowed delay between GestureFlingCancel and TapDown, so the
358 // Wait more than allowed delay between GestureFlingCancel and TapDown, so the
480 // Wait less than allowed delay between TapDown and TapUp, so they are still
524 // Wait more than allowed delay between TapDown and TapUp, so they are not
  /external/chromium_org/net/base/
file_stream.h 118 // other words, partial reads are allowed.) Returns the number of bytes
141 // other words, partial reads are allowed.) Returns the number of bytes
158 // other words, partial writes are allowed.) Returns the number of
177 // Zero byte writes are not allowed.
183 // other words, partial writes are allowed.) Returns the number of
190 // Zero byte writes are not allowed.
  /external/chromium_org/sandbox/linux/services/
broker_process.cc 390 // Perform access(2) on |requested_filename| with mode |mode| if allowed by our
412 // Open |requested_filename| with |flags| if allowed by our policy.
442 // Check if calling access() should be allowed on |requested_filename| with
445 // confusing. We're checking if calling access() should even be allowed with
450 // return true if calling access() on this file should be allowed, false
493 // Return true if opening should be allowed, false otherwise.
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
env.h 149 // No copying allowed
180 // No copying allowed
204 // No copying allowed
223 // No copying allowed
238 // No copying allowed
250 // No copying allowed
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profile-handler.cc 117 // Largest allowed frequency.
143 // Is profiling allowed at all?
177 // (Read-write access is *not allowed* in the SIGPROF handler)
416 state->allowed = allowed_;
480 // SIG_IGN must be allowed because when profiling is allowed but
malloc_hook_mmap_linux.h 83 // The original gperftools uses sys_mmap() here. But, it is not allowed by
215 // The original gperftools uses sys_munmap() here. But, it is not allowed
228 // The original gperftools uses sys_mremap() here. But, it is not allowed by
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profile-handler.cc 117 // Largest allowed frequency.
143 // Is profiling allowed at all?
177 // (Read-write access is *not allowed* in the SIGPROF handler)
416 state->allowed = allowed_;
480 // SIG_IGN must be allowed because when profiling is allowed but
  /external/chromium/chrome/browser/resources/options/
advanced_options.js 249 disabled, label, allowed) {
252 if (disabled || !allowed) {
261 $('cloudPrintProxySetupButton').disabled = !allowed;
  /external/chromium/chrome/browser/tab_contents/
tab_specific_content_settings.cc 210 bool allowed) {
212 allowed);
214 delegate_->OnContentSettingsAccessed(!allowed);
  /external/chromium/chrome/browser/ui/
shell_dialogs.h 83 // Holds information about allowed extensions on a file save dialog.
84 // |extensions| is a list of allowed extensions. For example, it might be
116 // |file_types| holds the infomation about the file types allowed. Pass NULL
  /external/chromium_org/cc/resources/
prioritized_resource_manager.h 76 // higher priority than this cutoff will be allowed.
203 // cutoff to be allowed.
206 // cutoff -- no textures with priority equal to this cutoff will be allowed.
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.h 134 // been allowed or denied yet. If |provider_id| is not NULL, the id of the
149 // Clears the sets of explicitly allowed and denied origins.
154 // Returns true if the notifier with |notifier_id| is allowed to send
  /external/chromium_org/content/browser/dom_storage/
session_storage_database.h 33 // Only one thread is allowed to call the public functions other than
34 // ReadAreaValues and ReadNamespacesAndOrigins. Other threads are allowed to
53 // allowed to write data into a shallow copy created by CloneNamespace, and in
  /external/chromium_org/content/browser/geolocation/
geolocation_dispatcher_host.cc 32 bool allowed) {
39 new GeolocationMsg_PermissionSet(render_view_id, bridge_id, allowed));
41 if (allowed) {
  /external/chromium_org/content/common/android/
address_parser.cc 18 // Maximum number of words allowed in an address between the house number
22 // Maximum number of lines allowed in an address between the house number
26 // Maximum length allowed for any address word between the house number
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 108 // The flags you see are actually the allowed ones, and the variable is a
123 // The flags you see are actually the allowed ones, and the variable is a
137 // allowed ones, and the variable is a "denied" mask because of the negation
  /external/chromium_org/sandbox/win/src/
registry_policy_test.cc 98 // Tests read access on key allowed for read-write.
106 // Tests write access on key allowed for read-write.
281 // Tests maximum allowed access where we only have read-only access.
  /external/chromium_org/tools/emacs/
flymake-chromium.el 102 ;; Since flymake-allowed-file-name-masks requires static regexps to match
105 (set (make-local-variable 'flymake-allowed-file-name-masks)
113 (kill-local-variable 'flymake-allowed-file-name-masks))))
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog.h 109 // Holds information about allowed extensions on a file save dialog.
114 // A list of allowed extensions. For example, it might be
152 // |file_types| holds the information about the file types allowed. Pass NULL
  /external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 20 // checker. The annotation is allowed on properties and Ivars.
41 /// Checks for the init, dealloc, and any other functions that might be allowed
197 // annotation is allowed on properties and ivars.
  /external/clang/test/SemaCXX/
alias-template.cpp 14 template<typename U> using E = void(int n) throw(); // expected-error {{exception specifications are not allowed in type aliases}}
35 template<typename Z> using T = int[n]; // expected-error {{variable length array declaration not allowed at file scope}}
139 V<char> g(V<double>); // expected-error {{empty parameter list defined with a type alias of 'void' not allowed}}
switch-implicit-fallthrough.cpp 235 [[clang::fallthrough]] // expected-error{{fallthrough attribute is only allowed on empty statements}}
241 [[clang::fallthrough]] // expected-error{{fallthrough attribute is only allowed on empty statements}}
244 [[clang::fallthrough]] // expected-error{{fallthrough attribute is only allowed on empty statements}} expected-note{{did you forget ';'?}}

Completed in 1730 milliseconds

<<31323334353637383940>>