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

1 2 3 4 5 6 7 8 91011>>

  /external/selinux/libselinux/man/man3/
selinux_getenforcemode.3 8 .BI "int selinux_getenforcemode(int *" enforce );
17 .I enforce
20 .I enforce
23 .I enforce
  /external/selinux/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);
  /cts/tests/tests/permission/src/android/permission/cts/
NoWallpaperPermissionsTest.java 38 * Verify that Wallpaper-related operations enforce the correct permissions.
51 * Verify that the setResource(...) methods enforce the SET_WALLPAPER permission
61 fail("WallpaperManager.setResource(id) did not enforce SET_WALLPAPER");
66 fail("WallpaperManager.setResource(id, which) did not enforce SET_WALLPAPER");
71 * Verify that the setBitmap(...) methods enforce the SET_WALLPAPER permission
83 fail("setBitmap(b) did not enforce SET_WALLPAPER");
88 fail("setBitmap(b, crop, allowBackup) did not enforce SET_WALLPAPER");
93 fail("setBitmap(b, crop, allowBackup, which) did not enforce SET_WALLPAPER");
98 * Verify that the setStream(...) methods enforce the SET_WALLPAPER permission
110 fail("setStream(stream) did not enforce SET_WALLPAPER")
    [all...]
  /build/make/core/
generate_enforce_rro.mk 10 $(rro_android_manifest_file): build/make/tools/generate-enforce-rro-android-manifest.py
11 $(hide) build/make/tools/generate-enforce-rro-android-manifest.py -u -p $(PRIVATE_PACKAGE_NAME) -o $@
14 $(rro_android_manifest_file): $(enforce_rro_source_manifest_package_info) build/make/tools/generate-enforce-rro-android-manifest.py
15 $(hide) build/make/tools/generate-enforce-rro-android-manifest.py -p $(PRIVATE_SOURCE_MANIFEST_FILE) -o $@
  /external/curl/docs/cmdline-opts/
no-keepalive.d 8 --keepalive to enforce keepalive.
no-buffer.d 11 --buffer to enforce the buffering.
no-sessionid.d 13 --sessionid to enforce session-ID caching.
  /external/pdfium/xfa/fxfa/parser/
cxfa_enforce.cpp 16 constexpr wchar_t kName[] = L"enforce";
25 XFA_Element::Enforce,
  /development/samples/browseable/DeviceOwner/
_index.jd 11 enforce use of a specific launcher.
  /external/llvm/test/MC/AsmParser/
undefined-local-symbol.s 3 # NOTE: apple-darwin portion of the triple is to enforce the convention choice
  /system/tools/hidl/
Coordinator.h 74 enum class Enforce {
85 // If !enforce, enforceRestrictionsOnPackage won't be run.
87 Enforce enforcement = Enforce::FULL) const;
96 Enforce enforcement = Enforce::FULL) const;
128 // Enforce a set of restrictions on a set of packages. These include:
133 Enforce enforcement = Enforce::FULL) const;
189 status_t enforceMinorVersionUprevs(const FQName& fqName, Enforce enforcement) const
    [all...]
  /external/selinux/policycoreutils/load_policy/
load_policy.c 28 int ret, opt, quiet = 0, nargs, init=0, enforce=0; local
68 ret = selinux_init_load_policy(&enforce);
70 if (enforce > 0) {
  /frameworks/base/tests/testables/src/android/testing/
TestablePermissions.java 24 * All enforce* and check* calls on TestableContext are considered the same
69 public void enforce(String permission) { method in class:TestablePermissions
75 public void enforce(Uri uri, int modeFlags) { method in class:TestablePermissions
  /external/autotest/client/site_tests/policy_CookiesAllowedForUrls/
control.multipleurls_allow 23 if the browser does not enforce this behavior.
control.multipleurls_block 23 if the browser does not enforce this behavior.
  /external/autotest/client/site_tests/policy_CookiesBlockedForUrls/
control.multipleurls_allow 23 if the browser does not enforce this behavior.
control.multipleurls_block 23 if the browser does not enforce this behavior.
control.singleurl_block 23 if the browser does not enforce this behavior.
  /external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/
control.multipleurls_allow 23 does not match. It shall fail if the browser does not enforce this behavior.
control.multipleurls_block 23 does not match. It shall fail if the browser does not enforce this behavior.
control.singleurl_block 23 does not match. It shall fail if the browser does not enforce this behavior.
  /external/autotest/client/site_tests/policy_PopupsBlockedForUrls/
control.2urls_allow 23 if the browser does not enforce this behavior.
control.3urls_block 23 if the browser does not enforce this behavior.
  /external/clang/test/CXX/class/class.nest/
p1.cpp 10 // 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.

Completed in 1013 milliseconds

1 2 3 4 5 6 7 8 91011>>