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

1 2 3

  /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/valgrind/main/VEX/switchback/
binary_switchback.pl 38 sub Exit {
39 exit $_[0];
54 Exit 1;
109 exit 1;
113 exit 1;
117 exit 1;
121 exit 1;
125 exit 1;
142 Exit 1;
158 exit 0;
    [all...]
  /external/chromium_org/tools/android/common/
daemon.cc 22 void Exit(int unused) {
55 signal(SIGUSR1, Exit);
65 kill(getppid(), SIGUSR1); // Inform the parent process to exit.
  /external/llvm/unittests/IR/
VerifierTest.cpp 30 BasicBlock *Exit = BasicBlock::Create(C, "exit", F);
31 ReturnInst::Create(C, Exit);
37 BranchInst *BI = BranchInst::Create(Exit, Exit, False, Entry);
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.cc 96 void ChromeShellDelegate::Exit() {
  /external/chromium_org/tools/idl_parser/
idl_node.py 49 def Exit(self, node):
137 search.Exit(self)
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 86 // There is no BlockEntrance corresponding to the exit block as well, so
124 const CFGBlock *Exit = BE.getDst();
125 const CFGElement &CE = Exit->front();
  /external/chromium_org/ash/test/
test_shell_delegate.cc 116 void TestShellDelegate::Exit() {
  /external/chromium_org/chrome/browser/
chrome_browser_main_posix.cc 88 // ExitHandler takes care of servicing an exit (from a signal) at the
89 // appropriate time. Specifically if we get an exit and have not finished
90 // session restore we delay the exit. To do otherwise means we're exiting part
94 // Invokes exit when appropriate.
106 // Does the appropriate call to Exit.
107 static void Exit();
121 Exit();
133 base::Bind(&ExitHandler::Exit));
148 void ExitHandler::Exit() {
220 // Without a UI thread to post the exit task to, there aren't man
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
threadtest1.c 40 static void Exit(int rc){
41 exit(rc);
124 Exit(1);
154 Exit(1);
183 Exit(1);
211 Exit(1);
  /external/llvm/lib/CodeGen/
SpillPlacement.h 72 /// exit.
75 PrefReg, ///< Block entry/exit prefers a register.
76 PrefSpill, ///< Block entry/exit prefers a stack slot.
81 /// BlockConstraint - Entry and exit constraints for a basic block.
85 BorderConstraint Exit : 8; ///< Constraint on block exit.
110 /// Entry = Exit = PrefSpill, and ChangesValue = false.
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 51 /// that exit the prolog code and jump around the prolog.
52 /// - Add a PHI operand to a PHI node at the loop exit block
53 /// for values that exit the prolog and go around the loop.
68 // the loop header or the loop exit block.
98 // PHI node is in the original loop block, or the exit block.
113 BasicBlock *Exit = L->getUniqueExitBlock();
114 assert(Exit && "Loop must have a single exit block only");
115 // Split the exit to maintain loop canonicalization guarantees
116 SmallVector<BasicBlock*, 4> Preds(pred_begin(Exit), pred_end(Exit))
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 190 BNE Exit ;// If not set Exit
234 B Exit ;// Branch to exit
274 Exit
  /art/runtime/
parsed_options.cc 252 hook_exit_ = exit;
290 Exit(0);
532 } else if (option == "exit") {
535 Usage("exit argument was NULL");
710 void ParsedOptions::Exit(int status) {
    [all...]
  /external/chromium_org/ash/shell/
shell_delegate_impl.cc 213 void ShellDelegateImpl::Exit() {
  /external/lldb/source/Plugins/Process/POSIX/
ProcessMessage.h 82 /// Indicates that the thread @p tid is about to exit with status @p status.
125 /// Indicates that the thread @p tid is about to exit with status @p status.
126 static ProcessMessage Exit(lldb::tid_t tid, int status) {
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 104 // loop exit.
232 /// Fold the loop tail into the loop exit by speculating the loop tail
288 /// loop exit. In this case we may want to rotate even though the new latch is
318 // Rotate if either the loop latch does *not* exit the loop, or if the loop
355 BasicBlock *Exit = BI->getSuccessor(0);
357 if (L->contains(Exit))
358 std::swap(Exit, NewHeader);
360 assert(L->contains(NewHeader) && !L->contains(Exit) &&
361 "Unable to determine loop header and exit blocks");
475 assert(DT.getNode(Exit)->getIDom() == OrigPreheaderNode)
    [all...]
  /external/llvm/tools/lli/
lli.cpp 384 atexit(do_shutdown); // Call llvm_shutdown() on exit.
421 exit(1);
464 exit(1);
504 exit(1);
606 // If the program doesn't explicitly call exit, we will need the Exit
608 Constant *Exit = Mod->getOrInsertFunction("exit", Type::getVoidTy(Context),
640 // If the program didn't call exit explicitly, we should call it now.
642 if (Function *ExitF = dyn_cast<Function>(Exit)) {
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 130 //m_isolate->Exit();
463 void CJS_Runtime::Exit()
465 if(m_isolate) m_isolate->Exit();
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 212 BNE Exit ;// If not set Exit
254 B Exit
306 Exit
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des.c 104 #define EXIT(a) exit(a&0x10000000L)
106 #define EXIT(a) exit(a)
255 EXIT(1);
275 EXIT(3);
282 EXIT(2);
290 EXIT(4);
302 EXIT(5);
319 EXIT(0)
    [all...]
  /external/llvm/lib/Analysis/
RegionInfo.cpp 9 // Detects single entry single exit regions in the control flow graph.
54 Region::Region(BasicBlock *Entry, BasicBlock *Exit, RegionInfo* RInfo,
56 : RegionNode(Parent, Entry, 1), RI(RInfo), DT(dt), exit(Exit) {}
74 assert(exit && "No exit to replace!");
75 exit = BB;
116 BasicBlock *entry = getEntry(), *exit = getExit();
119 if (!exit)
123 && !(DT->dominates(exit, BB) && DT->dominates(entry, exit)))
184 BasicBlock *exit = getExit(); local
237 BasicBlock *entry = getEntry(), *exit = getExit(); local
250 BasicBlock *exit = getExit(); local
614 BasicBlock *exit = N->getBlock(); local
    [all...]
  /external/openssl/crypto/des/
des.c 104 #define EXIT(a) exit(a&0x10000000L)
106 #define EXIT(a) exit(a)
255 EXIT(1);
275 EXIT(3);
282 EXIT(2);
290 EXIT(4);
302 EXIT(5);
319 EXIT(0)
    [all...]
  /external/chromium_org/v8/src/
full-codegen.h 152 // stack from an exit to its target.
153 virtual NestedStatement* Exit(int* stack_depth, int* context_length) {
215 virtual NestedStatement* Exit(int* stack_depth, int* context_length) {
230 virtual NestedStatement* Exit(int* stack_depth, int* context_length);
241 virtual NestedStatement* Exit(int* stack_depth, int* context_length);
255 virtual NestedStatement* Exit(int* stack_depth, int* context_length) {
271 virtual NestedStatement* Exit(int* stack_depth, int* context_length) {
286 virtual NestedStatement* Exit(int* stack_depth, int* context_length) {
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 281 /// an early exit edge jumps out of.
323 /// All edges in the original function are 32-bit. However, exit edges from
324 /// loop packages are taken from 64-bit exit masses, so we need 64-bits of
329 /// Is this a local edge within the loop, an exit from the loop, or a
332 enum DistType { Local, Exit, Backedge };
358 add(Node, Amount, Weight::Exit);
400 /// edge is local/exit/backedge is in the context of LoopHead. Otherwise,
693 /// loop header, or \a Weight::Exit, any successor outside the loop.
714 /// mass in a loop, except that there are no exit or backedge edges.
768 /// mass for each block (and each exit, and the total backedge mas
    [all...]

Completed in 611 milliseconds

1 2 3