Home
last modified time | relevance | path

Searched refs:Dr (Results 1 – 25 of 96) sorted by relevance

1234

/external/pdfium/tools/drmemory/
DREADME2 # Dr. Memory
4 Dr. Memory (www.drmemory.org) is an open-source dynamic memory
7 ## About Dr. Memory
9 Dr. Memory operates on unmodified application binaries running on
21 ## Using Dr. Memory (Windows only)
24 Dr. Memory. Errors found are printed to the screen, and a summary is
27 ### Obtain Dr. Memory
29 The Dr. Memory package is provided as a self-extracting archive
33 The Dr. Memory release package can be downloaded from
39 The Dr. Memory source code can be found at
[all …]
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DScaling.h82 VectorXd Dr, Dc, DrRes, DcRes; // Temporary Left and right scaling vectors in compute() local
83 Dr.resize(m); Dc.resize(n); in compute()
90 Dr.setZero(); Dc.setZero(); in compute()
95 if ( Dr(it.row()) < abs(it.value()) ) in compute()
96 Dr(it.row()) = abs(it.value()); in compute()
104 Dr(i) = std::sqrt(Dr(i)); in compute()
110 m_left(i) /= Dr(i); in compute()
119 it.valueRef() = it.value()/( Dr(it.row()) * Dc(it.col()) ); in compute()
/external/valgrind/cachegrind/
Dcg_main.c108 CacheCC Dr; /* Data read counts */ member
271 lineCC->Dr.a = 0; in get_lineCC()
272 lineCC->Dr.m1 = 0; in get_lineCC()
273 lineCC->Dr.mL = 0; in get_lineCC()
395 &n->parent->Dr.m1, &n->parent->Dr.mL); in log_1IrNoX_1Dr_cache_access()
396 n->parent->Dr.a++; in log_1IrNoX_1Dr_cache_access()
423 &n->parent->Dr.m1, &n->parent->Dr.mL); in log_0Ir_1Dr_cache_access()
424 n->parent->Dr.a++; in log_0Ir_1Dr_cache_access()
525 } Dr; member
550 case Ev_Dr: return ev->Ev.Dr.ea; in get_Event_dea()
[all …]
/external/webrtc/tools/valgrind-webrtc/gtest_exclude/
Drtc_unittests.gtest-drmemory.txt1 # Fails on Dr Memory Full.
8 # Fails on Dr Memory Light.
Dcommon_video_unittests.gtest-drmemory_win32.txt1 # Too slow on Dr Memory Full.
Dlibjingle_p2p_unittest.gtest-drmemory_win32.txt1 # Fails on Dr Memory Full.
Dlibjingle_peerconnection_unittest.gtest-drmemory_win32.txt1 # Flakily fails or crashes on Dr Memory Full.
Dmodules_unittests.gtest-drmemory_win32.txt1 # Too slow to run with Dr Memory on Windows.
Dvideo_engine_tests.gtest-drmemory_win32.txt1 # Never completes on Dr Memory Full.
/external/pdfium/tools/drmemory/scripts/
Dpdfium_tests.bat9 :: Set up DRMEMORY_COMMAND to invoke Dr. Memory {{{1
13 echo "Can't find Dr. Memory executables."
/external/skia/src/core/
DSkXfermode.cpp298 float Dr = dr; in saturation_4f() local
301 SetSat(&Dr, &Dg, &Db, Sat(sr, sg, sb) * da); in saturation_4f()
302 SetLum(&Dr, &Dg, &Db, sa * da, Lum(dr, dg, db) * sa); in saturation_4f()
304 return color_alpha(s * inv_alpha(d) + d * inv_alpha(s) + set_argb(0, Dr, Dg, Db), in saturation_4f()
341 float Dr = dr; in luminosity_4f() local
344 SetLum(&Dr, &Dg, &Db, sa * da, Lum(sr, sg, sb) * da); in luminosity_4f()
346 Sk4f res = color_alpha(s * inv_alpha(d) + d * inv_alpha(s) + set_argb(0, Dr, Dg, Db), in luminosity_4f()
830 int Dr, Dg, Db; in saturation_modeproc() local
833 Dr = dr * sa; in saturation_modeproc()
836 SetSat(&Dr, &Dg, &Db, Sat(sr, sg, sb) * da); in saturation_modeproc()
[all …]
/external/webrtc/tools/valgrind-webrtc/
Dwebrtc_tests.bat45 :: Set up DRMEMORY_COMMAND to invoke Dr. Memory {{{1
49 echo "Can't find Dr. Memory executables."
/external/valgrind/callgrind/tests/
Dnotpower2.stderr.exp3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw
Dsimwork1.stderr.exp3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw
Dnotpower2-hwpref.stderr.exp3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw
Dsimwork-cache.stderr.exp3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw
Dnotpower2-wb.stderr.exp3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw ILdmr DLdmr DLdmw
Dsimwork2.stderr.exp3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw ILdmr DLdmr DLdmw
Dsimwork3.stderr.exp3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw AcCost1 SpLoss1 AcCost2 SpLoss2
Dnotpower2-use.stderr.exp3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw AcCost1 SpLoss1 AcCost2 SpLoss2
Dthreads-use.stderr.exp3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw AcCost1 SpLoss1 AcCost2 SpLoss2 Ge sysCount sysT…
Dsimwork-both.stderr.exp3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw Bc Bcm Bi Bim
/external/clang/test/SemaCXX/
Dfunctional-cast.cpp185 typedef D &Dr; in t_529_5_8() typedef
186 (void)Dr(*((A*)0)); // expected-error {{cannot cast 'A' to 'Dr' (aka 'D &') via virtual base 'B'}} in t_529_5_8()
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-02-27.data9 458 Walkman Dr.
/external/llvm/test/YAMLParser/
Dspec-02-27.test11 458 Walkman Dr.

1234