HomeSort by relevance Sort by last modified time
    Searched defs:remove (Results 176 - 200 of 791) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
CredentialsCache.java 40 authorizationHeaders.remove(callId);
76 li.remove();
110 * Remove a cached authorization header.
115 this.authorizationHeaders.remove(callId);
  /external/nist-sip/java/gov/nist/javax/sip/message/
HeaderIterator.java 81 public void remove() throws IllegalStateException { method in class:HeaderIterator
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 67 // Windows CE doesn't have the remove C function.
68 int remove(const char* path) { function in namespace:testing::internal::__anon9213
436 remove(testdata_file_.c_str());
437 remove(unique_file0_.c_str());
438 remove(unique_file1_.c_str());
443 remove(testdata_file_.c_str());
444 remove(unique_file0_.c_str());
445 remove(unique_file1_.c_str());
  /external/protobuf/python/google/protobuf/internal/
containers.py 131 def remove(self, elem): member in class:RepeatedScalarFieldContainer
132 """Removes an item from the list. Similar to list.remove()."""
133 self._values.remove(elem)
  /external/skia/src/animator/
SkDisplayList.cpp 134 void SkDisplayList::remove(SkActive* active) { function in class:SkDisplayList
137 fActiveList.remove(index); // !!! could use shuffle instead
  /external/stlport/stlport/stl/
_slist.c 119 void slist<_Tp,_Alloc>::remove(const _Tp& __val) { function in class:_Alloc
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalueiterator_p.h 46 inline void remove();
134 inline void QScriptValueIteratorPrivate::remove() function in class:QScriptValueIteratorPrivate
141 m_idx.remove();
  /external/webkit/Source/JavaScriptCore/wtf/
HashCountedSet.h 64 bool remove(const ValueType&);
65 bool remove(iterator);
153 inline bool HashCountedSet<Value, HashFunctions, Traits>::remove(const ValueType& value) function in class:WTF::HashCountedSet
155 return remove(find(value));
159 inline bool HashCountedSet<Value, HashFunctions, Traits>::remove(iterator it) function in class:WTF::HashCountedSet
172 m_impl.remove(it);
188 m_impl.remove(it);
WTFThreadData.h 64 bool remove(StringImpl* r) function in class:JSC::IdentifierTable
69 m_table.remove(iter);
  /external/webkit/Source/WebCore/dom/
DocumentMarker.h 47 // and CorrectionIndicator. However, if user further modifies such text, we would remove
68 void remove(const MarkerTypes& types) { m_mask &= ~types.m_mask; } function in class:WebCore::DocumentMarker::MarkerTypes
  /external/webkit/Source/WebCore/platform/leveldb/
LevelDBDatabase.cpp 131 bool LevelDBDatabase::remove(const LevelDBSlice& key) function in class:WebCore::LevelDBDatabase
  /external/webkit/Source/WebKit/chromium/public/
WebFileSystem.h 43 // FIXME(zelidrag): Remove this define once Chromium side catches up.
65 // It is an error to try to remove a directory that is not empty.
68 virtual void remove(const WebString& path, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); } function in class:WebKit::WebFileSystem
  /external/webkit/Source/WebKit/chromium/src/
AsyncFileSystemChromium.cpp 74 void AsyncFileSystemChromium::remove(const String& path, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) function in class:WebCore::AsyncFileSystemChromium
76 m_webFileSystem->remove(path, new WebKit::WebFileSystemCallbacksImpl(callbacks));
  /frameworks/base/core/java/android/app/
FragmentTransaction.java 47 * essentially the same as calling {@link #remove(Fragment)} for all
64 * Remove an existing fragment. If it was added to a container, its view
71 public abstract FragmentTransaction remove(Fragment fragment); method in class:FragmentTransaction
  /frameworks/base/core/java/android/content/
SharedPreferences.java 145 * are done first, regardless of whether you called remove before
148 * @param key The name of the preference to remove.
153 Editor remove(String key); method in interface:SharedPreferences.Editor
156 * Mark in the editor to remove <em>all</em> values from the
  /frameworks/base/core/java/android/nfc/
NfcFragment.java 45 * Remove NfcFragment from activity.
47 public static void remove(Activity activity) { method in class:NfcFragment
54 manager.beginTransaction().remove(fragment).commitAllowingStateLoss();
  /frameworks/base/libs/hwui/
Program.cpp 153 void Program::remove() { function in class:android::uirenderer::Program
  /frameworks/base/libs/hwui/utils/
SortedListImpl.cpp 117 ssize_t SortedListImpl::remove(const void* item) { function in class:android::uirenderer::SortedListImpl
  /frameworks/base/libs/rs/
rsObjectBase.cpp 48 // While the normal practice is to call remove before we call
51 // cases we need to remove ourself here.
53 remove();
102 ref->remove();
178 void ObjectBase::remove() const { function in class:ObjectBase
179 //LOGV("calling remove rsc %p", mRSC);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 102 public Entry remove(IBinder key) { method in class:NotificationData
105 mEntries.remove(e);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
BroadcastInterceptingContext.java 116 i.remove();
129 i.remove();
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDeviceList.java 83 public boolean remove(WifiP2pDevice device) { method in class:WifiP2pDeviceList
85 return mDevices.remove(device);
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
ExportTestProvider.java 66 public void remove() { method in class:ExportTestProvider.MockEntityIterator
67 throw new UnsupportedOperationException("remove not supported");
  /hardware/msm7k/libgralloc/
allocator.h 85 NODE* remove(NODE* node) { function in class:LinkedList
  /hardware/msm7k/libgralloc-qsd8k/
allocator.h 86 NODE* remove(NODE* node) { function in class:LinkedList

Completed in 601 milliseconds

1 2 3 4 5 6 78 91011>>