/external/llvm/utils/lint/ |
remove_trailing_whitespace.sh | 2 # Deletes trailing whitespace in-place in the passed-in files.
|
/external/chromium/net/disk_cache/ |
cache_util.h | 23 // Deletes the cache files stored on |path|, and optionally also attempts to 27 // Deletes a cache file.
|
/external/chromium/chrome/browser/extensions/ |
extension_data_deleter.h | 50 // Deletes the cookies for the extension. May only be called on the io 54 // Deletes the database for the extension. May only be called on the file 58 // Deletes local storage for the extension. May only be called on the webkit 62 // Deletes indexed db files for the extension. May only be called on the 66 // Deletes filesystem files for the extension. May only be called on the
|
/external/chromium/chrome/browser/sync/notifier/ |
chrome_system_resources.h | 67 // immediately deletes |task| and returns NULL. 70 // Runs the task, deletes it, and removes it from |posted_tasks_|. 73 // Runs the given storage callback with "true" and deletes it.
|
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/ |
delete_bookmarks.applescript | 5 -- This script deletes all the items within a bookmark folder.
|
/external/llvm/test/Transforms/Inline/ |
inline_dce.ll | 1 ; This checks to ensure that the inline pass deletes functions if they get
|
/frameworks/base/core/java/android/text/method/ |
BaseKeyListener.java | 38 * a {@link TextView}. If there is a selection, deletes the selection; otherwise, 39 * deletes the character before the cursor, if any; ALT+DEL deletes everything on 50 * key in a {@link TextView}. If there is a selection, deletes the selection; otherwise, 51 * deletes the character before the cursor, if any; ALT+FORWARD_DEL deletes everything on 73 // Alt+Backspace or Alt+ForwardDelete deletes the current line, if possible.
|
/external/icu4c/common/unicode/ |
localpointer.h | 73 * Destructor deletes the object it owns. 136 * Deletes the object it owns, 164 * "Smart pointer" class, deletes objects via the standard C++ delete operator. 191 * Destructor deletes the object it owns. 198 * Deletes the object it owns, 210 * "Smart pointer" class, deletes objects via the C++ array delete[] operator. 237 * Destructor deletes the array it owns. 244 * Deletes the array it owns, 265 * "Smart pointer" definition macro, deletes objects via the closeFunction.
|
/external/collada/include/dae/ |
daeRefCountedObj.h | 24 * Decrements the reference count and deletes the object if reference count is zero.
|
/external/llvm/lib/Transforms/IPO/ |
ExtractGV.cpp | 32 /// FunctionExtractorPass - If deleteFn is true, this pass deletes as the 33 /// specified function. Otherwise, it deletes as much of the module as 36 explicit GVExtractorPass(std::vector<GlobalValue*>& GVs, bool deleteS = true) 37 : ModulePass(ID), Named(GVs.begin(), GVs.end()), deleteStuff(deleteS) {}
|
/external/llvm/test/Transforms/SimplifyCFG/ |
DeadSetCC.ll | 4 ; Check that simplifycfg deletes a dead 'seteq' instruction when it
|
/external/webkit/Source/WebCore/manual-tests/ |
select-delete-item.html | 19 if you have the select open when it deletes an item, and doesn't crash.</p>
|
/external/chromium/chrome/browser/automation/ |
automation_util.h | 48 // Deletes a cookie for |url| in the given tab. Can be called from any thread. 60 // Deletes the cookie with the given name for the URL. Uses the JSON interface.
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store_unittest_helper.h | 40 // Test that deletes delete the chunk's data. 43 // Test that deleting the store deletes the store.
|
protocol_parser_unittest.cc | 343 std::vector<SBChunkDelete> deletes; local 348 &reset, &deletes, &urls)); 354 EXPECT_EQ(deletes.size(), 2U); 356 EXPECT_EQ(deletes[0].chunk_del.size(), 4U); 357 EXPECT_TRUE(deletes[0].chunk_del[0] == ChunkRange(1, 7)); 358 EXPECT_TRUE(deletes[0].chunk_del[1] == ChunkRange(43, 597)); 359 EXPECT_TRUE(deletes[0].chunk_del[2] == ChunkRange(44444)); 360 EXPECT_TRUE(deletes[0].chunk_del[3] == ChunkRange(99999)); 362 EXPECT_EQ(deletes[1].chunk_del.size(), 3U); 363 EXPECT_TRUE(deletes[1].chunk_del[0] == ChunkRange(21, 27)) 392 std::vector<SBChunkDelete> deletes; local 428 std::vector<SBChunkDelete> deletes; local 454 std::vector<SBChunkDelete> deletes; local 636 std::vector<SBChunkDelete> deletes; local 652 std::vector<SBChunkDelete> deletes; local 801 std::vector<SBChunkDelete> deletes; local [all...] |
/external/webkit/LayoutTests/storage/indexeddb/ |
cursor-skip-deleted.html | 153 var deletes = [{id: 1, targets: [0]}, 162 testCursor(deletes, "trans.objectStore('store').openCursor(webkitIDBKeyRange.lowerBound(0))", function() { resetObjectStore(reverseCursorTest); }); 169 var deletes = [{id: 24, targets: [names.length - 1]}, 179 testCursor(deletes, "trans.objectStore('store').openCursor(webkitIDBKeyRange.lowerBound(0), webkitIDBCursor.PREV)", function() { resetObjectStore(indexCursorTest); }); 186 var deletes = [{id: 1, targets: [0]}, 195 testCursor(deletes, "trans.objectStore('store').index('nameIndex').openCursor(webkitIDBKeyRange.lowerBound('Alpha'))", function() { });
|
/bionic/libc/kernel/tools/ |
utils.py | 342 """determine changes, returns (adds, deletes, edits)""" 345 deletes = set() 355 deletes.add(dst) 357 return (adds, deletes, edits) 369 adds, deletes, edits = self.getChanges() 377 for dst in sorted(deletes): 381 adds, deletes, edits = self.getChanges() 401 if len(deletes): 402 files = string.join(sorted(deletes)," ") 403 D( "%d files will be p4 delete-d" % len(deletes) ) [all...] |
/external/valgrind/main/coregrind/m_demangle/ |
dyn-string.c | 129 DS is then set to the empty string. Deletes DS itself. */ 149 operation fails, deletes DS and returns NULL. */ 194 RETURN_ON_ALLOCATION_FAILURE, deletes DEST and returns 0. */ 213 success. On failure, if RETURN_ON_ALLOCATION_FAILURE, deletes DEST 232 On failure, if RETURN_ON_ALLOCATION_FAILURE, deletes DEST and 243 if RETURN_ON_ALLOCATION_FAILURE, deletes DEST and returns 0. */ 253 success. On failure, if RETURN_ON_ALLOCATION_FAILURE, deletes DEST 278 success. On failure, RETURN_ON_ALLOCATION_FAILURE, deletes DEST 301 RETURN_ON_ALLOCATION_FAILURE, deletes DEST and returns 0. */ 321 On failure, if RETURN_ON_ALLOCATION_FAILURE, deletes DEST an [all...] |
/libcore/luni/src/test/java/tests/java/sql/ |
DeleteFunctionalityTest.java | 103 * DeleteFunctionalityTest#testDelete1(). Deletes row with no 129 * DeleteFunctionalityTest#testDelete3(). Deletes all referencing 130 * rows and then deletes referenced one 140 * DeleteFunctionalityTest#testDelete4(). Deletes row with no 183 * DeleteFunctionalityTest#testDelete7(). Deletes rows using
|
/external/chromium/chrome/browser/ui/cocoa/ |
task_manager_mac_unittest.mm | 45 // Releases the controller, which in turn deletes |bridge|. 76 // Releases the controller, which in turn deletes |bridge|. 111 // Releases the controller, which in turn deletes |bridge|.
|
/external/icu4c/common/ |
cmemory.h | 99 * "Smart pointer" class, deletes memory via uprv_free(). 114 * Destructor deletes the memory it owns. 120 * Deletes the array it owns, 129 * Deletes the array it owns, allocates a new one and reset its bytes to 0. 138 * Deletes the array it owns and allocates a new one, copying length T items. 213 * Destructor deletes the array (if owned). 245 * Deletes the array (if owned) and aliases another one, no transfer of ownership. 259 * Deletes the array (if owned) and allocates a new one, copying length T items. 380 * Destructor deletes the memory (if owned). 417 * Deletes the memory block (if owned) and aliases another one, no transfer of ownership [all...] |
/external/chromium/chrome/browser/ |
browsing_data_remover.h | 103 // BrowsingDataRemover deletes itself (using DeleteTask) and is not supposed 110 // loading. Deletes the entries from the model, and if we're not waiting on 111 // anything else notifies observers and deletes this BrowsingDataRemover. 120 // If we're not waiting on anything, notifies observers and deletes this
|
/external/chromium/chrome/browser/chromeos/login/ |
image_downloader.h | 20 // This objects deletes itself after OnURLFetchComplete.
|
/external/iptables/extensions/ |
libxt_SET.man | 1 This modules adds and/or deletes entries from IP sets which can be defined
|
/external/proguard/src/proguard/classfile/editor/ |
NamedAttributeDeleter.java | 29 * This ClassVisitor deletes attributes with a given name in the program
|