HomeSort by relevance Sort by last modified time
    Searched refs:enforce (Results 1 - 25 of 42) 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/qemu/distrib/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_org/mojo/public/cpp/bindings/lib/
connector.h 44 void set_enforce_errors_from_incoming_receiver(bool enforce) {
45 enforce_errors_from_incoming_receiver_ = enforce;
  /prebuilts/misc/common/swig/include/2.0.11/d/
std_vector.i 220 std.exception.enforce(!empty);
225 std.exception.enforce(!empty);
230 std.exception.enforce(!empty);
236 std.exception.enforce(i < _b && _b <= _outer.length);
241 std.exception.enforce(_outer && _a + i < _b && _b <= _outer.length);
255 std.exception.enforce(a <= b && b <= length);
264 std.exception.enforce(!empty);
269 std.exception.enforce(!empty);
274 std.exception.enforce(!empty);
279 std.exception.enforce(!empty)
    [all...]
  /external/chromium_org/net/url_request/
url_request_throttler_manager.h 73 void set_enforce_throttling(bool enforce);
  /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;
  /ndk/build/core/
build-local.mk 72 # reaches the top of the directory tree, and we want to enforce this to
default-build-commands.mk 36 # These flags are used to enforce the NX (no execute) security feature in the
definitions.mk 105 # This is used to enforce a call to host-mkdir.
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 1889 private void enforce( method in class:ContextImpl
1905 enforce(permission, method
1913 enforce(permission, method
1922 enforce(permission, method
    [all...]
  /system/media/camera/docs/
html.mako 52 /* hide the first thead, we need it there only to enforce column sizes */
  /build/core/
java.mk 320 # The layers file allows you to enforce a layering between java packages.
  /external/chromium_org/extensions/renderer/resources/
binding.js 387 // TODO(kalman): enforce that things with a "value" property can't
  /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/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js     [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c     [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 

Completed in 450 milliseconds

1 2