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

<<21222324252627282930>>

  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTreeBuilder.java 164 * "leak out" of the table.
  /system/core/toolbox/
mount.c 359 /* We leak dev and dir in some cases, but we're about to exit */
  /external/ceres-solver/docs/source/
version_history.rst 290 #. Fixed a memory leak in ``cxsparse.cc``. (Alexander Mordvintsev).
379 #. Memory leak in ``trust_region_minimizer.cc``
464 #. Fix a memory leak in the ``levenber_marquardt_strategy_test.cc``
  /external/chromium/base/
process_util_win.cc 234 // Handles must be closed or they will leak
343 // Ensure we don't leak the handles.
683 // if we can't expand the buffer, don't leak the previous
  /external/chromium/base/synchronization/
condition_variable_win.cc 82 // This is not a leak from waiting_list_. See FAQ-question 12.
102 // This is not a leak from waiting_list. See FAQ-question 12.
418 are not leaked? How are they recovered?? The cv_events that appear to leak are
  /external/chromium_org/base/synchronization/
condition_variable_win.cc 275 // This is not a leak from waiting_list_. See FAQ-question 12.
295 // This is not a leak from waiting_list. See FAQ-question 12.
611 are not leaked? How are they recovered?? The cv_events that appear to leak are
  /external/chromium_org/third_party/openssl/openssl/crypto/
mem_dbg.c 146 * to be displayed in memory leak list.
781 /* Make sure that, if we found no leaks, memory-leak debugging itself
784 * (When someone enables leak checking, but does not call
  /external/clang/test/Analysis/
retain-release-path-notes-gc.m 43 CFTypeRef leaked = CFCreateSomething(); // expected-warning{{leak}} expected-note{{Call to function 'CFCreateSomething' returns a Core Foundation object with a +1 retain count. Core Foundation objects are not automatically garbage collected}}
48 CFTypeRef leaked = CFCreateSomething(); // expected-warning{{leak}} expected-note{{Call to function 'CFCreateSomething' returns a Core Foundation object with a +1 retain count. Core Foundation objects are not automatically garbage collected}}
66 id object = (id) CFCreateSomething(); // expected-warning{{leak}} expected-note{{Call to function 'CFCreateSomething' returns a Core Foundation object with a +1 retain count. Core Foundation objects are not automatically garbage collected}}
71 id object = (id) CFCreateSomething(); // expected-warning{{leak}} expected-note{{Call to function 'CFCreateSomething' returns a Core Foundation object with a +1 retain count. Core Foundation objects are not automatically garbage collected}}
208 // CHECK-NEXT: <key>description</key><string>Potential leak (when using garbage collection) of an object stored into &apos;leaked&apos;</string>
210 // CHECK-NEXT: <key>type</key><string>Leak of object when using garbage collection</string>
    [all...]
retain-release.mm 288 id x = [[NSObject alloc] init]; // expected-warning {{leak}}
404 // Previously this reported a bogus leak.
460 mStr.reset( CFStringCreateCopy( 0, str1.get() ) ); //expected-warning {{Potential leak of an object}}
retain-release-path-notes.m 46 id leaked = [[NSObject alloc] init]; // expected-warning{{leak}} expected-note{{Method returns an Objective-C object with a +1 retain count}}
51 CFTypeRef leaked = CFCreateSomething(); // expected-warning{{leak}} expected-note{{Call to function 'CFCreateSomething' returns a Core Foundation object with a +1 retain count}}
56 id leaked = [foo methodWithValue]; // expected-warning{{leak}} expected-note{{Method returns an Objective-C object with a +0 retain count}}
64 id leaked = foo.propertyValue; // expected-warning{{leak}} expected-note{{Property returns an Objective-C object with a +0 retain count}}
70 CFTypeRef leaked = CFGetSomething(); // expected-warning{{leak}} expected-note{{Call to function 'CFGetSomething' returns a Core Foundation object with a +0 retain count}}
101 CFTypeRef leaked = CFCreateSomething(); // expected-warning{{leak}} expected-note{{Call to function 'CFCreateSomething' returns a Core Foundation object with a +1 retain count}}
113 CFTypeRef object = CFCreateSomething(); // expected-warning{{leak}} expected-note{{Call to function 'CFCreateSomething' returns a Core Foundation object with a +1 retain count}}
134 id result = [[Foo alloc] init]; // expected-warning{{leak}} expected-note{{Method returns an Objective-C object with a +1 retain count}}
225 id x = [[MyObj alloc] initX]; // expected-warning {{Potential leak of an object}}
231 id y = [[MyObj alloc] initY]; // expected-warning {{Potential leak of an object}
    [all...]
  /external/openssl/crypto/
mem_dbg.c 146 * to be displayed in memory leak list.
781 /* Make sure that, if we found no leaks, memory-leak debugging itself
784 * (When someone enables leak checking, but does not call
  /external/valgrind/main/docs/internals/
3_2_BUGSTATUS.txt 91 148742 cantrepro Leak-check fails assert on exit
371 r6382/3 r6429 Vfd n-i-bz Fix confusing leak-checker flag hints
457 v5991,4,6 v6024 n-i-bz Graydon leak checking fix
  /external/valgrind/main/
glibc-2.3.supp 325 Memcheck:Leak
332 Memcheck:Leak
339 Memcheck:Leak
  /external/chromium_org/third_party/mesa/src/docs/
VERSIONS 202 - fixed a memory leak in the context destroy function
341 - fixed a memory leak in glTexImage[12]D()
346 - fixed a memory leak in GLX code
382 - fixed potential image memory leak (wasn't setting reference counter)
389 - fixed memory leak in polygon tesselator (Randy Frank)
398 - fixed memory leak in glTexSubImage[123]D
    [all...]
  /external/mesa3d/docs/
VERSIONS 202 - fixed a memory leak in the context destroy function
341 - fixed a memory leak in glTexImage[12]D()
346 - fixed a memory leak in GLX code
382 - fixed potential image memory leak (wasn't setting reference counter)
389 - fixed memory leak in polygon tesselator (Randy Frank)
398 - fixed memory leak in glTexSubImage[123]D
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c 670 leak checker.
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 412 // Do not add the statement itself as a range in case of leak.
    [all...]
  /bionic/tests/
pthread_test.cpp 47 // (Don't leak all those keys!)
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 140 * we don't have to worry about this leading to a memory leak.
  /external/bluetooth/bluedroid/stack/avct/
avct_l2c.c 428 else /* prevent buffer leak */
  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 518 else /* prevent buffer leak */
  /external/bluetooth/bluedroid/stack/mcap/
mca_l2c.c 544 else /* prevent buffer leak */
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_unittest_helper.cc 77 // Chunk numbers shouldn't leak over.
  /external/chromium/chrome/browser/sync/
profile_sync_service_unittest.cc 57 // The request context gets deleted on the I/O thread. To prevent a leak
  /external/chromium/chrome/browser/ui/webui/
plugins_ui.cc 172 // This extra wrapper is used to ensure we don't leak the ListValue* pointer

Completed in 1419 milliseconds

<<21222324252627282930>>