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

<<11121314151617181920>>

  /frameworks/av/media/libaaudio/tests/
test_no_close.cpp 17 // Try to create a resource leak in the server by opening a stream and then not closing it.
  /frameworks/base/location/lib/
README.txt 30 API that does not leak the internal classes.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
AbstractCollection.java 17 package com.android.systemui.util.leak;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/
ReferenceTestUtilsTest.java 17 package com.android.systemui.util.leak;
  /frameworks/layoutlib/bridge/src/android/view/
HandlerActionQueue_Delegate.java 35 // avoids runnables to be added to the RunQueue so they do not leak resources.
  /hardware/intel/common/libva/test/videoprocess/
Makefile.am 36 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
unittest.cpp 33 // Current gtest constantly leak 2 blocks at exit
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
LooperCompatUtils.java 28 * some Loopers lest we leak file descriptors. In normal use on a device though, this is never
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
lostcancel.go 17 var ctx, cancel = context.WithCancel() // ERROR "the cancel function is not used on all paths \(possible context leak\)"
31 ctx, _ := context.WithCancel() // ERROR "the cancel function returned by context.WithCancel should be called, not discarded, to avoid a context leak"
32 ctx, _ = context.WithTimeout() // ERROR "the cancel function returned by context.WithTimeout should be called, not discarded, to avoid a context leak"
33 ctx, _ = context.WithDeadline() // ERROR "the cancel function returned by context.WithDeadline should be called, not discarded, to avoid a context leak"
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
lostcancel.go 17 var ctx, cancel = context.WithCancel() // ERROR "the cancel function is not used on all paths \(possible context leak\)"
31 ctx, _ := context.WithCancel() // ERROR "the cancel function returned by context.WithCancel should be called, not discarded, to avoid a context leak"
32 ctx, _ = context.WithTimeout() // ERROR "the cancel function returned by context.WithTimeout should be called, not discarded, to avoid a context leak"
33 ctx, _ = context.WithDeadline() // ERROR "the cancel function returned by context.WithDeadline should be called, not discarded, to avoid a context leak"
  /prebuilts/tools/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/
leakcanary-analyzer-1.4.pom 9 <description>Leak Canary</description>
  /prebuilts/tools/common/m2/repository/com/squareup/leakcanary/leakcanary-android/1.4/
leakcanary-android-1.4.pom 10 <description>Leak Canary</description>
  /prebuilts/tools/common/m2/repository/com/squareup/leakcanary/leakcanary-watcher/1.4/
leakcanary-watcher-1.4.pom 9 <description>Leak Canary</description>
  /system/media/audio_utils/include/audio_utils/
