HomeSort by relevance Sort by last modified time
    Searched refs:allowed (Results 201 - 225 of 376) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 197 * Returns whether the AppRestrictionSchema is currently allowed to say hello to its user. Note
201 * @return True if the AppRestrictionSchema is allowed to say hello
227 Toast.makeText(activity, allow ? R.string.allowed : R.string.disallowed,
  /external/checkpolicy/
checkpolicy.c 270 || l1->datum.allowed != l2->datum.allowed)
699 for (i = 1; i <= sizeof(avd.allowed) * 8; i++) {
700 if (avd.allowed & (1 << (i - 1))) {
  /external/chromium_org/base/message_loop/
message_loop.h 321 void SetNestableTasksAllowed(bool allowed);
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_android.cc 99 return params()->allowed();
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings_ui.cc 73 : allowed(-1), blocked(-1) {
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.h 106 // Sets the lock state of the pointer. Returns true if |allowed| is true and
108 bool LockMouse(bool allowed);
  /external/chromium_org/content/public/browser/
web_contents.h 513 // Returns true if |allowed| is true and the mouse has been successfully
515 virtual bool GotResponseToLockMouseRequest(bool allowed) = 0;
585 // Returns true if overlapping views are allowed, false otherwise.
  /external/chromium_org/content/public/test/
mock_render_process_host.cc 174 void MockRenderProcessHost::SetSuddenTerminationAllowed(bool allowed) {
  /external/chromium_org/net/third_party/nss/ssl/
sslcon.c 117 /* bit-masks, showing which SSLv2 suites are allowed.
147 unsigned int allowed; local
158 allowed = !ss->opt.enableSSL2 ? 0 :
160 while (allowed) {
161 if (allowed & 1)
163 allowed >>= 1;
194 allowed = !ss->opt.enableSSL2 ? 0 :
198 int ok = allowed & (1U << hs[0]);
227 unsigned int allowed; local
237 allowed = ss->allowedByPolicy & ss->chosenPreference
1559 PRUint16 allowed; \/* cipher kinds enabled and allowed by policy *\/ local
1817 unsigned int allowed = ss->allowedByPolicy & ss->chosenPreference & local
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 278 boolean allowed = false;
280 for (int i = 0; i < mSubDirectories.length && !allowed; i++) {
286 allowed = true;
289 return allowed;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 225 # If we're allowed to break long words, then do so: put as much
237 # If we're not allowed to break long words, and there's already
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 225 # If we're allowed to break long words, then do so: put as much
237 # If we're not allowed to break long words, and there's already
  /external/chromium_org/chrome/browser/guest_view/web_view/
web_view_guest.cc 293 // Note that |allow| == true means the embedder explicitly allowed the
741 // The <webview> embedder has allowed the permission. We now need to make sure
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_handler.cc 618 base::FundamentalValue allowed(cloud_print_connector_allowed);
642 allowed);
  /external/chromium_org/extensions/renderer/resources/
runtime_custom_bindings.js 72 // requireNative is only allowed while lazily loading an API.
  /external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
MockAccountManager.java 611 boolean allowed) {
614 mAllowed = allowed;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.cpp 366 // If permissions are allowed, make the callback
437 void Geolocation::setIsAllowed(bool allowed)
441 m_allowGeolocation = allowed ? Yes : No;
  /external/iproute2/doc/
api-ip6-flowlabels.tex 74 Flow labels have finite lifetime and source is not allowed to reuse
108 namely, we are not allowed to use received address for reply directly
305 #define IPV6_FL_F_CREATE 1 /* Allowed to create new label */
310 \item \verb|share| defines who is allowed to reuse the same flow label.
339 \verb|IPV6_DSTOPTS| are allowed.
  /libcore/
NativeCode.mk 65 # Extract out the allowed LOCAL_* variables.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 265 not allowed, and should be wrapped with
301 are not allowed and should be decoded to ``unicode`` first.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 265 not allowed, and should be wrapped with
301 are not allowed and should be decoded to ``unicode`` first.
  /build/core/
product_config.mk 364 only 1 certificate is allowed.)
  /external/chromium_org/chrome/browser/resources/history/
history.css 377 .filter-status > div.filter-allowed,
387 .filter-allowed,
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.cc 275 bool allowed = local
277 DCHECK(!allowed ||
301 if (allowed) {
332 if (allowed) {
    [all...]
  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_linux.cc 322 consent.allowed = false;

Completed in 2987 milliseconds

1 2 3 4 5 6 7 891011>>