HomeSort by relevance Sort by last modified time
    Searched defs:exit (Results 126 - 150 of 937) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/support/transition/src/main/java/androidx/transition/
Scene.java 145 * Exiting a scene runs the {@link #setExitAction(Runnable) exit action}
148 public void exit() { method in class:Scene
214 * action, and possibly an exit action as well. An enter action
235 * action, and possibly an exit action as well. An exit action
  /hardware/qcom/display/msm8996/sdm/libs/core/
comp_manager.cpp 259 bool exit = false; local
261 for (; !exit && count > 0; count--) {
266 exit = true;
269 if (!exit) {
271 // Exit if successfully allocated resource, else try next strategy.
272 exit = (error == kErrorNone);
  /packages/services/Car/service/src/com/android/car/
BluetoothAutoConnectStateMachine.java 165 public void exit() { method in class:BluetoothAutoConnectStateMachine.Idle
167 Log.d(TAG, "Exit Idle");
221 public void exit() { method in class:BluetoothAutoConnectStateMachine.Processing
223 Log.d(TAG, "Exit Processing");
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 42 __all__ = ['Popen', 'assert_spawning', 'exit', 'duplicate', 'close', 'ForkingPickler']
105 exit = os._exit variable
209 exit = win32.ExitProcess variable
338 sys.exit()
387 exit(exitcode)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
forking.py 42 __all__ = ['Popen', 'assert_spawning', 'exit', 'duplicate', 'close', 'ForkingPickler']
105 exit = os._exit variable
209 exit = win32.ExitProcess variable
338 sys.exit()
387 exit(exitcode)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 42 __all__ = ['Popen', 'assert_spawning', 'exit', 'duplicate', 'close', 'ForkingPickler']
105 exit = os._exit variable
209 exit = win32.ExitProcess variable
338 sys.exit()
387 exit(exitcode)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 42 __all__ = ['Popen', 'assert_spawning', 'exit', 'duplicate', 'close', 'ForkingPickler']
105 exit = os._exit variable
209 exit = win32.ExitProcess variable
338 sys.exit()
387 exit(exitcode)
  /frameworks/ml/nn/runtime/test/benchmark/src/com/example/android/nn/benchmark/
NNBenchmark.java 131 // We may have been asked to exit while waiting
178 public void exit() { method in class:NNBenchmark.Processor
225 mProcessor.exit();
  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BlasBenchmark.java 159 // We may have been asked to exit while waiting
207 public void exit() { method in class:BlasBenchmark.Processor
256 mProcessor.exit();
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterState.java 255 public void exit() { method in class:AdapterState.TurningBleOnState
257 super.exit();
295 public void exit() { method in class:AdapterState.TurningOnState
297 super.exit();
335 public void exit() { method in class:AdapterState.TurningOffState
337 super.exit();
375 public void exit() { method in class:AdapterState.TurningBleOffState
377 super.exit();
  /frameworks/base/core/java/android/app/
ActivityOptions.java 106 * Custom exit animation resource ID.
232 * notify the called Activity when the shared element and the exit transitions
660 * exit Transition. The position of the shared element in the launched Activity will be the
664 * enabled on the calling Activity to cause an exit transition. The same must be in
684 * will be used as the epicenter for the exit Transition. The position of the associated
688 * enabled on the calling Activity to cause an exit transition. The same must be in
711 * The exit transition will start immediately and the shared element transition will
727 final ExitTransitionCoordinator exit = local
729 if (exit != null) {
730 HideWindowListener listener = new HideWindowListener(window, exit);
749 final ExitTransitionCoordinator exit = (ExitTransitionCoordinator) local
789 ExitTransitionCoordinator exit = new ExitTransitionCoordinator(activity, window, local
    [all...]
  /art/compiler/optimizing/
dead_code_elimination.cc 222 // | goto Exit
224 // B2 Exit
230 // Make sure exceptions go to exit.
234 HBasicBlock* exit = graph_->GetExitBlock(); local
235 if (exit == nullptr) {
257 if (succ != exit &&
262 block->ReplaceSuccessor(succ, exit);
  /bionic/libc/kernel/uapi/linux/
cn_proc.h 90 } exit; member in union:proc_event::__anon550
  /cts/tests/tests/net/src/android/net/cts/
DnsTest.java 266 InetAddress exit = InetAddress.getByName("exitrightnow.com"); local
267 Log.e(TAG, " exit address= "+exit.toString());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_program.py 49 program = unittest.TestProgram(testRunner=runner, exit=False, verbosity=2)
69 program = unittest.main(exit=False,
82 exit=True,
96 exit = False variable in class:InitialisableProgram
137 program.exit = True
141 program.exit = False
143 self.assertTrue(program.exit)
147 self.assertTrue(program.exit)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
CommandLine.py 388 process is terminated with the return value as exit code.
393 def exit(self, rc=0): member in class:Application
395 """ Exit the program.
397 rc is used as exit code and passed back to the calling
438 sys.exit(1)
443 sys.exit(rc)
476 sys.exit(rc)
486 process is terminated with the return value as exit code.
548 # and the return value is passed to sys.exit() as argument.
606 The return value is passed to sys.exit() as argument. If
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFindMt.h 24 Bool exit; member in struct:_CMtSync
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
CrtWrapper.c 355 void exit (int e) function
366 void exit (int e) function
  /external/emma/core/java12/com/vladium/emma/
Command.java 98 if ("exit".equals (on)) // 'exit' should always be first in this else-if chain
175 exit (true, "property override file [" + m_propertyFile.getAbsolutePath () + "] could not be read", ioe, RC_USAGE); method
205 exit (true, null, null, RC_USAGE); method
208 protected final void exit (final boolean showBuildID, final String msg, final Throwable t, final int rc) method in class:Command
223 // error exit:
230 System.exit (rc);
242 // normal exit: 't' is ignored
246 System.exit (0);
301 // return codes used with System.exit()
    [all...]
runCommand.java 163 exit (true, "failed to load Main-Class manifest attribute from [" + jarfile.getAbsolutePath () + "]", null, RC_UNEXPECTED); method
254 exit (true, yre.getMessage (), yre, RC_UNEXPECTED); // does not return method
262 exit (true, "unexpected failure: ", t, RC_UNEXPECTED); // does not return method
266 exit (false, null, null, RC_OK); method
  /external/kernel-headers/original/uapi/linux/
cn_proc.h 60 /* "last" is the last process event: exit,
125 } exit; member in union:proc_event::__anon22756
  /external/libmojo/jni/java/lang/
Runtime.class 
  /external/ltp/testcases/misc/math/float/
main.c 36 #define exit(x) myexit(x) macro
162 exit(1);
171 exit(0);
308 exit(1);
310 exit(0);
403 exit(1);
  /external/lzma/C/
LzFindMt.h 24 Bool exit; member in struct:_CMtSync
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSD.cpp 30 require_action( ok, exit, err = kDNSServiceErr_BadParam );
32 require_action( ok, exit, err = kDNSServiceErr_BadParam );
43 require_action( object != NULL, exit, err = kDNSServiceErr_NoMemory );
45 require_action( hr == S_OK, exit, err = kDNSServiceErr_Unknown );
49 require_noerr( err, exit );
55 require_noerr( err, exit );
59 exit:
86 require_action( ok, exit, err = kDNSServiceErr_BadParam );
88 require_action( ok, exit, err = kDNSServiceErr_BadParam );
90 require_action( ok, exit, err = kDNSServiceErr_BadParam );
460 require_action( SafeArrayGetDim( psa ) == 1, exit, err = kDNSServiceErr_Unknown ); local
    [all...]

Completed in 1056 milliseconds

1 2 3 4 56 7 8 91011>>