HomeSort by relevance Sort by last modified time
    Searched full:leak (Results 276 - 300 of 1447) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ppapi/proxy/
plugin_var_serialization_rules.h 44 // If that happens, we may leak references to object vars. Considering that
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker-death_unittest.sh 125 # This tests that turning leak-checker off dynamically works fine
132 Test 20 0 "Canceling .* whole-program .* leak check$" "" \
134 Test 20 0 "Canceling .* whole-program .* leak check$" "" \
158 # Test that we produce a reasonable textual leak report.
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker-death_unittest.sh 125 # This tests that turning leak-checker off dynamically works fine
132 Test 20 0 "Canceling .* whole-program .* leak check$" "" \
134 Test 20 0 "Canceling .* whole-program .* leak check$" "" \
158 # Test that we produce a reasonable textual leak report.
  /external/chromium_org/v8/test/mjsunit/
leakcheck.js 29 * This test is run with leak detection when running special tests.
  /external/chromium_org/v8/test/mjsunit/regress/
consolidated-holey-load.js 40 assertEquals(undefined, foo(c)); // Elided hole check will leak the hole.
regress-133211.js 28 // Make sure we don't leak maps when reading intermediate property descriptors.
  /external/clang/test/Analysis/
CFNumber.c 28 return CFNumberCreate(0, kCFNumberSInt8Type, &x); // expected-warning{{leak}}
analyzeOneFunction.m 50 NSString *string1 = [[NSString alloc] initWithFormat:@"test %f %d", 0.0, X+Y]; // expected-warning {{Potential leak}}
analyzer-config.cpp 25 // CHECK-NEXT: leak-diagnostics-reference-allocation = false
pr_2542_rdar_6793404.m 57 NSAnimation *animation = [[NSAnimation alloc] // expected-warning{{leak}}
retain-release-gc-only.m 241 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // expected-warning{{leak}}
248 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // expected-warning{{leak}}
260 CFMutableArrayRef A = CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks); // expected-warning{{leak}}
275 id x = [(id) CFArrayCreateMutable(0, 10, &kCFTypeArrayCallBacks) autorelease]; // expected-warning{{leak}}
287 NSString *s = [NSString stringWithUTF8String:"hello"]; // expected-warning{{Potential leak (when using garbage collection) of an object}}
327 [context createCGImage:img fromRect:rect]; // expected-warning{{leak}}
328 [context createCGImage:img fromRect:rect format:form colorSpace:cs]; // expected-warning{{leak}}
366 NSString *str = [X returnsAnOwnedCFString]; // expected-warning{{leak}}
382 return (NSDate*) returnsRetainedCFDate(); // No leak.
386 return (NSDate*) returnsRetainedCFDate(); // expected-warning{{leak}}
    [all...]
retain-release-region-store.m 176 [[NSNumber alloc] initWithInt:1], // expected-warning{{leak}}
177 [[NSNumber alloc] initWithInt:2], // expected-warning{{leak}}
178 [[NSNumber alloc] initWithInt:3], // expected-warning{{leak}}
179 [[NSNumber alloc] initWithInt:4], // expected-warning{{leak}}
180 [[NSNumber alloc] initWithInt:5] // expected-warning{{leak}}
210 NSArray *s_numbers =[[NSArray alloc] initWithObjects: &numbers[0] count:sizeof(numbers) / sizeof(numbers[0])]; // expected-warning{{leak}}
  /external/clang/test/SemaObjC/
arc-peformselector.m 28 return [self performSelector : sel1]; // expected-warning {{performSelector may cause a leak because its selector is unknown}} \
  /external/ipsec-tools/
ChangeLog 30 * src/racoon/crypto_openssl.c: From Ross Meng: Fix a memory leak in
48 signature verification memory leak.
53 * src/racoon/nattraversal.c: Fix a memory leak in nat-t keepalive
146 memory leak on configuration file reread
283 * src/racoon/grabmyaddr.c: fixed a socket leak
465 * src/racoon/crypto_openssl.c: From Joy Latten: fix a memory leak
536 * src/racoon/proposal.c: Fix memory leak (Coverity 3438 and 3437)
579 * src/racoon/admin.c: Fix memory leak (Coverity 2002)
581 * src/racoon/: admin.c, isakmp.c, sockmisc.c: Fix memory leak
610 * src/racoon/ipsec_doi.c: FIx memory leak (Coverity 4181
    [all...]
  /external/iputils/doc/
Makefile 11 # docbook scripts are incredibly dirty in the sense that they leak
  /external/llvm/unittests/Support/
ManagedStatic.cpp 31 // Valgrind's leak checker complains glibc's stack allocation.
  /external/v8/test/mjsunit/
leakcheck.js 29 * This test is run with leak detection when running special tests.
  /external/valgrind/main/gdbserver_tests/
mcleak.stdinB.gdb 10 # continue till each break and execute via gdb the leak search as done in the C code.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TargetPackageInfoGetterTask.java 56 mContext = null; // Bazooka-powered anti-leak device
  /external/bison/tests/
push.at 21 ## Memory Leak for Early Deletion. ##
24 AT_SETUP([[Memory Leak for Early Deletion]])
57 /* yypstate_delete used to leak ps->yyss if the stack was reallocated but the
  /external/chromium_org/third_party/WebKit/Source/core/loader/
PingLoader.cpp 70 // Leak the ping loader, since it will kill itself as soon as it receives a response.
100 // Leak the ping loader, since it will kill itself as soon as it receives a response.
119 // Leak the ping loader, since it will kill itself as soon as it receives a response.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 143 "The heap leak checking to be done over the whole executable: "
170 "objects in the memory leak profiles. This may be useful "
181 "Set to true to check if the found leak can be due to "
198 // Too high and it will both slow down leak checking (FindInsideAlloc
238 "Directory to put heap-checker leak dump information");
250 // Heap profile prefix for leak checking profiles.
251 // Gets assigned once when leak checking is turned on, then never modified.
254 // Whole-program heap leak checker.
255 // Gets assigned once when leak checking is turned on,
274 // pid of the process that does whole-program heap leak checkin
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 143 "The heap leak checking to be done over the whole executable: "
170 "objects in the memory leak profiles. This may be useful "
181 "Set to true to check if the found leak can be due to "
198 // Too high and it will both slow down leak checking (FindInsideAlloc
238 "Directory to put heap-checker leak dump information");
250 // Heap profile prefix for leak checking profiles.
251 // Gets assigned once when leak checking is turned on, then never modified.
254 // Whole-program heap leak checker.
255 // Gets assigned once when leak checking is turned on,
274 // pid of the process that does whole-program heap leak checkin
    [all...]
  /external/valgrind/main/memcheck/tests/
Makefile.in 90 leak-0$(EXEEXT) leak-cases$(EXEEXT) leak-cycle$(EXEEXT) \
91 leak-delta$(EXEEXT) leak-pool$(EXEEXT) leak-tree$(EXEEXT) \
269 leak_0_SOURCES = leak-0.c
270 leak_0_OBJECTS = leak-0.$(OBJEXT)
272 leak_cases_SOURCES = leak-cases.c
273 leak_cases_OBJECTS = leak-cases.$(OBJEXT
    [all...]
  /external/chromium_org/base/metrics/
statistics_recorder.cc 240 // This will leak on purpose. It's the only way to make sure we won't race
244 // leak one per process, which would be similar to the instance allocated
281 // We are going to leak the histograms and the ranges.

Completed in 840 milliseconds

<<11121314151617181920>>