OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:leaks
(Results
76 - 100
of
776
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/ppapi/tests/
test_var_resource.cc
62
// Make sure nothing leaked. This checks for both var and resource
leaks
.
109
// Make sure nothing leaked. This checks for both var and resource
leaks
.
/external/chromium_org/tools/tcmalloc/
print-live-objects.py
19
tools/tcmalloc/print-live-objects.py out/Debug/chrome
leaks
.dmp
81
print "No
leaks
found!"
/external/chromium_org/tools/xdisplaycheck/
xdisplaycheck.cc
111
// XOpenDisplay
leaks
memory if it takes more than one try to connect. This
112
// causes LSan bots to fail. We don't care about memory
leaks
in xdisplaycheck
/docs/source.android.com/src/devices/
native-memory.jd
37
especially useful for debugging memory
leaks
.</p>
/external/chromium/chrome/browser/ui/webui/
print_preview_ui_html_source_unittest.cc
56
// This should not cause any memory
leaks
.
/external/chromium_org/chrome/browser/status_icons/
status_tray_unittest.cc
39
// Check for creation and
leaks
.
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_text_field_unittest.mm
63
// Test drawing, mostly to ensure nothing
leaks
or crashes.
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_view_unittest.mm
32
// Test drawing, mostly to ensure nothing
leaks
or crashes.
/external/chromium_org/chrome/browser/ui/toolbar/
wrench_icon_painter_unittest.cc
37
//
leaks
or crashes.
/external/chromium_org/chrome/installer/setup/
archive_patch_helper_unittest.cc
33
// Clean up test directory manually so we can fail if it
leaks
.
/external/chromium_org/content/browser/web_contents/
web_contents_delegate_unittest.cc
61
// Destroy the WebContentses and run the message loop to prevent
leaks
.
/external/chromium_org/content/test/plugin/
plugin_create_instance_in_paint.cc
50
// TODO: this property
leaks
.
/external/chromium_org/gin/
handle.h
15
//
leaks
.
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerScriptLoaderClient.h
40
// This will cause
leaks
when we support nested workers.
/external/chromium_org/third_party/sqlite/src/test/
mallocB.test
39
# The following test checks that there are no resource
leaks
following a
/external/chromium_org/third_party/tcmalloc/vendor/
TODO
8
see object-level
leaks
.
/external/chromium_org/tools/memory_watcher/scripts/
finditem.pl
10
my %
leaks
= ();
/external/compiler-rt/lib/lsan/lit_tests/TestCases/
stale_stack_leak.cc
40
// CHECK: LeakSanitizer: detected memory
leaks
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
debug.hpp
83
// ************** switch on/off detect memory
leaks
feature ************** //
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_toolbar_view_unittest.mm
124
// Test drawing (part 1), mostly to ensure nothing
leaks
or crashes.
130
// Test drawing (part 2), mostly to ensure nothing
leaks
or crashes.
156
// Test drawing (part 3), mostly to ensure nothing
leaks
or crashes.
/external/compiler-rt/lib/lsan/
lsan_common.h
50
// The number of
leaks
reported.
52
// If nonzero kill the process with this exit code upon finding
leaks
.
89
// Aggregates
leaks
by stack trace prefix.
/development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoTask.java
40
* The weak reference prevents memory
leaks
and crashes, because it
44
* component lifecycle. Using a hard reference may cause memory
leaks
as the
137
* this is to avoid memory
leaks
.
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker-death_unittest.sh
128
# This disables threads so we can cause
leaks
reliably and test finding them
153
Test 60 1 "Exiting .* because of .*
leaks
$" "" \
155
Test 60 1 "Exiting .* because of .*
leaks
$" "" \
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker-death_unittest.sh
128
# This disables threads so we can cause
leaks
reliably and test finding them
153
Test 60 1 "Exiting .* because of .*
leaks
$" "" \
155
Test 60 1 "Exiting .* because of .*
leaks
$" "" \
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py
90
# when searching for refcount
leaks
, we have to manually reset any
111
print "%s
leaks
:\n\t" % testcase, refcounts
197
# hunt for refcount
leaks
Completed in 833 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>