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

1 2 3 4 5 6 7 8 9

  /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/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...]
  /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;
  /prebuilts/go/darwin-x86/src/syscall/
syscall.go 105 // Getpagesize and Exit are provided by the runtime.
108 func Exit(code int)
  /prebuilts/go/linux-x86/src/syscall/
syscall.go 105 // Getpagesize and Exit are provided by the runtime.
108 func Exit(code int)
  /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 129 goto exit
164 goto Exit
189 :Exit
192 exit /b %exitCode%
bld_vlv.bat 260 if "%openssl_path%" == "" goto Exit
264 goto Exit
289 goto Exit
296 :Exit
298 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 25 func Exit(code int) {
31 os.Exit(code)
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
util.go 76 // Exit exits with code after executing all atExitFuncs.
77 func Exit(code int) {
81 os.Exit(code)
84 // Exitf logs an error message then calls Exit(2).
88 Exit(2)
93 // If more than 20 errors have been printed, exit with an error.
95 // Logging an error means that on exit cmd/link will delete any
  /prebuilts/go/darwin-x86/src/os/
proc.go 56 // Exit causes the current program to exit with the given status code.
59 func Exit(code int) {
65 syscall.Exit(code)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
util.go 25 func Exit(code int) {
31 os.Exit(code)
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
util.go 76 // Exit exits with code after executing all atExitFuncs.
77 func Exit(code int) {
81 os.Exit(code)
84 // Exitf logs an error message then calls Exit(2).
88 Exit(2)
93 // If more than 20 errors have been printed, exit with an error.
95 // Logging an error means that on exit cmd/link will delete any
  /prebuilts/go/linux-x86/src/os/
proc.go 56 // Exit causes the current program to exit with the given status code.
59 func Exit(code int) {
65 syscall.Exit(code)
  /test/vts/drivers/hal/common/binder/
VtsFuzzerBinderService.cpp 42 void BpVtsFuzzer::Exit() {
46 data.writeString16(String16("Exit code"));
47 remote()->transact(EXIT, data, &reply, IBinder::FLAG_ONEWAY);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func_test.go 12 // Exit v1
22 // Goto("exit")),
23 // Bloc("exit",
24 // Exit("mem")),
27 // If("deadval", "deadblock", "exit")))
202 // as well as one call to Goto, If, or Exit to specify the block kind.
242 // Exit specifies a BlockExit.
243 func Exit(arg string) ctrl {
253 // If, and Exit to help define blocks.
284 Goto("exit")),
    [all...]
sparsetree.go 18 // entry-1, entry, entry+1, exit-1, and exit, exit+1.
19 // entry and exit are conceptually the top of the block (phi functions)
20 // entry+1 and exit-1 are conceptually the bottom of the block (ordinary defs)
21 // entry-1 and exit+1 are conceptually "just before" the block (conditions flowing in)
25 entry, exit int32
29 return fmt.Sprintf("[%d,%d]", s.entry, s.exit)
36 func (s *SparseTreeNode) Exit() int32 {
37 return s.exit
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
base.go 67 os.Exit(2)
82 func Exit() {
86 os.Exit(exitStatus)
91 Exit()
101 Exit()

Completed in 545 milliseconds

1 2 3 4 5 6 7 8 9