/external/chromium/chrome/browser/renderer_host/ |
DEPS | 8 # If somebody adds an include and you're fixing the build, please revert them
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_chrome_button.h | 46 // Revert to using the widget's current state for painting. 54 // 1.0. If |state| is outside of that range, then revert the button to normal
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
IStateTransform.java | 29 /** Revert this transformation from the given state. */ 30 void revert(IGLProperty currentState); method in interface:IStateTransform
|
SparseArrayElementRemoveTransform.java | 35 mAddTransform.revert(currentState); 39 public void revert(IGLProperty currentState) { method in class:SparseArrayElementRemoveTransform
|
PropertyChangeTransform.java | 78 * {@link #apply(IGLProperty)}'ed, then performing a revert has no effect. 81 public void revert(IGLProperty state) { method in class:PropertyChangeTransform
|
BufferSubDataTransform.java | 64 public void revert(IGLProperty state) { method in class:BufferSubDataTransform
|
ListElementAddTransform.java | 44 public void revert(IGLProperty currentState) { method in class:ListElementAddTransform
|
SparseArrayElementAddTransform.java | 49 public void revert(IGLProperty currentState) { method in class:SparseArrayElementAddTransform
|
/external/webkit/Tools/Scripts/ |
svn-unapply | 35 # Handles added files (does a svn revert with additional logic to handle local changes). 36 # Handles added directories (does a svn revert and a rmdir). 37 # Handles removed files (does a svn revert with additional logic to handle local changes). 38 # Handles removed directories (does a svn revert). 174 system "svn", "revert", $fullPath; 188 system "svn", "revert", $fullPath; 209 system "svn", "revert", $fullPath; 229 system "svn", "revert", $dir; 233 system "svn", "revert", $dir;
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
DNSState.java | 123 * Returns to the next reverted state. All states except CANCELED revert to PROBING_1. Status CANCELED does not revert. 127 public final DNSState revert() { method in class:DNSState
|
/development/samples/NotePad/res/values/ |
strings.xml | 30 <string name="menu_revert">Revert changes</string>
|
/external/chromium/chrome/browser/chromeos/ |
locale_change_guard.h | 27 // allows user to revert change.
|
/external/chromium/chrome/browser/net/ |
url_request_mock_util.cc | 44 // Revert to the default handlers.
|
/external/webkit/Source/WebCore/manual-tests/autocorrection/ |
continue-typing-to-dismiss-reversion.html | 38 frequently revert 'message' to 'mesage'. To fix this, remove all files in ~/Library/Spelling, then kill AppleSpell.service process.</p>
|
delete-to-dismiss-reversion.html | 38 frequently revert 'message' to 'mesage'. To fix this, remove all files in ~/Library/Spelling, then kill AppleSpell.service process.</p>
|
delete-to-end-of-word-to-show-reversion.html | 36 <p style="color:green">Note, this test can fail due to user specific spell checking data. If the user has previously frequently revert 'message' to 'mesage'. To fix this, remove all files in ~/Library/Spelling, then kill AppleSpell.service process.</p>
|
move-to-end-of-word-to-show-reversion.html | 36 <p style="color:green">Note, this test can fail due to user specific spell checking data. If the user has previously frequently revert 'message' to 'mesage'. To fix this, remove all files in ~/Library/Spelling, then kill AppleSpell.service process.</p>
|
type-whitespace-to-dismiss-reversion.html | 37 frequently revert 'message' to 'mesage'. To fix this, remove all files in ~/Library/Spelling, then kill AppleSpell.service process.</p>
|
undo-autocorrection.html | 18 <p style="color:green">Note, this test can fail due to user specific spell checking data. If the user has previously frequently revert 'message' to 'mesage'. To fix this, remove all files in ~/Library/Spelling, then kill AppleSpell.service process.</p>
|
/frameworks/base/core/java/android/text/method/ |
TransformationMethod2.java | 27 * or revert to the length-restricted behavior.
|
/packages/apps/Contacts/res/layout/ |
footer_panel.xml | 34 <Button android:id="@+id/revert"
|
/external/chromium/chrome/browser/extensions/ |
extension_install_ui_browsertest.cc | 22 // revert to the previous theme. 82 // Undo second theme will revert to first theme.
|
/external/clang/utils/ |
FuzzTest | 92 def revert(self): member in class:TestApplication 180 '--no-revert'. Generally this is used with '--test <index>' to run one failing 250 group.add_option("", "--no-revert", help="Don't revert changes", 251 action='store_false', dest="revert", default=True) 341 opts.revert = False 344 if opts.revert: 345 ta.revert()
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
MoveItemsParser.java | 79 // These are non-recoverable, so we'll revert the message to its original 80 // mailbox. If there's an unknown response, revert
|
/external/skia/include/utils/win/ |
SkIStream.h | 57 virtual HRESULT STDMETHODCALLTYPE Revert(void);
|