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

<<11121314151617181920>>

  /art/compiler/optimizing/
optimizing_unit_test.h 104 // removed in a diff.
105 static const std::string removed = ""; member in namespace:art
119 // Returns if the instruction is removed from the graph.
  /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/apache-commons-math/src/main/java/org/apache/commons/math/
ConvergingAlgorithmImpl.java 26 * @deprecated in 2.2 (to be removed in 3.0).
77 * @deprecated in 2.2 (to be removed as soon as the single non-default one
78 * has been removed).
  /external/chromium-trace/catapult/third_party/graphy/graphy/
pie_chart_test.py 30 # TODO: remove once the deprecation warning is removed
56 # TODO: remove once the deprecation warning is removed
69 # TODO: remove once the deprecation warning is removed
  /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/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
UFormat.java 20 * @provisional This API might change or be removed in a future release.
27 * @provisional This API might change or be removed in a future release.
53 // * @provisional This API might change or be removed in a future release.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
LocaleDisplayNames.java 270 * @provisional This API might change or be removed in a future release.
284 * @provisional This API might change or be removed in a future release.
291 * @provisional This API might change or be removed in a future release.
297 * @provisional This API might change or be removed in a future release.
303 * @provisional This API might change or be removed in a future release.
309 * @provisional This API might change or be removed in a future release.
315 * @provisional This API might change or be removed in a future release.
326 * @provisional This API might change or be removed in a future release.
339 * @provisional This API might change or be removed in a future release.
354 * @provisional This API might change or be removed in a future release
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
ModifiedSystemClassRuntimeTest.java 56 boolean removed = false; field in class:ModifiedSystemClassRuntimeTest.InstrumentationMock
79 assertFalse(removed);
80 removed = 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/libweave/src/commands/
command_queue.h 36 // Adds notifications callback for a command is removed from the queue.
55 // be removed after some time.
86 // Queue of commands to be removed, keeps them sorted by the timestamp
  /external/libxml2/doc/
syms.xsl 61 <xsl:when test="@removed">
64 <xsl:text>; removed in </xsl:text>
65 <xsl:value-of select="@removed"/>
  /external/llvm/test/Transforms/GlobalOpt/
externally-initialized-aggregate.ll 6 ; prevent @a[1] from being removed since it is dead.
39 ; This store can be removed, because the second element of @a is never read.
46 ; This store can be removed, because the second element of @b is never read.
  /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/snakeyaml/src/test/java/examples/staticstate/
StaticFieldsTest.java 99 List<NodeTuple> removed = new ArrayList<NodeTuple>(); local
109 removed.add(tuple);
111 beanNode.setValue(removed);
  /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/view/
ViewGroupOverlay.java 43 * removed when it is no longer needed or no longer visible.
50 * <p>If the view has a parent, the view will be removed from that parent
79 * @param view The {@code View} to be removed from the overlay.
  /packages/apps/Camera2/src/com/android/camera/filmstrip/
FilmstripDataAdapter.java 35 /** Checks if the data of dataID is removed. */
70 * Called when a data item is removed.
72 * @param index The ID of the removed data.
  /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/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /system/connectivity/shill/binder/android/system/connectivity/shill/
IManager.aidl 63 * will be removed from the blacklist and managed by shill.
74 * this work, and may be removed later.
87 * call, it is removed.

Completed in 1435 milliseconds

<<11121314151617181920>>