/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
ioctl.h | 16 * platforms. The generic ioctl numbering scheme doesn't really enforce
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
ioctl.h | 16 * platforms. The generic ioctl numbering scheme doesn't really enforce
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
TableRowRule.java | 49 // the table row will enforce match_parent and wrap_content for width and height
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
PostActivityCreationAction.java | 36 // private constructor to enforce singleton.
|
PostReceiverCreationAction.java | 36 // private constructor to enforce singleton.
|
/external/chromium/net/url_request/ |
url_request_throttler_manager.cc | 89 void URLRequestThrottlerManager::set_enforce_throttling(bool enforce) { 90 enforce_throttling_ = enforce;
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_architecture.html | 38 to enforce stricter security measures. 143 to enforce stricter security than the web.
|
/external/chromium_org/ipc/ |
file_descriptor_set_posix.cc | 71 // enforce this. Consider the case where a compromised renderer sends us 84 // can enforce that we walk the indexes strictly in order.
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_picklpf.c | 73 // Enforce a minimum filter level based upon baseline Q 81 // Enforce a maximum filter level based upon baseline Q
|
/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/org/sonatype/oss/oss-parent/7/ |
oss-parent-7.pom | 68 <id>enforce-maven</id> 70 <goal>enforce</goal>
|
/external/chromium_org/content/browser/loader/ |
resource_scheduler_unittest.cc | 361 // Dummies to enforce scheduling. 373 // Dummies to enforce scheduling. 399 // Dummies to enforce scheduling. 428 // Dummies to enforce scheduling. 458 // Dummies to enforce scheduling.
|
/external/chromium_org/third_party/angle/include/GLSLANG/ |
ShaderLang.h | 149 // This is an experimental flag to enforce restrictions that aim to prevent 157 // This flag prints the dependency graph that is used to enforce timing 165 // Enforce the GLSL 1.017 Appendix A section 7 packing restrictions. 166 // This flag only enforces (and can only enforce) the packing 169 // enforce the packing restrictions for varying variables during
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
RawContactDeltaTests.java | 187 // Assert two operations: insert Data row and enforce version 227 // Assert three operations: update Contact, insert Data row, enforce version 299 // Assert two operations: delete Contact and enforce version 324 // Assert two operations: delete Contact and enforce version 352 // Assert two operations: delete Contact and enforce version
|
/external/chromium_org/chrome/browser/sessions/ |
base_session_service.cc | 164 // Enforce a max for ids. They should never be anywhere near this size. 183 // Enforce a max for the user agent length. They should never be anywhere 204 // Enforce a max for ids. They should never be anywhere near this size.
|
/external/chromium_org/v8/src/ |
unique.h | 85 a = b; // Fake assignment to enforce type checks. 306 // linear algorithms. Enforce a maximum size. 315 CHECK(size < kMaxCapacity); // Enforce maximum size.
|
/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
|
/frameworks/base/core/jni/ |
android_os_SELinux.cpp | 54 * Purpose: return the current SELinux enforce mode 75 int enforce = value ? 1 : 0; local 77 return (security_setenforce(enforce) != -1) ? true : false;
|
/frameworks/base/docs/html/tools/publishing/ |
versioning.jd | 51 <p>The Android system does not use app version information to enforce 55 enforce system version compatibility as expressed by the <code>minSdkVersion</code> attribute in the 73 enforce this behavior, but increasing the value with successive releases is
|
/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>
|
/cts/tests/tests/security/src/android/security/cts/ |
KernelSettingsTest.java | 42 assertEquals("1", getFile("/sys/fs/selinux/enforce"));
|
/development/apps/CustomLocale/src/com/android/customlocale2/ |
CustomLocaleReceiver.java | 59 // Enforce the locale string is either in the form "ab" or "ab_cd"
|
/external/chromium/base/threading/ |
thread_restrictions.h | 14 // enforce these rules. Examples of such rules:
|
/external/chromium/chrome/browser/sync/syncable/ |
directory_manager.h | 76 // Wrappers for cryptographer() that enforce holding a transaction.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_menu_bridge.h | 85 // TODO(jrg): add a counter to enforce maximum nodes added
|