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

1 2 3 4 5 6 78 91011>>

  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
InverseBinding.java 117 Scope.exit();
118 Scope.exit();
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
CallbackExprModel.java 114 Scope.exit();
MethodCallExpr.java 63 Scope.exit();
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ClientModeManager.java 269 // if the interface goes down we should exit and go back to idle state.
321 public void exit() { method in class:ClientModeManager.ClientModeStateMachine.StartedState
ScanOnlyModeManager.java 232 // if the interface goes down we should exit and go back to idle state.
277 public void exit() { method in class:ScanOnlyModeManager.ScanOnlyModeStateMachine.StartedState
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WakeLockStateMachine.java 33 * state, or false to remain in idle state. The wakelock is acquired on exit from idle state,
145 public void exit() { method in class:WakeLockStateMachine.IdleState
  /frameworks/support/transition/src/main/java/androidx/transition/
TransitionManager.java 317 previousScene.exit();
351 * equivalent to calling {@link Scene#exit()} on the scene root's
  /hardware/qcom/display/msm8909/sdm/libs/core/
comp_manager.cpp 309 bool exit = false; local
311 for (; !exit && count > 0; count--) {
316 exit = true;
319 if (!exit) {
321 // Exit if successfully prepared resource, else try next strategy.
322 exit = (error == kErrorNone);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
comp_manager.cpp 292 bool exit = false; local
294 for (; !exit && count > 0; count--) {
299 exit = true;
302 if (!exit) {
304 // Exit if successfully prepared resource, else try next strategy.
305 exit = (error == kErrorNone);
  /hardware/qcom/display/msm8998/sdm/libs/core/
comp_manager.cpp 289 bool exit = false; local
291 for (; !exit && count > 0; count--) {
296 exit = true;
299 if (!exit) {
301 // Exit if successfully prepared resource, else try next strategy.
302 exit = (error == kErrorNone);
  /libcore/ojluni/src/main/java/java/lang/
Runtime.java 109 * finalizers are run if {@link #runFinalizersOnExit finalization-on-exit}
115 * block indefinitely. If shutdown hooks have already been run and on-exit
120 * <p> The <tt>{@link System#exit(int) System.exit}</tt> method is the
139 public void exit(int status) { method in class:Runtime
166 // Ensure finalization on exit, if requested
186 * thread exits or when the <tt>{@link #exit exit}</tt> (equivalently,
187 * {@link System#exit(int) System.exit}) method is invoked, o
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/focus/
FocusRingRenderer.java 30 * Base class for defining the focus ring states, enter and exit durations, and
140 * returns true if the renderer is in an exit state.
172 * Put the animation in the exit state regardless of the current
174 * this will compute an exit start time such that the exit time lines
179 public void exit(long t) { method in class:FocusRingRenderer
191 * this will compute an exit start time such that the exit time lines
213 // Find a time on the exit curve such that it will produce the same value.
218 // equals the computed exit curve animation position
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImageSavingTask.java 41 boolean exit; field in class:ImageSavingTask.SaveRequest
55 boolean exit; field in class:ImageSavingTask.UpdatePreviewSaved
60 boolean exit; field in class:ImageSavingTask.URIResult
70 int quality, float sizeFactor, boolean exit) {
80 request.exit = exit;
92 final boolean exit = request.exit;
105 previewSaved.exit = exit;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
RegionInfo.h 10 // Calculate a program structure tree built out of single entry single exit
193 /// @brief A single entry single exit Region.
204 /// BasicBlocks that merge several entry or exit edges so that after the merge
205 /// just one entry and one exit edge exists.
211 /// The \e Exit of a Region is the first BasicBlock that is passed after
212 /// leaving the Region. It is not an element of the Region. The exit BasicBlock,
277 // The exit BasicBlock of this region.
279 BlockT *exit; member in class:llvm::RegionBase
307 /// @param Exit The exit basic block of the region
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
RegionInfo.h 10 // Calculate a program structure tree built out of single entry single exit
193 /// @brief A single entry single exit Region.
204 /// BasicBlocks that merge several entry or exit edges so that after the merge
205 /// just one entry and one exit edge exists.
211 /// The \e Exit of a Region is the first BasicBlock that is passed after
212 /// leaving the Region. It is not an element of the Region. The exit BasicBlock,
277 // The exit BasicBlock of this region.
279 BlockT *exit; member in class:llvm::RegionBase
307 /// @param Exit The exit basic block of the region
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
RegionInfo.h 10 // Calculate a program structure tree built out of single entry single exit
193 /// @brief A single entry single exit Region.
204 /// BasicBlocks that merge several entry or exit edges so that after the merge
205 /// just one entry and one exit edge exists.
211 /// The \e Exit of a Region is the first BasicBlock that is passed after
212 /// leaving the Region. It is not an element of the Region. The exit BasicBlock,
277 // The exit BasicBlock of this region.
279 BlockT *exit; member in class:llvm::RegionBase
307 /// @param Exit The exit basic block of the region
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
RegionInfo.h 10 // Calculate a program structure tree built out of single entry single exit
193 /// @brief A single entry single exit Region.
204 /// BasicBlocks that merge several entry or exit edges so that after the merge
205 /// just one entry and one exit edge exists.
211 /// The \e Exit of a Region is the first BasicBlock that is passed after
212 /// leaving the Region. It is not an element of the Region. The exit BasicBlock,
277 // The exit BasicBlock of this region.
279 BlockT *exit; member in class:llvm::RegionBase
307 /// @param Exit The exit basic block of the region
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
RegionInfo.h 10 // Calculate a program structure tree built out of single entry single exit
193 /// @brief A single entry single exit Region.
204 /// BasicBlocks that merge several entry or exit edges so that after the merge
205 /// just one entry and one exit edge exists.
211 /// The \e Exit of a Region is the first BasicBlock that is passed after
212 /// leaving the Region. It is not an element of the Region. The exit BasicBlock,
277 // The exit BasicBlock of this region.
279 BlockT *exit; member in class:llvm::RegionBase
307 /// @param Exit The exit basic block of the region
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
RegionInfo.h 10 // Calculate a program structure tree built out of single entry single exit
193 /// @brief A single entry single exit Region.
204 /// BasicBlocks that merge several entry or exit edges so that after the merge
205 /// just one entry and one exit edge exists.
211 /// The \e Exit of a Region is the first BasicBlock that is passed after
212 /// leaving the Region. It is not an element of the Region. The exit BasicBlock,
277 // The exit BasicBlock of this region.
279 BlockT *exit; member in class:llvm::RegionBase
307 /// @param Exit The exit basic block of the region
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
RegionInfo.h 10 // Calculate a program structure tree built out of single entry single exit
193 /// @brief A single entry single exit Region.
204 /// BasicBlocks that merge several entry or exit edges so that after the merge
205 /// just one entry and one exit edge exists.
211 /// The \e Exit of a Region is the first BasicBlock that is passed after
212 /// leaving the Region. It is not an element of the Region. The exit BasicBlock,
277 // The exit BasicBlock of this region.
279 BlockT *exit; member in class:llvm::RegionBase
307 /// @param Exit The exit basic block of the region
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
RegionInfo.h 10 // Calculate a program structure tree built out of single entry single exit
193 /// @brief A single entry single exit Region.
204 /// BasicBlocks that merge several entry or exit edges so that after the merge
205 /// just one entry and one exit edge exists.
211 /// The \e Exit of a Region is the first BasicBlock that is passed after
212 /// leaving the Region. It is not an element of the Region. The exit BasicBlock,
277 // The exit BasicBlock of this region.
279 BlockT *exit; member in class:llvm::RegionBase
307 /// @param Exit The exit basic block of the region
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cn_proc.h 59 /* "last" is the last process event: exit */
117 } exit; member in union:proc_event::__anon62422
  /prebuilts/gdb/darwin-x86/lib/python2.7/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)
  /prebuilts/gdb/linux-x86/lib/python2.7/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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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)

Completed in 509 milliseconds

1 2 3 4 5 6 78 91011>>