HomeSort by relevance Sort by last modified time
    Searched full:restart (Results 101 - 125 of 2445) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
AFScanHoldResetCommand.java 50 // Reset any delayed preview-restart which may be pending execution as a
56 // Reset metering regions and restart the preview.
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
config-highlight.def 25 #cursor (only foreground can be set, restart IDLE)
56 #cursor (only foreground can be set, restart IDLE)
Bindings.py 63 ('_View Last Restart', '<<view-restart>>'),
64 ('_Restart Shell', '<<restart-shell>>'),
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
config-highlight.def 25 #cursor (only foreground can be set, restart IDLE)
56 #cursor (only foreground can be set, restart IDLE)
Bindings.py 63 ('_View Last Restart', '<<view-restart>>'),
64 ('_Restart Shell', '<<restart-shell>>'),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
config-highlight.def 25 #cursor (only foreground can be set, restart IDLE)
56 #cursor (only foreground can be set, restart IDLE)
Bindings.py 63 ('_View Last Restart', '<<view-restart>>'),
64 ('_Restart Shell', '<<restart-shell>>'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
config-highlight.def 25 #cursor (only foreground can be set, restart IDLE)
56 #cursor (only foreground can be set, restart IDLE)
Bindings.py 63 ('_View Last Restart', '<<view-restart>>'),
64 ('_Restart Shell', '<<restart-shell>>'),
  /external/autotest/client/cros/
cros_ui.py 25 restart.
109 def restart(report_stop_failure=False): function
110 """Restart the session manager.
140 """Nuke the login manager, waiting for it to restart."""
141 restart(lambda: utils.nuke_process_by_name(constants.SESSION_MANAGER))
  /external/autotest/client/site_tests/login_UserPolicyKeys/
login_UserPolicyKeys.py 123 # Restart the ui; the key should be deleted.
125 cros_ui.restart()
131 # stored. Reconnect to the session_manager, since the restart killed it.
137 raise error.TestError('Could not start session after restart')
142 cros_ui.restart()
  /external/autotest/server/site_tests/power_SuspendShutdown/
power_SuspendShutdown.py 52 # restart powerd to pick up new retry settings
54 host.run('restart powerd')
196 # restart host
217 # restart powerd to pick up old retry settings
218 host.run('restart powerd')
  /external/tcpdump/tests/
isis_3-v.out 11 Restart Signaling TLV #211, length: 3
29 Restart Signaling TLV #211, length: 3
47 Restart Signaling TLV #211, length: 3
65 Restart Signaling TLV #211, length: 3
83 Restart Signaling TLV #211, length: 3
103 Restart Signaling TLV #211, length: 3
123 Restart Signaling TLV #211, length: 3
191 Restart Signaling TLV #211, length: 3
211 Restart Signaling TLV #211, length: 3
240 Restart Signaling TLV #211, length:
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPrimitiveRestartTests.cpp 21 * \brief Primitive restart tests.
124 bool m_beginWithRestart; // Whether there will be restart indices at the beginning of the index array.
125 bool m_endWithRestart; // Whether there will be restart indices at the end of the index array.
255 // If testing a case with restart at beginning, add it there.
286 if (row < numRows - 1) // Add a restart after all but last row.
322 if (col < numCols - 1 || row < numRows - 1) // Add a restart after all but last polygon.
353 if (stripNdx < numStrips - 1) // Add a restart after all but last strip.
394 if (col < numCols - 1 || row < numRows - 1) // Add a restart after all but last polygon.
425 if (rowNdx < numRows - 1) // Add a restart after all but last row.
436 // If testing a case with restart at end, add it there
    [all...]
  /external/autotest/client/common_lib/cros/tendo/
buffet_config.py 67 """Restart Buffet without configuring it in any way.
79 """An object that knows how to restart buffet in various configurations."""
103 """Restart Buffet with this configuration.
  /external/autotest/client/cros/multimedia/
facade_resource.py 26 def __init__(self, chrome_object=None, restart=False):
30 @param restart: Preserve the previous browser state.
39 clear_enterprise_policy=not restart,
  /external/autotest/client/site_tests/power_IdleSuspend/
power_IdleSuspend.py 82 # restart powerd to pick up new settings
109 # restart powerd to pick up original settings
111 utils.run('restart powerd')
  /external/libpcap/
atmuni31.h 50 #define RESTART 0x46 /* restart */
51 #define RESTART_ACK 0x4e /* restart ack */
  /external/libweave/src/notification/
xmpp_channel.cc 113 return Restart();
118 return Restart();
133 // If we had a fully-established connection, restart it now.
135 // authorization failed), do not restart right now. Wait till we get
139 base::Bind(&XmppChannel::Restart, task_ptr_factory_.GetWeakPtr()), {});
193 base::Bind(&XmppChannel::Restart, task_ptr_factory_.GetWeakPtr()));
239 base::Bind(&XmppChannel::Restart, task_ptr_factory_.GetWeakPtr()));
254 base::Bind(&XmppChannel::Restart, task_ptr_factory_.GetWeakPtr()));
343 return Restart();
373 void XmppChannel::Restart() {
    [all...]
  /external/tcpdump/
atmuni31.h 50 #define RESTART 0x46 /* restart */
51 #define RESTART_ACK 0x4e /* restart ack */
  /frameworks/base/core/java/android/os/
SystemService.java 70 /** Request that the init daemon restart a named service. */
71 public static void restart(String name) { method in class:SystemService
72 SystemProperties.set("ctl.restart", name);
  /frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DrawableWrapper.java 110 public boolean setVisible(boolean visible, boolean restart) {
111 return super.setVisible(visible, restart) || mDrawable.setVisible(visible, restart);
  /packages/apps/Settings/src/com/android/settings/drawable/
DrawableWrapper.java 109 public boolean setVisible(boolean visible, boolean restart) {
110 return super.setVisible(visible, restart) || mDrawable.setVisible(visible, restart);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Power_Suite.py 15 def restart(self, _object, _attributes={}, **_arguments): member in class:Power_Suite_Events
16 """restart: Restart the computer
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Power_Suite.py 15 def restart(self, _object, _attributes={}, **_arguments): member in class:Power_Suite_Events
16 """restart: Restart the computer

Completed in 454 milliseconds

1 2 3 45 6 7 8 91011>>