HomeSort by relevance Sort by last modified time
    Searched refs:exit (Results 1151 - 1175 of 2536) sorted by null

<<41424344454647484950>>

  /external/llvm/tools/lli/
lli.cpp 468 atexit(do_shutdown); // Call llvm_shutdown() on exit.
496 exit(1);
527 exit(1);
561 exit(1);
602 // If the program doesn't explicitly call exit, we will need the Exit
604 Constant *Exit = Mod->getOrInsertFunction("exit", Type::getVoidTy(Context),
673 // If the program didn't call exit explicitly, we should call it now.
675 if (Function *ExitF = dyn_cast<Function>(Exit)) {
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
discovery.c 171 exit(1);
179 exit(1);
187 exit(1);
217 exit(1);
221 exit(1);
225 exit(1);
  /external/qemu/audio/
esdaudio.c 131 goto exit;
139 goto exit;
193 exit:
340 goto exit;
348 goto exit;
402 exit:
546 goto Exit;
567 goto Exit;
574 Exit:
paaudio.c 104 goto exit;
112 goto exit;
149 exit:
199 goto exit;
207 goto exit;
243 exit:
499 goto Exit;
536 goto Exit;
542 Exit:
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA.c 523 * Dragon warning here! /dev/pmap$ is never closed, except on progam exit.
609 exit(0);
611 exit(-1);
660 exit(3);
668 exit(3);
688 exit(-2);
701 exit(-2);
  /sdk/attribute_stats/src/
Analyzer.java 93 System.exit(-1);
117 System.exit(-5);
121 System.exit(-4);
129 System.exit(-2);
134 System.exit(-3);
460 System.exit(-6);
  /system/core/adb/
fdevent.c 119 exit(1);
137 exit(1);
183 exit(1);
188 exit(1);
198 exit(1);
215 exit(1);
671 FATAL("cannot create shell-exit socket-pair\n");
677 FATAL("cannot create fdevent for shell-exit handler\n");
  /external/dbus/test/
test-service.c 26 exit (1);
308 "Exit"))
430 exit (0);
478 exit (1);
  /external/e2fsprogs/misc/
filefrag.c 19 exit(EXIT_FAILURE);
105 exit(1);
380 exit(1);
  /external/fsck_msdos/
boot.c 62 exit(2);
67 exit(2);
102 exit(2);
  /external/icu4c/test/perf/collationperf/
collperf.cpp 613 exit(-1);
659 exit(-1);
    [all...]
  /external/iproute2/misc/
lnstat.c 75 exit(exit_code);
330 exit(1);
334 exit(1);
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 390 exit(1);
396 exit(1);
416 exit(0);
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 432 // exit:
454 // Create the start and exit basic blocks for the atomic operation
456 MachineBasicBlock *exit = F->CreateMachineBasicBlock(LLVM_BB); local
458 F->insert(It, exit);
463 exit->splice(exit->begin(), MBB, llvm::next(MachineBasicBlock::iterator(MI)),
465 exit->transferSuccessorsAndUpdatePHIs(MBB);
482 start->addSuccessor(exit);
504 start->addSuccessor(exit);
526 start->addSuccessor(exit);
    [all...]
  /external/mtpd/
pptp.c 178 exit(NETWORK_ERROR);
239 exit(SYSTEM_ERROR);
250 exit(SYSTEM_ERROR);
  /external/sonivox/arm-wt-22k/host_src/
eas_hostmm.c 191 exit(255);
208 exit(255);
225 exit(255);
  /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/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/valgrind/main/memcheck/tests/
vcpu_fbench.c 475 exit(1);
568 exit(1);
735 exit(0);
  /external/valgrind/main/perf/
fbench.c 471 exit(1);
564 exit(1);
731 exit(0);
  /frameworks/wilhelm/tests/mimeUri/
slesTestManyPlayers.cpp 68 exit(EXIT_FAILURE);
87 exit(EXIT_FAILURE);
322 exit(EXIT_FAILURE);
  /bionic/libc/include/
stdlib.h 50 extern __noreturn void exit(int);
  /bootable/recovery/minadbd/
services.c 79 exit(0);
  /bootable/recovery/tools/ota/
check-lost+found.c 88 exit(1);
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 139 goto exit;
148 goto exit;
160 goto exit;
194 exit:

Completed in 685 milliseconds

<<41424344454647484950>>