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

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/audio_processing/transient/
dyadic_decimator.h 36 // Performs a dyadic decimation: removes every odd/even member of a sequence
  /external/webrtc/webrtc/modules/desktop_capture/x11/
shared_x_display.h 62 // Removes event |handler| added using |AddEventHandler|. Doesn't do anything
  /external/webrtc/webrtc/p2p/base/
stunserver.h 26 // Removes the STUN server from the socket and deletes the socket.
  /external/webrtc/webrtc/test/testsupport/
iosfileutils.mm 44 // therefore removes any prepended folders and uses only the actual file name.
  /external/webrtc/webrtc/video/
encoder_state_feedback.h 41 // Removes a registered ViEEncoder.
  /external/zopfli/
README.zopflipng 6 - removes all chunks that are unimportant for the typical web use (metadata,
  /frameworks/base/core/java/android/util/
LongSparseLongArray.java 35 * HashMap, since lookups require a binary search and adds and removes require inserting
113 * Removes the mapping from the specified key, if there was any.
124 * Removes the mapping at the given index.
214 * Removes all key-value mappings from this SparseIntArray.
SparseIntArray.java 37 * HashMap, since lookups require a binary search and adds and removes require inserting
113 * Removes the mapping from the specified key, if there was any.
124 * Removes the mapping at the given index.
222 * Removes all key-value mappings from this SparseIntArray.
SparseLongArray.java 35 * HashMap, since lookups require a binary search and adds and removes require inserting
111 * Removes the mapping from the specified key, if there was any.
122 * Removes the mapping at the given index.
212 * Removes all key-value mappings from this SparseIntArray.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DejankUtils.java 59 * Removes a previously scheduled runnable.
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
ObservableMap.java 42 * Removes a previously added callback.
  /frameworks/webview/chromium/plat_support/
draw_sw.h 10 // - it removes the need to have Chromium sources present in the tree in order
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_utils_list.h 45 /* This function walks through the list and removes consumed buffers based on total bytes. It then moves
  /hardware/intel/common/libva/
Makefile.am 27 # Extra clean files so that maintainer-clean removes *everything*
  /hardware/intel/common/libva/va/drm/
Makefile.am 57 # Extra clean files so that maintainer-clean removes *everything*
  /hardware/intel/common/libva/va/wayland/
Makefile.am 65 # Extra clean files so that maintainer-clean removes *everything*
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementRemoveAttributeNS.java 10 * The method removeAttributeNS removes an attribute by local name and namespace
  /packages/apps/Gallery/src/com/android/camera/gallery/
IImageList.java 85 * Removes the image at the ith position.
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
ConditionalFileFilter.java 49 * Removes the specified file filter.
  /prebuilts/go/darwin-x86/src/go/doc/
exports.go 14 // filterIdentList removes unexported names from list in place
39 // removeErrorField removes anonymous fields named "error" from an interface.
65 // filterFieldList removes unexported fields (field names) from the field list
241 // fileExports removes unexported declarations from src in place.
  /prebuilts/go/linux-x86/src/go/doc/
exports.go 14 // filterIdentList removes unexported names from list in place
39 // removeErrorField removes anonymous fields named "error" from an interface.
65 // filterFieldList removes unexported fields (field names) from the field list
241 // fileExports removes unexported declarations from src in place.
  /system/netd/server/
Network.cpp 46 // removes the string from the set.
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
ObjectGraph.py 78 visited, removes, orphans = filter_stack(self.graph, self, filters)
83 for node in removes:
86 return len(visited)-1, len(removes), len(orphans)
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
MockResponse.java 95 * Removes all HTTP headers including any "Content-Length" and
121 * Removes all headers named {@code name}, then adds a new header with the
130 * Removes all headers named {@code name}.
  /external/proguard/src/proguard/classfile/editor/
ClassEditor.java 77 * Removes the given interface.
146 * Removes the given field. Note that removing a field that is still being
216 * Removes the given method. Note that removing a method that is still being

Completed in 841 milliseconds

<<11121314151617181920>>