HomeSort by relevance Sort by last modified time
    Searched refs:leaks (Results 1 - 10 of 10) sorted by null

  /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.
  /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/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
intltest.cpp 510 leaks = FALSE;
575 UBool rval = this->leaks;
576 this->leaks = leaksVal;
985 // being run a second time local to a specific method in order to report only actual leaks
987 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks
1012 UBool leaks = FALSE; local
1042 else if (strcmp("leaks", str) == 0 ||
1044 leaks = TRUE;
1074 "### exhaustive (e), leaks (l), prop:<propery>=<value>, \n"
1099 major.setLeaks( leaks );
    [all...]
  /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
intltest.cpp 510 leaks = FALSE;
576 UBool rval = this->leaks;
577 this->leaks = leaksVal;
997 // being run a second time local to a specific method in order to report only actual leaks
999 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks
1024 UBool leaks = FALSE; local
1055 else if (strcmp("leaks", str) == 0 ||
1057 leaks = TRUE;
1091 "### exhaustive (e), leaks (l), prop:<propery>=<value>, \n"
1119 major.setLeaks( leaks );
    [all...]
  /external/freetype/src/base/
ftdbgmem.c 354 FT_ULong leaks = 0; local
377 leaks += node->size;
422 leaks, leak_count );
424 printf( "FreeType: no memory leaks detected\n" );
  /frameworks/base/docs/html/resources/
resources_toc.cs 47 <li><a href="<?cs var:toroot ?>resources/articles/avoiding-memory-leaks.html">
48 <span class="en">Avoiding Memory Leaks</span>
  /bionic/libc/
Android.mk 680 # allocation checking (including memory leaks, buffer overwrites, etc.)

Completed in 285 milliseconds