/external/skia/include/core/ |
SkDevice.h | 77 /** Helper to erase the entire device to the specified color (including
|
/external/srec/tools/grxmlcompile/ |
hashmap.cpp | 65 m_Map.erase( index );
|
/external/stlport/stlport/stl/ |
_slist.h | 676 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);
|
_string.c | 225 erase(begin() + __n, end()); 246 erase(begin() + __n, end()); 378 erase(__first + __n, __last); 399 erase(__first + __n, __last);
|
_rope.h | 1857 void erase(size_t __p, size_t __n) { function in class:rope 1863 void erase(size_t __p) { function in class:rope 1930 iterator erase(const iterator& __p, const iterator& __q) { function in class:rope 1935 iterator erase(const iterator& __p) { function in class:rope [all...] |
/external/webkit/WebKit/chromium/src/ |
WebAccessibilityCacheImpl.cpp | 134 // Erase element from reverse hashmap.
|
/external/yaffs2/yaffs2/direct/ |
yaffs_fileem2k.c | 312 T(YAFFS_TRACE_ALWAYS,("Attempt to erase non-existant block %d\n",blockNumber));
|
/external/yaffs2/yaffs2/ |
yaffs_mtdif.c | 229 retval = mtd->erase(mtd, &ei);
|
/frameworks/base/core/java/android/app/backup/ |
IBackupManager.aidl | 43 * Erase all backed-up data for the given package from the storage
|
/frameworks/base/docs/html/guide/topics/search/ |
index.jd | 94 should protect that data very carefully and erase it as soon as possible.</p>
|
/frameworks/base/libs/surfaceflinger/ |
MessageQueue.cpp | 48 mList.erase(pos);
|
/frameworks/base/tools/localize/ |
xmb.cpp | 46 attrs.erase(attrs.begin()+i);
|
/packages/apps/Settings/src/com/android/settings/ |
MasterClear.java | 38 * has defined one, followed by a final strongly-worded "THIS WILL ERASE EVERYTHING
|
MediaFormat.java | 40 * has defined one, followed by a final strongly-worded "THIS WILL ERASE EVERYTHING
|
/sdk/layoutlib_utils/src/com/android/layoutlib/utils/ |
ValueResourceParser.java | 218 // offset the buffer to erase the \
|
/system/core/fastboot/ |
fastboot.c | 219 " erase <partition> erase a flash partition\n" 228 " -w erase userdata and cache\n" 606 } else if(!strcmp(*argv, "erase")) {
|
/system/core/libnetutils/ |
dhcp_utils.c | 140 /* Erase any previous setting of the dhcp result property */
|
/system/core/nexus/ |
CommandListener.cpp | 108 it = src->erase(it);
|
Property.cpp | 199 it = mProperties->erase(it);
|
/system/netd/ |
TetherController.cpp | 239 mInterfaces->erase(it);
|
/external/opencore/doc/oscl_html/ |
classOscl__TagTree.html | 42 <tr><td nowrap align=right valign=top>void </td><td valign=bottom><a class="el" href="classOscl__TagTree.html#a12">erase</a> (<a class="el" href="structOscl__TagTree_1_1iterator.html">iterator</a> position)</td></tr> 43 <tr><td nowrap align=right valign=top><a class="el" href="classOscl__TagTree.html#s6">size_type</a> </td><td valign=bottom><a class="el" href="classOscl__TagTree.html#a13">erase</a> (const <a class="el" href="classOscl__TagTree.html#s1">tag_base_type</a> &x)</td></tr> 614 <a name="a13" doxytag="Oscl_TagTree::erase"></a><p> 624 <td class="md" nowrap valign="top"> <a class="el" href="classOscl__TagTree.html#s6">size_type</a> Oscl_TagTree< T, Alloc >::erase </td> 647 Tag of node to erase</td></tr> 653 <a name="a12" doxytag="Oscl_TagTree::erase"></a><p> 663 <td class="md" nowrap valign="top"> void Oscl_TagTree< T, Alloc >::erase </td>
|
classOscl__Vector.html | 49 <tr><td nowrap align=right valign=top><a class="el" href="classOscl__Vector.html#s4">iterator</a> </td><td valign=bottom><a class="el" href="classOscl__Vector.html#a19">erase</a> (<a class="el" href="classOscl__Vector.html#s4">iterator</a> pos)</td></tr> 50 <tr><td nowrap align=right valign=top><a class="el" href="classOscl__Vector.html#s4">iterator</a> </td><td valign=bottom><a class="el" href="classOscl__Vector.html#a20">erase</a> (<a class="el" href="classOscl__Vector.html#s4">iterator</a> first, <a class="el" href="classOscl__Vector.html#s4">iterator</a> last)</td></tr> 555 <a name="a20" doxytag="Oscl_Vector::erase"></a><p> 565 <td class="md" nowrap valign="top"> <a class="el" href="classOscl__Vector.html#s4">iterator</a> Oscl_Vector< T, Alloc >::erase </td> 604 <a name="a19" doxytag="Oscl_Vector::erase"></a><p> 614 <td class="md" nowrap valign="top"> <a class="el" href="classOscl__Vector.html#s4">iterator</a> Oscl_Vector< T, Alloc >::erase </td> 637 iterator at erase position </td></tr> [all...] |
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
tscmain.cpp | [all...] |
/external/opencore/nodes/pvdummyoutputnode/src/ |
pvmf_dummy_fileoutput_node.cpp | 640 iPortActivityQueue.erase(&iPortActivityQueue[i]); 818 //Erase the command from the queue. 819 aCmdQ.Erase(&aCmd); 843 iPortActivityQueue.erase(&iPortActivityQueue.front()); [all...] |
/external/opencore/nodes/pvfileoutputnode/src/ |
pvmf_fileoutput_node.cpp | 724 iPortActivityQueue.erase(&iPortActivityQueue[i]); [all...] |