/external/stlport/stlport/stl/ |
_deque.c | 111 erase(_STLP_STD::copy(__x.begin(), __x.end(), this->_M_start), this->_M_finish); 272 //There are more elements to erase than elements to move 277 //There are more elements to move than elements to erase 300 //There are more elements to erase than elements to move 305 //There are more elements to move than elements to erase
|
_vector.c | 218 erase(_STLP_PRIV __fill_n(begin(), __n, __val), end());
|
/external/opencore/doc/oscl_html/ |
classOscl__Map.html | 52 <tr><td nowrap align=right valign=top>void </td><td valign=bottom><a class="el" href="classOscl__Map.html#a16">erase</a> (<a class="el" href="classOscl__Map.html#s7">iterator</a> position)</td></tr> 53 <tr><td nowrap align=right valign=top><a class="el" href="classOscl__Map.html#s9">size_type</a> </td><td valign=bottom><a class="el" href="classOscl__Map.html#a17">erase</a> (const <a class="el" href="classOscl__Map.html#s0">key_type</a> &x)</td></tr> 54 <tr><td nowrap align=right valign=top>void </td><td valign=bottom><a class="el" href="classOscl__Map.html#a18">erase</a> (<a class="el" href="classOscl__Map.html#s7">iterator</a> first, <a class="el" href="classOscl__Map.html#s7">iterator</a> last)</td></tr> 770 <a name="a18" doxytag="Oscl_Map::erase"></a><p> 780 <td class="md" nowrap valign="top"> void Oscl_Map< Key, T, Alloc, Compare >::erase </td> [all...] |
/external/opencore/engines/author/src/ |
pvauthorengine.cpp | 846 if (cmdPenCmd.GetCmdType() == PVAE_CMD_RESET) //dont erase RESET 870 // Erase command from command queue 873 iPendingCmds.erase(iPendingCmds.begin()); 880 // if there are pending commands, send command complete and erase them [all...] |
/external/opencore/pvmi/content_policy_manager/src/ |
cpm.cpp | 804 /* Erase the command from the queue */ 805 aCmdQ.Erase(&aCmd); 834 /* Erase the command from the queue */ 835 aCmdQ.Erase(&aCmd); 858 iInputCommands.Erase(&aCmd); 870 iInputCommands.Erase(&aCmd); [all...] |
/external/opencore/nodes/pvclientserversocketnode/src/ |
pvmf_clientserver_socket_node.cpp | 408 //erase the original command 409 aCmdQ.Erase(&aCmd); 487 //erase the original command 488 aCmdQ.Erase(&aCmd); 580 //Erase the command from the queue. 581 aCmdQ.Erase(&aCmd); [all...] |
/external/opencore/pvmi/pvmf/src/ |
pvmf_media_clock.cpp | 70 iMediaClockSetCallbackObjects.erase(&iMediaClockSetCallbackObjects[ii]); 169 iMediaClockSetCallbackObjects.erase(&iMediaClockSetCallbackObjects[ii]); 596 iClockObservers.erase(&iClockObservers[i]); [all...] |
/external/opencore/nodes/pvmp3ffparsernode/src/ |
pvmf_mp3ffparser_node.cpp | 223 iPortVector.Erase(&iPortVector.front()); 245 iMetadataVector.erase(iMetadataVector.begin()); 609 iInputCommands.Erase(&aCmd); 689 iInputCommands.Erase(&aCmd); 776 // Erase the command from the queue 777 aCmdQ.Erase(&aCmd); 822 iPortVector.Erase(&iPortVector.front()); [all...] |
/bootable/bootloader/legacy/usbloader/ |
usbloader.c | 407 if(memcmp(cmdbuf, "erase:", 6) == 0){ 418 tx_status("FAILfailed to erase partition");
|
/bootable/recovery/ |
recovery.c | 63 * --wipe_data - erase user data (and cache), then reboot 76 * -- after this, rebooting will restart the erase --
|
/external/grub/netboot/ |
3c595.h | 75 #define EEPROM_CMD_ERASE 0x00c0 /* Erase: Address required (5 bits) */ 76 #define EEPROM_CMD_EWEN 0x0030 /* Erase/Write Enable: No data required */
|
/external/opencore/engines/player/src/ |
pv_player_node_registry.cpp | 155 iNodeLibInfoList.erase(iNodeLibInfoList.begin()); 417 iRecognizerLibInfoList.erase(iRecognizerLibInfoList.begin());
|
pv_player_node_registry.h | 268 iRecognizerList.erase(iRecognizerList.begin() + i);
|
/external/opencore/nodes/streaming/streamingmanager/src/ |
pvmf_streaming_manager_node.cpp | 720 /* Erase the command from the queue */ 721 aCmdQ.Erase(&aCmd);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
tsc_mt.cpp | 214 iAvailableMuxEntryNumbers.erase(iAvailableMuxEntryNumbers.begin()); 333 iAvailableMuxEntryNumbers.erase(iAvailableMuxEntryNumbers.begin());
|
/system/core/nexus/ |
Supplicant.cpp | 230 i = mNetworks->erase(i); 409 mNetworks->erase(it);
|
/development/ide/emacs/ |
android-common.el | 166 (erase-buffer)))
|
/external/opencore/nodes/pvprotocolenginenode/base/src/ |
pvmf_protocol_engine_node_registry.cpp | 251 iNodeLibInfoList.erase(iNodeLibInfoList.begin());
|
/external/opencore/nodes/pvsocketnode/src/ |
pvmf_socket_port.cpp | 197 // Save message to output parameter and erase it from queue
|
/external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/ |
pvmi_mio_avi_wav_file.cpp | 121 iObservers.erase(iObservers.begin() + index); 386 iSentMediaData.erase(&iSentMediaData[ii]); 912 iCmdQueue.erase(iCmdQueue.begin()); [all...] |
/external/qemu/ |
curses.c | 225 erase();
|
/external/qemu/hw/ |
mmc.h | 150 #define CCC_ERASE (1<<5) /* (5) Ability to erase blocks */
|
/frameworks/base/core/java/android/os/ |
ParcelFileDescriptor.java | 74 * For use with {@link #open}: erase contents of file when opening.
|
/frameworks/base/core/java/com/android/internal/backup/ |
IBackupTransport.aidl | 85 * Erase the give application's data from the backup destination. This clears
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IccPhoneBookInterfaceManager.java | 167 * phone book or erase/format the whole phonebook. Currently the email field
|