Searched refs:History (Results 1 – 25 of 286) sorted by relevance
12345678910>>...12
/external/libedit/src/ |
D | history.c | 104 private int history_setsize(TYPE(History) *, TYPE(HistEvent) *, int); 105 private int history_getsize(TYPE(History) *, TYPE(HistEvent) *); 106 private int history_setunique(TYPE(History) *, TYPE(HistEvent) *, int); 107 private int history_getunique(TYPE(History) *, TYPE(HistEvent) *); 108 private int history_set_fun(TYPE(History) *, TYPE(History) *); 109 private int history_load(TYPE(History) *, const char *); 110 private int history_save(TYPE(History) *, const char *); 111 private int history_prev_event(TYPE(History) *, TYPE(HistEvent) *, int); 112 private int history_next_event(TYPE(History) *, TYPE(HistEvent) *, int); 113 private int history_next_string(TYPE(History) *, TYPE(HistEvent) *, const Char *); [all …]
|
D | histedit.h | 186 typedef struct history History; typedef 196 History * history_init(void); 197 void history_end(History *); 199 int history(History *, HistEvent *, int, ...);
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunication.cpp | 35 GDBRemoteCommunication::History::History (uint32_t size) : in History() function in GDBRemoteCommunication::History 44 GDBRemoteCommunication::History::~History () in ~History() 49 GDBRemoteCommunication::History::AddPacket (char packet_char, in AddPacket() 66 GDBRemoteCommunication::History::AddPacket (const std::string &src, in AddPacket() 84 GDBRemoteCommunication::History::Dump (lldb_private::Stream &strm) const in Dump() 105 GDBRemoteCommunication::History::Dump (lldb_private::Log *log) const in Dump() 180 m_history.AddPacket (ch, History::ePacketTypeSend, bytes_written); in SendAck() 193 m_history.AddPacket (ch, History::ePacketTypeSend, bytes_written); in SendNack() 231 …m_history.AddPacket (packet.GetString(), packet.GetSize(), History::ePacketTypeSend, bytes_written… in SendPacketNoLock() 465 … m_history.AddPacket (m_bytes.c_str(), total_length, History::ePacketTypeRecv, total_length); in CheckForPacket()
|
D | GDBRemoteCommunication.h | 121 class History 158 History (uint32_t size); 160 ~History (); 252 History m_history;
|
/external/lldb/include/lldb/Interpreter/ |
D | CommandHistory.h | 69 typedef std::vector<std::string> History; typedef 71 History m_history;
|
/external/libavc/common/arm/ |
D | ih264_arm_memory_barrier.s | 46 @* Revision History : 63 @* Revision History :
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.ascend | 132 ATTRIBUTE Ascend-Seconds-Of-History 238 integer 133 ATTRIBUTE Ascend-History-Weigh-Type 239 integer 201 VALUE Ascend-History-Weigh-Type History-Constant 0 202 VALUE Ascend-History-Weigh-Type History-Linear 1 203 VALUE Ascend-History-Weigh-Type History-Quadratic 2
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/ |
D | phrtab.utf | 9 ! History:
|
D | acctab.utf | 9 ! History:
|
/external/svox/pico_resources/tools/LingwareBuilding/ |
D | Readme.txt | 14 ! History:
|
/external/mesa3d/docs/ |
D | MESA_window_pos.spec | 122 Revision History
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_aut_spho3.utf | 9 ! History:
|
D | en-GB_kdt_posd.dtfmt | 9 ! History:
|
/external/lldb/tools/driver/ |
D | IOChannel.h | 142 History *m_history;
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
D | it-IT_kdt_posd.dtfmt | 9 ! History:
|
/external/lldb/source/Core/ |
D | CMakeLists.txt | 30 History.cpp
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/ |
D | de-DE_kdt_posd.dtfmt | 9 ! History:
|
D | de-DE_kdt_posp.dtfmt | 9 ! History:
|
D | de-DE_kdt_phr.dtfmt | 9 ! History:
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/ |
D | es-ES_kdt_posd.dtfmt | 9 ! History:
|
D | es-ES_kdt_posp.dtfmt | 9 ! History:
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_kdt_posd.dtfmt | 9 ! History:
|
D | en-US_kdt_phr.dtfmt | 9 ! History:
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/ |
D | fr-FR_kdt_posd.dtfmt | 9 ! History:
|
D | fr-FR_kdt_posp.dtfmt | 9 ! History:
|
12345678910>>...12