Searched defs:leaks (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/v8/tools/
H A Drun-valgrind.py31 # 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/chromium_org/third_party/skia/tools/flags/
H A DSkCommonFlags.h18 DECLARE_bool(leaks); variable
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.h142 virtual UBool setLeaks( UBool leaks = TRUE );
302 UBool leaks; member in class:IntlTest
346 UBool run_phase2( char* name, char* par ); // internally, supports reporting memory leaks
H A Dintltest.cpp547 leaks = FALSE;
625 UBool rval = this->leaks;
626 this->leaks = leaksVal;
1149 // being run a second time local to a specific method in order to report only actual leaks
1151 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks
1177 UBool leaks = FALSE; local
1216 else if (strcmp("leaks", str) == 0 ||
1218 leaks = TRUE;
1265 "### exhaustive (e), leaks (l), -x xmlfile.xml, prop:<propery>=<value>, \n"
1293 major.setLeaks( leaks );
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dintltest.h166 virtual UBool setLeaks( UBool leaks = TRUE );
326 UBool leaks; member in class:IntlTest
370 UBool run_phase2( char* name, char* par ); // internally, supports reporting memory leaks
H A Dintltest.cpp547 leaks = FALSE;
625 UBool rval = this->leaks;
626 this->leaks = leaksVal;
1151 // being run a second time local to a specific method in order to report only actual leaks
1153 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks
1179 UBool leaks = FALSE; local
1218 else if (strcmp("leaks", str) == 0 ||
1220 leaks = TRUE;
1267 "### exhaustive (e), leaks (l), -x xmlfile.xml, prop:<propery>=<value>, \n"
1295 major.setLeaks( leaks );
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc153 Vector<ThreadLeak> &leaks = *(Vector<ThreadLeak>*)arg; local
157 for (uptr i = 0; i < leaks.Size(); i++) {
158 if (leaks[i].tctx->creation_stack_id == tctx->creation_stack_id) {
159 leaks[i].count++;
164 leaks.PushBack(leak);
204 Vector<ThreadLeak> leaks(MBlockScopedBuf);
206 MaybeReportThreadLeak, &leaks);
207 for (uptr i = 0; i < leaks.Size(); i++) {
209 rep.AddThread(leaks[i].tctx, true);
210 rep.SetCount(leaks[
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftdbgmem.c348 FT_ULong leaks = 0; local
373 leaks += node->size;
418 leaks, leak_count );
420 printf( "FreeType: no memory leaks detected\n" );
/external/freetype/src/base/
H A Dftdbgmem.c348 FT_ULong leaks = 0; local
373 leaks += node->size;
418 leaks, leak_count );
420 printf( "FreeType: no memory leaks detected\n" );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftdbgmem.c348 FT_ULong leaks = 0; local
373 leaks += node->size;
418 leaks, leak_count );
420 printf( "FreeType: no memory leaks detected\n" );
/external/qemu/include/block/
H A Dblock.h102 int leaks; member in struct:BdrvCheckResult
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc171 "in tracking down leaks where only a small fraction of "
177 "and registers are not reported as leaks");
187 // The larger it can be, the lesser is the chance of missing real leaks.
200 // and make it probabilistically more likely to miss leaks
222 " false leaks that will disappear if the heap checker delays"
228 "Exit code to return if any leaks were detected.");
838 // libpthread has a lot of small "system" leaks we don't care about.
852 // JVM has a lot of leaks we don't care about.
854 // The JVM leaks java.util.zip.Inflater after loading classes.
858 // library loader leaks som
1718 HeapProfileTable::Snapshot* leaks = NULL; local
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc171 "in tracking down leaks where only a small fraction of "
177 "and registers are not reported as leaks");
187 // The larger it can be, the lesser is the chance of missing real leaks.
200 // and make it probabilistically more likely to miss leaks
222 " false leaks that will disappear if the heap checker delays"
228 "Exit code to return if any leaks were detected.");
838 // libpthread has a lot of small "system" leaks we don't care about.
852 // JVM has a lot of leaks we don't care about.
854 // The JVM leaks java.util.zip.Inflater after loading classes.
858 // library loader leaks som
1718 HeapProfileTable::Snapshot* leaks = NULL; local
[all...]
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2044 int64_t leaks; member in struct:ImageCheck

Completed in 3318 milliseconds