HomeSort by relevance Sort by last modified time
    Searched full:revert (Results 1 - 25 of 322) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebKitTools/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).
202 system "svn", "revert", $fullPath;
216 system "svn", "revert", $fullPath;
233 system "svn", "revert", $fullPath;
251 system "svn", "revert", $dir;
255 system "svn", "revert", $dir;
  /packages/apps/DeskClock/src/com/android/deskclock/
SetAlarm.java 151 final Button revert = (Button) findViewById(R.id.alarm_revert); local
152 revert.setEnabled(false);
153 revert.setOnClickListener(new View.OnClickListener() {
157 // "Revert" on a newly created alarm should delete it.
163 revert.setEnabled(false);
264 // Enable "Revert" to go back to the original Alarm.
265 final Button revert = (Button) findViewById(R.id.alarm_revert); local
266 revert.setEnabled(true);
  /development/samples/NotePad/res/values/
strings.xml 30 <string name="menu_revert">Revert changes</string>
  /packages/apps/DeskClock/res/layout/
set_alarm.xml 48 android:text="@string/revert"/>
  /external/bluetooth/bluez/test/
bdaddr.8 26 device. A 'hard' reset will cause the address to revert to the current
  /external/bluetooth/bluez/tools/
bccmd.8 85 Revert to channel hopping
  /external/oprofile/libop/
op_mangle.c 44 /* if dep_name != image_name we need to invert them (and so revert them
  /external/webkit/WebKit/win/
MemoryStream.h 80 virtual HRESULT STDMETHODCALLTYPE Revert( void);
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
preparechangelogforrevert.py 43 # This could move to prepare-ChangeLog by adding a --revert= option.
options.py 39 complete_rollout = make_option("--complete-rollout", action="store_true", dest="complete_rollout", help="Commit the revert and re-open the original bug.")
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
igmp.h 117 /* revert to IGMP v2 router. */
  /external/dropbear/
svr-agentfwd.c 170 dropbear_exit("failed to revert euid");
261 dropbear_exit("failed to revert euid");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigDelegate.java 254 // and we can't launch the app. We'll revert to a sync-only launch
268 // if there's no default activity. We revert to a sync-only launch.
283 // if we didn't find a match, we revert to the default activity if any.
291 // if there's no default activity. We revert to a sync-only launch.
302 // if there's no default activity. We revert to a sync-only launch.
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
download.py 246 help_text = "Revert the given revision in the working copy and optionally commit the revert and re-open the original bug"
253 Commits the revert and updates the bug (including re-opening the bug if necessary)."""
  /external/chromium/third_party/icu/source/test/perf/charperf/
charperf.h 54 // note wchar_t is unsigned, it will revert to 0 once it reaches
  /external/icu4c/test/perf/charperf/
charperf.h 54 // note wchar_t is unsigned, it will revert to 0 once it reaches
  /external/nist-sip/java/gov/nist/javax/sip/address/
GenericURI.java 124 // This is not sufficient for equality; revert to String equality...
  /external/stlport/src/
fstream.cpp 56 // mapped I/O. Otherwise, revert to ordinary read.
  /ndk/sources/cxx-stl/stlport/src/
fstream.cpp 56 // mapped I/O. Otherwise, revert to ordinary read.
  /packages/apps/DeskClock/res/values-en-rGB/
strings.xml 83 <string name="revert" msgid="9100911171235162926">"Revert"</string>
  /packages/apps/DeskClock/res/values/
strings.xml 190 <!-- Revert button when editing an alarm. -->
191 <string name="revert">Revert</string>
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 192 // now. This allows the user to revert their changes.
257 // Check if note has changed and enable/disable the revert option
  /external/chromium/net/socket/
socks_client_socket_unittest.cc 289 // Tries to connect to an unknown DNS and on failure should revert to SOCKS4A.
319 // Should revert to SOCKS4a.
  /external/webkit/WebCore/inspector/front-end/
ProfileDataGridTree.js 235 // This allows us to restore them all to their original state when we revert.
249 // This allows us to restore them all to their original state when we revert.
  /external/chromium/net/base/
gzip_filter.h 135 // If this flag is set, then we will revert to being a pass through filter if

Completed in 557 milliseconds

1 2 3 4 5 6 7 8 91011>>