/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/chromium_org/content/public/android/java/src/org/chromium/content/app/ |
PrivilegedProcessService.java | 8 * Privileged (unsandboxed) Services inherit from this class. We enforce the
|
SandboxedProcessService.java | 8 * Sandboxed Services inherit from this class. We enforce the privileged/sandboxed
|
/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/chromium_org/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_org/chrome/browser/extensions/ |
install_verifier.cc | 29 NONE = 0, // Do not request install signatures, and do not enforce them. 30 BOOTSTRAP, // Request install signatures, but do not enforce them. 31 ENFORCE, // Request install signatures, and enforce them. 53 return ENFORCE; 58 if (group == "Enforce") 59 return ENFORCE; 74 return ENFORCE; 82 return ENFORCE; 94 return (status == BOOTSTRAP || status == ENFORCE); [all...] |
/external/chromium/net/base/ |
ssl_client_auth_cache.cc | 37 // TODO(wtc): enforce a maximum number of entries.
|
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/ |
Restriction.java | 16 * Test classes are free to define restrictions and enforce them using reflection at runtime.
|
/external/chromium_org/chromeos/app_mode/ |
kiosk_oem_manifest_parser.h | 22 // True if OOBE flow should enforce enterprise enrollment.
|
/external/chromium_org/content/common/ |
font_list.h | 17 // versions of Pango predating 2013. This sequence token can be used to enforce
|
/external/chromium_org/extensions/common/manifest_handlers/ |
sandboxed_page_info.h | 36 // Content Security Policy that should be used to enforce the sandbox used
|
/external/chromium_org/net/base/ |
net_log_logger.h | 33 // Separate from constructor to enforce thread safety.
|
/external/chromium_org/net/ssl/ |
ssl_client_auth_cache.cc | 37 // TODO(wtc): enforce a maximum number of entries.
|
/external/chromium_org/skia/ |
skia_common.gypi | 46 # however we currently have no means to enforce that direct dependents
|
/external/chromium_org/third_party/libwebp/ |
README.chromium | 32 e18e667 demux: strictly enforce the animation flag
|
/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
|