/external/pdfium/tools/drmemory/ |
D | README | 2 # 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/ |
D | Scaling.h | 82 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/ |
D | cg_main.c | 108 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/ |
D | rtc_unittests.gtest-drmemory.txt | 1 # Fails on Dr Memory Full. 8 # Fails on Dr Memory Light.
|
D | common_video_unittests.gtest-drmemory_win32.txt | 1 # Too slow on Dr Memory Full.
|
D | libjingle_p2p_unittest.gtest-drmemory_win32.txt | 1 # Fails on Dr Memory Full.
|
D | libjingle_peerconnection_unittest.gtest-drmemory_win32.txt | 1 # Flakily fails or crashes on Dr Memory Full.
|
D | modules_unittests.gtest-drmemory_win32.txt | 1 # Too slow to run with Dr Memory on Windows.
|
D | video_engine_tests.gtest-drmemory_win32.txt | 1 # Never completes on Dr Memory Full.
|
/external/pdfium/tools/drmemory/scripts/ |
D | pdfium_tests.bat | 9 :: Set up DRMEMORY_COMMAND to invoke Dr. Memory {{{1 13 echo "Can't find Dr. Memory executables."
|
/external/skia/src/core/ |
D | SkXfermode.cpp | 298 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/ |
D | webrtc_tests.bat | 45 :: Set up DRMEMORY_COMMAND to invoke Dr. Memory {{{1 49 echo "Can't find Dr. Memory executables."
|
/external/valgrind/callgrind/tests/ |
D | notpower2.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw
|
D | simwork1.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw
|
D | notpower2-hwpref.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw
|
D | simwork-cache.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw
|
D | notpower2-wb.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw ILdmr DLdmr DLdmw
|
D | simwork2.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw ILdmr DLdmr DLdmw
|
D | simwork3.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw AcCost1 SpLoss1 AcCost2 SpLoss2
|
D | notpower2-use.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw AcCost1 SpLoss1 AcCost2 SpLoss2
|
D | threads-use.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw AcCost1 SpLoss1 AcCost2 SpLoss2 Ge sysCount sysT…
|
D | simwork-both.stderr.exp | 3 Events : Ir Dr Dw I1mr D1mr D1mw ILmr DLmr DLmw Bc Bcm Bi Bim
|
/external/clang/test/SemaCXX/ |
D | functional-cast.cpp | 185 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/ |
D | spec-02-27.data | 9 458 Walkman Dr.
|
/external/llvm/test/YAMLParser/ |
D | spec-02-27.test | 11 458 Walkman Dr.
|