HomeSort by relevance Sort by last modified time
    Searched refs:shutdown (Results 226 - 250 of 1699) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
NfcManagerFacade.java 95 public void shutdown() { method in class:NfcManagerFacade
ToneGeneratorFacade.java 106 public void shutdown() { method in class:ToneGeneratorFacade
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothAvrcpFacade.java 106 public void shutdown() { method in class:BluetoothAvrcpFacade
BluetoothPanFacade.java 102 public void shutdown() { method in class:BluetoothPanFacade
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaScannerFacade.java 81 public void shutdown() { method in class:MediaScannerFacade
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
CarrierConfigFacade.java 108 public void shutdown() { method in class:CarrierConfigFacade
  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/
InterpreterProcess.java 114 mProxy.shutdown();
  /external/syslinux/gpxe/src/arch/i386/drivers/net/
undionly.c 117 * @v flags Shutdown flags
128 .shutdown = undionly_shutdown,
  /external/v8/tools/testrunner/server/
main.py 118 self.Shutdown()
121 self.Shutdown()
124 def Shutdown(self):
127 self.presence_daemon.shutdown()
129 self.local_handler.shutdown()
131 self.work_handler.shutdown()
133 self.status_handler.shutdown()
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
PowerCommand.java 42 + " Perform a runtime shutdown and reboot device with specified reason.\n"
43 + " svc power shutdown\n"
44 + " Perform a runtime shutdown and power off the device.\n";
94 } else if ("shutdown".equals(args[1])) {
97 pm.shutdown(false, null, true);
99 maybeLogRemoteException("Failed to shutdown.");
108 // Check if remote exception is benign during shutdown. Pm can be killed
109 // before system server during shutdown, so remote exception can be ignored
110 // if it is already in shutdown flow.
  /frameworks/base/test-runner/src/android/test/
ProviderTestCase.java 78 * Calls {@link android.content.ContentProvider#shutdown()} on the
83 mProvider.shutdown();
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
ActivityManagerPermissionTests.java 156 mAm.shutdown(0);
157 fail("IActivityManager.shutdown did not throw SecurityException as"
  /frameworks/native/include/powermanager/
IPowerManager.h 51 SHUTDOWN = IBinder::FIRST_CALL_TRANSACTION + 19,
70 virtual status_t shutdown(bool confirm, const String16& reason, bool wait) = 0;
  /frameworks/rs/
rsFifoSocket.cpp 43 void FifoSocket::shutdown() { function in class:android::renderscript::FifoSocket
  /kernel/tests/net/test/
leak_test.py 33 # Call shutdown on another thread while a recvfrom is in progress.
37 self.assertRaisesErrno(ENOTCONN, s.shutdown, SHUT_RDWR)
  /libcore/luni/src/test/java/tests/security/
SecureRandomTest.java 91 executor.shutdown();
  /packages/apps/Car/Messenger/src/com/android/car/messenger/tts/
FakeTTSEngine.java 51 public void shutdown() { method in class:FakeTTSEngine
  /packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
TranscriptionRatingService.java 81 factory.shutdown();
  /packages/services/Car/evs/app/
StreamHandler.cpp 35 void StreamHandler::shutdown() function in class:StreamHandler
  /test/framework/harnesses/host_controller/tradefed/
remote_client.py 65 op_socket.shutdown(socket.SHUT_WR)
  /tools/test/connectivity/acts/tests/google/bt/power/
SetupBTPairingTest.py 68 sock.shutdown(socket.SHUT_RDWR)
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandRunner.java 96 mScheduler.shutdown();
ICommandScheduler.java 147 * Attempt to gracefully shutdown the command scheduler.
152 * After shutdown is called, the scheduler main loop will wait for all invocations in progress
155 public void shutdown(); method in interface:ICommandScheduler
158 * Similar to {@link #shutdown()}, but will instead wait for all commands to be executed
166 * Initiates a {@link #shutdown()} and handover to another tradefed process on this same host.
189 * Attempt to forcefully shutdown the command scheduler.
191 * Similar to {@link #shutdown()}, but will also forcefully kill the adb connection, in an
201 * Will run until {@link #shutdown()} is called.
290 * Return true if we need to shutdown the scheduler on a command errors
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/
CommandSchedulerStressApp.java 93 mCommandScheduler.shutdown();
  /art/test/708-jit-cache-churn/src/
JitCacheChurnTest.java 67 private void shutdown() { method in class:JitCacheChurnTest
68 this.executorService.shutdown();
274 concurrentExecution.shutdown();

Completed in 558 milliseconds

1 2 3 4 5 6 7 8 91011>>