HomeSort by relevance Sort by last modified time
    Searched refs:new_mid (Results 1 - 19 of 19) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_interface_internal.h 52 const void *new_mid);
  /external/compiler-rt/include/sanitizer/
common_interface_defs.h 79 // Supply the old and the new values of mid (old_mid/new_mid).
98 const void *new_mid);
  /external/compiler-rt/test/asan/TestCases/
contiguous_container_crash.cc 15 const void *new_mid);
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/
common_interface_defs.h 79 // Supply the old and the new values of mid (old_mid/new_mid).
98 const void *new_mid);
  /external/compiler-rt/lib/asan/
asan_poisoning.cc 337 uptr new_mid = reinterpret_cast<uptr>(new_mid_p); local
339 if (!(beg <= old_mid && beg <= new_mid && old_mid <= end && new_mid <= end &&
342 ReportBadParamsToAnnotateContiguousContainer(beg, end, old_mid, new_mid,
348 uptr a = RoundDownTo(Min(old_mid, new_mid), granularity);
349 uptr c = RoundUpTo(Max(old_mid, new_mid), granularity);
366 uptr b1 = RoundDownTo(new_mid, granularity);
367 uptr b2 = RoundUpTo(new_mid, granularity);
374 *(u8*)MemToShadow(b1) = static_cast<u8>(new_mid - b1);
asan_report.h 78 uptr old_mid, uptr new_mid,
asan_report.cc 832 uptr old_mid, uptr new_mid,
840 " new_mid : %p\n",
841 beg, end, old_mid, new_mid);
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/util/
SorterTemplate.java 123 int new_mid = first_cut + len22; local
124 merge(lo, first_cut, new_mid, len11, len22);
125 merge(new_mid, second_cut, hi, len1 - len11, len2 - len22);
  /prebuilts/devtools/tools/lib/
cglib-nodep-3.1.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/3.1/
cglib-nodep-3.1.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/vogar/lib/
mockito-all-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 949 milliseconds