OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:leaked
(Results
76 - 100
of
560
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/gdbserver_tests/
mcleak.stdinB.gdb
79
# output the biggest definitely
leaked
record:
/external/valgrind/memcheck/tests/
leak-cycle.stderr.exp
0
leaked
: 288 bytes in 18 blocks
leak-segv-jmp.stderr.exp
89
Rerun with --leak-check=full to see details of
leaked
memory
91
leaked
: 1000 bytes in 1 blocks
lks.stderr.exp
10
Rerun with --leak-check=full to see details of
leaked
memory
12
leaked
: 80 bytes in 5 blocks
/external/vboot_reference/firmware/stub/
vboot_api_stub_sf.c
114
* about
leaked
memory.
/external/webrtc/webrtc/base/
linuxfdwalk_unittest.cc
49
// I have observed that the open set when starting a test is [0, 6].
Leaked
/frameworks/base/libs/hwui/tests/common/
LeakChecker.cpp
59
cout << endl << "
Leaked
memory!" << endl;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIService.java
47
// b/71353150 - looking for
leaked
binder proxies
/packages/apps/TV/common/src/com/android/tv/common/
WeakHandler.java
30
* containing object will still be
leaked
.
/tools/tradefederation/core/src/com/android/tradefed/result/
InputStreamSource.java
24
* <p>It should be expected that a resource will be
leaked
unless {@link #cancel()} is called, and
/external/clang/test/Analysis/
retain-release-path-notes-gc.m
43
CFTypeRef
leaked
= CFCreateSomething(); // expected-note{{Call to function 'CFCreateSomething' returns a Core Foundation object with a +1 retain count. Core Foundation objects are not automatically garbage collected}}
44
return; // expected-warning{{leak}} expected-note{{Object
leaked
: object allocated and stored into '
leaked
' is not referenced later in this execution path and has a retain count of +1}}
48
CFTypeRef
leaked
= CFCreateSomething(); // expected-note{{Call to function 'CFCreateSomething' returns a Core Foundation object with a +1 retain count. Core Foundation objects are not automatically garbage collected}}
49
CFRetain(
leaked
); // expected-note{{Reference count incremented. The object now has a +2 retain count}}
50
CFMakeCollectable(
leaked
); // expected-note{{In GC mode a call to 'CFMakeCollectable' decrements an object's retain count and registers the object with the garbage collector. An object must have a 0 retain count to be garbage collected. After this call its retain count is +1}}
51
NSMakeCollectable(
leaked
); // expected-note{{In GC mode a call to 'NSMakeCollectable' decrements an object's retain count and registers the object with the garbage collector. Since it now has a 0 retain count the object can be automatically collected by the garbage collector}}
52
CFRetain(
leaked
); // expected-note{{Reference count incremented. The object now has a +1 retain count. The object is not eligible for garbage collection until the retain count reaches 0 again}}
53
return; // expected-warning{{leak}} expected-note{{Object
leaked
: object allocated and stored into '
leaked
' is not referenced later in this execution path and has a retain count of +1}
[
all
...]
/external/compiler-rt/lib/lsan/
lsan_common.cc
143
// (|tag| = kReachable) and finding indirectly
leaked
chunks
316
// ForEachChunk callback. If the chunk is marked as
leaked
, marks all chunks
317
// which are reachable from it as indirectly
leaked
.
359
// Iterate over
leaked
chunks and mark those that are reachable from other
360
//
leaked
chunks.
361
LOG_POINTERS("Scanning
leaked
chunks.\n");
604
Printf("Objects
leaked
above:\n");
628
summary.append("%zu byte(s)
leaked
in %zu allocation(s).", bytes,
lsan_flags.inc
21
"Print addresses of
leaked
objects after main leak report.")
/external/deqp/framework/platform/android/
tcuAndroidWindow.cpp
135
print("ERROR: Window was not available for deletion,
leaked
tcu::Android::Window!\n");
136
DE_FATAL("Window
leaked
");
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccessibilityWindowInfo.java
99
* Check for
leaked
objects that were {@code obtain}ed but never
113
"
Leaked
type = %d, id = %d. Stack trace:", shadow.getType(), shadow.getId()));
/external/skia/src/gpu/
GrMemoryPool.cpp
46
SkDebugf("
Leaked
IDs (in no particular order): %d", id);
85
// You can set a breakpoint here when a
leaked
ID is allocated to see the stack frame.
/external/skqp/src/gpu/
GrMemoryPool.cpp
46
SkDebugf("
Leaked
IDs (in no particular order): %d", id);
85
// You can set a breakpoint here when a
leaked
ID is allocated to see the stack frame.
/frameworks/native/include/android/
surface_texture.h
64
* Failing to do so will result in
leaked
memory and graphic resources.
75
* using ANativeWindow_release(). Failing to do so will result in
leaked
resources. nullptr is
/external/clang/lib/StaticAnalyzer/Checkers/
SimpleStreamChecker.cpp
167
// A symbol should only be considered
leaked
if it is non-null.
185
// Collect
leaked
symbols.
221
// TODO: Identify the
leaked
file descriptor.
/cts/tests/netlegacy22.permission/src/android/net/cts/legacy/api22/permission/
QtaguidPermissionTest.java
49
fail("Other apps detailed traffic stats
leaked
, self uid: "
/cts/tests/tests/webkit/src/android/webkit/cts/
WebViewDataDirTest.java
132
assertNull("cookie
leaked
to alternate cookie jar", cookie);
/external/google-breakpad/src/testing/test/
gmock_leak_test_.cc
34
// This program is for verifying that a
leaked
mock object can be
/external/googletest/googlemock/test/
gmock_leak_test.py
32
"""Tests that
leaked
mock objects can be caught be Google Mock."""
gmock_leak_test_.cc
34
// This program is for verifying that a
leaked
mock object can be
/external/libbrillo/brillo/message_loops/
fake_message_loop.h
61
// callbacks were
leaked
.
Completed in 998 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>