HomeSort by relevance Sort by last modified time
    Searched full:removes (Results 401 - 425 of 3315) sorted by null

<<11121314151617181920>>

  /hardware/qcom/msm8x84/original-kernel-headers/linux/
rmnet_data.h 201 * RMNET_NETLINK_FREE_VND - Removes virtual network device node
217 * RMNET_NETLINK_DEL_VND_TC_FLOW - Removes flow control handle on VND
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentSkipListSubSetTest.java 244 * remove(x) removes x and returns true if present
277 * clear removes all elements
324 * removeAll(c) removes only those elements of c and reports true if changed
454 * iterator.remove removes current element
740 * remove(x) removes x and returns true if present
767 * clear removes all elements
814 * removeAll(c) removes only those elements of c and reports true if changed
953 * iterator.remove removes current element
TreeSubSetTest.java 241 * remove(x) removes x and returns true if present
274 * clear removes all elements
321 * removeAll(c) removes only those elements of c and reports true if changed
451 * iterator.remove removes current element
726 * remove(x) removes x and returns true if present
753 * clear removes all elements
800 * removeAll(c) removes only those elements of c and reports true if changed
939 * iterator.remove removes current element
LinkedBlockingDequeTest.java 235 * removeFirst() removes first element, or throws NSEE if empty
250 * removeLast() removes last element, or throws NSEE if empty
265 * remove removes next element, or throws NSEE if empty
279 * removeFirstOccurrence(x) removes x and returns true if present
294 * removeLastOccurrence(x) removes x and returns true if present
466 * pop removes next element, or throws NSEE if empty
679 * take removes existing elements until empty, then blocks interruptibly
991 * takeFirst removes existing elements until empty, then blocks interruptibly
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
mount.x 135 * Removes the mount list entry for the directory
142 * Removes all of the mount list entries for this client
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
mount.x 135 * Removes the mount list entry for the directory
142 * Removes all of the mount list entries for this client
  /prebuilts/go/darwin-x86/src/container/ring/
ring.go 82 // them removes the elements between r and s from the ring.
107 // Unlink removes n % r.Len() elements from the ring r, starting
  /prebuilts/go/linux-x86/src/container/ring/
ring.go 82 // them removes the elements between r and s from the ring.
107 // Unlink removes n % r.Len() elements from the ring r, starting
  /prebuilts/tools/common/proguard/proguard4.7/docs/
main.html 28 preverifier. It detects and removes unused classes, fields, methods, and
29 attributes. It optimizes bytecode and removes unused instructions. It renames
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java 46 * This delegates removes the android.jar from the bootstrap path and if
75 * Removes the android.jar from the bootstrap path if present.
  /system/bt/osi/include/
hash_map.h 93 // Removes data indexed by |key| from the hash_map. |hash_map| may not be NULL.
99 // Removes all elements in the hash_map. Calling this function will return the hash_map
list.h 74 // Removes |data| from the list. Neither |list| nor |data| may be NULL. If |data|
81 // Removes all elements in the list. Calling this function will return the list to the
  /external/guava/guava-tests/benchmark/com/google/common/collect/
