Searched defs:undo (Results 1 - 25 of 27) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb309 def undo( number_of_operations = 1 ) method in class:ANTLR3
/external/kernel-headers/original/uapi/linux/
H A Dsem.h7 #define SEM_UNDO 0x1000 /* undo the operation on exit */
30 struct sem_undo *undo; /* undo requests on this array */ member in struct:semid_ds
86 #define SEMUME SEMOPM /* max num of undo entries per process */
87 #define SEMMNU SEMMNS /* num of undo structures system wide */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.pb_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
H A DScriptEditor.java304 undo();
534 private void undo() { method in class:ScriptEditor
/external/elfutils/src/
H A Dunstrip.c986 Elf_Scn *undo = NULL;
994 undo = sec->scn;
1002 if (undo != NULL)
1008 Elf_Data *undodata = elf_rawdata (undo, NULL);
984 Elf_Scn *undo = NULL; local
/external/regex-re2/lib/codereview/
H A Dcodereview.py692 desc_re = '^(.+: |(tag )?(release|weekly)\.|fix build|undo CL)'
753 elif re.search('<enter reason for undo>', clx.desc):
754 if promptyesno(ui, "change list description omits reason for undo\nre-edit (y/n)?"):
1399 # hg clpatch / undo / release-apply / download
1418 def undo(ui, repo, clname, **opts): function
1419 """undo the effect of a CL
1423 you can add the reason for the undo to the description.
1426 return "cannot run hg undo outside default branch"
1427 return clpatch_or_undo(ui, repo, clname, opts, mode="undo")
1496 undoHeader = """undo C
[all...]
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jar ... org/eclipse/text/ org/eclipse/text/edits/ org/eclipse/text/undo/ org/eclipse/jface/ org/eclipse/jface/text/ org/eclipse/jface ...
/external/mksh/src/
H A Dedit.c3497 static struct edstate *undo; variable in typeref:struct:edstate
3561 undo = &undobuf;
3969 if (es->cursor == undo->cursor) {
3976 if (es->cursor >= undo->linelen)
3979 es->cbuf[es->cursor] = undo->cbuf[es->cursor];
4110 undo->winleft = es->winleft;
4111 memmove(undo->cbuf, es->cbuf, es->linelen);
4112 undo->linelen = es->linelen;
4113 undo->cursor = es->cursor;
4411 es = undo;
[all...]
/external/toybox/generated/
H A Dglobals.h168 int numlen, undo, undolen; member in struct:hexedit_data
/external/v8/src/regexp/
H A Djsregexp.cc1309 // need to undo a setting on backtrack, because we
1337 // Prepare for the undo-action (e.g., push if it's going to be popped).
1386 // Generate deferred actions here along with code to undo them again.
1411 Label undo; local
1412 assembler->PushBacktrack(&undo);
1422 assembler->Bind(&undo);
/external/valgrind/include/vki/
H A Dvki-linux.h1193 void/*struct sem_undo */*undo; /* undo requests on this array */ member in struct:vki_semid_ds
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/v3/runtime/
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/ ...

Completed in 426 milliseconds

12