HomeSort by relevance Sort by last modified time
    Searched full:leaks (Results 1 - 25 of 260) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium/net/data/valgrind/
suppressions.txt 2 Test DiskCacheBackendTest.InvalidEntryEnumeration leaks.
15 Test DiskCacheBackendTest.InvalidEntryRead leaks.
25 Test DiskCacheBackendTest.InvalidEntryWithLoad leaks.
  /external/webkit/WebKitTools/Scripts/
run-leaks 29 # Script to run the Mac OS X leaks tool with more expressive '-exclude' lists.
47 " --exclude-callstack regexp Exclude leaks whose call stacks match the regular expression 'regexp'.\n" .
48 " --exclude-type regexp Exclude leaks whose data types match the regular expression 'regexp'.\n" .
73 # Run leaks tool.
98 print "$excludeCount leaks excluded (not printed)\n";
106 # Returns the output of the leaks tool in list form.
111 my @leaksOutput = `leaks $pidOrExecutableName`;
113 reportError("Error running leaks tool.");
127 # Process 00000: XX leaks for XXX total leaked bytes.
135 # Newer versions of the leaks output have a header section at the top, with the first line describing the version of the output (…)
    [all...]
run-webkit-tests 238 -l|--leaks Enable leaks checking
265 -m|--merge-leak-depth arg Merges leak callStacks and prints the number of unique leaks beneath a callstack depth of arg. Defaults to 5.
283 'leaks|l' => \$shouldCheckLeaks,
    [all...]
  /external/chromium/base/
memory_debug.h 5 // Functions used to debug memory usage, leaks, and other memory issues.
28 // Dump information about all current memory leaks.
30 // Dump information about new memory leaks since the last
leak_annotations.h 12 // Annotate a program scope as having memory leaks. Tcmalloc's heap leak
  /external/v8/tools/
run-valgrind.py 31 # stderr for memory leaks.
62 leaks = [] variable
65 leaks.append(line)
71 if len(leaks) < 2 or len(leaks) > 3:
76 # No leaks found.
  /system/core/include/cutils/
process_name.h 31 * Warning: This leaks a string every time you call it. Use judiciously!
  /frameworks/base/docs/html/resources/articles/
avoiding-memory-leaks.jd 1 page.title=Avoiding Memory Leaks
12 leaks issues in Android applications and they are most of the time due
29 label.setText("Leaks are bad");
57 label.setText("Leaks are bad");
68 <p>This code is very fast and also very wrong; it leaks the first activity
85 <p>There are two easy ways to avoid context-related memory leaks. The most
97 <p>In summary, to avoid context-related memory leaks, remember the following:</p>
108 <li>A garbage collector is not an insurance against memory leaks</li>
  /external/chromium/third_party/icu/source/common/
locmap.h 19 * 09/18/00 george Removed the memory leaks.
ucln.h 44 * has its cache flushed. This will prevent any memory leaks due to
  /external/icu4c/common/
locmap.h 19 * 09/18/00 george Removed the memory leaks.
ucln.h 44 * has its cache flushed. This will prevent any memory leaks due to
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_leaks.h 27 /* Global variables used to check leaks in code using SDL */
  /frameworks/base/core/jni/
android_view_InputChannel.h 34 * and input queue to prevent memory leaks. */
  /external/webkit/WebCore/workers/
WorkerScriptLoaderClient.h 38 // This will cause leaks when we support nested workers.
  /external/chromium/third_party/icu/source/test/intltest/
intltest.h 80 virtual UBool setLeaks( UBool leaks = TRUE );
193 UBool leaks; member in class:IntlTest
227 UBool run_phase2( char* name, char* par ); // internally, supports reporting memory leaks
  /external/icu4c/test/intltest/
intltest.h 81 virtual UBool setLeaks( UBool leaks = TRUE );
195 UBool leaks; member in class:IntlTest
230 UBool run_phase2( char* name, char* par ); // internally, supports reporting memory leaks
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/
config.json 68 { "name": "SnowLeopard Intel Leaks", "type": "BuildAndTestLeaks", "builddir": "snowleopard-intel-leaks",
133 "SnowLeopard Intel Release (Build)", "SnowLeopard Intel Leaks",
  /external/chromium/third_party/icu/source/test/cintltst/
cintltst.h 49 * LEAKS so be aware of that.
  /external/e2fsprogs/intl/
relocatable.h 53 /* Memory management: relocate() leaks memory, because it has to construct
  /external/icu4c/test/cintltst/
cintltst.h 49 * LEAKS so be aware of that.
  /external/nist-sip/java/gov/nist/javax/sip/
SipListenerExt.java 44 * the dialog to avoid any dialog leaks.
  /external/webkit/JavaScriptCore/wtf/
PtrAndFlags.h 58 void* m_leaksPtr; // Only used to allow tools like leaks on OSX to detect that the memory is referenced.
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
steps.py 94 command = ["perl", "./WebKitTools/Scripts/run-webkit-tests", "--no-launch-safari", "--no-sample-on-timeout", "--leaks", "--results-directory", "layout-test-results"]
101 leakLines = [line for line in lines if line.find('total leaks found!') >= 0]
108 if key.find('total leaks found!') >= 0:
109 key = 'allocations found by "leaks" tool'
  /frameworks/base/test-runner/src/android/test/
ActivityTestCase.java 52 * to scrub out any class variables. This protects against memory leaks in the case where a

Completed in 641 milliseconds

1 2 3 4 5 6 7 8 91011