/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
|
/libcore/luni/src/main/java/java/lang/ |
Runtime.java | 250 * Causes the VM to stop running and the program to exit. 257 public void exit(int code) { method in class:Runtime 284 // Ensure finalization on exit, if requested 442 * VM is about to exit. Note that all finalization which occurs 447 * {@code true} to enable finalization on exit, {@code false} to 521 * terminates normally (typically when the {@link #exit(int)} method is called). 598 * Causes the VM to stop running, and the program to exit with the given return code.
|
System.java | 184 * Causes the VM to stop running and the program to exit with the given exit status. 189 public static void exit(int code) { method in class:System 190 Runtime.getRuntime().exit(code); 582 * Ensures that, when the VM is about to exit, all objects are 587 * the flag determines if finalization on exit is enabled.
|
/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/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
run.py | 46 # completion, exit and interruptable (the main thread) flags: 91 exit() 116 exit() 210 def exit(): function 211 """Exit subprocess, possibly after first deleting sys.exitfunc 222 sys.exit(0) 229 Interrupt the MainThread and exit server if link is dropped. 268 # Keep a reference to stdin so that it won't try to exit IDLE if 280 "Override SocketIO method - terminate wait on callback and exit thread" 316 exit() [all...] |
/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/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)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
run.py | 46 # completion, exit and interruptable (the main thread) flags: 91 exit() 116 exit() 210 def exit(): function 211 """Exit subprocess, possibly after first deleting sys.exitfunc 222 sys.exit(0) 229 Interrupt the MainThread and exit server if link is dropped. 268 # Keep a reference to stdin so that it won't try to exit IDLE if 280 "Override SocketIO method - terminate wait on callback and exit thread" 316 exit() [all...] |
/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)
|
/prebuilts/python/linux-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)
|
/external/chromium_org/v8/src/ia32/ |
lithium-codegen-ia32.h | 523 void SetExit(Label* exit) { external_exit_ = exit; } 525 Label* exit() { return external_exit_ != NULL ? external_exit_ : &exit_; } function in class:v8::internal::LDeferredCode 526 Label* done() { return codegen_->NeedsDeferredFrame() ? &done_ : exit(); }
|
builtins-ia32.cc | 392 Label use_receiver, exit; local 400 __ j(above_equal, &exit); 408 __ bind(&exit); 494 // Exit the internal frame. Notice that this also removes the empty. [all...] |
/external/chromium_org/v8/test/cctest/ |
test-macro-assembler-x64.cc | 146 static void TestMoveSmi(MacroAssembler* masm, Label* exit, int id, Smi* value) { 151 __ j(not_equal, exit); 169 Label exit; local 171 TestMoveSmi(masm, &exit, 1, Smi::FromInt(0)); 172 TestMoveSmi(masm, &exit, 2, Smi::FromInt(127)); 173 TestMoveSmi(masm, &exit, 3, Smi::FromInt(128)); 174 TestMoveSmi(masm, &exit, 4, Smi::FromInt(255)); 175 TestMoveSmi(masm, &exit, 5, Smi::FromInt(256)); 176 TestMoveSmi(masm, &exit, 6, Smi::FromInt(Smi::kMaxValue)); 177 TestMoveSmi(masm, &exit, 7, Smi::FromInt(-1)) 258 Label exit; local 308 Label exit; local 436 Label exit; local 480 Label exit; local 490 __ j(NegateCondition(cond), &exit); local 501 __ j(NegateCondition(cond), &exit); local 512 __ j(NegateCondition(cond), &exit); local 523 __ j(NegateCondition(cond), &exit); local 536 __ j(NegateCondition(cond), &exit); local 564 __ j(NegateCondition(cond), &exit); local 589 __ j(NegateCondition(cond), &exit); local 605 __ j(NegateCondition(cond), &exit); local 624 __ j(NegateCondition(cond), &exit); local 634 __ j(NegateCondition(cond), &exit); local 639 __ j(NegateCondition(cond), &exit); local 644 __ j(NegateCondition(cond), &exit); local 649 __ j(NegateCondition(cond), &exit); local 728 Label exit; local 944 Label exit; local 1165 Label exit; local 1255 Label exit; local 1361 Label exit; local 1471 Label exit; local 1568 Label exit; local 1637 Label exit; local 1716 Label exit; local 1797 Label exit; local 1880 Label exit; local 1947 Label exit; local 2043 Label exit; local 2149 Label exit; local 2218 Label exit; local 2282 Label exit; local 2324 Label exit; local 2678 Label exit; local [all...] |
/external/kernel-headers/original/linux/ |
kxtf9.h | 110 void (*exit)(void); member in struct:kxtf9_platform_data
|
/external/v8/src/arm/ |
lithium-codegen-arm.h | 417 void SetExit(Label* exit) { external_exit_ = exit; } 419 Label* exit() { return external_exit_ != NULL ? external_exit_ : &exit_; } function in class:v8::internal::LDeferredCode
|
/external/v8/src/ia32/ |
lithium-codegen-ia32.h | 384 void SetExit(Label* exit) { external_exit_ = exit; } 386 Label* exit() { return external_exit_ != NULL ? external_exit_ : &exit_; } function in class:v8::internal::LDeferredCode
|
/external/v8/src/mips/ |
lithium-codegen-mips.h | 432 void SetExit(Label* exit) { external_exit_ = exit; } 434 Label* exit() { return external_exit_ != NULL ? external_exit_ : &exit_; } function in class:v8::internal::LDeferredCode
|
/external/v8/src/x64/ |
lithium-codegen-x64.h | 381 void SetExit(Label* exit) { external_exit_ = exit; } 383 Label* exit() { return external_exit_ != NULL ? external_exit_ : &exit_; } function in class:v8::internal::LDeferredCode
|
/external/v8/test/cctest/ |
test-macro-assembler-x64.cc | 142 static void TestMoveSmi(MacroAssembler* masm, Label* exit, int id, Smi* value) { 147 __ j(not_equal, exit); 167 Label exit; local 169 TestMoveSmi(masm, &exit, 1, Smi::FromInt(0)); 170 TestMoveSmi(masm, &exit, 2, Smi::FromInt(127)); 171 TestMoveSmi(masm, &exit, 3, Smi::FromInt(128)); 172 TestMoveSmi(masm, &exit, 4, Smi::FromInt(255)); 173 TestMoveSmi(masm, &exit, 5, Smi::FromInt(256)); 174 TestMoveSmi(masm, &exit, 6, Smi::FromInt(Smi::kMaxValue)); 175 TestMoveSmi(masm, &exit, 7, Smi::FromInt(-1)) 258 Label exit; local 310 Label exit; local 440 Label exit; local 486 Label exit; local 496 __ j(NegateCondition(cond), &exit); local 507 __ j(NegateCondition(cond), &exit); local 518 __ j(NegateCondition(cond), &exit); local 529 __ j(NegateCondition(cond), &exit); local 542 __ j(NegateCondition(cond), &exit); local 570 __ j(NegateCondition(cond), &exit); local 595 __ j(NegateCondition(cond), &exit); local 611 __ j(NegateCondition(cond), &exit); local 630 __ j(NegateCondition(cond), &exit); local 640 __ j(NegateCondition(cond), &exit); local 645 __ j(NegateCondition(cond), &exit); local 650 __ j(NegateCondition(cond), &exit); local 655 __ j(NegateCondition(cond), &exit); local 736 Label exit; local 826 Label exit; local 1018 Label exit; local 1110 Label exit; local 1218 Label exit; local 1330 Label exit; local 1428 Label exit; local 1499 Label exit; local 1580 Label exit; local 1663 Label exit; local 1748 Label exit; local 1817 Label exit; local 1915 Label exit; local 2023 Label exit; local 2094 Label exit; local 2160 Label exit; local 2204 Label exit; local [all...] |
/frameworks/base/core/java/android/net/ |
DhcpStateMachine.java | 183 public void exit() { method in class:DhcpStateMachine.DefaultState 344 public void exit() { method in class:DhcpStateMachine.WaitBeforeRenewalState
|
/frameworks/base/core/java/android/transition/ |
TransitionManager.java | 64 // TODO: how to handle enter/exit? 316 previousScene.exit(); 351 * equivalent to calling {@link Scene#exit()} on the scene root's
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMLDBackend.cpp | 597 Fragment* exit = (*island).end(); local 598 if (((*island).offset() + (*island).size()) > exit->getOffset()) { 599 invalid = exit;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcController.java | 136 public void exit() { method in class:DcController.DccDefaultState
|
/external/chromium_org/v8/src/arm/ |
builtins-arm.cc | 635 Label use_receiver, exit; local 647 __ b(ge, &exit); 656 __ bind(&exit); 757 // Exit the JS frame and remove the parameters (except function), and [all...] |
/external/chromium_org/v8/src/mips/ |
builtins-mips.cc | 653 Label use_receiver, exit; local 665 __ Branch(&exit, greater_equal, a3, Operand(FIRST_SPEC_OBJECT_TYPE)); 674 __ bind(&exit); [all...] |