/external/chromium/net/base/ |
cert_verifier_unittest.cc | 260 // Tests that a canceled request is not leaked.
|
/external/chromium/testing/gmock/src/ |
gmock.cc | 41 "true iff Google Mock should report leaked mock objects "
|
/external/chromium_org/base/metrics/ |
statistics_recorder.cc | 44 // As per crbug.com/79322 the histograms are intentionally leaked, so we need
|
/external/chromium_org/chrome/browser/first_run/ |
upgrade_util_win.cc | 121 // The |mutex| handle needs to be leaked. See comment above.
|
/external/chromium_org/chrome/browser/themes/ |
theme_service_mac.mm | 76 // image will be leaked, but this code should never be hit.
|
/external/chromium_org/chrome/common/ |
chrome_paths_mac.mm | 75 // Leaked, but the only caller initializes a static with this result, so it
|
/external/chromium_org/content/renderer/ |
render_process_impl.cc | 84 DLOG(ERROR) << "WebFrame LEAKED " << count << " TIMES";
|
/external/chromium_org/ppapi/tests/ |
test_broker.cc | 230 // TODO(raymes): All of the resources created in this file are leaked. Write
|
test_var.cc | 72 // Make sure nothing leaked.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_debug_memory.c | 310 debug_printf("Total of %lu KB of system memory apparently leaked\n",
|
/external/chromium_org/tools/valgrind/ |
drmemory_analyze.py | 125 (count, name) = re.match(" *([0-9]+)x(?: \(leaked .*\))?: (.*)",
|
/external/clang/test/Analysis/ |
dtor.cpp | 249 // leading the analyzer to believe that the malloc'd memory had leaked.
|
objc-arc.m | 523 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not referenced later in this execution path and has a retain count of +1</string> 525 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not referenced later in this execution path and has a retain count of +1</string> [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug_memory.c | 310 debug_printf("Total of %lu KB of system memory apparently leaked\n",
|
/external/valgrind/main/memcheck/ |
mc_include.h | 256 IndirectLeak =2, // Leaked, but reachable from another leaked block 258 Unreached =3, // Not reached, ie. leaked. 303 /* A loss record, used for generating err msgs. Multiple leaked blocks can be
|
/external/valgrind/main/memcheck/tests/ |
leak-delta.stderr.exp | 66 leaked: 32 bytes in 1 blocks
|
/frameworks/base/core/java/android/os/ |
ParcelFileDescriptor.java | 850 closeWithStatus(Status.LEAKED, null); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
pystone.py | 20 First, it leaked memory: in Proc1(), NextRecord ends
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
pystone.py | 20 First, it leaked memory: in Proc1(), NextRecord ends
|
/external/chromium_org/base/mac/ |
mac_util.mm | 148 // Leaked. That's OK, it's scoped to the lifetime of the application. 157 // Leaked. That's OK, it's scoped to the lifetime of the application. 165 // Leaked. That's OK, it's scoped to the lifetime of the application.
|
/external/chromium_org/third_party/freetype/src/base/ |
ftdbgmem.c | 357 /* remove all blocks from the table, revealing leaked ones */ 371 "leaked memory block at address %p, size %8ld in (%s:%ld)\n", 421 "FreeType: %ld bytes of memory leaked in %ld blocks\n",
|
/external/freetype/src/base/ |
ftdbgmem.c | 353 /* remove all blocks from the table, revealing leaked ones */ 367 "leaked memory block at address %p, size %8ld in (%s:%ld)\n", 417 "FreeType: %ld bytes of memory leaked in %ld blocks\n",
|
/external/bison/tests/ |
glr-regression.at | 938 ## Leaked semantic values if user action cuts parse. ## 941 AT_SETUP([Leaked semantic values if user action cuts parse]) 1402 ## Leaked semantic values when reporting ambiguity. ## 1405 AT_SETUP([Leaked semantic values when reporting ambiguity]) 1484 ## Leaked lookahead after nondeterministic parse syntax error. ## 1487 AT_SETUP([Leaked lookahead after nondeterministic parse syntax error]) [all...] |
/cts/tests/tests/net/src/android/net/cts/ |
TrafficStatsTest.java | 64 assertTrue("Tag leaked", TrafficStats.getThreadStatsTag() != 0xf00d);
|
/external/chromium/base/memory/ |
singleton.h | 172 // thus the singleton will be leaked if it is ever accessed. Traits::RAE
|