OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:leaked
(Results
101 - 125
of
560
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libchrome/base/threading/
thread_id_name_manager.cc
78
// Add the
leaked
thread name to heap profiler context tracker. The name added
/external/libmicrohttpd/src/microhttpd/
memorypool.h
82
* allocation may be
leaked
until the pool is
/external/linux-kselftest/tools/testing/selftests/bpf/
test_verifier_log.c
110
err("verifier
leaked
a byte through\n");
/external/parameter-framework/upstream/parameter/
LoggingElementBuilderTemplate.h
48
* FIXME: The xml concept (forward declared) is still
leaked
to the plugin.
/external/perfetto/src/base/
scoped_file_unittest.cc
137
// might have
leaked
a capability.
/external/swiftshader/third_party/LLVM/include/llvm/Support/
LeakDetector.h
12
// for example, are deleted when they are supposed to be, and not
leaked
away.
/external/swiftshader/third_party/LLVM/lib/VMCore/
LeaksContext.h
71
errs() << "
Leaked
" << Name << " objects found: " << Message << ":\n";
/external/v8/testing/gmock/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
gmock_output_test_.cc
268
// Both foo1 and foo2 are deliberately
leaked
.
278
// foo is deliberately
leaked
.
/external/valgrind/gdbserver_tests/
mcleak.stderr.exp
16
leaked
: 32 bytes in 1 blocks
/external/valgrind/memcheck/tests/
leak_cpp_interior.cpp
117
// ptr2 points after the chunk, is wrongly considered by memcheck as definitely
leaked
.
/external/webrtc/webrtc/system_wrappers/include/
static_instance.h
47
// reachable from statics
leaked
so no noise is added by doing this.
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
TrackedGarbage.java
62
* A reference to something we consider
leaked
if it still has strong references.
/system/chre/util/include/chre/util/
memory_pool.h
90
//! Intentionally not destructing any
leaked
blocks, will consider doing
/system/core/libmemunreachable/
HeapWalker.h
73
bool
Leaked
(allocator::vector<Range>&, size_t limit, size_t* num_leaks, size_t* leak_bytes);
/cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorProcessTest.java
239
// make sure red heard us get
leaked
240
assertContains("
leaked
", red.checkListener());
/external/clang/test/Analysis/
malloc-annotations.c
148
// then returned is not
leaked
. In the absence of known contracts for functions
157
// which is then returned is not
leaked
. In the absence of known contracts for
/external/google-breakpad/src/testing/test/
gmock_output_test_.cc
267
// Both foo1 and foo2 are deliberately
leaked
.
277
// foo is deliberately
leaked
.
/external/googletest/googlemock/test/
gmock_output_test_.cc
268
// Both foo1 and foo2 are deliberately
leaked
.
278
// foo is deliberately
leaked
.
/external/python/cpython2/Doc/tools/
rstlint.py
122
"""Check HTML files for
leaked
reST markup; this only works if
127
yield lno+1, 'possibly
leaked
markup: %r' % line
/external/python/cpython3/Doc/tools/
rstlint.py
122
"""Check HTML files for
leaked
reST markup; this only works if
127
yield lno+1, 'possibly
leaked
markup: %r' % line
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccessibilityEvent.java
90
* Check for
leaked
objects that were {@code obtain}ed but never {@code recycle}d.
101
"
Leaked
AccessibilityEvent type: %d. Stack trace of allocation:",
/external/wycheproof/java/com/google/security/wycheproof/testcases/
RsaEncryptionTest.java
82
* <p><b>Some recent bugs:</b> CVE-2012-5081: Java JSSE provider
leaked
information through
89
* <li> A previous version of one of the provider
leaked
the block type. (when was this fixed?)
/external/google-breakpad/src/testing/src/
gmock-spec-builders.cc
511
// detecting
leaked
mock objects and explicitly verifying a mock's
553
// TODO(wan@google.com): Print the type of the
leaked
object.
554
// This can help the user identify the
leaked
object.
570
<< "
leaked
mock " << (leaked_count == 1 ? "object" : "objects")
645
// Tells Google Mock to ignore mock_obj when checking for
leaked
mock
709
// ON_CALL or EXPECT_CALL. In case mock_obj is
leaked
, this
Completed in 837 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>