HomeSort by relevance Sort by last modified time
    Searched full:prevent (Results 26 - 50 of 3986) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dbhash.py 9 # prevent a second import of this module from spuriously succeeding
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dbhash.py 9 # prevent a second import of this module from spuriously succeeding
  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.h 28 // Runtime shutdown lock is necessary to prevent races in thread initialization. When the thread is
30 // However, Thread::Init is guarded by the runtime shutdown lock, so we can prevent these races by
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardFlipListener.java 20 * This interface is used to prevent flipping multiple cards at the same time.
  /device/generic/x86_64/
BoardConfig.mk 32 # PDK does not use ext4 image, but it is added here to prevent build break.
  /device/sample/apps/SampleEmailPolicy/
proguard.flags 15 # Prevent ProGuard from discarding the "getPolicy" method, or the class that contains it.
  /device/sample/apps/SetupCustomizer/res/values/
bools.xml 14 <!-- Prevent users from returning to the pre-setup oem customization hook -->
  /external/chromium-trace/trace-viewer/tracing/third_party/chai/
README.chromium 15 Copied license text out of README.md. Unminified chai.js and ripped out parts pertaining to Buffer because we're not using node and don't want could-not-require exceptions to be thrown. Reminified to prevent jslint from complaining.
  /external/clang/test/Frontend/
profile-sample-use-loc-tracking.c 13 // But llvm.dbg.cu should be missing (to prevent writing debug info to
  /external/compiler-rt/test/lsan/TestCases/
use_stacks.cc 14 // Do not return from main to prevent the pointer from going out of scope.
  /external/compiler-rt/test/tsan/
suppress_same_stacks.cc 4 volatile int N; // Prevent loop unrolling.
  /external/icu/icu4c/source/data/mappings/
ucmlocal.mk 5 # Note: noop-*.ucm are for Android only to prevent 2022 security attack.
  /external/jpeg/
jconfig.vc 22 #define HAVE_BOOLEAN /* prevent jmorecfg.h from redefining it */
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_lock.3 11 capng_lock will take steps to prevent children of the current process to regain full privileges if the uid is 0. This should be called while possessing the CAP_SETPCAP capability in the kernel. This function will do the following if permitted by the kernel: Set the NOROOT option on for PR_SET_SECUREBITS, set the NOROOT_LOCKED option to on for PR_SET_SECUREBITS, set the PR_NO_SETUID_FIXUP option on for PR_SET_SECUREBITS, and set the PR_NO_SETUID_FIXUP_LOCKED option on for PR_SET_SECUREBITS.
  /external/llvm/test/Transforms/GlobalOpt/
storepointer-compare.ll 4 ; Check that a comparison does not prevent an indirect call from being made
  /external/sepolicy/
lmkd.te 9 # lmkd locks itself in memory, to prevent it from being
  /system/media/audio_utils/
roundup.c 27 // 0x800000001 and higher are actually rounded _down_ to prevent overflow
  /bionic/tests/
fenv_test.cpp 23 // volatile to prevent compiler optimizations.
33 // volatile to prevent compiler optimizations.
  /external/llvm/test/CodeGen/NVPTX/
fp-contract.ll 11 ;; for all adds to prevent ptxas from fusion the ops.
28 ;; to prevent ptxas from fusing this with anything else.
  /frameworks/support/v4/java/android/support/v4/app/
NoSaveStateFrameLayout.java 49 * Override to prevent freezing of any child views.
57 * Override to prevent thawing of any child views.
  /libcore/luni/src/main/java/java/security/spec/
EncodedKeySpec.java 36 // to prevent subsequent modification
49 // to prevent subsequent modification
  /packages/apps/Browser/src/com/android/browser/preferences/
SeekBarSummaryPreference.java 81 // Intentionally blank - prevent super.onStartTrackingTouch from running
86 // Intentionally blank - prevent onStopTrackingTouch from running
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
tuple_cat.pass.cpp 30 ((void)t); // Prevent unused warning
35 ((void)t2); // Prevent unused warning
39 ((void)t); // Prevent unused warning
43 ((void)t); // Prevent unused warning
54 ((void)t); // Prevent unused warning
59 ((void)t2); // Prevent unused warning
63 ((void)t); // Prevent unused warning
67 ((void)t); // Prevent unused warning
103 ((void)t3); // Prevent unused warning
  /development/samples/ApiDemos/src/com/example/android/apis/view/
RotatingButton.java 115 // prevent seeking on app creation
131 // prevent seeking on app creation
147 // prevent seeking on app creation
  /external/jetty/src/java/org/eclipse/jetty/util/preventers/
DOMLeakPreventer.java 28 * Prevent the RuntimeException that is a static member of AbstractDOMParser
39 * @see org.eclipse.jetty.util.preventers.AbstractLeakPreventer#prevent(java.lang.ClassLoader)
42 public void prevent(ClassLoader loader) method in class:DOMLeakPreventer

Completed in 283 milliseconds

12 3 4 5 6 7 8 91011>>