Home
last modified time | relevance | path

Searched refs:History (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/external/libedit/src/
Dhistory.c104 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 …]
Dhistedit.h186 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/
DCustomHistory.java5 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/python/cpython2/Lib/idlelib/idle_test/
Dtest_idlehistory.py7 from idlelib.IdleHistory import History
19 cls.history = History(cls.text)
78 self.history = History(text)
90 History = self.history
91 History.fetch(reverse)
98 Equal(History.prefix, prefix)
99 Equal(History.pointer, index)
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp891 SmallVectorImpl<const MachineInstr*> &History = DbgValues[Var]; in collectVariableInfo() local
892 if (History.empty()) in collectVariableInfo()
894 const MachineInstr *MInsn = History.front(); in collectVariableInfo()
925 if (History.size() <= 1 || (History.size() == 2 && in collectVariableInfo()
926 MInsn->isIdenticalTo(History.back()))) { in collectVariableInfo()
935 HI = History.begin(), HE = History.end(); HI != HE; ++HI) { in collectVariableInfo()
1149 SmallVectorImpl<const MachineInstr*> &History = DbgValues[Var]; in beginFunction() local
1150 if (History.empty()) { in beginFunction()
1161 const MachineInstr *Prev = History.back(); in beginFunction()
1164 if (History.size() >= 2 && in beginFunction()
[all …]
/external/libavc/common/arm/
Dih264_arm_memory_barrier.s46 @* Revision History :
63 @* Revision History :
/external/jline/src/src/main/java/jline/
DHistory.java17 public class History { class
27 public History() { in History() method in History
34 public History(final File historyFile) throws IOException { in History() method in History
DConsoleRunner.java46 reader.setHistory(new History (new File in main()
51 reader.setHistory(new History(new File in main()
/external/jline/src/src/test/java/jline/
DConsoleReaderTest.java155 private History createSeededHistory() { in createSeededHistory()
156 History history = new History(); in createSeededHistory()
/external/autotest/frontend/client/src/autotest/tko/
DTkoClient.java15 import com.google.gwt.user.client.History;
82 History.newItem(getSelectTestHistoryToken(testId).toString()); in onSelectTest()
/external/autotest/frontend/client/src/autotest/common/ui/
DTabView.java11 import com.google.gwt.user.client.History;
118 History.newItem(historyToken.toString()); in openHistoryToken()
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.ascend132 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/
Dacctab.utf9 ! History:
Dphrtab.utf9 ! History:
/external/ltp/testcases/open_posix_testsuite/functional/threads/
DREADME1 Revision History:
/external/svox/pico_resources/tools/LingwareBuilding/
DReadme.txt14 ! History:
/external/python/cpython2/Tools/webchecker/
DREADME9 History:
/external/mesa3d/docs/specs/
DMESA_window_pos.spec122 Revision History
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_aut_spho3.utf9 ! History:
Den-GB_kdt_posd.dtfmt9 ! History:
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/
Dde-DE_kdt_posd.dtfmt9 ! History:
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
Dfr-FR_kdt_posd.dtfmt9 ! History:
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/
Dit-IT_kdt_posd.dtfmt9 ! History:
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
Des-ES_kdt_posd.dtfmt9 ! History:
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_kdt_posd.dtfmt9 ! History:

12345678910>>...14