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

<<11121314151617181920>>

  /packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
BluetoothRouteManager.java 226 public void exit() { method in class:BluetoothRouteManager.AudioConnectingState
  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 2346 def exit(self, status=0, message=None): member in class:ArgumentParser
    [all...]
optparse.py 811 parser.exit()
814 parser.exit()
1570 def exit(self, status=0, msg=None): member in class:OptionParser
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py 2346 def exit(self, status=0, message=None): member in class:ArgumentParser
    [all...]
optparse.py 811 parser.exit()
814 parser.exit()
1570 def exit(self, status=0, msg=None): member in class:OptionParser
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_windows.go 443 func exit(code int32) { func
636 // the process exit. See issue #18253.
819 exit(2) // SIGINT, SIGTERM, etc
  /prebuilts/go/linux-x86/src/runtime/
os_windows.go 443 func exit(code int32) { func
636 // the process exit. See issue #18253.
819 exit(2) // SIGINT, SIGTERM, etc
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 2346 def exit(self, status=0, message=None): member in class:ArgumentParser
    [all...]
optparse.py 811 parser.exit()
814 parser.exit()
1570 def exit(self, status=0, msg=None): member in class:OptionParser
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 2346 def exit(self, status=0, message=None): member in class:ArgumentParser
    [all...]
optparse.py 811 parser.exit()
814 parser.exit()
1570 def exit(self, status=0, msg=None): member in class:OptionParser
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/invoker/
TestInvocation.java 576 // Set the exit code to error
667 scope.exit();
692 * Helper to set the exit code. Exposed for testing.
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java 727 mLegacyVpnRunner.exit();
1921 exit(); method
1925 public void exit() { method in class:Vpn.LegacyVpnRunner
2154 exit(); method
    [all...]
  /art/compiler/optimizing/
bounds_check_elimination.cc 1337 HBasicBlock* exit = GetGraph()->GetExitBlock(); local
    [all...]
loop_optimization.cc 76 // Detect an early exit loop.
665 // Ensure there is only a single exit point.
669 HBasicBlock* exit = (header->GetSuccessors()[0] == body) local
672 // Ensure exit can only be reached by exiting loop.
673 if (exit->GetPredecessors().size() != 1) {
691 exit->RemovePredecessor(header);
692 header->RemoveSuccessor(exit);
693 header->RemoveDominatedBlock(exit);
695 preheader->AddSuccessor(exit);
697 preheader->AddDominatedBlock(exit);
1720 HBasicBlock* exit = instruction->GetBlock()->GetSuccessors()[0]; local
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 3045 void QCameraCbNotifier::exit() function in class:qcamera::QCameraCbNotifier
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_optparse.py 42 def exit(self, status=0, msg=None): member in class:InterceptingOptionParser
181 self.assertFalse("expected parser.exit()")
539 " --version show program's version number and exit\n"
540 " -h, --help show this help message and exit\n")
563 -h, --help show this help message and exit
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java 558 public ReplyPacket exit(int exitCode) { method in class:VmMirror
    [all...]
  /external/boringssl/win-x86_64/crypto/fipsmodule/
aes-x86_64.asm 932 jmp NEAR $L$exit
983 jmp NEAR $L$exit
1044 jmp NEAR $L$exit
1132 jmp NEAR $L$exit
1136 $L$exit:
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1730 const BasicBlock *exit() const { return Exit; } function in class:clang::threadSafety::SCFG
1731 BasicBlock *exit() { return Exit; } function in class:clang::threadSafety::SCFG
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 1245 void CodeGenFunction::FinallyInfo::exit(CodeGenFunction &CGF) { function in class:CodeGenFunction::FinallyInfo
    [all...]
  /external/libusb/libusb/
libusbi.h 615 void (*exit)(void); member in struct:usbi_os_backend
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_nvc0.cpp 415 std::vector<Limits> limitT, limitB, limitS; // entry, exit, single
569 Instruction *exit = in->getExit(); local
570 if (!exit) {
575 if (exit->op == OP_BRA) {
576 exit->op = OP_JOIN;
577 exit->asFlow()->limit = 1; // must-not-propagate marker
    [all...]
  /external/python/cpython2/Lib/test/
test_optparse.py 42 def exit(self, status=0, msg=None): member in class:InterceptingOptionParser
181 self.assertFalse("expected parser.exit()")
540 " --version show program's version number and exit\n"
541 " -h, --help show this help message and exit\n")
564 -h, --help show this help message and exit
    [all...]
  /external/python/cpython3/Lib/test/
test_optparse.py 42 def exit(self, status=0, msg=None): member in class:InterceptingOptionParser
178 self.assertFalse("expected parser.exit()")
547 " --version show program's version number and exit\n"
548 " -h, --help show this help message and exit\n")
571 -h, --help show this help message and exit
    [all...]

Completed in 1253 milliseconds

<<11121314151617181920>>