Home
last modified time | relevance | path

Searched refs:undo (Results 1 – 25 of 104) sorted by relevance

12345

/external/toybox/toys/other/
Dhexedit.c33 int numlen, undo, undolen; argument
197 ll[TT.undo] = pos; in hexedit_main()
198 toybuf[(sizeof(long long)*UNDO_LEN)+TT.undo++] = TT.data[pos]; in hexedit_main()
200 TT.undo %= UNDO_LEN; in hexedit_main()
219 if (!TT.undo) TT.undo = UNDO_LEN; in hexedit_main()
220 pos = ll[--TT.undo]; in hexedit_main()
221 TT.data[pos] = toybuf[sizeof(long long)*UNDO_LEN+TT.undo]; in hexedit_main()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/llvm/test/Transforms/SimplifyCFG/
D2007-12-21-Crash.ll12 %undo.0.ph = phi i32 [ 0, %entry ], [ 1, %bb5.outer.loopexit ] ; <i32> [#uses=1]
24 %tmp12 = tail call i32 (...) @bar( i32 %undo.0.ph ) nounwind ; <i32> [#uses=0]
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.text_3.5.400.v20150505-1044.jar ... text/edits/ org/eclipse/text/undo/ org/eclipse/jface/ org/eclipse ...
/external/llvm/test/CodeGen/PowerPC/
Dppc64-crash.ll3 ; ModuleID = 'undo.c'
/external/kernel-headers/original/uapi/linux/
Dsem.h30 struct sem_undo *undo; /* undo requests on this array */ member
/external/ltrace/sysdeps/
DREADME4 The "clean" target of that Makefile must undo all the efects of the
/external/e2fsprogs/
DTODO242 layers on top of an existing I/O manager which provides an "undo"
243 functionality. This undo I/O manager takes will take two open I/O
244 managers, call them "base" and "undo". The "base" I/O manager is be
246 the I/O manager will check the "undo" I/O manager, using a file format
249 This is useful for allowing e2fsck to create an "undo" file, which
/external/iptables/extensions/
Dlibip6t_DNPT.man16 You have to use the SNPT target to undo the translation. Example:
Dlibip6t_SNPT.man16 You have to use the DNPT target to undo the translation. Example:
/external/llvm/test/CodeGen/X86/
Dforce-align-stack-alloca.ll35 ; Next we set up the memset call, and then undo it.
/external/skia/experimental/SimpleiOSApp/iPhone/
DAppDelegate_iPhone.m47 …Called as part of transition from the background to the inactive state: here you can undo many of…
/external/mksh/src/
Dedit.c3497 static struct edstate *undo; variable
3561 undo = &undobuf; in x_vi()
3969 if (es->cursor == undo->cursor) { in vi_insert()
3976 if (es->cursor >= undo->linelen) in vi_insert()
3979 es->cbuf[es->cursor] = undo->cbuf[es->cursor]; in vi_insert()
4110 undo->winleft = es->winleft; in vi_cmd()
4111 memmove(undo->cbuf, es->cbuf, es->linelen); in vi_cmd()
4112 undo->linelen = es->linelen; in vi_cmd()
4113 undo->cursor = es->cursor; in vi_cmd()
4411 es = undo; in vi_cmd()
[all …]
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2109 virtual void undo() = 0;
2173 void undo() override { in undo() function in __anonebd7bfba0211::TypePromotionTransaction::InstructionMoveBefore
2198 void undo() override { in undo() function in __anonebd7bfba0211::TypePromotionTransaction::OperandSetter
2230 void undo() override { in undo() function in __anonebd7bfba0211::TypePromotionTransaction::OperandsHider
2254 void undo() override { in undo() function in __anonebd7bfba0211::TypePromotionTransaction::TruncBuilder
2279 void undo() override { in undo() function in __anonebd7bfba0211::TypePromotionTransaction::SExtBuilder
2304 void undo() override { in undo() function in __anonebd7bfba0211::TypePromotionTransaction::ZExtBuilder
2326 void undo() override { in undo() function in __anonebd7bfba0211::TypePromotionTransaction::TypeMutator
2364 void undo() override { in undo() function in __anonebd7bfba0211::TypePromotionTransaction::UsesReplacer
2404 void undo() override { in undo() function in __anonebd7bfba0211::TypePromotionTransaction::InstructionRemover
[all …]
DREADME.txt137 collector. Still, LLVM optimizations would probably undo a front-end's careful
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
Drewrite.rb309 def undo( number_of_operations = 1 ) method in ANTLR3.TokenRewriteStream.RewriteProgram
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java305 undo(); in onKeyDown()
535 private void undo() { in undo() method in ScriptEditor
/external/cros/system_api/dbus/power_manager/
Dsuspend.proto34 // containing a SuspendDone message. The client should undo any pre-suspend
/external/liblzf/
DChanges47 - undo inline assembly in compressor, it is no longer helpful.

12345