HomeSort by relevance Sort by last modified time
    Searched full:leaks (Results 301 - 325 of 776) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/Delphi/
README.TXT 48 "Antlr3.Runtime.Tests" subdirectory) without any memory leaks.
50 correctly and without any memory leaks.
  /external/chromium_org/content/child/
child_thread.cc 94 // Invoke LeakSanitizer early to avoid detecting shutdown-only leaks. If
95 // leaks are found, the process will exit here.
  /frameworks/base/core/java/android/os/
Binder.java 48 * of classes can potentially create leaks.
180 Log.w(TAG, "The following Binder class should be static or leaks might occur: " +
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 48 -L/--runleaks -- run the leaks(1) command just before exit
50 -- search for reference leaks (needs debug build, v. slow)
84 -L causes the leaks(1) command to be run just before exit if it exists.
85 leaks(1) is available on Mac OS X and presumably on some other
661 os.system("leaks %d" % os.getpid())
704 huntrleaks -- run multiple times to test for leaks; requires a debug
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 48 -L/--runleaks -- run the leaks(1) command just before exit
50 -- search for reference leaks (needs debug build, v. slow)
84 -L causes the leaks(1) command to be run just before exit if it exists.
85 leaks(1) is available on Mac OS X and presumably on some other
661 os.system("leaks %d" % os.getpid())
704 huntrleaks -- run multiple times to test for leaks; requires a debug
    [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullService.java 259 // If an exception occurred, close the cursor to prevent memory leaks.
  /external/antlr/antlr-3.4/runtime/C/doxygen/
mainpage.dox 76 /// risk of memory leaks and alloc/free thrashing. This has only one side effect, being that if you wish to preserve some structure generated by
  /external/chromium/chrome/browser/
browser_main_posix.cc 249 // TODO(viettrungluu,willchan): crbug.com/29675 - This currently leaks, so
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.cc 242 // just to make sure nothing crashes/leaks.
  /external/chromium/chrome/browser/profiles/
profile_io_data.h 58 // ownership reversal prevents shutdown leaks. ProfileIOData will lazily
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell_unittest.mm 84 // Test drawing, mostly to ensure nothing leaks or crashes.
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-linked_ptr.h 38 // - Like all reference counting schemes, cycles lead to leaks.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
PersonalDataManager.java 288 // Note that this technically leaks the native object, however, PersonalDataManager
  /external/chromium_org/chrome/browser/background/
background_contents_service_unittest.cc 108 // Check for creation and leaks.
  /external/chromium_org/chrome/browser/mac/
security_wrappers.cc 44 // These CFRetain calls aren't leaks. They're balanced by an implicit
  /external/chromium_org/chrome/browser/speech/
tts_linux.cc 109 // spd_open has memory leaks which are hard to suppress.
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell_unittest.mm 82 // Test drawing, mostly to ensure nothing leaks or crashes.
  /external/chromium_org/chrome/common/
chrome_paths_mac.mm 227 // Cache this. Foundation leaks it anyway, and this should be the only call
  /external/chromium_org/content/browser/fileapi/
file_system_dir_url_request_job_unittest.cc 215 // leaks caused by tasks posted during shutdown.
  /external/chromium_org/ppapi/api/dev/
ppb_font_dev.idl 191 * in the description isn't Null (to prevent leaks).
  /external/chromium_org/ppapi/api/trusted/
ppb_browser_font_trusted.idl 187 * in the description isn't Null (to prevent leaks).
  /external/chromium_org/ppapi/tests/
test_broker.cc 244 // a C++ wrapper for PPB_Broker_Trusted to avoid these leaks.
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-linked_ptr.h 38 // - Like all reference counting schemes, cycles lead to leaks.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
parse-malloc-history 80 # Then try leaks format
  /external/chromium_org/third_party/freetype/src/sfnt/
sfdriver.c 227 /* shouldn't happen, but just in case to avoid memory leaks */

Completed in 1412 milliseconds

<<11121314151617181920>>