Searched
full:deletes (Results
251 -
275 of
991) sorted by null
<<11121314151617181920>>
/external/protobuf/gtest/samples/ |
sample3-inl.h | 86 // 1. Deletes every node.
|
/external/protobuf/src/google/protobuf/testing/ |
googletest.cc | 111 // Creates a temporary directory on demand and deletes it when the process
|
/external/v8/src/ |
elements.h | 86 // Deletes an element in an object, returning a new elements backing store.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/ |
arguments-001.js | 101 * delete operator successfully deletes arguments[0] and results in true, but that
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8DOMWindowShell.h | 106 // deletes the document wrapper from the global object.
|
/external/webkit/Source/WebCore/platform/image-decoders/ico/ |
ICOImageDecoder.h | 55 // CAUTION: setFailed() deletes all readers and decoders. Be careful to
|
/external/webkit/Source/WebCore/platform/sql/chromium/ |
SQLiteFileSystemChromiumPosix.cpp | 98 // Deletes the given file.
|
SQLiteFileSystemChromiumWin.cpp | 77 // Deletes the given file.
|
/external/webkit/Source/WebCore/storage/ |
DatabaseThread.cpp | 55 // FIXME: Any cleanup required here? Since the thread deletes itself after running its detached course, I don't think so. Lets be sure.
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_cookies.cpp | 127 * Deletes a cookie from the cookie jar.
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebdatabase.cpp | 181 Deletes all web databases in the configured offline storage path.
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
changelog_unittest.py | 114 (file_descriptor, file_path) = tempfile.mkstemp() # NamedTemporaryFile always deletes the file on close in python < 2.6
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
http_lock.py | 87 it deletes the lock file."""
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
preparechangelogforrevert_unittest.py | 45 (file_descriptor, file_path) = tempfile.mkstemp() # NamedTemporaryFile always deletes the file on close in python < 2.6
|
/external/webrtc/src/system_wrappers/interface/ |
data_log.h | 51 // Decrements the reference counter and deletes the log when the counter
|
/frameworks/av/drm/libdrmframework/plugins/common/util/include/ |
SessionMap.h | 99 * deletes the object from session map. It also frees up memory for the session object.
|
/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_Mutex.c | 247 * @brief This method deletes a mutex (identify by its context). After
|
M4OSA_Semaphore.c | 233 * @brief This method deletes a semaphore (identify by its context).
|
/frameworks/base/core/java/android/content/ |
SyncStats.java | 78 * Counter for tracking how many deletes were performed by the sync operation, as defined
|
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerStressTest.java | 148 * to hold the entire file. DownloadManager deletes enough files to make space for the
|
/frameworks/base/services/java/com/android/server/am/ |
DeviceMonitor.java | 94 * Deletes old files.
|
/frameworks/native/include/utils/ |
UniquePtr.h | 49 // A smart pointer that deletes the given pointer on destruction.
|
/libcore/include/ |
UniquePtr.h | 41 // A smart pointer that deletes the given pointer on destruction.
|
/libcore/luni/src/test/java/tests/java/sql/ |
DatabaseMetaDataNotSupportedTest.java | 630 // "result set's own deletes are visible for TYPE_FORWARD_ONLY type", 633 // "result set's own deletes are visible for TYPE_SCROLL_INSENSITIVE type", 636 // "result set's own deletes are visible for TYPE_SCROLL_SENSITIVE type", 638 assertFalse("result set's own deletes are visible for unknown type", [all...] |
/packages/apps/Browser/tests/src/com/android/browser/tests/ |
BP1to2UpgradeTests.java | 113 // First, nuke 'er (deletes stock bookmarks)
|
Completed in 1751 milliseconds
<<11121314151617181920>>