Home
last modified time | relevance | path

Searched defs:undo (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython3/Lib/idlelib/
Dundo.py189 def undo(self, text): member in Command
231 def undo(self, text): member in InsertCommand
292 def undo(self, text): member in DeleteCommand
328 def undo(self, text): member in CommandSequence
/external/python/cpython2/Lib/idlelib/
DUndoDelegator.py188 def undo(self, text): member in Command
231 def undo(self, text): member in InsertCommand
293 def undo(self, text): member in DeleteCommand
329 def undo(self, text): member in CommandSequence
/external/toybox/toys/other/
Dhexedit.c33 int numlen, undo, undolen; argument
/external/kernel-headers/original/uapi/linux/
Dsem.h32 struct sem_undo *undo; /* undo requests on this array */ member
/external/antlr/runtime/Ruby/lib/antlr3/streams/
Drewrite.rb309 def undo( number_of_operations = 1 ) method in ANTLR3.TokenRewriteStream.RewriteProgram
/external/python/cpython2/Mac/Demo/textedit/
Dped.py317 def undo(self, *args): member in Ped
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2231 void undo() override { in undo() function in __anon65f3f0830211::TypePromotionTransaction::InstructionMoveBefore
2256 void undo() override { in undo() function in __anon65f3f0830211::TypePromotionTransaction::OperandSetter
2288 void undo() override { in undo() function in __anon65f3f0830211::TypePromotionTransaction::OperandsHider
2312 void undo() override { in undo() function in __anon65f3f0830211::TypePromotionTransaction::TruncBuilder
2337 void undo() override { in undo() function in __anon65f3f0830211::TypePromotionTransaction::SExtBuilder
2362 void undo() override { in undo() function in __anon65f3f0830211::TypePromotionTransaction::ZExtBuilder
2384 void undo() override { in undo() function in __anon65f3f0830211::TypePromotionTransaction::TypeMutator
2422 void undo() override { in undo() function in __anon65f3f0830211::TypePromotionTransaction::UsesReplacer
2462 void undo() override { in undo() function in __anon65f3f0830211::TypePromotionTransaction::InstructionRemover
/external/python/cpython2/Mac/Demo/mlte/
Dmlted.py319 def undo(self, *args): member in Mlted
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2160 void undo() override { in undo() function in __anond0867ddb0411::TypePromotionTransaction::InstructionMoveBefore
2186 void undo() override { in undo() function in __anond0867ddb0411::TypePromotionTransaction::OperandSetter
2218 void undo() override { in undo() function in __anond0867ddb0411::TypePromotionTransaction::OperandsHider
2243 void undo() override { in undo() function in __anond0867ddb0411::TypePromotionTransaction::TruncBuilder
2269 void undo() override { in undo() function in __anond0867ddb0411::TypePromotionTransaction::SExtBuilder
2295 void undo() override { in undo() function in __anond0867ddb0411::TypePromotionTransaction::ZExtBuilder
2317 void undo() override { in undo() function in __anond0867ddb0411::TypePromotionTransaction::TypeMutator
2358 void undo() override { in undo() function in __anond0867ddb0411::TypePromotionTransaction::UsesReplacer
2406 void undo() override { in undo() function in __anond0867ddb0411::TypePromotionTransaction::InstructionRemover
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java535 private void undo() { in undo() method in ScriptEditor
/external/skqp/samplecode/
DSampleAAGeometry.cpp897 PathUndo* undo = new PathUndo; in savePath() local
903 bool undo() { in undo() function in AAGeometryView
916 PathUndo* undo = fUndo; in validatePath() local
/external/skia/samplecode/
DSampleAAGeometry.cpp897 PathUndo* undo = new PathUndo; in savePath() local
903 bool undo() { in undo() function in AAGeometryView
916 PathUndo* undo = fUndo; in validatePath() local
/external/elfutils/src/
Dunstrip.c1064 Elf_Scn *undo = NULL; in find_alloc_sections_prelink() local
/external/python/cpython2/Lib/lib-tk/
Dturtle.py3513 def undo(self): member in RawTurtle
/external/python/cpython3/Lib/
Dturtle.py3622 def undo(self): member in RawTurtle
/external/mksh/src/
Dedit.c3501 static struct edstate *undo; variable
/external/toybox/generated/
Dglobals.h262 int numlen, undo, undolen; member
/external/v8/src/regexp/
Djsregexp.cc1348 Label undo; in Flush() local