/external/chromium_org/ppapi/tests/ |
D | test_instance_deprecated.cc | 123 void TestInstance::LeakReferenceAndIgnore(const pp::Var& leaked) { in LeakReferenceAndIgnore() argument 126 var_interface->AddRef(leaked.pp_var()); in LeakReferenceAndIgnore() 127 IgnoreLeakedVar(leaked.pp_var().value.as_id); in LeakReferenceAndIgnore() 215 pp::VarPrivate leaked( in TestRecursiveObjects() local 221 LeakReferenceAndIgnore(leaked); in TestRecursiveObjects() 239 pp::VarPrivate leaked(instance(), new BadDestructorObject()); in TestLeakedObjectDestructors() local 241 LeakReferenceAndIgnore(leaked); in TestLeakedObjectDestructors()
|
D | test_instance_deprecated.h | 51 void LeakReferenceAndIgnore(const pp::Var& leaked);
|
/external/valgrind/main/memcheck/tests/ |
D | error_counts.c | 13 int* leaked __attribute__((unused)); in main() local 43 leaked = malloc(77); in main() 44 leaked = 0; in main()
|
D | leak_cpp_interior.stderr.exp-64bit | 32 To see details of leaked memory, give 'full' arg to leak_check 44 To see details of leaked memory, give 'full' arg to leak_check 56 To see details of leaked memory, give 'full' arg to leak_check
|
D | leak_cpp_interior.stderr.exp | 32 To see details of leaked memory, give 'full' arg to leak_check 44 To see details of leaked memory, give 'full' arg to leak_check 56 To see details of leaked memory, give 'full' arg to leak_check
|
D | lks.stderr.exp | 10 Rerun with --leak-check=full to see details of leaked memory
|
/external/chromium_org/base/third_party/valgrind/ |
D | memcheck.h | 203 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ argument 217 leaked = _qzz_leaked; \ 225 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ argument 239 leaked = _qzz_leaked; \
|
/external/valgrind/main/memcheck/ |
D | memcheck.h | 214 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ argument 228 leaked = _qzz_leaked; \ 236 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ argument 250 leaked = _qzz_leaked; \
|
/external/stlport/test/eh/ |
D | LeakCheck.h | 187 bool leaked = gTestController.ReportLeaked(); 188 EH_ASSERT( !leaked ); 189 if ( leaked )
|
/external/chromium_org/content/shell/renderer/ |
D | leak_detector.cc | 51 report.leaked = false; in onLeakDetectionComplete() 90 report.leaked = true; in onLeakDetectionComplete()
|
/external/chromium_org/content/shell/common/ |
D | leak_detection_result.h | 13 bool leaked; member
|
D | shell_messages.h | 125 IPC_STRUCT_TRAITS_MEMBER(leaked)
|
/external/chromium_org/third_party/webrtc/base/ |
D | iosfilesystem.mm | 35 // Return a (leaked) copy of a directory name suitable for application data. 43 // Return a (leaked) copy of a directory name suitable for use as a $TEMP.
|
/external/clang/test/Analysis/ |
D | retain-release-path-notes-gc.m | 43 …CFTypeRef leaked = CFCreateSomething(); // expected-note{{Call to function 'CFCreateSomething' ret… 44 …; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into 'leak… 48 …CFTypeRef leaked = CFCreateSomething(); // expected-note{{Call to function 'CFCreateSomething' ret… 49 …CFRetain(leaked); // expected-note{{Reference count incremented. The object now has a +2 retain co… 50 …CFMakeCollectable(leaked); // expected-note{{In GC mode a call to 'CFMakeCollectable' decrements a… 51 …NSMakeCollectable(leaked); // expected-note{{In GC mode a call to 'NSMakeCollectable' decrements a… 52 …CFRetain(leaked); // expected-note{{Reference count incremented. The object now has a +1 retain co… 53 …; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into 'leak… 67 …xpected-note{{Object leaked: object allocated and stored into 'object' and returned from method 'g… 72 …pected-note{{Object leaked: object allocated and stored into 'object' and returned from method 'co… [all …]
|
D | retain-release-path-notes.m | 47 …id leaked = [[NSObject alloc] init]; // expected-note{{Method returns an Objective-C object with a… 48 …; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into 'leak… 52 …CFTypeRef leaked = CFCreateSomething(); // expected-note{{Call to function 'CFCreateSomething' ret… 53 …; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into 'leak… 57 …id leaked = [foo methodWithValue]; // expected-note{{Method returns an Objective-C object with a +… 58 …[leaked retain]; // expected-note{{Reference count incremented. The object now has a +1 retain cou… 59 …[leaked retain]; // expected-note{{Reference count incremented. The object now has a +2 retain cou… 60 …[leaked release]; // expected-note{{Reference count decremented. The object now has a +1 retain co… 61 …; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into 'leak… 65 …id leaked = foo.propertyValue; // expected-note{{Property returns an Objective-C object with a +0 … [all …]
|
/external/compiler-rt/test/lsan/TestCases/ |
D | swapcontext.cc | 17 int *leaked = new int[666]; in Child() local
|
/external/chromium_org/mojo/examples/sample_app/ |
D | sample_app.cc | 29 MOJO_ALLOW_UNUSED GLES2ClientImpl* leaked = gles2_client_.release(); in ~SampleApp() local
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | malloc9.test | 45 # Ensure that no file descriptors were leaked.
|
D | malloc7.test | 41 # Ensure that no file descriptors were leaked.
|
D | malloc6.test | 49 # Ensure that no file descriptors were leaked.
|
D | mallocA.test | 71 # Ensure that no file descriptors were leaked.
|
D | malloc.test | 67 # Ensure that no file descriptors were leaked. 95 # Ensure that no file descriptors were leaked. 119 # Ensure that no file descriptors were leaked. 145 # Ensure that no file descriptors were leaked. 169 # Ensure that no file descriptors were leaked. 652 # Test that no memory is leaked following a malloc() failure in 897 # Ensure that no file descriptors were leaked.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | driver_unittest.py | 153 def assert_crash(driver, error_line, crashed, name, pid, unresponsive=False, leaked=False): argument 158 self.assertEqual(driver._check_for_leak(error_line), leaked)
|
D | driver.py | 169 leaked = self._leaked 179 if stop_when_done or crashed or timed_out or leaked: 210 leak=leaked, leak_log=self._leak_log,
|
/external/valgrind/main/gdbserver_tests/ |
D | mcleak.stdinB.gdb | 79 # output the biggest definitely leaked record:
|