Home
last modified time | relevance | path

Searched defs:undo (Results 1 – 21 of 21) 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 __anonf550fcc50211::TypePromotionTransaction::InstructionMoveBefore
2256 void undo() override { in undo() function in __anonf550fcc50211::TypePromotionTransaction::OperandSetter
2288 void undo() override { in undo() function in __anonf550fcc50211::TypePromotionTransaction::OperandsHider
2312 void undo() override { in undo() function in __anonf550fcc50211::TypePromotionTransaction::TruncBuilder
2337 void undo() override { in undo() function in __anonf550fcc50211::TypePromotionTransaction::SExtBuilder
2362 void undo() override { in undo() function in __anonf550fcc50211::TypePromotionTransaction::ZExtBuilder
2384 void undo() override { in undo() function in __anonf550fcc50211::TypePromotionTransaction::TypeMutator
2422 void undo() override { in undo() function in __anonf550fcc50211::TypePromotionTransaction::UsesReplacer
2462 void undo() override { in undo() function in __anonf550fcc50211::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 __anonbf269a5d0411::TypePromotionTransaction::InstructionMoveBefore
2186 void undo() override { in undo() function in __anonbf269a5d0411::TypePromotionTransaction::OperandSetter
2218 void undo() override { in undo() function in __anonbf269a5d0411::TypePromotionTransaction::OperandsHider
2243 void undo() override { in undo() function in __anonbf269a5d0411::TypePromotionTransaction::TruncBuilder
2269 void undo() override { in undo() function in __anonbf269a5d0411::TypePromotionTransaction::SExtBuilder
2295 void undo() override { in undo() function in __anonbf269a5d0411::TypePromotionTransaction::ZExtBuilder
2317 void undo() override { in undo() function in __anonbf269a5d0411::TypePromotionTransaction::TypeMutator
2358 void undo() override { in undo() function in __anonbf269a5d0411::TypePromotionTransaction::UsesReplacer
2406 void undo() override { in undo() function in __anonbf269a5d0411::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.cpp810 std::unique_ptr<PathUndo> undo = std::move(fUndo); in ~AAGeometryView() local
828 std::unique_ptr<PathUndo> undo(new PathUndo); in savePath() local
834 bool undo() { in undo() function in AAGeometryView
/external/elfutils/src/
Dunstrip.c1074 Elf_Scn *undo = NULL; in find_alloc_sections_prelink() local
/external/python/cpython3/Lib/
Dturtle.py3622 def undo(self): member in RawTurtle
/external/python/cpython2/Lib/lib-tk/
Dturtle.py3513 def undo(self): member in RawTurtle
/external/mksh/src/
Dedit.c3501 static struct edstate *undo; variable
/external/v8/src/regexp/
Dregexp-compiler.cc562 Label undo; in Flush() local
/external/toybox/android/linux/generated/
Dglobals.h272 int numlen, undo, undolen; member
/external/toybox/android/mac/generated/
Dglobals.h272 int numlen, undo, undolen; member
/external/toybox/android/device/generated/
Dglobals.h272 int numlen, undo, undolen; member
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp1025 aco_opcode op, uint32_t undo) in emit_scaled_op()