Searched refs:undo (Results 1 - 25 of 37) sorted by relevance

12

/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
74 #define SEMUME SEMOPM /* max num of undo entries per process */
75 #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.eclipse.ui.ide_3.6.2.M20101117-0800.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.sat4j.core_2.2.0.v20100429.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.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.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.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/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1629 virtual void undo() = 0;
1693 void undo() override {
1718 void undo() override {
1750 void undo() override {
1774 void undo() override {
1799 void undo() override {
1824 void undo() override {
1846 void undo() override {
1884 void undo() override {
1924 void undo() overrid
[all...]
/external/llvm/lib/Support/
H A Dregengine.inc646 case OLPAREN: /* must undo assignment if rest fails */
657 case ORPAREN: /* must undo assignment if rest fails */
/external/mksh/src/
H A Dedit.c3457 static struct edstate *undo; variable in typeref:struct:edstate
3521 undo = &undobuf;
3914 if (es->cursor == undo->cursor) {
3921 if (es->cursor >= undo->linelen)
3924 es->cbuf[es->cursor] = undo->cbuf[es->cursor];
4055 undo->winleft = es->winleft;
4056 memmove(undo->cbuf, es->cbuf, es->linelen);
4057 undo->linelen = es->linelen;
4058 undo->cursor = es->cursor;
4356 es = undo;
[all...]
/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/elfutils/src/src/
H A Dunstrip.c940 Elf_Scn *undo = NULL;
948 undo = sec->scn;
956 if (undo != NULL)
958 Elf_Data *undodata = elf_rawdata (undo, NULL);
938 Elf_Scn *undo = NULL; local
/external/chromium-trace/trace-viewer/third_party/six/
H A Dtest_six.py390 monkeypatch.undo()
/external/v8/src/
H A Djsregexp.cc1292 // need to undo a setting on backtrack, because we
1320 // Prepare for the undo-action (e.g., push if it's going to be popped).
1369 // Generate deferred actions here along with code to undo them again.
1394 Label undo; local
1395 assembler->PushBacktrack(&undo);
1400 assembler->Bind(&undo);
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex52 the prologue. In fact, a single epilogue may undo the effect of the
/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/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/google-breakpad/
H A Dconfigure1397 --enable-silent-rules less verbose build output (undo: "make V=1")
1398 --disable-silent-rules verbose build output (undo: "make V=0")
/external/elfutils/src/
H A Dconfigure1439 --enable-silent-rules less verbose build output (undo: "make V=1")
1440 --disable-silent-rules verbose build output (undo: "make V=0")

Completed in 746 milliseconds

12