Searched defs:erase (Results 76 - 97 of 97) sorted by relevance

1234

/external/stlport/stlport/stl/
H A D_bvector.h603 erase(begin() + __n, end());
631 erase(__cur, end());
641 erase(_STLP_STD::copy(__first, __last, begin()), end());
790 iterator erase(iterator __position) { function in class:__BVECTOR_QUALIFIED
796 iterator erase(iterator __first, iterator __last) { function in class:__BVECTOR_QUALIFIED
802 erase(begin() + difference_type(__new_size), end());
811 void clear() { erase(begin(), end()); }
H A D_deque.h593 erase(begin() + __n, end());
628 erase(__cur, end());
646 erase(_STLP_STD::copy(__first, __last, begin()), end());
660 erase(_STLP_STD::copy(__first, __last, begin()), end());
818 erase(this->_M_start + __new_size, this->_M_finish);
835 iterator erase(iterator __pos) { function in class:deque
841 iterator erase(iterator __first, iterator __last) { function in class:deque
H A D_list.h518 iterator erase(iterator __pos) { function in class:list
529 iterator erase(iterator __first, iterator __last) { function in class:list
531 erase(__first++);
543 void pop_front() { erase(begin()); }
546 erase(--__tmp);
582 erase(__first1, __last1);
593 erase(__first1, __last1);
619 __x.erase(__i);
629 __x.erase(__first, __last);
640 if (__val == *__first) erase(__firs
[all...]
H A D_slist.h676 iterator erase(iterator __pos) function in class:slist
678 iterator erase(iterator __first, iterator __last) function in class:slist
760 __x.erase(__i);
775 __x.erase(__first, __last);
H A D_string.h406 erase(begin() + __n, end());
585 erase(__cur, this->end());
788 _Self& erase(size_type __pos = 0, size_type __n = npos) { function in class:basic_string
791 erase(begin() + __pos, begin() + __pos + (min) (__n, size() - __pos));
795 iterator erase(iterator __pos) { function in class:basic_string
802 iterator erase(iterator __first, iterator __last) { function in class:basic_string
812 // to erase followed by insert.)
H A D_tree.h457 // insert/erase
492 void erase(iterator __pos) { function in class:_Rb_tree
502 size_type erase(const key_type& __x) { function in class:_Rb_tree
505 erase(__p.first, __p.second);
512 erase(__i);
518 void erase(iterator __first, iterator __last) { function in class:_Rb_tree
523 while (__first != __last) erase(__first++);
526 void erase(const key_type* __first, const key_type* __last) { function in class:_Rb_tree
527 while (__first != __last) erase(*__first++);
H A D_vector.h353 erase(__cur, end());
596 //There is more elements to erase than element to move:
601 //There is more element to move than element to erase:
620 iterator erase(iterator __pos) { function in class:vector
626 iterator erase(iterator __first, iterator __last) { function in class:vector
641 erase(begin() + __new_size, end());
651 erase(begin(), end());
H A D_rope.h1859 void erase(size_t __p, size_t __n) { function in class:rope
1865 void erase(size_t __p) { function in class:rope
1866 erase(__p, __p + 1);
1931 // Iterator and range variants of erase
1932 iterator erase(const iterator& __p, const iterator& __q) { function in class:rope
1934 erase(__p_index, __q.index() - __p_index);
1937 iterator erase(const iterator& __p) { function in class:rope
1939 erase(__p_index, 1);
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_preferences.cc1142 MediaGalleryPrefId id, bool erase) {
1160 if (!erase && GetType(*dict, &type) &&
1237 result.erase(it->pref_id);
1141 EraseOrBlacklistGalleryById( MediaGalleryPrefId id, bool erase) argument
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp129 void erase(Value *v);
486 /// erase - Remove a value from the value numbering.
487 void ValueTable::erase(Value *V) { function in class:ValueTable
488 valueNumbering.erase(V);
625 VN.erase(I);
2599 VN.erase(CurInst);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js449 Contains Array Prototypes like each, contains, and erase.
544 erase: function(item){
822 erase: function(key){
1250 if (!fn.internal) this.$events[type].erase(fn);
1624 erase: function(prop){
1626 (property && property.erase) ? property.erase.apply(this) : this.removeProperty(prop);
1749 return this.getParent().getChildren(match, nocash).erase(this);
1916 erase: function(){
1956 html.erase
[all...]
/external/mksh/src/
H A Dedit.c48 int erase; member in struct:__anon28011
3292 edchars.erase = tty_state.c_cc[VERASE];
3303 if (edchars.erase == _POSIX_VDISABLE)
3304 edchars.erase = -1;
3317 if (edchars.erase >= 0) {
3318 bind_if_not_bound(0, edchars.erase, XFUNC_del_back);
3319 bind_if_not_bound(1, edchars.erase, XFUNC_del_bword);
3748 } else if (ch == edchars.erase || ch == CTRL('h')) {
3918 if (ch == edchars.erase || ch == CTRL('h')) {
5464 edchars.erase
[all...]
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dvms_x_fix.h1103 #define sys$erase SYS$ERASE
/external/mesa3d/include/GL/
H A Dvms_x_fix.h1103 #define sys$erase SYS$ERASE
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 294 milliseconds

1234