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

  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2419/
poc.cpp 62 unsigned int leaked = reply2.readInt32(); local
64 ALOGE("leaked data: 0x%08x", leaked);
66 return (leaked == 0 ? 0 : 1);
70 int leaked = 0; local
72 leaked = doInforLeakTest();
73 if (leaked) {
  /external/clang/test/Modules/
explicit-build-flags.cpp 60 #error FOO leaked from module
  /external/libchrome/base/third_party/valgrind/
memcheck.h 201 /* Return number of leaked, dubious, reachable and suppressed bytes found by
203 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \
206 specified, which works no matter what type 'leaked', 'dubious', etc
217 leaked = _qzz_leaked; \
223 /* Return number of leaked, dubious, reachable and suppressed bytes found by
225 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \
228 specified, which works no matter what type 'leaked', 'dubious', etc
239 leaked = _qzz_leaked; \
  /external/compiler-rt/test/lsan/TestCases/
swapcontext.cc 22 int *leaked = new int[666]; local
47 // CHECK: SUMMARY: {{(Leak|Address)}}Sanitizer: 2664 byte(s) leaked in 1 allocation(s)
  /external/googletest/googlemock/test/
gmock-nice-strict_test.cc 287 NiceMock<MockFoo>* leaked = new NiceMock<MockFoo>; local
288 Mock::AllowLeak(leaked);
289 EXPECT_CALL(*leaked, DoThis());
290 leaked->DoThis();
390 NaggyMock<MockFoo>* leaked = new NaggyMock<MockFoo>; local
391 Mock::AllowLeak(leaked);
392 EXPECT_CALL(*leaked, DoThis());
393 leaked->DoThis();
474 StrictMock<MockFoo>* leaked = new StrictMock<MockFoo>; local
475 Mock::AllowLeak(leaked);
    [all...]
  /external/jemalloc/msvc/projects/vc2015/test_threads/
test_threads.cpp 82 size_t leaked = allocated2 - allocated1; local
83 printf("\nDone. Leaked: %zd bytes\n", leaked);
84 bool failed = leaked > 65536; // in case C++ runtime allocated something (e.g. iostream locale or facet)
  /external/jemalloc_new/msvc/test_threads/
test_threads.cpp 81 size_t leaked = allocated2 - allocated1; local
82 printf("\nDone. Leaked: %zd bytes\n", leaked);
83 bool failed = leaked > 65536; // in case C++ runtime allocated something (e.g. iostream locale or facet)
  /external/bcc/tools/old/
memleak.py 43 Trace allocations and display a summary of "leaked" (outstanding)
  /external/bcc/tools/
memleak.py 46 Trace allocations and display a summary of "leaked" (outstanding)
  /external/tensorflow/tensorflow/python/autograph/impl/
api_test.py 565 leaked = [obj for obj in objs_after if isinstance(obj, TestResource)]
566 self.assertFalse(leaked,
567 'Resources {} were leaked by AutoGraph.'.format(leaked))
  /external/syzkaller/pkg/report/
linux.go 770 title: compile("BUG: workqueue leaked lock or atomic"),
771 report: compile("BUG: workqueue leaked lock or atomic(?:.*\\n)+?" +
773 fmt: "BUG: workqueue leaked lock or atomic in %[1]v",
    [all...]
  /external/syzkaller/pkg/host/
host_linux.go 473 // potentially leaked objects, and reports them only on the next scan
  /external/one-true-awk/
FIXES 281 string to a parameter leaked a Cell. thanks to moinak ghosh for
    [all...]

Completed in 1165 milliseconds