Searched refs:History (Results 1 – 25 of 305) sorted by relevance
12345678910>>...13
/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/autotest/frontend/client/src/autotest/common/ |
D | CustomHistory.java | 5 import com.google.gwt.user.client.History; 41 History.addValueChangeHandler(this); in CustomHistory() 53 theInstance.processHistoryTokenString(History.getToken()); in processInitialToken() 97 History.newItem(token.toString()); in newItem()
|
/external/libavc/common/arm/ |
D | ih264_arm_memory_barrier.s | 46 @* Revision History : 63 @* Revision History :
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | TkoClient.java | 15 import com.google.gwt.user.client.History; 85 History.newItem(getSelectTestHistoryToken(testId).toString()); in onSelectTest()
|
D | SavedQueriesControl.java | 21 import com.google.gwt.user.client.History; 142 History.newItem(HISTORY_TOKEN + "=" + idString); in onChange()
|
/external/autotest/frontend/client/src/autotest/common/ui/ |
D | TabView.java | 11 import com.google.gwt.user.client.History; 118 History.newItem(historyToken.toString()); in openHistoryToken()
|
/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 | acctab.utf | 9 ! History:
|
D | phrtab.utf | 9 ! History:
|
/external/svox/pico_resources/tools/LingwareBuilding/ |
D | Readme.txt | 14 ! 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:
|
D | en-GB_kdt_phr.dtfmt | 9 ! History:
|
/external/mesa3d/docs/ |
D | MESA_window_pos.spec | 122 Revision History
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/ |
D | de-DE_kdt_posd.dtfmt | 9 ! History:
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
D | it-IT_kdt_posd.dtfmt | 9 ! History:
|
D | it-IT_kdt_posp.dtfmt | 9 ! History:
|
D | it-IT_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_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_phr.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_posp.dtfmt | 9 ! History:
|
12345678910>>...13