HomeSort by relevance Sort by last modified time
    Searched full:prevent (Results 501 - 525 of 5347) sorted by null

<<21222324252627282930>>

  /art/test/480-checker-dead-blocks/src/
Main.java 59 // Prevent HSelect simplification by having a branch with multiple instructions.
91 // Prevent HSelect simplification by having a branch with multiple instructions.
  /development/host/windows/usb/winusb/
adb_winusb_endpoint_object.cpp 56 // Set flag to prevent new I/Os from starting up.
173 // prevent CloseHandle() from returning until our IO completes or it aborts
  /development/tools/mkstubs/
README.txt 80 switch to prevent that.
85 There is not command line switch to prevent that.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
FirstMoment.java 62 * Retained to prevent repeated computation in higher order moments.
68 * normalized by previous sample size. Retained to prevent repeated
  /external/clang/test/CodeGenCXX/
template-instantiation.cpp 89 // The extern template declaration should not prevent us from producing
96 // But it should prevent zebbar
  /external/curl/lib/
ftp.h 125 bool dont_check; /* Set to TRUE to prevent the final (post-transfer)
133 bool cwdfail; /* set TRUE if a CWD command fails, as then we must prevent
  /external/deqp/framework/opengl/
gluStrUtil.hpp 97 // prevent implicit conversions from bool to int.
103 // \note return value is void to prevent compilation. Otherwise this would only break linking.
  /external/freetype/src/base/
ftutil.c 82 /* may help catch/prevent security issues */
130 /* may help catch/prevent nasty security issues */
  /external/guava/guava/src/com/google/common/base/internal/
Finalizer.java 39 * to the class loader and prevent it from being garbage collected. This
45 * in its own class loader. That way, this class doesn't prevent the main
  /external/jsoncpp/
amalgamate.py 67 header.add_text( "/// to prevent private header inclusion." )
94 header.add_text( "/// to prevent private header inclusion." )
  /external/llvm/test/CodeGen/AMDGPU/
trunc.ll 44 %aa = add i64 %a, 234 ; Prevent shrinking store.
48 store i64 %b, i64 addrspace(1)* %out2, align 8 ; Prevent reducing ops to 32-bits
  /external/parameter-framework/upstream/parameter/
ParameterType.cpp 50 // Prevent further digging for instantiaton since we're leaf on the strcture tree
180 // Prevent inappropriate shifts
  /external/pdfium/third_party/freetype/src/base/
ftutil.c 82 /* may help catch/prevent security issues */
130 /* may help catch/prevent nasty security issues */
  /external/v8/test/mjsunit/compiler/
uint32.js 175 // Test that HArgumentsObject does not prevent uint32 optimization and
178 try { // Prevent inlining.
  /frameworks/base/core/java/android/os/
Vibrator.java 37 * @hide to prevent subclassing from outside of the framework
44 * @hide to prevent subclassing from outside of the framework
  /libcore/luni/src/main/java/java/lang/ref/
FinalizerReference.java 89 // This is done to prevent races where the GC updates the pendingNext
112 // Make circular list if unenqueued goes through native so that we can prevent
  /libcore/ojluni/src/main/java/com/sun/net/ssl/internal/ssl/
X509ExtendedTrustManager.java 78 * the X509 certificate, in order to prevent masquerade attacks.
107 * the X509 certificate, in order to prevent masquerade attacks.
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorEditText.java 105 // Hack to prevent keyboard and insertion handle from showing.
125 // return null to prevent any state from being preserved at the instance level.
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalAlbumSet.java 164 // 1. Prevent calling reload() concurrently.
165 // 2. Prevent calling onFutureDone() and reload() concurrently
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidget.java 241 // onTouchEvent() handling will prevent further intercept touch events from being called
242 // (it's the same view in that case). This is not ideal, but to prevent more changes,
  /system/core/libpackagelistparser/
packagelistparser.c 79 * prevent a truncation based roll-over
149 * prevent a truncation based roll-over
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
opt.s 177 # The labels are here to prevent instruction pairs
196 # Insertion of NOPs required to prevent pipeline clashes.
  /external/eigen/Eigen/src/Core/
Transpositions.h 71 * prevent a default operator= from hiding the templated operator=.
173 /** Standard copy constructor. Defined only to prevent a default copy constructor
192 * prevent a default operator= from hiding the templated operator=.
254 * prevent a default operator= from hiding the templated operator=.
307 * prevent a default operator= from hiding the templated operator=.
  /frameworks/base/docs/html/guide/topics/resources/
runtime-changes.jd 60 <p>Prevent the system from restarting your activity during certain configuration
200 prevent restarts when the screen orientation changes and {@code "keyboardHidden"} to prevent
226 orientation. Thus, if you want to prevent runtime restarts due to orientation change when developing
283 there are other configuration changes that you cannot prevent from restarting your application, but
  /frameworks/native/include/gui/
Surface.h 62 * However, once a Surface is connected, it'll prevent other Surfaces
64 * therefore prevent them to be used as actual producers of buffers.
293 // compositor to apply a transform, and will prevent the transform hint
331 // mMutex is the mutex used to prevent concurrent access to the member
363 // used to prevent a mismatch between the number of queue/dequeue calls.

Completed in 1918 milliseconds

<<21222324252627282930>>