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

1 2 3 45 6 7 8 91011>>

  /bionic/libm/
sincos.c 35 // Thus we just enforce -O0 when compiling this file.
  /cts/tests/tests/app/src/android/app/cts/
PictureInPictureActionsTest.java 52 // Currently enforce that there are at least 3 actions
  /external/avb/libavb/
libavb.h 28 /* The AVB_INSIDE_LIBAVB_H preprocessor symbol is used to enforce
  /external/avb/libavb_ab/
libavb_ab.h 41 /* The AVB_INSIDE_LIBAVB_AB_H preprocessor symbol is used to enforce
  /external/boringssl/src/ssl/test/
async_bio.h 40 void AsyncBioEnforceWriteQuota(BIO *bio, bool enforce);
  /external/guava/guava/src/com/google/common/collect/
Constraint.java 37 * passed-in element. A non-deterministic constraint cannot reliably enforce
  /external/guava/guava/src/com/google/common/hash/
Funnel.java 28 * Item 3: "Enforce the singleton property with a private constructor or an enum type". For example:
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
10-1.c 41 ("FAIL: pthread_sigmask returned %d. System should be able to enforce blocking un-ignorable signals without causing pthread_sigmask() to return an error.\n",
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/
assertions.xml 23 The system shall enforce, without an error being indicated,
  /external/selinux/libselinux/src/
selinux_config.c 88 int selinux_getenforcemode(int *enforce)
105 *enforce = 1;
112 *enforce = 0;
119 *enforce = -1;
selinuxswig.i 15 %apply int *OUTPUT { int *enforce };
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
DocumentStartEvent.java 39 // TODO enforce not null
  /frameworks/support/buildSrc/src/main/kotlin/androidx/build/
ErrorProneConfiguration.kt 32 // Enforce the following checks.
  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/worker/
CheckLimitsWorker.java 32 /* The limit to enforce */
  /packages/apps/Settings/src/com/android/settings/notification/
AdjustVolumeRestrictedPreferenceController.java 34 * Base class for preference controller that handles preference that enforce adjust volume
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
check.h 22 std::abort(); // fallback to enforce noreturn
  /prebuilts/tools/common/m2/repository/net/orfjackal/retrolambda/parent/2.0.6/
parent-2.0.6.pom 204 <id>enforce-maven-3</id>
206 <goal>enforce</goal>
217 <id>enforce-multiple-java-versions</id>
219 <goal>enforce</goal>
  /system/tools/hidl/
Coordinator.cpp 210 Enforce enforcement) const {
222 Enforce enforcement) const {
249 // Do not enforce on imports. Do not add imports' imports to this AST.
250 status_t err = parseOptional(typesName, &typesAST, nullptr, Enforce::NONE);
609 Enforce enforcement) const {
610 CHECK(enforcement == Enforce::FULL || enforcement == Enforce::NO_HASH ||
611 enforcement == Enforce::NONE);
616 std::cerr << "ERROR: Cannot enforce restrictions on package " << fqName.string()
621 if (enforcement == Enforce::NONE)
    [all...]
  /frameworks/base/tests/testables/src/android/testing/
TestableContext.java 358 mTestablePermissions.enforce(permission);
367 mTestablePermissions.enforce(permission);
376 mTestablePermissions.enforce(permission);
401 mTestablePermissions.enforce(uri, modeFlags);
435 mTestablePermissions.enforce(uri, modeFlags);
444 mTestablePermissions.enforce(uri, modeFlags);
454 mTestablePermissions.enforce(uri, modeFlags);
  /external/conscrypt/openjdk/src/main/java/org/conscrypt/
Platform.java 584 * The reverse notation of the domain name, prefixed with "conscrypt.ct.enforce."
590 * - conscrypt.ct.enforce.com.bar.foo
591 * - conscrypt.ct.enforce.com.bar.*
592 * - conscrypt.ct.enforce.com.*
593 * - conscrypt.ct.enforce.*
609 StringBuilder propertyName = new StringBuilder("conscrypt.ct.enforce");
  /build/soong/docs/
best_practices.md 6 `$OUT_DIR`. We expect to enforce this in the future.
16 Never access the network during the build. We expect to enforce this in the
42 enforce this in the future. Encode these as build rules in the build graph
  /external/ltp/testcases/kernel/security/tomoyo/
tomoyo_file_test.c 229 static void set_file_enforce(int enforce)
231 if (enforce) {
286 printf("***** Testing file hooks in enforce mode. *****\n");
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothEnablerTest.java 134 // THEN false is returned to indicate there was no restriction to enforce
152 // THEN true is returned to indicate there was a restriction to enforce.
171 // THEN true is returned to indicate there was a restriction to enforce.
  /developers/samples/android/admin/AppRestrictionEnforcer/
template-params.xml 63 enforce specific policies on a managed device. The system provides policies
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
p5.cpp 7 // The crazy formatting in here is to enforce the exact report locations.

Completed in 1493 milliseconds

1 2 3 45 6 7 8 91011>>