HomeSort by relevance Sort by last modified time
    Searched full:restart (Results 226 - 250 of 2122) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/smali/smali/src/test/resources/LexerTest/
RealSmaliFileTest.smali 193 .restart local v0 #newState:Lcom/android/internal/telephony/IccCardStatus$CardState;
201 .restart local v0 #newState:Lcom/android/internal/telephony/IccCardStatus$CardState;
292 .restart local v6 #resp:Landroid/os/Message;
  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 150 public boolean setVisible(boolean visible, boolean restart) {
151 mClipState.mDrawable.setVisible(visible, restart);
152 return super.setVisible(visible, restart);
InsetDrawable.java 186 public boolean setVisible(boolean visible, boolean restart) {
187 mInsetState.mDrawable.setVisible(visible, restart);
188 return super.setVisible(visible, restart);
ScaleDrawable.java 169 public boolean setVisible(boolean visible, boolean restart) {
170 mScaleState.mDrawable.setVisible(visible, restart);
171 return super.setVisible(visible, restart);
  /frameworks/native/libs/binder/
BufferedTextOutput.cpp 61 void restart() { function in struct:android::BufferedTextOutput::BufferState
216 b->restart();
256 b->restart();
  /bootable/recovery/
bootloader.h 42 * The stage field is written by packages which restart themselves
  /cts/suite/audio_quality/lib/include/audio/
Buffer.h 76 inline void restart() { function in class:Buffer
  /cts/suite/audio_quality/lib/src/task/
TaskOutput.cpp 62 buffer->restart(); // reset to play from beginning
  /cts/suite/audio_quality/test/
AudioPlayTestCommon.h 76 mBuffer->restart();
  /external/bison/lib/
msvc-inval.c 106 longjmp (current->restart, 1);
  /external/chromium/chrome/browser/chromeos/login/
login_browsertest.cc 79 // After a chrome crash, the session manager will restart chrome with
login_utils.h 59 // Asks session manager to restart Chrome in Browse Without Sign In mode.
  /external/chromium/chrome/browser/resources/
flags.html 168 div.needs-restart {
228 * Asks the C++ FlagsDOMHandler to restart the browser (restoring tabs).
356 <div class="needs-restart" jsdisplay="needsRestart">
360 i18n-content="flagsRestartButton">RESTART</button>
  /external/chromium/chrome/browser/resources/options/
language_options.html 36 <button id="language-options-ui-restart-button"
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl.cc 144 // Restart to start/stop data types and notify the backend that the
149 Restart();
152 void DataTypeManagerImpl::Restart() {
262 // Once the cryptographer is ready, we'll attempt to restart this type.
  /external/chromium/chrome/common/
launchd_mac.h 48 // Used by a process controlled by launchd to restart itself.
  /external/chromium_org/base/
async_socket_io_handler_posix.cc 39 // let's stop watching the fd and restart the watch when Read() is called.
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/identity/
UuidBasedUniqueIdentificationGeneratorTest.java 41 // After a restart, the TestGenerator should read the UUID from a preference, instead of
  /external/chromium_org/chrome/browser/
browser_shutdown.h 41 // The provided parameter indicates whether a preference to restart
chrome_browser_main_win.h 42 // Registers Chrome with the Windows Restart Manager, which will restore the
user_data_dir_extractor_win.cc 45 // prompt the user to pick a different directory, and restart chrome with
  /external/chromium_org/chrome/browser/resources/app_list/
speech_recognition_manager.js 66 // Falls back to English and restart.
  /external/chromium_org/chrome/browser/sync/glue/
synced_window_delegate_android.cc 80 // After a restart, it is possible for the Tab to be null during startup.
  /external/chromium_org/chrome/common/
chrome_result_codes.h 45 // Trying to restart the browser we crashed.
  /external/chromium_org/chrome/common/mac/
launchd.h 48 // Used by a process controlled by launchd to restart itself.

Completed in 939 milliseconds

1 2 3 4 5 6 7 8 91011>>