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

1 2 3 4 5 67 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
PostReceiverCreationAction.java 36 // private constructor to enforce singleton.
  /system/core/libcutils/
socket_inaddr_any_server_windows.cpp 47 // Enforce exclusive addresses so nobody can steal the port from us (1),
  /developers/build/prebuilts/gradle/AppRestrictionSchema/
README.md 8 applications are able to enforce a specific value for this policy, as
15 enforce specific policies on a managed device. The system provides policies
  /external/javaparser/javaparser-core/
pom.xml 76 <id>enforce-versions</id>
79 <goal>enforce</goal>
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 102 // Enforce -mlocal-sdata.
106 // Enforce -mextern-sdata.
  /frameworks/base/graphics/java/android/graphics/
PathMeasure.java 124 // Skia used to enforce this as part of it's API, but has since relaxed that restriction
125 // so to maintain consistency in our API we enforce the preconditions here.
  /frameworks/multidex/library/test/src/androidx/multidex/
ZipEntryReader.java 42 * Note: The only bit that we will enforce at this time
44 * we must not enforce them as this could break some legitimate
  /hardware/interfaces/compatibility_matrices/
Android.mk 91 # Enforce that DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE does not specify required HALs
144 # TODO(b/65028233): Enforce no "unused HALs" for devices that does not define
  /packages/apps/Messaging/src/com/android/messaging/util/
SafeAsyncTask.java 32 * <li>Enforce creation on main thread as required by AsyncTask
33 * <li>Enforce that the background task does not take longer than expected.
  /prebuilts/misc/common/robolectric/3.1.1/lib/
oss-parent-7.pom 68 <id>enforce-maven</id>
70 <goal>enforce</goal>
  /prebuilts/tools/common/gradle-plugins/repository/org/sonatype/oss/oss-parent/7/
oss-parent-7.pom 68 <id>enforce-maven</id>
70 <goal>enforce</goal>
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.1/
jackson-parent-2.6.1.pom 110 <id>enforce-java</id>
113 <goal>enforce</goal>
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/jackson-parent/2.6.2/
jackson-parent-2.6.2.pom 109 <id>enforce-java</id>
112 <goal>enforce</goal>
  /prebuilts/tools/common/m2/repository/net/java/jvnet-parent/3/
jvnet-parent-3.pom 70 <id>enforce-maven</id>
72 <goal>enforce</goal>
  /prebuilts/tools/common/m2/repository/net/java/jvnet-parent/4/
jvnet-parent-4.pom 101 <id>enforce-maven</id>
103 <goal>enforce</goal>
  /prebuilts/tools/common/m2/repository/org/codehaus/codehaus-parent/4/
codehaus-parent-4.pom 68 <id>enforce-maven</id>
70 <goal>enforce</goal>
  /prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/7/
oss-parent-7.pom 68 <id>enforce-maven</id>
70 <goal>enforce</goal>
  /prebuilts/tools/common/m2/repository/org/sonatype/oss/oss-parent/9/
oss-parent-9.pom 68 <id>enforce-maven</id>
70 <goal>enforce</goal>
  /prebuilts/tools/common/m2/repository/org/twdata/maven/mojo-executor-parent/2.2.0/
mojo-executor-parent-2.2.0.pom 194 <id>enforce-dependencies</id>
196 <goal>enforce</goal>
  /prebuilts/tools/common/offline-m2/org/sonatype/oss/oss-parent/7/
oss-parent-7.pom 68 <id>enforce-maven</id>
70 <goal>enforce</goal>
  /prebuilts/tools/common/offline-m2/org/sonatype/oss/oss-parent/9/
oss-parent-9.pom 68 <id>enforce-maven</id>
70 <goal>enforce</goal>
  /system/tools/hidl/
AST.cpp 332 // Do not enforce restrictions on imports.
333 AST* ast = mCoordinator->parse(subFQName, &mImportedASTs, Coordinator::Enforce::NONE);
351 // Do not enforce restrictions on imports.
354 Coordinator::Enforce::NONE);
385 // Do not enforce restrictions on imports.
386 importAST = mCoordinator->parse(typesFQName, &mImportedASTs, Coordinator::Enforce::NONE);
726 AST* ast = mCoordinator->parse(name, nullptr /* imported */, Coordinator::Enforce::NONE);
737 fqName, nullptr /* imported */, Coordinator::Enforce::NONE);
  /external/autotest/client/cros/
ownership.py 162 @raises OwnershipError if settings doesn't enforce the provided setting.
177 @raises OwnershipError if settings doesn't enforce the provided setting.
192 @raises OwnershipError if settings doesn't enforce the provided setting.
207 @raises OwnershipError if settings doesn't enforce the provided setting.
222 @raises OwnershipError if settings doesn't enforce the provided setting.
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
RawContactDeltaTests.java 183 // Assert two operations: insert Data row and enforce version
226 // Assert three operations: update Contact, insert Data row, enforce version
305 // Assert two operations: delete Contact and enforce version
331 // Assert two operations: insert Contact and enforce version
360 // Assert two operations: delete Contact and enforce version
  /external/selinux/libselinux/include/selinux/
selinux.h 287 * the *enforce argument accordingly for the caller to use, sets the
295 * Otherwise, the function returns -1, and init must check *enforce to
296 * determine how to proceed. If enforcing (*enforce > 0), then init should
299 extern int selinux_init_load_policy(int *enforce);
325 /* Get the enforce flag value. */
328 /* Set the enforce flag value. */
499 extern int selinux_getenforcemode(int *enforce);

Completed in 1050 milliseconds

1 2 3 4 5 67 8 91011>>