HomeSort by relevance Sort by last modified time
    Searched refs:enforce (Results 1 - 25 of 34) sorted by null

1 2

  /external/libselinux/src/
getenforce.c 14 int fd, ret, enforce = 0; local
23 snprintf(path, sizeof path, "%s/enforce", selinux_mnt);
34 if (sscanf(buf, "%d", &enforce) != 1)
37 return enforce;
  /external/chromium/chrome/browser/net/
net_pref_observer.cc 23 void SetEnforceThrottlingOnThrottlerManager(bool enforce) {
25 enforce);
  /external/chromium/net/url_request/
url_request_throttler_manager.h 69 void set_enforce_throttling(bool enforce);
url_request_throttler_manager.cc 89 void URLRequestThrottlerManager::set_enforce_throttling(bool enforce) {
90 enforce_throttling_ = enforce;
  /external/chromium_org/net/url_request/
url_request_throttler_manager.h 73 void set_enforce_throttling(bool enforce);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintHelper.java 122 float enforce = ((Number) constraint.getFieldValue("enforce")).floatValue(); local
123 ipo = ipoHelper.fromValue(enforce);
142 float enforce = ((Number) constraint.getFieldValue("enforce")).floatValue(); local
143 ipo = ipoHelper.fromValue(enforce);
  /external/skia/bench/
Android.mk 109 # Skia does not enforce this usage pattern so we disable it here to avoid
  /frameworks/base/core/jni/
android_os_SELinux.cpp 54 * Purpose: return the current SELinux enforce mode
75 int enforce = value ? 1 : 0; local
77 return (security_setenforce(enforce) != -1) ? true : false;
  /external/skia/tests/
Android.mk 173 # Skia does not enforce this usage pattern so we disable it here to avoid
  /ndk/build/core/
default-build-commands.mk 36 # These flags are used to enforce the NX (no execute) security feature in the
build-local.mk 60 # reaches the top of the directory tree, and we want to enforce this to
  /system/media/camera/docs/
html.mako 50 /* hide the first thead, we need it there only to enforce column sizes */
  /frameworks/base/core/java/android/app/
ContextImpl.java 1689 private void enforce( method in class:ContextImpl
1705 enforce(permission, method
1713 enforce(permission, method
1722 enforce(permission, method
    [all...]
  /build/core/
java.mk 313 # The layers file allows you to enforce a layering between java packages.
  /external/chromium_org/chrome/renderer/resources/extensions/
binding.js 387 // TODO(kalman): enforce that things with a "value" property can't
  /external/skia/
Android.mk 621 # Skia does not enforce this usage pattern so we disable it here to avoid
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 169 * Attempt to find a way to enforce this constraint. If successful,
488 * Enforce this constraint. Assume that it is satisfied.
524 * Enforce this constraint. Assume that it is satisfied.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 160 * Attempt to find a way to enforce this constraint. If successful,
479 * Enforce this constraint. Assume that it is satisfied.
515 * Enforce this constraint. Assume that it is satisfied.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 160 * Attempt to find a way to enforce this constraint. If successful,
479 * Enforce this constraint. Assume that it is satisfied.
515 * Enforce this constraint. Assume that it is satisfied.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 160 * Attempt to find a way to enforce this constraint. If successful,
479 * Enforce this constraint. Assume that it is satisfied.
515 * Enforce this constraint. Assume that it is satisfied.
  /external/chromium_org/v8/benchmarks/
deltablue.js 166 * Attempt to find a way to enforce this constraint. If successful,
485 * Enforce this constraint. Assume that it is satisfied.
521 * Enforce this constraint. Assume that it is satisfied.
  /external/v8/benchmarks/
deltablue.js 166 * Attempt to find a way to enforce this constraint. If successful,
485 * Enforce this constraint. Assume that it is satisfied.
521 * Enforce this constraint. Assume that it is satisfied.

Completed in 1593 milliseconds

1 2