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

  /external/valgrind/helgrind/
hg_errors.h 55 Addr data_addr, Int szB, Bool isWrite,
hg_errors.c 311 Bool isWrite;
435 Bool acc_isW = xe->XE.Race.isWrite;
470 Addr data_addr, Int szB, Bool isWrite,
501 xe.XE.Race.isWrite = isWrite;
503 tl_assert(isWrite == False || isWrite == True);
672 && xe1->XE.Race.isWrite == xe2->XE.Race.isWrite
    [all...]
libhb_core.c     [all...]
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 265 bool isWrite) const;
604 bool isWrite) const {
605 return DepChecker->getInstructionsForAccess(Ptr, isWrite);
  /external/compiler-rt/lib/asan/
asan_poisoning.cc 213 #define CHECK_SMALL_REGION(p, size, isWrite) \
221 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\
asan_interceptors.cc 58 #define ACCESS_MEMORY_RANGE(ctx, offset, size, isWrite) do { \
79 ReportGenericError(pc, bp, sp, __bad, isWrite, __size, 0, false);\
  /external/valgrind/memcheck/
mc_errors.c 116 Bool isWrite; // read or write?
596 extra->Err.Addr.isWrite ? "Write" : "Read" );
598 extra->Err.Addr.isWrite ? "write" : "read",
606 extra->Err.Addr.isWrite ? "write" : "read",
738 Bool isWrite )
746 if (VG_(is_watched)( (isWrite ? write_watchpoint : read_watchpoint), a, szB))
756 extra.Err.Addr.isWrite = isWrite;
    [all...]
mc_include.h 527 Bool isWrite );
  /developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 304 final boolean isWrite = (mode.indexOf('w') != -1);
305 if (isWrite) {
  /developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 304 final boolean isWrite = (mode.indexOf('w') != -1);
305 if (isWrite) {
  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MyCloudProvider.java 304 final boolean isWrite = (mode.indexOf('w') != -1);
305 if (isWrite) {
  /external/valgrind/cachegrind/
cg_main.c 954 Bool isWrite )
981 helperName = isWrite ? "log_0Ir_1Dw_cache_access"
983 helperAddr = isWrite ? &log_0Ir_1Dw_cache_access
    [all...]
  /external/valgrind/exp-dhat/
dh_main.c 799 void addMemEvent(IRSB* sbOut, Bool isWrite, Int szB, IRExpr* addr,
814 if (isWrite) {
926 addMemEvent( sbOut, False/*!isWrite*/,
936 addMemEvent( sbOut, True/*isWrite*/,
955 addMemEvent( sbOut, False/*!isWrite*/,
958 addMemEvent( sbOut, True/*isWrite*/,
980 addMemEvent( sbOut, False/*!isWrite*/,
982 addMemEvent( sbOut, True/*isWrite*/,
992 addMemEvent( sbOut, False/*!isWrite*/,
998 addMemEvent( sbOut, True/*isWrite*/,
    [all...]
  /external/valgrind/callgrind/
main.c 675 Bool isWrite )
701 helperName = isWrite ? CLG_(cachesim).log_0I1Dw_name
703 helperAddr = isWrite ? CLG_(cachesim).log_0I1Dw
1078 True/*isWrite*/ );
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 609 bool IsWrite = Accesses.count(MemAccessInfo(Ptr, true));
610 MemAccessInfo Access(Ptr, IsWrite);
612 if (IsWrite)
634 RtCheck.insert(TheLoop, Ptr, IsWrite, DepId, ASId, StridesMap, PSE);
749 bool IsWrite = AC.getInt();
753 bool IsReadOnlyPtr = ReadOnlyPtr.count(Ptr) && !IsWrite;
758 assert(((IsReadOnlyPtr && UseDeferred) || IsWrite ||
762 MemAccessInfo Access(Ptr, IsWrite);
769 // "a[b[i]] +="). Hence, we need the second check for "!IsWrite".
779 if ((IsWrite || IsReadOnlyPtr) && SetHasWrite)
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 1046 milliseconds