HomeSort by relevance Sort by last modified time
    Searched full:removed (Results 351 - 375 of 13792) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/page/
NetworkStateNotifier.h 72 // Must be called on the context's thread. An added observer must be removed
74 // be called twice for the same event if it is first removed and then added
106 // Removed observers are nulled out in the list in case the list is being
  /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/doclava/src/com/google/doclava/
DocInfo.java 44 * @return true if the element was once a part of public API, now removed.
51 * Hidden and removed elements should not be appear in api.txt files, nor
53 * @return true if the element is either hidden or removed.
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
GroupedLinkedMap.java 53 V removed = last.removeLast(); local
54 if (removed != null) {
55 return removed;
  /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/llvm/test/Transforms/MemCpyOpt/
memcpy-undef.ll 19 ; Check that the memcpy is removed.
29 ; Check that the memcpy is removed.
39 ; Check that the memcpy is not removed.
  /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/net/
INetworkManagementEventObserver.aidl 53 * An interface has been removed from the system
69 * An interface address has been removed.
109 * A route has been removed.
  /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.
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ArrayObjectAdapter.java 71 * not same as items being added or removed.
117 * @return True if the item was found and thus removed from the adapter.
134 * @return The number of items removed.
  /libcore/luni/src/main/java/java/util/prefs/
PreferenceChangeEvent.java 59 * {@code null}, which means the preference has been removed.
79 * preference has been removed.
82 * preference has been removed.
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
LruCache.java 74 * Removes an element from the cache. Returns the removed element, or null if no such element
99 * should be removed.
102 * @return true if element should be removed.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
toaiff.py 7 in the latter case the caller must ensure that it is removed.
8 Other temporary files used are removed by the function.
11 warnpy3k("the toaiff module has been removed in Python 3.0", stacklevel=2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
toaiff.py 7 in the latter case the caller must ensure that it is removed.
8 Other temporary files used are removed by the function.
11 warnpy3k("the toaiff module has been removed in Python 3.0", stacklevel=2)
  /cts/tests/tests/view/src/android/view/cts/
ChoreographerTest.java 84 // If the token matches, the the callback should be removed.
95 // If the action and token matches, then the callback should be removed.
96 // If only the token matches, then the callback should not be removed.
142 // If the token matches, the the callback should be removed.
153 // If the action and token matches, then the callback should be removed.
154 // If only the token matches, then the callback should not be removed.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
PKIXCertPath.java 39 // BEGIN android-removed
41 // END android-removed
56 // BEGIN android-removed
58 // END android-removed
305 // BEGIN android-removed
327 // END android-removed
  /external/chromium_org/ash/shelf/
shelf_window_watcher.cc 78 // item will be removed at OnWindowDestroyed().
83 // during the dragging, |window|'s item should not be removed because it will
86 // is already removed from |window| when |window| is re-parented to default
92 // not to |docked_container| during the dragging, its item should be removed
272 // When the primary root window's display get removed, the existing root
279 // When this is called, RootWindow of |old_display| is already removed.
  /external/chromium_org/ui/base/models/
tree_node_model_unittest.cc 29 std::string result(base::StringPrintf("added=%d removed=%d changed=%d",
78 EXPECT_EQ("added=1 removed=0 changed=0", GetObserverCountStateAndClear());
86 EXPECT_EQ("added=1 removed=0 changed=0", GetObserverCountStateAndClear());
108 EXPECT_EQ("added=0 removed=1 changed=0", GetObserverCountStateAndClear());
115 // of the nodes removed after RemoveAll is called.
288 EXPECT_EQ("added=0 removed=0 changed=1", GetObserverCountStateAndClear());
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
java.net.DatagramSocketImpl.html 7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
79 <a NAME="Removed"></a>
80 <TABLE summary="Removed Methods" WIDTH="100%">
82 <TH VALIGN="TOP" COLSPAN=2>Removed Methods</FONT></TD>
89 <TD VALIGN="TOP">This method stub was removed from the DatagramSocketImpl abstract class, but subclasses still inherit the method from the <a href="../../../../reference/java/net/SocketOptions.html">SocketOptions</a> superclass.</TD>
96 <TD VALIGN="TOP">This method stub was removed from the DatagramSocketImpl abstract class, but subclasses still inherit the method from the <a href="../../../../reference/java/net/SocketOptions.html">SocketOptions</a> superclass.</TD>
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkManagementServiceTest.java 107 sendMessage("600 Iface removed eth1");
110 sendMessage("607 Iface removed eth1");
170 // There is no "added", so we take this as "removed".
174 sendMessage("614 Address removed 2001:db8::1/64 wlan0 1 0");
177 sendMessage("614 Address removed 2001:db8::1/64 wlan0 1");
180 sendMessage("666 Address removed 2001:db8::1/64 wlan0 1 0");
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
WipeDataTest.java 61 // is actually removed.
75 // which would fail because the managed profile has been removed by this test.

Completed in 1468 milliseconds

<<11121314151617181920>>