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

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/ui/cocoa/content_settings/
content_setting_bubble_cocoa_unittest.mm 32 // Check that the bubble doesn't crash or leak for any settings type
  /external/chromium/chrome/browser/ui/cocoa/
first_run_bubble_controller_unittest.mm 22 // Check that the bubble doesn't crash or leak.
  /external/chromium_org/base/win/
scoped_bstr.cc 42 DCHECK(!bstr_) << "BSTR leak.";
  /external/chromium_org/chrome/browser/automation/
chrome_frame_automation_provider_win_unittest.cc 29 // Don't leak state into other tests.
  /external/chromium_org/chrome/browser/task_profiler/
auto_tracking.h 13 // when done. The design has evolved to *not* do any teardown (and just leak
  /external/chromium_org/chrome/browser/ui/cocoa/
first_run_bubble_controller_unittest.mm 19 // Check that the bubble doesn't crash or leak.
  /external/chromium_org/chrome/renderer/media/
webrtc_logging_message_filter.h 51 // file. That's a global pointer used on different threads, so we will leak
  /external/chromium_org/content/browser/fileapi/
chrome_blob_storage_context.cc 29 // Check first to avoid memory leak in unittests.
  /external/chromium_org/content/browser/streams/
stream_context.cc 26 // Check first to avoid memory leak in unittests.
  /external/chromium_org/net/url_request/
url_request_context_getter.cc 34 // If no IO message loop proxy was available, we will just leak memory.
  /external/chromium_org/tools/heapcheck/
unit_tests.gtest-heapcheck.txt 35 # They may cause flaky leak reports and timeouts.
  /external/clang/docs/
LeakSanitizer.rst 11 LeakSanitizer is a heap leak detector which is designed to be used on top of
  /external/clang/lib/StaticAnalyzer/Checkers/
AllocationDiagnostics.cpp 20 return AOpts.getBooleanOption("leak-diagnostics-reference-allocation",
AllocationDiagnostics.h 21 /// \brief Returns true if leak diagnostics should directly reference
  /external/clang/test/Analysis/
Malloc+NewDelete_intersections.cpp 15 } // expected-warning{{Potential leak of memory pointed to by 'p'}}
analyzer-config.c 14 // CHECK-NEXT: leak-diagnostics-reference-allocation = false
malloc.m 51 NSData *d = [[NSData alloc] initWithBytes: b length: 12]; // expected-warning {{Potential leak of memory pointed to by 'b'}}
objc-boxing.m 37 return @(strdup("boxed dynamic string")); // expected-warning{{Potential memory leak}}
  /external/compiler-rt/lib/lsan/lit_tests/
lit.common.cfg 3 # Common configuration for running leak detection tests under LSan/ASan.
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_leaks.h 24 /* Define this if you want surface leak detection code enabled */
  /external/valgrind/main/
darwin11.supp 108 # macos-__setenv-leak-see-our-bug-188572
109 # Memcheck:Leak
115 # libSystem-keymgr-leak-at-exit
116 # Memcheck:Leak
  /external/valgrind/main/memcheck/tests/
leak-cycle.c 3 #include "leak.h"
xml1.c 30 // leak ..
  /frameworks/base/location/lib/
README.txt 30 API that does not leak the internal classes.
  /frameworks/native/include/android/
native_window_jni.h 32 * when done with it so that it doesn't leak.

Completed in 1492 milliseconds

1 2 3 4 5 6 7 891011>>