OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:leak
(Results
526 - 550
of
2655
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/perfetto/src/traced/probes/
probes.cc
65
// Set it so we don't
leak
this fd while invoking atrace.
/external/skia/src/core/
SkTLS.cpp
36
// else we
leak
fData, or it will be managed by the caller
/external/skia/tests/
InvalidIndexedPngTest.cpp
27
// make sure we don't
leak
memory since libpng uses setjmp for error handling so
/external/skqp/src/core/
SkTLS.cpp
36
// else we
leak
fData, or it will be managed by the caller
/external/skqp/tests/
InvalidIndexedPngTest.cpp
27
// make sure we don't
leak
memory since libpng uses setjmp for error handling so
/external/strace/tests/
redirect-fds.test
3
# Check that strace does not
leak
placeholder descriptors.
/external/strace/tests-m32/
redirect-fds.test
3
# Check that strace does not
leak
placeholder descriptors.
/external/strace/tests-mx32/
redirect-fds.test
3
# Check that strace does not
leak
placeholder descriptors.
/external/swiftshader/src/OpenGL/common/
Object.hpp
56
static std::set<Object*> instances; // For
leak
checking
/external/tensorflow/tensorflow/compiler/xla/service/
llvm_compiler.cc
36
// not
leak
its environment into generated code, but we turn off DAZ and FTZ
/external/tensorflow/tensorflow/python/kernel_tests/
denormal_test.py
50
# Make sure the flags don't
leak
out
/external/tensorflow/tensorflow/python/util/
util.i
29
// TODO(iga): Find a way not to
leak
such definitions across files.
/external/v8/src/
compilation-cache.cc
95
// Probe the script generation tables. Make sure not to
leak
handles
146
// Probe the script generation tables. Make sure not to
leak
handles
199
// Make sure not to
leak
the table into the surrounding handle
234
// Make sure not to
leak
the table into the surrounding handle
/external/valgrind/gdbserver_tests/
README_DEVELOPERS
184
mo l #
leak
output to appear in log of process
186
mo l #
leak
output to appear in gdb
209
vgdb
leak
213
NB: this will make firefox run extremely slow, as it will do a
leak
/external/webrtc/webrtc/modules/video_coding/utility/
frame_dropper.h
54
virtual void
Leak
(uint32_t inputFrameRate);
/external/webrtc/webrtc/test/channel_transport/
udp_socket_manager_unittest.cc
16
// The most important property of these tests is that they do not
leak
memory.
/frameworks/base/core/java/android/privacy/
DifferentialPrivacyEncoder.java
25
* <p>Each type of log should have its own encoder, otherwise it may
leak
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/view/
AppTransitionAnimationSpecsFuture.java
53
// implementation (which can
leak
references to the bitmap it creates for the
/frameworks/base/packages/SystemUI/src/com/android/systemui/
HardwareUiLayout.java
34
import com.android.systemui.util.
leak
.RotationUtils;
38
import static com.android.systemui.util.
leak
.RotationUtils.ROTATION_LANDSCAPE;
39
import static com.android.systemui.util.
leak
.RotationUtils.ROTATION_NONE;
40
import static com.android.systemui.util.
leak
.RotationUtils.ROTATION_SEASCAPE;
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
WeakIdentityHashMap.java
17
package com.android.systemui.util.
leak
;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/
LeakReporterTest.java
17
package com.android.systemui.util.
leak
;
/frameworks/support/lifecycle/runtime/src/main/java/androidx/lifecycle/
ReportFragment.java
108
// just want to be sure that we won't
leak
reference to an activity
/frameworks/support/room/runtime/src/test/java/androidx/room/
InvalidationTrackerTest.java
334
ArrayList<WeakReference<byte[]>>
leak
= new ArrayList<>();
local
337
leak
.add(arr);
338
} while (
leak
.get((int) (Math.random() *
leak
.size())).get() != null);
/hardware/intel/common/libva/test/basic/
Makefile.am
86
valgrind --
leak
-check=full --show-reachable=yes .libs/$$a; \
/hardware/intel/common/libva/test/encode/
Makefile.am
54
valgrind --
leak
-check=full --show-reachable=yes .libs/$$a; \
Completed in 1085 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>