HomeSort by relevance Sort by last modified time
    Searched full:leak (Results 51 - 75 of 330) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/stlport/etc/
ReleaseNote.txt 130 memory leak problems.
  /external/webkit/WebCore/bindings/v8/
V8DOMMap.h 81 fprintf(stderr, "Leak %d JS wrappers.\n", m_map.size());
ScriptController.cpp 134 // Call _NPN_DeallocateObject() instead of _NPN_ReleaseObject() so that we don't leak if a plugin fails to release the window
318 // if a plugin leaks a reference, it could leak its objects (or the browser's objects).
  /external/webkit/WebCore/css/
CSSVariablesDeclaration.cpp 99 // Don't leak duplicates. For multiple variables with the same name, the last one
  /external/webkit/WebCore/page/
DOMTimer.cpp 174 // which will cause a memory leak.
  /external/webkit/WebCore/platform/mac/
CursorMac.mm 58 // Leak these cursors intentionally, that way we won't waste time trying to clean them
  /external/webkit/WebCore/workers/
WorkerThread.cpp 195 // can do more stringent leak checks as we exit.
  /external/webkit/WebKit/chromium/src/
WebDataSourceImpl.cpp 158 // WebDataSourceImpl, so we should never leak this object.
  /external/webkit/WebKitTools/Scripts/
webkit-tools-completion.sh 95 complete -o default -W "--add-platform-exceptions --complex-text --configuration --guard-malloc --help --http --ignore-tests --launch-safari --leaks --merge-leak-depth --new-test-results --no-http --no-launch-safari --no-new-test-results --no-sample-on-timeout --no-strip-editing-callbacks --pixel-tests --platform --port --quiet --random --reset-results --results-directory --reverse --root --sample-on-timeout --singly --skipped --slowest --strict --strip-editing-callbacks --threaded --timeout --tolerance --use-remote-links-to-tests --valgrind --verbose -1 -c -g -h -i -l -m -o -p -q -t -v" run-webkit-tests
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestions.java 169 Log.e(TAG, "LEAK! Finalized without being closed: Suggestions[" + mQuery + "]");
  /external/opencore/engines/adapters/player/framemetadatautility/test/src/
test_pv_frame_metadata_utility.cpp 658 fprintf(aFile, "Printing leak info option. Default is OFF:\n");
660 fprintf(aFile, " If there is a memory leak, prints out the memory leak information\n");
833 fprintf(file, "ERROR: Leak info is incomplete.\n");
837 fprintf(file, "Leak Info:\n");
    [all...]
  /external/dbus/dbus/
dbus-memory.c 165 * Whether to turn off mem pools, useful for leak checking.
772 * clean output from memory leak checkers. dbus_shutdown() may also be
  /external/opencore/
ChangeLog 43 - Memory leak when running GCF TC212 (2way-related)
171 - various memory leak fixes
  /external/openssl/crypto/lhash/
lhash.c 62 * 2.2 eay - added #include "crypto.h" so the memory leak checking code is
73 * 1.9 eay - Fixed a memory leak in lh_free, the LHASH_NODEs
  /external/stlport/test/eh/
main.cpp 133 cerr<<"\t[-e] : don't throw exceptions, test for leak in normal conditions;"<<endl;
135 // cerr<<"\t[-i] : ignore leak errors;"<<endl;
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/
master.cfg 200 elif line.startswith("WARNING:") and line.find(' leak') >= 0:
213 if line.find('were new') >= 0 or line.find('was new') >= 0 or line.find(' leak') >= 0:
  /frameworks/base/docs/html/guide/topics/resources/
runtime-changes.jd 115 leak all the Views and resources of the original Activity instance. (To leak the resources
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 77 //the tolerant memory leak
408 // memory leak greter than the tolerant
  /external/bluetooth/glib/
ChangeLog.pre-2-20 618 Bug 557087 ? mem leak in g_content_types_get_registered
620 * gio/gcontenttype.c: Plug a mem leak.
697 Bug 555314 ? mem leak in gmarkup
699 * glib/gmarkup.c: (g_markup_parse_context_parse): Plug a mem leak.
  /external/dropbear/libtommath/
changes.txt 115 -- Fixed a memory leak in s_mp_exptmod() [called when Barrett reduction is to be used] which would arise
124 -- Added fix to mp_shrink() to avoid a memory leak.
144 -- In mp_grow() "a->dp" is not overwritten by realloc call [re: memory leak]
365 v0.04 -- Fixed a memory leak in mp_to_unsigned_bin
  /external/gtest/samples/
sample5_unittest.cc 41 // make sure that all tests for a GUI library don't leak important
  /external/guava/src/com/google/common/collect/
ImmutableCollection.java 242 * that implementation types do not leak into the serialized representation.
  /external/jpeg/
jcapimin.c 274 * memory leak if an app calls write_tables repeatedly without doing a full
  /external/openssl/crypto/engine/
enginetest.c 108 /* enable memory leak checking unless explicitly disabled */
  /external/v8/src/
d8.h 166 // this method leak memory due to the API of setenv in the standard C library.

Completed in 1857 milliseconds

1 23 4 5 6 7 8 91011>>