HomeSort by relevance Sort by last modified time
    Searched defs:Exit (Results 1 - 25 of 228) sorted by null

1 2 3 4 5 6 7 8 910

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/
b.bat 36 @if ERRORLEVEL 1 goto Exit
62 :Exit
63 EXIT /B
ba.bat 36 @if ERRORLEVEL 1 goto Exit
62 :Exit
63 EXIT /B
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiSetMemRep4.asm 57 je Exit
69 Exit:
EfiZeroMemRep4.asm 55 je Exit
64 Exit:
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiApplicationEntryPoint/
ApplicationEntryPoint.c 83 This function calls ProcessLibraryDestructorList() and the EFI Boot Service Exit()
91 Exit (
98 gBS->Exit (gImageHandle, Status, 0, NULL);
  /external/r8/tools/
track_memory.sh 17 function Exit {
19 exit 0
25 exit -1
30 exit 1
41 trap "Exit" EXIT
  /external/v8/src/
d8-windows.cc 13 void Shell::Exit(int exit_code) {
  /system/core/libion/tests/
exit_test.cpp 25 class Exit : public IonAllHeapsTest {
28 TEST_F(Exit, WithAlloc)
40 exit(0);
46 TEST_F(Exit, WithAllocFd)
58 exit(0);
64 TEST_F(Exit, WithRepeatedAllocFd)
77 exit(0);
88 TEST_F(Exit, WithMapping)
104 exit(0);
111 TEST_F(Exit, WithPartialMapping
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_nacl_386.go 22 func Exit(code int) (err error) {
zsyscall_nacl_amd64p32.go 22 func Exit(code int) (err error) {
zsyscall_nacl_arm.go 22 func Exit(code int) (err error) {
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_nacl_386.go 22 func Exit(code int) (err error) {
zsyscall_nacl_amd64p32.go 22 func Exit(code int) (err error) {
zsyscall_nacl_arm.go 22 func Exit(code int) (err error) {
  /external/drm_hwcomposer/
worker.cpp 29 Exit();
45 void Worker::Exit() {
69 // exit takes precedence on timeout
  /external/lzma/CPP/7zip/Common/
VirtThread.h 14 bool Exit;
  /system/update_engine/common/
terminator.cc 23 volatile sig_atomic_t Terminator::exit_status_ = 1; // default exit status
38 void Terminator::Exit() {
39 exit(exit_status_);
44 Exit();
52 Terminator::Exit();
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmStandbyButtonDispatch/
SmmStandbyButtonDispatch.h 48 Exit
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
Build_IFWI.bat 119 goto exit
154 goto Exit
174 :Exit
177 exit /b %exitCode%
  /external/swiftshader/third_party/LLVM/tools/lli/
lli.cpp 163 atexit(do_shutdown); // Call llvm_shutdown() on exit.
191 exit(1);
233 exit(1);
265 // If the program doesn't explicitly call exit, we will need the Exit
267 Constant *Exit = Mod->getOrInsertFunction("exit", Type::getVoidTy(Context),
291 // If the program didn't call exit explicitly, we should call it now.
293 if (Function *ExitF = dyn_cast<Function>(Exit)) {
299 errs() << "ERROR: exit(" << Result << ") returned!\n";
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
VerifierTest.cpp 30 BasicBlock *Exit = BasicBlock::Create(C, "exit", F.get());
31 ReturnInst::Create(C, Exit);
37 BranchInst *BI = BranchInst::Create(Exit, Exit, False, Entry);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
util.go 23 func Exit(code int) {
29 os.Exit(code)
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
util.go 74 // Exit exits with code after executing all atExitFuncs.
75 func Exit(code int) {
79 os.Exit(code)
82 // Exitf logs an error message then calls Exit(2).
89 Exit(2)
94 // If more than 20 errors have been printed, exit with an error.
96 // Logging an error means that on exit cmd/link will delete any
  /prebuilts/go/darwin-x86/src/os/
proc.go 45 // Exit causes the current program to exit with the given status code.
48 func Exit(code int) {
54 syscall.Exit(code)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
util.go 23 func Exit(code int) {
29 os.Exit(code)

Completed in 462 milliseconds

1 2 3 4 5 6 7 8 910