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

1 2 3 4 5 67 8 91011>>

  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmRecyclerView.java 26 * Thin wrapper around RecyclerView to prevent simultaneous layout passes, particularly during
46 // Disable scrolling/user action to prevent choppy animations.
  /external/libcxx/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 115 ((void)fp); // Prevent unused warning
116 ((void)fpos); // Prevent unused warning
117 ((void)s); // Prevent unused warning
118 ((void)cp); // Prevent unused warning
119 ((void)arr); // Prevent unused warning
120 ((void)va); // Prevent unused warning
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
stdio_h.pass.cpp 115 ((void)fp); // Prevent unused warning
116 ((void)fpos); // Prevent unused warning
117 ((void)s); // Prevent unused warning
118 ((void)cp); // Prevent unused warning
119 ((void)arr); // Prevent unused warning
120 ((void)va); // Prevent unused warning
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
tuple_cat.pass.cpp 31 ((void)t); // Prevent unused warning
36 ((void)t2); // Prevent unused warning
40 ((void)t); // Prevent unused warning
44 ((void)t); // Prevent unused warning
55 ((void)t); // Prevent unused warning
60 ((void)t2); // Prevent unused warning
64 ((void)t); // Prevent unused warning
68 ((void)t); // Prevent unused warning
104 ((void)t3); // Prevent unused warning
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
locks.h 71 /* Minimal barrier to prevent accesses leaking out of lock. */
97 /* Minimal barrier to prevent accesses leaking out of lock. */
119 * Implement spinlocks using the lock mechanism. Wrap the lock to prevent mixing
  /external/pdfium/third_party/libopenjpeg20/
0018-tcd_get_decoded_tile_size.patch 9 0015-read_SPCod_SPCoc_overflow.patch: Prevent a buffer overflow in opj_j2k_read_SPCod_SPCoc.
10 0016-read_SQcd_SQcc_overflow.patch: Prevent a buffer overflow in opj_j2k_read_SQcd_SQcc.
11 0017-tcd_init_tile.patch: Prevent integer overflows during calculation of |l_nb_precinct_size|.
0020-opj_aligned_malloc.patch 6 0017-tcd_init_tile.patch: Prevent integer overflows during calculation of |l_nb_precinct_size|.
8 0019-tcd_init_tile.patch: Prevent integer overflows during calculation of |l_nb_code_blocks_size|.
9 +0020-opj_aligned_malloc.patch: Prevent overflows when using opj_aligned_malloc().
  /external/apache-http/src/org/apache/commons/logging/
Log.java 76 * <p> Call this method to prevent having to perform expensive operations
88 * <p> Call this method to prevent having to perform expensive operations
100 * <p> Call this method to prevent having to perform expensive operations
112 * <p> Call this method to prevent having to perform expensive operations
124 * <p> Call this method to prevent having to perform expensive operations
136 * <p> Call this method to prevent having to perform expensive operations
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
Log.java 70 * <p> Call this method to prevent having to perform expensive operations
79 * <p> Call this method to prevent having to perform expensive operations
88 * <p> Call this method to prevent having to perform expensive operations
97 * <p> Call this method to prevent having to perform expensive operations
108 * <p> Call this method to prevent having to perform expensive operations
119 * <p> Call this method to prevent having to perform expensive operations
  /art/runtime/gc/
gc_cause.h 62 // Not a real GC cause, used to prevent hprof running in the middle of GC.
64 // Not a real GC cause, used to prevent GetObjectsAllocated running in the middle of GC.
  /art/test/622-simplifyifs-exception-edges/smali/
Test.smali 35 # Note: There is no move-exception here to prevent matching the SimplifyIfs() pattern.
67 # Note: There is no move-exception here to prevent matching the SimplifyIfs() pattern.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dummy_threading.py 30 # If ``threading`` is already imported, might as well prevent
38 # If ``_threading_local`` is already imported, might as well prevent
  /external/autotest/test_suites/
control.bvt-arc 17 CQ, and in the Chrome and Android PFQs. Test failures prevent code
32 * The failure may prevent discovery of other ARC bugs.
  /external/curl/docs/libcurl/opts/
CURLMOPT_MAXCONNECTS.3 37 By setting this option, you can prevent the cache size from growing beyond the
40 When the cache is full, curl closes the oldest one in the cache to prevent the
  /external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate/
types.pass.cpp 32 ((void)f); // Prevent unused warning
43 ((void)f); // Prevent unused warning
  /external/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct/
types.pass.cpp 31 ((void)f); // Prevent unused warning
42 ((void)f); // Prevent unused warning
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 44 ((void)mb); // Prevent unused warning
45 ((void)s); // Prevent unused warning
46 ((void)tm); // Prevent unused warning
47 ((void)w); // Prevent unused warning
48 ((void)fp); // Prevent unused warning
49 ((void)va); // Prevent unused warning
50 ((void)ns); // Prevent unused warning
51 ((void)ws); // Prevent unused warning
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
function_types.h 16 int data_[10]; // dummy variable to prevent small object optimization in
39 int data_[10]; // dummy variable to prevent small object optimization in
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
copy.pass.cpp 32 ((void)t); // Prevent unused warning
67 ((void)e); // Prevent unused warning
  /external/libcxx/test/std/utilities/utility/forward/
forward_03.pass.cpp 37 ((void)a); // Prevent unused warning
38 ((void)ca); // Prevent unused warning
  /external/libcxxabi/test/
catch_member_data_pointer_01.pass.cpp 16 A() : i(0), j(0) {} // explicitly initialize 'i' to prevent warnings
26 B() : k(0), l(0) {} // explicitly initialize 'k' to prevent warnings.
  /external/llvm/test/CodeGen/AMDGPU/
uniform-loop-inside-nonuniform.ll 22 ; Prevent the loop from being optimized out
50 ; Prevent the loop from being optimized out
  /external/llvm/test/CodeGen/ARM/
optimize-dmbs-v7.ll 52 ; the call should prevent the two dmbs from collapsing
64 ; the call should prevent the two dmbs from collapsing

Completed in 1635 milliseconds

1 2 3 4 5 67 8 91011>>