HomeSort by relevance Sort by last modified time
    Searched refs:removeItem (Results 26 - 50 of 135) sorted by null

12 3 4 5 6

  /hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp 180 mFrameSubscribers.removeItem((int) cookie);
184 mFrameDataSubscribers.removeItem((int) cookie);
188 mImageSubscribers.removeItem((int) cookie);
192 mRawSubscribers.removeItem((int) cookie);
196 mVideoSubscribers.removeItem((int) cookie);
200 mFrameSubscribers.removeItem((int) cookie);
201 mFrameDataSubscribers.removeItem((int) cookie);
202 mImageSubscribers.removeItem((int) cookie);
203 mRawSubscribers.removeItem((int) cookie);
204 mVideoSubscribers.removeItem((int) cookie)
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SessionManager.java 133 return removeItem(iid, MediaItemStatus.PLAYBACK_STATE_CANCELED);
356 private PlaylistItem removeItem(String iid, int state) {
391 removeItem(item.getItemId(), error ?
  /external/chromium_org/third_party/WebKit/Source/core/storage/
Storage.cpp 86 removeItem(name, exceptionState);
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPathSegListPropertyTearOff.cpp 79 SVGPathSegListPropertyTearOff::PassListItemType SVGPathSegListPropertyTearOff::removeItem(unsigned index, ExceptionState& exceptionState)
SVGPathSegListPropertyTearOff.h 103 PassListItemType removeItem(unsigned index, ExceptionState&);
SVGListPropertyTearOff.h 109 PassListItemTearOff removeItem(unsigned index, ExceptionState& exceptionState)
  /external/icu4c/tools/toolutil/
package.h 113 void removeItem(int32_t itemIndex);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 263 window.localStorage.removeItem('topics');
385 window.localStorage.removeItem('keywords');
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 263 window.localStorage.removeItem('topics');
385 window.localStorage.removeItem('keywords');
  /external/chromium_org/content/test/data/dom_storage/
sanity_check.js 40 storage.removeItem("foo");
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMStorageItemsView.js 230 domStorage.removeItem(oldText);
257 this.domStorage.removeItem(node.data.key);
EditFileSystemDialog.js 150 this._fileMappingsList.removeItem(entry.urlPrefix);
275 this._excludedFolderList.removeItem(entry.path);
  /external/chromium_org/third_party/WebKit/Source/web/
StorageAreaProxy.cpp 104 void StorageAreaProxy::removeItem(const String& key, ExceptionState& exceptionState, Frame* frame)
110 m_storageArea->removeItem(key, frame->document()->url());
  /system/core/include/utils/
KeyedVector.h 93 ssize_t removeItem(const KEY& key);
197 ssize_t KeyedVector<KEY,VALUE>::removeItem(const KEY& key) {
  /system/core/libpixelflinger/codeflinger/tinyutils/
KeyedVector.h 88 ssize_t removeItem(const KEY& key);
175 ssize_t KeyedVector<KEY,VALUE>::removeItem(const KEY& key) {
  /external/chromium_org/remoting/webapp/
oauth2.js 93 window.localStorage.removeItem(this.KEY_EMAIL_);
111 window.localStorage.removeItem(this.KEY_EMAIL_);
126 window.localStorage.removeItem(this.KEY_REFRESH_TOKEN_REVOKABLE_);
152 window.localStorage.removeItem(this.KEY_REFRESH_TOKEN_);
153 window.localStorage.removeItem(this.KEY_REFRESH_TOKEN_REVOKABLE_);
229 window.localStorage.removeItem(this.KEY_ACCESS_TOKEN_);
324 window.localStorage.removeItem(this.KEY_XSRF_TOKEN_);
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
SimpleMenu.java 106 public void removeItem(int itemId) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestMenu.java 99 public void removeItem(int id) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
MenuLoaderTest.java 112 public void removeItem(int id) {
  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 181 m_plugInMap.removeItem(rsPlugInPath);
  /frameworks/av/media/libmedia/
AudioParameter.cpp 122 mParameters.removeItem(key);
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.cpp 73 idx = mStates.removeItem(id);
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 143 list.removeItem(handle);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 97 menu.removeItem(R.id.menu_camera);
106 menu.removeItem(R.id.menu_toggleTitles);
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp 263 m_buffers.removeItem(bufferId);
272 m_programs.removeItem(program);
306 m_programs.removeItem(program);

Completed in 464 milliseconds

12 3 4 5 6