/external/apache-harmony/support/src/test/java/tests/support/ |
Support_CollectionTest.java | 55 // remove 56 assertTrue("CollectionTest - a) remove did not work", col 57 .remove(new Integer(101))); 58 assertTrue("CollectionTest - b) remove did not work", !col 70 col.remove(new Integer(101));
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
ObjectPool.java | 112 // Remove object from end of free pool. 113 Object result = freeStack.remove(freeStack.size() - 1); 147 // Remove object from end of free pool. 148 Object result = freeStack.remove(freeStack.size() - 1); 164 // Remove safety. -sb
|
/external/avahi/avahi-sharp/ |
DomainBrowser.cs | 93 remove { 94 addListeners.Remove (value); 105 remove { 106 removeListeners.Remove (value); 187 infos.Remove (info);
|
ServiceTypeBrowser.cs | 86 remove { 87 addListeners.Remove (value); 98 remove { 99 removeListeners.Remove (value); 186 infos.Remove (info);
|
/external/ceres-solver/cmake/ |
uninstall.cmake.in | 48 # so that we can remove it at the end. 53 # remove it, and we do not want to remove files pertaining to anyone else. 65 -E remove "$ENV{DESTDIR}${INSTALLED_FILE}" 89 "Failed to remove: \"$ENV{DESTDIR}${CERES_INCLUDE_INSTALL_ROOT\"")
|
/external/clang/test/SemaCXX/ |
warn-pessmizing-move.cpp | 28 // expected-note@-2{{remove std::move call}} 47 // expected-note@-2{{remove std::move call}} 69 // expected-note@-2{{remove std::move call}} 74 // expected-note@-2{{remove std::move call}} 85 // expected-note@-2{{remove std::move call}} 90 // expected-note@-2{{remove std::move call}} 101 // expected-note@-2{{remove std::move call}} 106 // expected-note@-2{{remove std::move call}} 114 // expected-note@-2{{remove std::move call}} 119 // expected-note@-2{{remove std::move call} [all...] |
/external/guava/guava/src/com/google/common/collect/ |
ForwardingQueue.java | 64 public E remove() { method in class:ForwardingQueue 65 return delegate().remove(); 109 * A sensible definition of {@link #poll} in terms of {@link #remove}. If you 110 * override {@link #remove}, you may wish to override {@link #poll} to forward 117 return remove();
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
ACallCommand.java | 125 // Remove child 132 if(this._macro_.remove(child)) 137 if(this._arguments_.remove(child)) 167 i.remove(); 185 i.remove();
|
ADefCommand.java | 156 // Remove child 163 if(this._macro_.remove(child)) 168 if(this._arguments_.remove(child)) 204 i.remove(); 222 i.remove();
|
/external/libcxx/test/std/containers/sequences/list/list.ops/ |
remove.pass.cpp | 12 // void remove(const value_type& value); 36 c.remove(3); 43 c.remove(c.front()); 52 c.remove(c.front()); 65 c.remove(3);
|
/external/libvorbis/vq/ |
make_floor_books.pl | 41 die "Couldn't remove file.\n\tcommand:$command\n" 64 die "Couldn't remove temp file.\n\tcommand:$command\n" 89 die "Couldn't remove temporary output file.\n\tcommand:$command\n" 94 die "Couldn't remove temporary output file.\n\tcommand:$command\n" 103 die "Couldn't remove temp files.\n\tcommand:$command\n"
|
/external/libvpx/ |
lint_config.sh | 56 # Remove all spaces. 59 # Remove #define in the header file. 62 # Remove equ in the ASM file. 66 # Remove %define in YASM ASM files. 69 # Remove useless comma in gas style assembly file.
|
/external/llvm/unittests/Support/ |
LockFileManagerTest.cpp | 43 EC = sys::fs::remove(StringRef(TmpDir)); 72 EC = sys::fs::remove(StringRef(TmpFileLock)); 85 EC = sys::fs::remove(StringRef(TmpDir)); 118 EC = sys::fs::remove("inner"); 123 EC = sys::fs::remove(StringRef(TmpDir));
|
/external/nist-sip/java/gov/nist/core/ |
MultiValueMapImpl.java | 125 // remove(K, V) conflicts with a Map method added in 1.8. http://b/27426743 126 /*public Object remove(String key, V item) { 131 return list.remove(item); 143 public List<V> remove(Object key) { method in class:MultiValueMapImpl 144 return map.remove(key);
|
/external/proguard/src/proguard/gui/ |
boilerplate.pro | 93 # Remove - System method calls. Remove all invocations of System 107 # Remove - Math method calls. Remove all invocations of Math 156 # Remove - Number method calls. Remove all invocations of Number 273 # Remove - String method calls. Remove all invocations of String 330 # Remove - StringBuffer method calls. Remove all invocations of StringBuffe [all...] |
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/ |
RecursiveSortedSetTest.java | 66 assertTrue(set.remove("ggg")); 67 // assertFalse(set.remove("ggg"));??? 68 assertTrue(set.remove("hhh")); 78 assertTrue(set.remove(beanWithSet)); 79 assertFalse(set.remove(beanWithSet));
|
/external/testng/src/main/java/org/testng/internal/ |
ConfigurationGroupMethods.java | 79 methodsInGroup.remove(method);
106 Object success= methods.remove(method);
108 log("Couldn't remove beforeGroups method " + method + " for group " + group);
131 m_beforeGroupsMethods.remove(group);
138 m_afterGroupsMethods.remove(group);
|
/external/toybox/toys/posix/ |
rm.c | 1 /* rm.c - remove files 15 Remove each argument from the filesystem. 17 -f force: remove without confirmation, no error if it doesn't exist 19 -rR recursive: remove directory contents 33 // Intentionally fail non-recursive attempts to remove even an empty dir
|
/external/v8/src/crankshaft/ |
hydrogen-store-elimination.cc | 42 // Remove any unobserved stores overwritten by this store. 69 unobserved_.Remove(i); 71 // TODO(titzer): remove map word clearing from folded allocations. 77 TRACE(("-- Might remove store S%d\n", store->id())); 91 unobserved_.Remove(i);
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
MediaStream.java | 76 audioTracks.remove(track); 84 videoTracks.remove(track); 85 preservedVideoTracks.remove(track); 92 // Remove and release previously added audio and video tracks. 103 // Remove, but do not release preserved video tracks.
|
/libcore/support/src/test/java/tests/support/ |
Support_CollectionTest.java | 54 // remove 55 assertTrue("CollectionTest - a) remove did not work", col 56 .remove(new Integer(101))); 57 assertTrue("CollectionTest - b) remove did not work", !col 69 col.remove(new Integer(101));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
local_lim.h | 23 runtime and therefore the macro must not be defined. Remove this 41 /* Have to remove NR_OPEN? */ 46 /* Have to remove LINK_MAX? */ 51 /* Have to remove OPEN_MAX? */ 56 /* Have to remove ARG_MAX? */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
local_lim.h | 23 runtime and therefore the macro must not be defined. Remove this 41 /* Have to remove NR_OPEN? */ 46 /* Have to remove LINK_MAX? */ 51 /* Have to remove OPEN_MAX? */ 56 /* Have to remove ARG_MAX? */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
local_lim.h | 23 runtime and therefore the macro must not be defined. Remove this 41 /* Have to remove NR_OPEN? */ 46 /* Have to remove LINK_MAX? */ 51 /* Have to remove OPEN_MAX? */ 56 /* Have to remove ARG_MAX? */
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
DefaultItemAnimator.java | 31 * animations on remove, add, and move events that happen to the items in 106 // First, remove stuff 125 mMovesList.remove(moves); 148 mChangesList.remove(changes); 171 mAdditionsList.remove(additions); 210 mRemoveAnimations.remove(holder); 243 mAddAnimations.remove(holder); 305 mMoveAnimations.remove(holder); 364 mChangeAnimations.remove(changeInfo.oldHolder); 385 mChangeAnimations.remove(changeInfo.newHolder) [all...] |