HomeSort by relevance Sort by last modified time
    Searched defs:shutdown (Results 351 - 375 of 1207) sorted by null

<<11121314151617181920>>

  /packages/providers/TvProvider/tests/src/com/android/providers/tv/
PackageRemovedReceiverTest.java 79 mProvider.shutdown();
ParametersTest.java 68 mProvider.shutdown();
TransientRowHelperTests.java 80 mProvider.shutdown();
  /packages/services/Car/car-usb-handler/src/android/car/usb/handler/
UsbHostManagementActivity.java 99 public void shutdown() { method in class:UsbHostManagementActivity
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/power/
PowerTestFragment.java 123 Log.d(TAG, "Calling shutdown method");
126 pm.shutdown(/* confirm */ false, /* reason */ null, /* wait */ false);
127 Log.d(TAG, "shutdown called!");
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/
UsbHostManagementActivity.java 107 public void shutdown() { method in class:UsbHostManagementActivity
  /prebuilts/gdb/darwin-x86/lib/python2.7/
SocketServer.py 168 - shutdown()
222 """Handle one request at a time until shutdown.
224 Polls for shutdown every poll_interval seconds. Ignores
234 # shutdown request and wastes cpu at all other times.
243 def shutdown(self): member in class:BaseServer
337 """Called to shutdown and close an individual request."""
368 - shutdown()
466 """Called to shutdown and close an individual request."""
468 #explicitly shutdown. socket.close() merely releases
470 request.shutdown(socket.SHUT_WR
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
findertools.py 86 def shutdown(): function
746 print 'Testing shutdown...'
748 result = shutdown()
  /prebuilts/gdb/linux-x86/lib/python2.7/
SocketServer.py 168 - shutdown()
222 """Handle one request at a time until shutdown.
224 Polls for shutdown every poll_interval seconds. Ignores
234 # shutdown request and wastes cpu at all other times.
243 def shutdown(self): member in class:BaseServer
337 """Called to shutdown and close an individual request."""
368 - shutdown()
466 """Called to shutdown and close an individual request."""
468 #explicitly shutdown. socket.close() merely releases
470 request.shutdown(socket.SHUT_WR
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
ChannelIOSecure.java 148 * We have received the shutdown request by our caller, and have
151 private boolean shutdown = false; field in class:ChannelIOSecure
606 * Begin the shutdown process.
611 * Return true when we're done passing the shutdown messsages.
613 boolean shutdown() throws IOException { method in class:ChannelIOSecure
615 if (!shutdown) {
617 shutdown = true;
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
ChannelIOSecure.java 148 * We have received the shutdown request by our caller, and have
151 private boolean shutdown = false; field in class:ChannelIOSecure
606 * Begin the shutdown process.
611 * Return true when we're done passing the shutdown messsages.
613 boolean shutdown() throws IOException { method in class:ChannelIOSecure
615 if (!shutdown) {
617 shutdown = true;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SocketServer.py 168 - shutdown()
222 """Handle one request at a time until shutdown.
224 Polls for shutdown every poll_interval seconds. Ignores
234 # shutdown request and wastes cpu at all other times.
243 def shutdown(self): member in class:BaseServer
337 """Called to shutdown and close an individual request."""
368 - shutdown()
466 """Called to shutdown and close an individual request."""
468 #explicitly shutdown. socket.close() merely releases
470 request.shutdown(socket.SHUT_WR
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
findertools.py 86 def shutdown(): function
746 print 'Testing shutdown...'
748 result = shutdown()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SocketServer.py 168 - shutdown()
222 """Handle one request at a time until shutdown.
224 Polls for shutdown every poll_interval seconds. Ignores
234 # shutdown request and wastes cpu at all other times.
243 def shutdown(self): member in class:BaseServer
337 """Called to shutdown and close an individual request."""
368 - shutdown()
466 """Called to shutdown and close an individual request."""
468 #explicitly shutdown. socket.close() merely releases
470 request.shutdown(socket.SHUT_WR
    [all...]
  /system/media/audio_utils/
fifo.cpp 86 shutdown();
121 void audio_utils_fifo_base::shutdown() const function in class:audio_utils_fifo_base
309 mFifo.shutdown();
467 mFifo.shutdown();
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandRunner.java 96 mScheduler.shutdown();
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/
ConsoleTest.java 101 mMockScheduler.shutdown(); // after we discover that we can't read console input
134 mMockScheduler.shutdown(); // after we discover that it was started with help
148 * shutdown.
173 // No scheduler shutdown is expected.
201 mMockScheduler.shutdown();
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayer2TestBase.java 127 executor.shutdown();
183 executor.shutdown();
239 mExecutor.shutdown();
  /cts/tests/tests/security/src/android/security/cts/
SSLConscryptPlainTextExposureTest.java 284 shutdown(); method
290 public void shutdown() throws IOException { method in class:TestSSLConnection
292 executor.shutdown();
505 executor.shutdown();
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiScannerFacade.java 607 this.shutdown();
614 public void shutdown() { method in class:WifiScannerFacade
649 Log.e("Shutdown failed: " + e.toString());
  /frameworks/base/services/core/java/com/android/server/power/
ShutdownThread.java 65 // maximum time we wait for the shutdown broadcast before going on.
89 // Provides shutdown assurance in case the system_server is killed
90 public static final String SHUTDOWN_ACTION_PROPERTY = "sys.shutdown.requested";
108 private static final String METRICS_FILE_BASENAME = "/data/system/shutdown-metrics";
110 // Metrics names to be persisted in shutdown-metrics file
134 * Request a clean shutdown, waiting for subsystems to clean up their
138 * @param context Context used to display the shutdown progress dialog. This must be a context
143 public static void shutdown(final Context context, String reason, boolean confirm) { method in class:ShutdownThread
159 Log.d(TAG, "Request to shutdown already running, returning.");
172 Log.d(TAG, "Notifying thread to start shutdown longPressBehavior=" + longPressBehavior)
    [all...]
  /frameworks/support/media/src/androidTest/java/androidx/media/
MediaPlayer2TestBase.java 144 executor.shutdown();
201 executor.shutdown();
334 mExecutor.shutdown();
  /libcore/ojluni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 756 * correctness, iterators have the shutdown and takeIndexWrapped
1234 void shutdown() { method in class:ArrayBlockingQueue.Itr
1326 shutdown(); method
    [all...]
ScheduledThreadPoolExecutor.java 148 * 3. Supporting optional run-after-shutdown parameters, which
149 * leads to overrides of shutdown methods to remove and cancel
150 * tasks that should NOT be run after shutdown, as well as
152 * with a shutdown.
161 * False if should cancel/suppress periodic tasks on shutdown.
166 * False if should cancel non-periodic tasks on shutdown.
311 * and run-after-shutdown parameters.
328 * run-after-shutdown parameters.
364 * due to shutdown policy. Invoked within super.shutdown
791 public void shutdown() { method in class:ScheduledThreadPoolExecutor
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 52 private static final int SHUTDOWN = 3;
239 mAcceptThread.shutdown();
321 * shutdown.When the remote disconnect,this thread shall run again waiting
421 void shutdown() { method in class:SapService.SocketAcceptThread
494 case SHUTDOWN:
743 mSessionStatusHandler.obtainMessage(SHUTDOWN).sendToTarget();
753 } // Can only be null during shutdown
    [all...]

Completed in 1255 milliseconds

<<11121314151617181920>>