HomeSort by relevance Sort by last modified time
    Searched full:leak (Results 551 - 575 of 2655) sorted by null

<<21222324252627282930>>

  /packages/apps/TV/common/src/com/android/tv/common/feature/
TestableFeature.java 27 * <p><b>Warning</b> making a feature testable will cause the code to stay in the APK and could leak
  /packages/apps/TV/common/src/com/android/tv/common/ui/setup/
SetupActionHelper.java 63 * the leak of mFragment.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
SanitizerArgs.h 54 return Sanitizers.has(SanitizerKind::Leak) &&
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
SanitizerArgs.h 56 return Sanitizers.has(SanitizerKind::Leak) &&
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
SanitizerArgs.h 56 return Sanitizers.has(SanitizerKind::Leak) &&
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
SanitizerArgs.h 54 return Sanitizers.has(SanitizerKind::Leak) &&
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
SanitizerArgs.h 56 return Sanitizers.has(SanitizerKind::Leak) &&
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
SanitizerArgs.h 56 return Sanitizers.has(SanitizerKind::Leak) &&
  /system/iot/attestation/atap/test/
atap_unittest_util.h 46 // Reset memory leak tracing
  /system/sepolicy/prebuilts/api/28.0/private/
audioserver.te 27 # ptrace to processes in the same domain for memory leak detection
  /system/sepolicy/private/
audioserver.te 27 # ptrace to processes in the same domain for memory leak detection
  /external/valgrind/memcheck/
mc_errors.c 171 // A memory leak.
176 } Leak;
681 UInt n_this_record = extra->Err.Leak.n_this_record;
682 UInt n_total_records = extra->Err.Leak.n_total_records;
683 LossRecord* lr = extra->Err.Leak.lr;
888 extra.Err.Leak.n_this_record = n_this_record;
889 extra.Err.Leak.n_total_records = n_total_records;
890 extra.Err.Leak.lr = lr;
    [all...]
  /prebuilts/go/darwin-x86/test/
escape2.go 136 func (b *Bar) Leak() *int { // ERROR "leaking param: b to result ~r0 level=0$"
183 func (b *Bar2) Leak() []int { // ERROR "leaking param: b to result ~r0 level=0$"
293 func (f *Foo) Leak() { // ERROR "leaking param: f$"
777 // does not leak c
785 // does not leak m
796 // does leak x
801 // does not leak m but does leak content
806 // does leak m
811 // does not leak
    [all...]
escape2n.go 136 func (b *Bar) Leak() *int { // ERROR "leaking param: b to result ~r0 level=0$"
183 func (b *Bar2) Leak() []int { // ERROR "leaking param: b to result ~r0 level=0$"
293 func (f *Foo) Leak() { // ERROR "leaking param: f$"
777 // does not leak c
785 // does not leak m
796 // does leak x
801 // does not leak m but does leak content
806 // does leak m
811 // does not leak
    [all...]
  /prebuilts/go/linux-x86/test/
escape2.go 136 func (b *Bar) Leak() *int { // ERROR "leaking param: b to result ~r0 level=0$"
183 func (b *Bar2) Leak() []int { // ERROR "leaking param: b to result ~r0 level=0$"
293 func (f *Foo) Leak() { // ERROR "leaking param: f$"
777 // does not leak c
785 // does not leak m
796 // does leak x
801 // does not leak m but does leak content
806 // does leak m
811 // does not leak
    [all...]
escape2n.go 136 func (b *Bar) Leak() *int { // ERROR "leaking param: b to result ~r0 level=0$"
183 func (b *Bar2) Leak() []int { // ERROR "leaking param: b to result ~r0 level=0$"
293 func (f *Foo) Leak() { // ERROR "leaking param: f$"
777 // does not leak c
785 // does not leak m
796 // does leak x
801 // does not leak m but does leak content
806 // does leak m
811 // does not leak
    [all...]
  /external/clang/www/analyzer/
annotations.html 190 return [[NSString alloc] initWithCString:"no leak here"];
193 return [[NSString alloc] initWithCString:"flag a leak"];
308 return (NSDate*) returnsRetainedCFDate(); <b><i>// No leak.</i></b>
312 return (NSDate*) returnsRetainedCFDate(); <b><i>// Always report a leak.</i></b>
316 return (NSDate*) returnsRetainedCFDate(); <b><i>// Report a leak when using GC.</i></b>
329 which indicates a leak that occurs <em>only</em> when using garbage
403 consume_ns(x); <b><i>// No leak!</i></b>
413 [Foo releaseArg:x]; <b><i>// No leak!</i></b>
461 consume_cf(x); <b><i>// No leak!</i></b>
466 consume_CFDate(date); <b><i>// No leak, including under GC!</i></b
    [all...]
  /external/libxml2/
NEWS 19 fix memory leak xml header encoding field with XML_PARSE_IGNORE_ENC (Bart De Schuymer),
28 Leak of struct addrinfo in xmlNanoFTPConnect() (Gaurav Gupta),
40 runtest: Fix a memory leak on parse failure (Philip Withnall),
41 xmlIO: Fix an FD leak on gzdopen() failure (Philip Withnall),
42 xmlcatalog: Fix a memory leak on quit (Philip Withnall),
67 Fix an fd leak in an error case (Daniel Veillard),
455 Fix a memory leak in the xzlib code (Daniel Veillard),
466 Avoid memory leak if xmlParserInputBufferCreateIO fails (Lin Yi-Li),
576 Fix a leak in XPath compilation (Daniel Veillard)
    [all...]
  /external/clang/include/clang/Basic/
Sanitizers.def 54 SANITIZER("leak", Leak)
  /external/clang/test/Analysis/
Malloc+MismatchedDeallocator+NewDelete.cpp 17 } // expected-warning{{Potential leak of memory pointed to by 'p'}}
56 // expected-warning@-2 {{Potential leak of memory pointed to by 'p'}}
  /external/curl/lib/
hostip.h 79 * use, or we'll leak memory!
179 * use, or we'll leak memory!
  /external/llvm/utils/lit/lit/
LitConfig.py 56 self.valgrindArgs.append('--leak-check=full')
59 self.valgrindArgs.append('--leak-check=no')
  /external/python/cpython2/Lib/ctypes/test/
test_pointers.py 200 # to not leak references, we must clean _pointer_type_cache
209 # to not leak references, we must clean _pointer_type_cache
  /external/python/cpython3/Lib/ctypes/test/
test_pointers.py 203 # to not leak references, we must clean _pointer_type_cache
212 # to not leak references, we must clean _pointer_type_cache
  /external/skqp/include/gpu/
GrContextOptions.h 132 * Bugs on certain drivers cause stencil buffers to leak. This flag causes Skia to avoid
133 * allocating stencil buffers and use alternate rasterization paths, avoiding the leak.

Completed in 1250 milliseconds

<<21222324252627282930>>