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

1 2 3 4 5 6 7 8 91011>>

  /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;
setenforce.c 23 snprintf(path, sizeof path, "%s/enforce", selinux_mnt);
  /external/kernel-headers/original/asm-arm/
shmparam.h 12 * Enforce SHMLBA in shmat
  /external/clang/test/CXX/class/class.nest/
p1.cpp 8 // C++11 does relax this rule (see 5.1.1.10) in the first case, but we need to enforce it in C++03 mode.
  /external/chromium/net/url_request/
url_request_throttler_header_interface.h 12 // Interface to an HTTP header to enforce we have the methods we need.
  /external/clang/test/Tooling/
pch.cpp 8 // Use the generated pch and enforce a subsequent stat miss by using
  /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);
  /development/samples/training/device-management-policy/res/values/
strings.xml 28 <string name="setup_action_set_policy">Enforce Policy</string>
29 <string name="setup_message_set_policy">Press button to enforce specified policy.</string>
  /external/chromium/chrome/browser/net/
net_pref_observer.cc 23 void SetEnforceThrottlingOnThrottlerManager(bool enforce) {
25 enforce);
url_request_tracking.h 26 // TODO(wez): Get rid of the zero-PID hack & enforce that one is always set.
  /external/chromium/net/base/
ssl_client_auth_cache.cc 37 // TODO(wtc): enforce a maximum number of entries.
  /external/clang/test/CXX/special/class.temporary/
p1.cpp 38 // Don't enforce this in an unevaluated context.
  /external/stlport/stlport/stl/config/
_dec_vms.h 75 // we want to enforce it
  /external/valgrind/main/helgrind/tests/
tc22_exit_w_lock.c 33 sleeps to enforce exit ordering, for repeatable regtesting. */
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h 75 // we want to enforce it
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h 75 // we want to enforce it
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h 75 // we want to enforce it
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h 75 // we want to enforce it
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h 75 // we want to enforce it
  /external/chromium/googleurl/
PRESUBMIT.py 34 # TODO(brettw) Enforce 80 cols.
39 # TODO(brettw) Enforce 80 cols.
  /external/webkit/Source/WebCore/bindings/js/
JSWorkerContextCustom.cpp 125 // FIXME: Should we enforce a Content-Security-Policy on workers?
135 // FIXME: Should we enforce a Content-Security-Policy on workers?
  /external/webkit/Source/WebCore/platform/network/
Credential.cpp 30 // Need to enforce empty, non-null strings due to the pickiness of the String == String operator
42 // Need to enforce empty, non-null strings due to the pickiness of the String == String operator
ProtectionSpace.cpp 36 // Need to enforce empty, non-null strings due to the pickiness of the String == String operator
48 // Need to enforce empty, non-null strings due to the pickiness of the String == String operator
  /frameworks/base/docs/html/google/play/licensing/
index.jd 5 <p>Google Play offers a licensing service that lets you enforce licensing policies for
11 basis&mdash;each application can enforce licensing in the way most appropriate for it. If necessary,
  /bionic/libc/
CAVEATS 9 implemented, they enforce very large numbers of registers spills to the stack, even

Completed in 967 milliseconds

1 2 3 4 5 6 7 8 91011>>