HomeSort by relevance Sort by last modified time
    Searched full:leaked (Results 126 - 150 of 560) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/googletest/googlemock/src/
gmock-spec-builders.cc 527 // detecting leaked mock objects and explicitly verifying a mock's
569 // TODO(wan@google.com): Print the type of the leaked object.
570 // This can help the user identify the leaked object.
586 << " leaked mock " << (leaked_count == 1 ? "object" : "objects")
662 // Tells Google Mock to ignore mock_obj when checking for leaked mock
726 // ON_CALL or EXPECT_CALL. In case mock_obj is leaked, this
  /external/libxml2/
runsuite.c 350 test_log("Validation of tests starting line %ld leaked %d\n",
531 test_log("Validation of instance line %ld leaked %d\n",
588 test_log("Validation of instance line %ld leaked %d\n",
604 test_log("Validation of tests starting line %ld leaked %d\n",
866 test_log("Validation of tests starting line %ld leaked %d\n",
988 test_log("Processing test line %ld %s leaked %d\n",
  /external/v8/testing/gmock/src/
gmock-spec-builders.cc 521 // detecting leaked mock objects and explicitly verifying a mock's
563 // TODO(wan@google.com): Print the type of the leaked object.
564 // This can help the user identify the leaked object.
580 << " leaked mock " << (leaked_count == 1 ? "object" : "objects")
655 // Tells Google Mock to ignore mock_obj when checking for leaked mock
719 // ON_CALL or EXPECT_CALL. In case mock_obj is leaked, this
  /external/tensorflow/tensorflow/core/lib/gtl/
top_n_test.cc 169 // Test that pointers aren't leaked from a TopN if we use the 2-argument version
211 // and that pointers aren't leaked from a TopN after calling them.
  /external/valgrind/docs/xml/
quick-start-guide.xml 165 <para>The stack trace tells you where the leaked memory was allocated.
166 Memcheck cannot tell you why the memory leaked, unfortunately.
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 315 Out << "Leaked";
319 Out << "Leaked (Bad naming)";
323 Out << "Leaked (GC-ed at return)";
    [all...]
  /external/clang/test/Analysis/
retain-release-path-notes.m 47 id leaked = [[NSObject alloc] init]; // expected-note{{Method returns an Objective-C object with a +1 retain count}}
48 return; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into 'leaked' is not referenced later in this execution path and has a retain count of +1}}
52 CFTypeRef leaked = CFCreateSomething(); // expected-note{{Call to function 'CFCreateSomething' returns a Core Foundation object with a +1 retain count}}
53 return; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into 'leaked' is not referenced later in this execution path and has a retain count of +1}}
57 id leaked = [foo methodWithValue]; // expected-note{{Method returns an Objective-C object with a +0 retain count}}
58 [leaked retain]; // expected-note{{Reference count incremented. The object now has a +1 retain count}}
59 [leaked retain]; // expected-note{{Reference count incremented. The object now has a +2 retain count}}
60 [leaked release]; // expected-note{{Reference count decremented. The object now has a +1 retain count}
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libbacktrace.cc 150 // State created in backtrace_create_state is leaked.
sanitizer_thread_registry.h 136 ThreadContextBase **threads_; // Array of thread contexts is leaked.
  /external/curl/tests/libtest/
lib526.c 162 will be leaked, let's use undocumented cleanup sequence - type UB */
  /external/google-breakpad/src/testing/
CHANGES 60 * New feature: --gmock_catch_leaked_mocks for detecting leaked mocks.
  /external/google-breakpad/src/testing/gtest/samples/
sample10_unittest.cc 92 EXPECT_LE(difference, 0) << "Leaked " << difference << " unit(s) of Water!";
  /external/googletest/googlemock/
CHANGES 94 * New feature: --gmock_catch_leaked_mocks for detecting leaked mocks.
  /external/googletest/googletest/samples/
sample10_unittest.cc 89 EXPECT_LE(difference, 0) << "Leaked " << difference << " unit(s) of Water!";
  /external/libbrillo/brillo/message_loops/
glib_message_loop.cc 25 << " leaked on GlibMessageLoop, scheduled from this location.";
  /external/libchrome/base/files/
file_descriptor_watcher_posix.cc 34 // |watcher_| is leaked. If the MessageLoopForIO is deleted after
  /external/libchrome/base/
macros.h 97 // it is leaked so that its destructors are not called at exit. If you need
  /external/libchrome/crypto/
p224_spake.h 26 // the password is leaked. (However, you must be sure to limit the number of
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
F.pass.cpp 116 // 2.3 Check that no memory allocated by the creation of the thread is leaked.
  /external/protobuf/gtest/samples/
sample10_unittest.cc 93 << "Leaked " << difference << " unit(s) of Water!";
  /external/python/cpython3/Doc/c-api/
list.rst 93 leaked.
  /external/python/cpython3/Lib/multiprocessing/
semaphore_tracker.py 128 'leaked semaphores to clean up at shutdown' %
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowSharedPreferencesTest.java 36 // Ensure no shared preferences have leaked from previous tests.
  /external/v8/testing/gmock/
CHANGES 94 * New feature: --gmock_catch_leaked_mocks for detecting leaked mocks.
  /external/v8/testing/gtest/samples/
sample10_unittest.cc 92 EXPECT_LE(difference, 0) << "Leaked " << difference << " unit(s) of Water!";

Completed in 1126 milliseconds

1 2 3 4 56 7 8 91011>>