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

  /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/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/dbus/test/name-test/
tmp-session-like-system.conf 73 having the bus enforce a limit is nicer than a huge memory leak. But the
  /frameworks/base/core/jni/
android_os_SELinux.cpp 53 * Purpose: return the current SELinux enforce mode
78 int enforce = (value) ? 1 : 0; local
80 return (security_setenforce(enforce) != -1) ? true : false;
  /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
definitions.mk 278 # This is used to enforce a call to host-mkdir.
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 1537 private void enforce( method in class:ContextImpl
1553 enforce(permission, method
1561 enforce(permission, method
1570 enforce(permission, method
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
jfreechart-1.0.9.jar 
  /cts/suite/pts/hostTests/browser/browserlauncher/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/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/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/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/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/mdnsresponder/mDNSCore/
DNSCommon.c     [all...]
  /external/iproute2/doc/
ip-cref.tex 68 --- enforce the protocol family to use. If the option is not present,
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1041 milliseconds