Searched defs:History (Results 1 - 10 of 10) sorted by relevance

/external/jline/src/src/main/java/jline/
H A DHistory.java17 public class History { class
27 public History() { method in class:History
31 * Construstor: initialize History object the the specified {@link File} for
34 public History(final File historyFile) throws IOException { method in class:History
/external/libedit/src/
H A Dhistedit.h183 * ==== History ====
186 typedef struct history History; typedef in typeref:struct:history
194 * History access functions.
196 History * history_init(void);
197 void history_end(History *);
199 int history(History *, HistEvent *, int, ...);
288 * ==== History ====
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp889 // History contains relevant DBG_VALUE instructions for Var and instructions
891 SmallVectorImpl<const MachineInstr*> &History = DbgValues[Var]; local
892 if (History.empty())
894 const MachineInstr *MInsn = History.front();
916 assert(MInsn->isDebugValue() && "History must begin with debug value");
925 if (History.size() <= 1 || (History.size() == 2 &&
926 MInsn->isIdenticalTo(History.back()))) {
935 HI = History.begin(), HE = History
1149 SmallVectorImpl<const MachineInstr*> &History = DbgValues[Var]; local
1168 << "\\t" << *History[History.size() - 2] << "\\n"); local
1221 SmallVectorImpl<const MachineInstr*> &History = HistI->second; local
1243 SmallVectorImpl<const MachineInstr*> &History = I->second; local
[all...]
/external/jline/
H A Djline-1.0.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/ANSIBuffer$ANSICodes.class ANSIBuffer.java ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 316 milliseconds