string.h 22 /** similar to strlcpy but also zero fills to end of string buffer, ensures no data leak
  /tools/tradefederation/core/tests/res/testtype/
gtest_list2.txt 157 Leak check took 79ms
  /external/clang/test/Analysis/
NewDelete-checker-test.cpp 19 // expected-warning@-2{{Potential leak of memory pointed to by 'p'}}
26 // expected-warning@-2{{Potential leak of memory pointed to by 'p'}}
33 // expected-warning@-2{{Potential leak of memory pointed to by 'p'}}
40 // expected-warning@-2{{Potential leak of memory pointed to by 'p'}}
48 // expected-warning@-2{{Potential leak of memory pointed to by 'p'}}
55 // expected-warning@-2{{Potential leak of memory pointed to by 'p'}}
86 // Ensure that we don't consider this a leak.
malloc.mm 50 NSData *nsdata = [NSData dataWithBytesNoCopy:data length:dataLength freeWhenDone:0]; // expected-warning{{leak}}
55 NSData *nsdata = [[NSData alloc] initWithBytesNoCopy:data length:dataLength freeWhenDone:0]; // expected-warning{{leak}}
61 NSString *nsstr = [[NSString alloc] initWithBytesNoCopy:data length:dataLength encoding:NSUTF8StringEncoding freeWhenDone:0]; // expected-warning{{leak}}
66 NSString *nsstr = [[NSString alloc] initWithCharactersNoCopy:data length:dataLength freeWhenDone:0]; // expected-warning{{leak}}
109 CustomData *w = [CustomData something:p freeWhenDone:0]; // expected-warning{{leak}}
119 CustomData *w = [CustomData somethingNoCopy:p length:sizeof(int) freeWhenDone:0]; // expected-warning{{leak}}
137 mutStr = CFStringCreateMutableWithExternalCharactersNoCopy(0, myBuffer, 0, BufferSize, kCFAllocatorNull); // expected-warning{{leak}}
pr22954.c 116 return 0; // expected-warning{{Potential leak of memory pointed to by 'a0.s2'}}
124 return 0; // expected-warning{{Potential leak of memory pointed to by 'a1.s2'}}
132 return 0; // expected-warning{{Potential leak of memory pointed to by 'a2.s2'}}
141 return 0; // expected-warning{{Potential leak of memory pointed to by 'a3.s2'}}
151 free(b0.a.s2); // expected-warning{{Potential leak of memory pointed to by 'b0.s2'}}
162 free(b0.s2); // expected-warning{{Potential leak of memory pointed to by 'b0.a.s2'}}
265 expected-warning{{Potential leak of memory pointed to by 'g0.s2'}}
286 expected-warning{{Potential leak of memory pointed to by 'h0.s2'}}
308 expected-warning{{Potential leak of memory pointed to by 'i18.s2'}}
325 expected-warning{{Potential leak of memory pointed to by 'i181.s2'}
    [all...]
NSString.m 129 CFStringCreateWithFormat(kCFAllocatorDefault, 0, // expected-warning{{leak}}
205 NSString *s = [[NSString alloc] init]; // expected-warning{{leak}}
211 NSString *s = [[[NSString alloc] init] autorelease]; // expected-warning{{leak}}
222 NSString *s = [[NSString alloc] init]; // expected-warning{{leak}}
266 return [[SharedClass alloc] _init]; // expected-warning{{leak}}
359 NSString *s = [[NSString alloc] init]; // expected-warning{{leak}}
381 NSString *str = [TestIsTracked newString]; // expected-warning{{Potential leak}}
395 return CFStringCreateWithFormat(kCFAllocatorDefault, ((void*)0), ((CFStringRef) __builtin___CFStringMakeConstantString ("" "%d" "")), 100); // expected-warning{{leak}}
401 NSString *string = [[NSString stringWithFormat:@"%ld", (long) 100] retain]; // expected-warning {{leak}}
  /external/valgrind/memcheck/tests/
leak-segv-jmp.c 6 #include "leak.h"
277 // make b10[4000] undefined. This should create a leak.
279 fprintf(stderr, "expecting a leak\n");
287 // unreadable. The leak check should recover from that
302 fprintf(stderr, "expecting a leak again\n");
311 fprintf(stderr, "expecting a leak again after full mprotect\n");
346 f(); // see leak-cases.c
  /external/valgrind/docs/internals/
xml-output.txt 69 - File descriptor leak checking is disabled. This could be
72 - Maximum-detail leak checking is selected (--leak-check=full).
158 program, and the result of the final leak check. Hence the
219 that the wrapup (leak checking) is happening.
228 leak checker.
338 memory leak; the referenced blocks are definitely lost
342 memory leak; the referenced blocks are lost because all pointers
347 memory leak; only interior pointers to referenced blocks were
352 memory leak; pointers to un-freed blocks are still availabl
    [all...]
  /external/compiler-rt/lib/lsan/
lsan_common.cc 11 // Implementation of common leak checking functionality.
73 static const char kSuppressionLeak[] = "leak";
117 const char *Leak() { return Blue(); }
365 // ForEachChunk callback. Resets the tags to pre-leak-check state.
429 // Clean up for subsequent leak checks. This assumes we did not overwrite any
551 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id,
553 leaks_.push_back(leak);
561 static bool LeakComparator(const Leak &leak1, const Leak &leak2)
    [all...]
  /external/libchrome/base/third_party/valgrind/
memcheck.h 187 /* Do a full memory leak check (like --leak-check=full) mid-execution. */
195 /* Do a summary memory leak check (like --leak-check=summary) mid-execution. */
204 all previous leak checks. They must be lvalues. */
226 all previous leak checks. They must be lvalues. */
  /external/valgrind/docs/xml/
quick-start-guide.xml 69 <programlisting> valgrind --leak-check=yes myprog arg1 arg2
72 <para>Memcheck is the default tool. The <option>--leak-check</option>
73 option turns on the detailed memory leak detector.</para>
86 and a memory leak.</para>
95 } // problem 2: memory leak -- x not freed
156 <para>Memory leak messages look like this:</para>
  /external/valgrind/
glibc-2.2.supp 478 Memcheck:Leak
485 Memcheck:Leak
492 Memcheck:Leak
499 Memcheck:Leak
506 Memcheck:Leak
515 Memcheck:Leak

Completed in 2175 milliseconds

<<11121314151617181920>>