Home
last modified time | relevance | path

Searched refs:isWrite (Results 1 – 25 of 26) sorted by relevance

12

/external/opencv3/modules/calib3d/test/
Dtest_stereomatching.cpp378 int processStereoMatchingResults( FileStorage& fs, int caseIdx, bool isWrite,
428 bool isWrite = true; // write or compare results in run() local
430 isWrite = false; in run()
487 int tempCode = processStereoMatchingResults( resFS, ci, isWrite, in run()
492 if( isWrite ) in run()
540 int CV_StereoMatchingTest::processStereoMatchingResults( FileStorage& fs, int caseIdx, bool isWrite, in processStereoMatchingResults() argument
571 if( isWrite ) in processStereoMatchingResults()
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h265 bool isWrite) const;
571 bool isWrite) const { in getInstructionsForAccess() argument
572 return DepChecker.getInstructionsForAccess(Ptr, isWrite); in getInstructionsForAccess()
/external/valgrind/helgrind/
Dhg_errors.c311 Bool isWrite; member
435 Bool acc_isW = xe->XE.Race.isWrite; in HG_()
470 Addr data_addr, Int szB, Bool isWrite, in HG_()
501 xe.XE.Race.isWrite = isWrite; in HG_()
503 tl_assert(isWrite == False || isWrite == True); in HG_()
672 && xe1->XE.Race.isWrite == xe2->XE.Race.isWrite in HG_()
1164 what = xe->XE.Race.isWrite ? "write" : "read"; in HG_()
Dhg_errors.h55 Addr data_addr, Int szB, Bool isWrite,
Dlibhb_core.c4979 Addr acc_addr, SizeT szB, Bool isWrite, in record_race_info() argument
5090 szB, isWrite, in record_race_info()
/external/valgrind/memcheck/
Dmc_errors.c116 Bool isWrite; // read or write? member
596 extra->Err.Addr.isWrite ? "Write" : "Read" ); in MC_()
598 extra->Err.Addr.isWrite ? "write" : "read", in MC_()
606 extra->Err.Addr.isWrite ? "write" : "read", in MC_()
738 Bool isWrite ) in MC_()
746 if (VG_(is_watched)( (isWrite ? write_watchpoint : read_watchpoint), a, szB)) in MC_()
756 extra.Err.Addr.isWrite = isWrite; in MC_()
Dmc_include.h527 Bool isWrite );
/external/compiler-rt/lib/asan/
Dasan_poisoning.cc213 #define CHECK_SMALL_REGION(p, size, isWrite) \ argument
221 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\
Dasan_interceptors.cc57 #define ACCESS_MEMORY_RANGE(ctx, offset, size, isWrite) do { \ argument
78 ReportGenericError(pc, bp, sp, __bad, isWrite, __size, 0, false);\
/external/valgrind/cachegrind/
Dcg_main.c954 Bool isWrite ) in addEvent_D_guarded() argument
981 helperName = isWrite ? "log_0Ir_1Dw_cache_access" in addEvent_D_guarded()
983 helperAddr = isWrite ? &log_0Ir_1Dw_cache_access in addEvent_D_guarded()
/external/valgrind/exp-dhat/
Ddh_main.c799 void addMemEvent(IRSB* sbOut, Bool isWrite, Int szB, IRExpr* addr, in addMemEvent() argument
814 if (isWrite) { in addMemEvent()
/external/valgrind/callgrind/
Dmain.c675 Bool isWrite ) in addEvent_D_guarded() argument
701 helperName = isWrite ? CLG_(cachesim).log_0I1Dw_name in addEvent_D_guarded()
703 helperAddr = isWrite ? CLG_(cachesim).log_0I1Dw in addEvent_D_guarded()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1282 MemoryDepChecker::getInstructionsForAccess(Value *Ptr, bool isWrite) const { in getInstructionsForAccess()
1283 MemAccessInfo Access(Ptr, isWrite); in getInstructionsForAccess()
/external/v8/test/mjsunit/asm/embenchen/
Dprimes.js2599 isWrite: { property
Dcopy.js2585 isWrite: { property
Dcorrections.js2585 isWrite: { property
Dfannkuch.js2724 isWrite: { property
Dmemops.js2693 isWrite: { property
Dfasta.js2968 isWrite: { property
Dzlib.js2694 isWrite: { property
Dbox2d.js2942 isWrite: { property
Dlua_binarytrees.js2731 isWrite: { property
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js1417 isWrite: false, property
1429 isWrite: true, property
1441 isWrite: true, property
1492 } else if (!stream.isWrite) {
1519 } else if (!stream.isWrite) {
2499 var isWrite = accessMode != 0;
2520 if ((isWrite || isCreate || isTruncate) && target.isFolder) {
2524 if (isRead && !target.read || isWrite && !target.write) {
2565 isWrite: false, property
2583 isWrite: isWrite, property
[all …]
/external/sqlite/dist/
Dsqlite3.c38287 int isWrite, /* True to extend file if necessary */
38330 if( !isWrite ) goto shmpage_out;
162441 int isWrite,
162482 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp);
/external/sqlite/dist/orig/
Dsqlite3.c38269 int isWrite, /* True to extend file if necessary */
38312 if( !isWrite ) goto shmpage_out;
162411 int isWrite,
162452 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp);

12