/packages/apps/Mms/src/com/android/mms/util/ |
DraftCache.java | 120 Set<Long> removed; local 137 // Find out which drafts were removed and added and notify 141 removed = new HashSet<Long>(oldDraftSet); 142 removed.removeAll(newDraftSet); 150 for (long threadId : removed) {
|
/development/samples/ControllerSample/src/com/example/inputmanagercompat/ |
InputManagerCompat.java | 43 * input devices are added, removed or changed. 112 * removed. For the V9 version, this can take some time depending on the 115 * @param deviceId The id of the input device that was removed.
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_exceptions_table_model_unittest.cc | 61 // Ensure a single entry can be removed. 70 // Ensure an entry with children can't be removed. 78 // Ensure it can be removed if removing all children.
|
/external/chromium/chrome/browser/resources/shared/js/ |
event_tracker.js | 21 * DOM elements whose listeners should be removed when the object is disposed 22 * or the corresponding elements are removed from the DOM. 87 * caller to ensure the entry is removed from listeners_.
|
/external/chromium/net/base/ |
data_url_unittest.cc | 99 // Spaces should be removed from non-text data URLs (we already tested 107 // Spaces should also be removed from anything base-64 encoded 114 // Other whitespace should also be removed from anything base-64 encoded.
|
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_strip_model_order_controller.cc | 58 // First see if the index being removed has any "child" tabs. If it does, we 60 // group of the removed tab. 63 // The parent opener should never be the same as the controller being removed.
|
/external/chromium_org/chrome/browser/ui/webui/ |
history_ui_unittest.cc | 17 // Duplicates on the same day in the local timezone are removed, so set a 54 // Basic test that duplicates on the same day are removed. 71 // Test that a duplicate URL on the next day is not removed.
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
edit_dictionary_browsertest.js | 114 // Verify that dictionary hides newly removed words that arrived in a 127 // Backend notifies UI that the word 'baz' has been removed. UI ignores this 132 // Backend notifies UI that words 'foo' and 'bar' have been removed. UI
|
/external/chromium_org/chrome/browser/ui/webui/task_manager/ |
task_manager_handler.h | 33 // Invoked when a range of items has been removed. 71 // Invoked when group(s) are added/changed/removed. 72 // These method are called from OnItemAdded/-Changed/-Removed internally.
|
/external/chromium_org/chrome/renderer/extensions/ |
chrome_v8_context_set.cc | 121 ContextSet removed; local 130 removed.insert(*it); 135 return removed;
|
/external/chromium_org/chrome/tools/service_discovery_sniffer/ |
service_discovery_sniffer.cc | 40 void ServicePrinter::Removed() { 41 printf("Service Removed: %s\n", service_resolver_->GetName().c_str()); 90 services_[service_name]->Removed();
|
/external/chromium_org/components/policy/core/common/ |
schema_map.cc | 54 // graceful update of the Legacy Browser Support extension; it'll be removed 84 PolicyNamespaceList* removed, 87 older->GetNamespacesNotInOther(this, removed);
|
/external/chromium_org/content/public/browser/ |
navigation_details.h | 80 // If true, count items were removed from the front of the list, otherwise 81 // count items were removed from the back of the list. 84 // Number of items removed.
|
/external/chromium_org/net/base/ |
data_url_unittest.cc | 105 // Spaces should be removed from non-text data URLs (we already tested 113 // Spaces should also be removed from anything base-64 encoded 120 // Other whitespace should also be removed from anything base-64 encoded.
|
/external/chromium_org/third_party/WebKit/Source/core/speech/ |
SpeechInput.cpp | 78 // Don't assert if not present as the element might have been removed by the page while 86 // Don't assert if not present as the element might have been removed by the page while 94 // Don't assert if not present as the element might have been removed by the page while
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
InternalSettings.h | 104 // FIXME: This is a temporary flag and should be removed once accelerated 108 // FIXME: This is a temporary flag and should be removed once squashing is 114 // be removed or moved onto internals.runtimeFlags:
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-9.0.html | 79 The legacy/static Makefile system (ex: 'make linux-dri') has been removed. 83 <li>Removed support for GL_ARB_shadow_ambient extension</li> 84 <li>Removed Gallium3D - nvfx driver (use nv30 instead)</li>
|
/external/chromium_org/tools/grit/grit/testdata/ |
del_header.html | 13 if (num == 1) alert("One checked result has been removed"); 14 else if (num > 1) alert(num + " checked results have been removed"); 15 else alert("No results were checked, so no results have been removed");
|
/external/chromium_org/ui/webui/resources/js/ |
event_tracker.js | 21 * DOM elements whose listeners should be removed when the object is disposed 22 * or the corresponding elements are removed from the DOM. 87 * caller to ensure the entry is removed from listeners_.
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
IDList.java | 61 * if the index was in the old list, it is removed from the old 65 * @return True if it existed in old list and was removed 73 // find idx in oldList, if removed successfuly, return true.
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
InlineRewriter.java | 30 * command sub-tree, where all whitespace data commands have been removed. 53 * <p>Data commands containing only whitespace are effectively removed by 54 * replacing them with noop commands. These can be removed (if needed) by a
|
/external/mesa3d/docs/ |
relnotes-9.0.html | 79 The legacy/static Makefile system (ex: 'make linux-dri') has been removed. 83 <li>Removed support for GL_ARB_shadow_ambient extension</li> 84 <li>Removed Gallium3D - nvfx driver (use nv30 instead)</li>
|
/external/wpa_supplicant_8/wpa_supplicant/ |
blacklist.c | 89 * @bssid: BSSID to be removed from the blacklist 107 wpa_printf(MSG_DEBUG, "Removed BSSID " MACSTR " from " 135 wpa_printf(MSG_DEBUG, "Removed BSSID " MACSTR " from "
|
/frameworks/base/core/java/android/printservice/ |
PrinterDiscoverySession.java | 49 * removed by invoking {@link PrinterDiscoverySession#removePrinters(List)}. Added 129 * the printer that was added but not removed. 151 * Removed printers can be added again. You can call this method multiple 214 * Removes added printers. Removing an already removed or never added 215 * printer has no effect. Removed printers can be added again. You can 222 * @param printerIds The ids of the removed printers. 248 // Send the removed printers, if such. 254 Log.e(LOG_TAG, "Error sending removed printers", re); 300 // Determine the removed printers. 311 // Send the removed printers, if such [all...] |
/frameworks/base/core/java/android/view/ |
ViewGroupOverlay.java | 42 * removed when it is no longer needed or no longer visible. 49 * <p>If the view has a parent, the view will be removed from that parent 69 * @param view The View to be removed from the overlay.
|