/external/proguard/src/proguard/gui/splash/ |
OverrideGraphics2D.java | 73 * @param color the fixed Color, or <code>null</code> to undo the fixing. 84 * @param font the fixed Font, or <code>null</code> to undo the fixing. 95 * @param paint the fixed Paint, or <code>null</code> to undo the fixing. 106 * @param stroke the fixed Stroke, or <code>null</code> to undo the fixing. 117 * @param color the fixed XORMode Color, or <code>null</code> to undo the fixing.
|
/external/dropbear/libtomcrypt/src/modes/lrw/ |
lrw_process.c | 59 /* for each byte changed we undo it's affect on the pad then add the new product */
|
/external/webkit/WebKit/android/WebCoreSupport/ |
EditorClientAndroid.h | 84 virtual void undo();
|
/external/webkit/WebKit/win/WebCoreSupport/ |
WebEditorClient.h | 87 void undo();
|
/external/webkit/WebKit/wx/ |
WebFrame.h | 117 void Undo();
|
WebFrame.cpp | 278 void wxWebFrame::Undo() 281 return m_impl->frame->editor()->undo();
|
/external/webkit/WebKit/wx/WebKitSupport/ |
EditorClientWx.h | 87 virtual void undo();
|
EditorClientWx.cpp | 115 { 'Z', CtrlKey, "Undo" }, 347 void EditorClientWx::undo() function in class:WebCore::EditorClientWx
|
/frameworks/base/docs/html/guide/developing/tools/ |
zipalign.jd | 27 If you perform zipalign before signing, then the signing procedure will undo
|
/development/ide/xcode/SampleCode/English.lproj/main.nib/ |
objects.xib | 23 <string name="title">Undo</string> 25 <ostype name="command">undo</ostype>
|
/development/ide/xcode/animatorTest/English.lproj/main.nib/ |
objects.xib | 85 <string name="title">Undo</string> 87 <ostype name="command">undo</ostype>
|
/external/jpeg/ |
jcmainct.c | 148 /* We did finish the row. Undo our little suspension hack if a previous 222 /* We did finish the row. Undo our little suspension hack if a previous
|
/external/skia/xcode/SampleCode/English.lproj/main.nib/ |
objects.xib | 23 <string name="title">Undo</string> 25 <ostype name="command">undo</ostype>
|
/external/skia/xcode/Simple/English.lproj/main.nib/ |
objects.xib | 23 <string name="title">Undo</string> 25 <ostype name="command">undo</ostype>
|
/external/webkit/WebKit/haiku/WebCoreSupport/ |
EditorClientHaiku.cpp | 226 void EditorClientHaiku::undo() function in class:WebCore::EditorClientHaiku 334 frame->editor()->command("Undo");
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEvent.java | 203 * Undo 205 public static final int UNDO = 0xF000001B;
|
/external/sonivox/jet_tools/JetCreator/ |
JetDefs.py | 180 MNU_UNDO = "Undo\tctrl+z"
194 SB_UNDO = "Undo the last segment or event edit."
195 SB_REDO = "Reverse the last segment or event undo edit."
212 (MNU_UNDO, "Undo", 'OnUndo', False),
246 ("Undo", "img_Undo", SB_UNDO, "OnUndo"),
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
EditorClientGtk.cpp | 44 // Arbitrary depth limit for the undo stack, to keep it from using 275 void EditorClient::undo() function in class:WebKit::EditorClient 293 // reapply will call us back to push this command onto the undo stack.
|
/packages/apps/AccountsAndSyncSettings/res/values/ |
strings.xml | 60 <!-- Dialog action for when there are too many deletes that would take place and we want user confirmation, and the user wants to undo the deletions --> 61 <string name="sync_undo_deletes">Undo the deletes.</string>
|
/system/core/sh/ |
redir.c | 295 * Undo the effects of the last redirection. 322 * Undo all redirections. Called on error or interrupt.
|
/bionic/libc/regex/ |
regexec.c | 82 /* now undo things */
|
/dalvik/vm/ |
JniInternal.h | 232 * Undo the obfuscation.
|
/external/elfutils/libelf/ |
elf32_getshdr.c | 160 read. Undo the allocation. */
|
/external/icu4c/test/intltest/ |
tstnrapi.cpp | 113 s.truncate(s.length()-1); // undo length change
|
/external/webkit/WebCore/editing/ |
TypingCommand.cpp | 501 // Make undo select everything that has been deleted, unless an undo will undo more than just this deletion. 584 // make undo select what was deleted
|