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

1 2 3 4 5 6 78 91011>>

  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 264 DataFactory.persist (cdata, persistFile, false); // never merge to enforce compaction behavior
266 DataFactory.persist (mdata, persistFile, false); // never merge to enforce compaction behavior
268 DataFactory.persist (new SessionData (mdata, cdata), persistFile, false); // never merge to enforce compaction behavior
  /external/v8/src/crankshaft/
unique.h 63 a = b; // Fake assignment to enforce type checks.
336 // linear algorithms. Enforce a maximum size.
345 CHECK(size < kMaxCapacity); // Enforce maximum size.
  /frameworks/base/services/core/java/com/android/server/pm/
UserDataPreparer.java 214 + " because we failed to enforce serial number: " + e);
269 * Enforce that serial number stored in user directory inode matches the
279 // 000'ed, meaning we can't read the serial number to enforce it;
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ow2-1.3.pom 154 <!-- Enforce Maven version usage: excludes some that are known with defects -->
161 <id>enforce-maven</id>
163 <goal>enforce</goal>
  /prebuilts/tools/common/m2/repository/org/ow2/ow2/1.3/
ow2-1.3.pom 154 <!-- Enforce Maven version usage: excludes some that are known with defects -->
161 <id>enforce-maven</id>
163 <goal>enforce</goal>
  /prebuilts/tools/common/offline-m2/org/ow2/ow2/1.3/
ow2-1.3.pom 154 <!-- Enforce Maven version usage: excludes some that are known with defects -->
161 <id>enforce-maven</id>
163 <goal>enforce</goal>
  /art/libartbase/base/
debug_stack.h 27 // Helper classes for reference counting to enforce construction/destruction order and
  /art/runtime/interpreter/
lock_count_data.cc 86 // OK, there are monitors that are still locked. To enforce structured locking (and avoid
  /art/tools/golem/
env 41 # Enforce specified target-name is one of these.
  /build/make/core/
host_java_library.mk 57 # The layers file allows you to enforce a layering between java packages.
  /build/soong/java/
android_resources.go 72 // If enforce RRO is enabled for this module and this overlay is not in the
  /compatibility/cdd/9_security-model/
9_1_permissions.md 8 MUST enforce each permission defined as described in the SDK documentation; no
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
StatusFragment.java 105 // The app is ready to enforce restrictions
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/
README.md 12 enforce specific policies on a managed device. The system provides policies
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
StatusFragment.java 105 // The app is ready to enforce restrictions
  /developers/samples/android/admin/DeviceOwner/
template-params.xml 29 enforce use of a specific launcher.
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleReceiver.java 59 // Enforce the locale string is either in the form "ab" or "ab_cd"
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
StatusFragment.java 105 // The app is ready to enforce restrictions
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
gralloc_cb.h 121 uint64_t padding; // enforce same size on 32-bit/64-bit
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hikey_io_storage.c 192 * an image. Use this to enforce platform load policy
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_io_storage.c 189 * an image. Use this to enforce platform load policy
  /device/linaro/hikey/bluetooth/
bluetooth_hci.cc 58 // Use a socket pair to enforce the TI FIONREAD requirement.
  /external/autotest/server/site_tests/provision_AutoUpdate/
control.double 25 on the host. And then this test is run to enforce a second-round
  /external/chromium-libpac/src/
proxy_resolver_v8.h 35 // There can be only one instance of V8 running at a time. To enforce this
  /external/compiler-rt/lib/scudo/
scudo_flags.cpp 62 // We enforce an upper limit for the quarantine size of 4Gb.

Completed in 2426 milliseconds

1 2 3 4 5 6 78 91011>>