ConcurrentHashMultisetBenchmark.java 274 * Removes a number of occurrences of the specified element from this
312 * Removes <b>all</b> occurrences of the specified element from this multiset.
313 * This method complements {@link Multiset#remove(Object)}, which removes only
330 * Removes exactly the specified number of occurrences of {@code element}, or
368 * Adds or removes occurrences of {@code element} such that the {@link #count}
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
StructuralWhitespaceStripper.java 93 * Where data commands become empty they are replaced with Noop commands, which effectively removes
202 * Removes leading whitespace (including first newline) from the given string. The text must start
214 * Removes trailing whitespace (if present) from the given string.
249 * Removes whitespace from the end of the given data command (replacing it with a Noop command if
264 * Removes all data commands collected while chomping the current line and clears the given list.
  /frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java 279 * Removes value from given array if present, providing set-like behavior.
322 * Removes value from given array if present, providing set-like behavior.
345 * Removes value from given array if present, providing set-like behavior.
388 * Removes value from given array if present, providing set-like behavior.
499 * Removes elements that match the predicate in an efficient way that alters the order of
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArraySet.java 198 * Removes all of the elements from this set.
206 * Removes the specified element from this set if it is present.
207 * More formally, removes an element {@code e} such that
306 * Removes from this set all of its elements that are contained in the
328 * specified collection. In other words, removes from this set all of
DelayQueue.java 154 * Retrieves and removes the head of this queue, or returns {@code null}
174 * Retrieves and removes the head of this queue, waiting if necessary
215 * Retrieves and removes the head of this queue, waiting if necessary
361 * Atomically removes all of the elements from this delay queue.
455 * Removes a single instance of the specified element from this
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
GlobalProjectMonitor.java 366 * Removes an existing file listener.
395 * Removes an existing folder listener.
436 * Removes an existing project listener.
452 * Removes an existing Resource Event listener.
468 * Removes an existing Raw Delta listener.
  /external/guava/guava/src/com/google/common/collect/
MinMaxPriorityQueue.java 58 * removes its greatest element according to its comparator (which might be the
133 * removes its greatest element (according to its comparator), which might be
183 * beyond this bound, it immediately removes its greatest element (according
314 * Removes and returns the least element of this queue, or returns {@code
322 * Removes and returns the least element of this queue.
339 * Removes and returns the greatest element of this queue, or returns {@code
347 * Removes and returns the greatest element of this queue.
367 * Removes the element at position {@code index}.
446 * Removes and returns the value at {@code index}.
813 // Removes only this exact instance, not others that are equals(
    [all...]
  /libcore/ojluni/src/main/java/java/util/
LinkedList.java 262 * Removes and returns the first element from this list.
275 * Removes and returns the last element from this list.
343 * Removes the first occurrence of the specified element from this list,
345 * unchanged. More formally, removes the element with the lowest index
445 * Removes all of the elements from this list.
516 * Removes the element at the specified position in this list. Shifts any
667 * Retrieves and removes the head (first element) of this list.
678 * Retrieves and removes the head (first element) of this list.
751 * Retrieves and removes the first element of this list,
764 * Retrieves and removes the last element of this list
    [all...]
  /external/opencv3/modules/photo/include/opencv2/
photo.hpp 129 @param h Parameter regulating filter strength. Big h value perfectly removes noise but also
130 removes image details, smaller h value preserves details but also preserves some noise
155 perfectly removes noise but also removes image details, smaller h
180 removes noise but also removes image details, smaller h value preserves details but also preserves
212 perfectly removes noise but also removes image details, smaller h
240 perfectly removes noise but also removes image details, smaller
    [all...]
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/
LinkList.h 150 // Removes a node and optionally returns the item.
224 // RemoveBack: Removes the tail of the list and returns the value.
238 // RemoveFront: Removes the head of the list and returns the value.
  /external/replicaisland/src/com/replica/replicaisland/
FixedSizeArray.java 76 * Searches for an object and removes it from the array if it is found. Other indexes in the
89 * Removes the specified index from the array. Subsequent entries in the array are shifted up
108 * Removes the last element in the array and returns it. This method is faster than calling
  /frameworks/base/core/java/android/util/
SparseBooleanArray.java 36 * HashMap, since lookups require a binary search and adds and removes require inserting
108 * Removes the mapping from the specified key, if there was any.
219 * Removes all key-value mappings from this SparseBooleanArray.
  /frameworks/support/compat/java/android/support/v4/util/
SparseArrayCompat.java 95 * Removes the mapping from the specified key, if there was any.
116 * Removes the mapping at the specified index.
306 * Removes all key-value mappings from this SparseArray.

Completed in 1579 milliseconds

<<11121314151617181920>>