Searched defs:exit (Results 51 - 75 of 138) sorted by relevance

123456

/external/lldb/test/unittest2/test/
H A Dtest_program.py33 program = unittest2.TestProgram(testRunner=runner, exit=False, verbosity=2)
53 program = unittest2.main(exit=False,
66 exit=True,
80 exit = False variable in class:InitialisableProgram
121 program.exit = True
125 program.exit = False
127 self.assertTrue(program.exit)
131 self.assertTrue(program.exit)
/external/lzma/C/
H A DLzFindMt.h26 Bool exit; member in struct:_CMtSync
/external/valgrind/main/coregrind/
H A Dm_libcassert.c236 // avoid recursive exit during gdbserver call.
243 VG_(umsg)("(action at valgrind abnormal exit) vgdb me ... \n");
246 VG_(umsg)("(action at valgrind abnormal exit) "
247 "Early valgrind exit : vgdb not yet usable\n");
274 void VG_(exit)( Int status ) function
384 VG_(exit)(1);
398 VG_(exit)(2);
476 VG_(umsg)("Valgrind has to exit now. Sorry. Bye!\n");
481 VG_(exit)(1);
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S71 je done_logo # ! if so, exit
370 exit: label
371 push $SYSCALL_EXIT # Put exit syscall in rax
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S63 bge done_logo @ if so, exit
251 exit: label
254 swi 0x0 @ and exit
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S63 je done_logo # if so, exit
369 exit: label
372 inc %eax # put exit syscall number (1) in eax
373 int $0x80 # and exit
/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/rc4/
H A Drc4-x86_64.S140 jmp L$exit
337 jmp L$exit
354 jmp L$exit
489 jmp L$exit
509 jmp L$exit
512 L$exit:
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.h393 void SetExit(Label* exit) { external_exit_ = exit; } argument
395 Label* exit() { return external_exit_ != NULL ? external_exit_ : &exit_; } function in class:v8::internal::LDeferredCode
H A Dbuiltins-arm.cc676 Label use_receiver, exit; local
688 __ b(ge, &exit);
697 __ bind(&exit);
/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.h128 Label* exit,
430 void SetExit(Label* exit) { external_exit_ = exit; } argument
432 Label* exit() { return (external_exit_ != NULL) ? external_exit_ : &exit_; } function in class:v8::internal::LDeferredCode
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.h395 void SetExit(Label* exit) { external_exit_ = exit; } argument
397 Label* exit() { return external_exit_ != NULL ? external_exit_ : &exit_; } function in class:v8::internal::LDeferredCode
398 Label* done() { return codegen_->NeedsDeferredFrame() ? &done_ : exit(); }
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.h430 void SetExit(Label* exit) { external_exit_ = exit; } argument
432 Label* exit() { return external_exit_ != NULL ? external_exit_ : &exit_; } function in class:v8::internal::LDeferredCode
H A Dbuiltins-mips.cc695 Label use_receiver, exit; local
707 __ Branch(&exit, greater_equal, a3, Operand(FIRST_SPEC_OBJECT_TYPE));
716 __ bind(&exit);
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.h431 void SetExit(Label* exit) { external_exit_ = exit; } argument
433 Label* exit() { return external_exit_ != NULL ? external_exit_ : &exit_; } function in class:v8::internal::LDeferredCode
H A Dbuiltins-mips64.cc707 Label use_receiver, exit; local
719 __ Branch(&exit, greater_equal, a3, Operand(FIRST_SPEC_OBJECT_TYPE));
728 __ bind(&exit);
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.h382 void SetExit(Label* exit) { external_exit_ = exit; } argument
384 Label* exit() { return external_exit_ != NULL ? external_exit_ : &exit_; } function in class:v8::internal::LDeferredCode
385 Label* done() { return codegen_->NeedsDeferredFrame() ? &done_ : exit(); }
H A Dbuiltins-x64.cc441 Label use_receiver, exit; local
449 __ j(above_equal, &exit);
457 __ bind(&exit);
/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h10 // Calculate a program structure tree built out of single entry single exit
153 /// @brief A single entry single exit Region.
164 /// BasicBlocks that merge several entry or exit edges so that after the merge
165 /// just one entry and one exit edge exists.
172 /// leaving the Region. It is not an element of the Region. The exit BasicBlock,
223 // The exit BasicBlock of this region.
225 BasicBlock *exit; member in class:llvm::Region
254 /// @param Exit The exit basic block of the region.
275 /// @brief Replace the exit basic block of the region with the new basic
278 /// @param BB The new exit basi
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
H A DTestFragmentTransaction.java104 public FragmentTransaction setCustomAnimations(int enter, int exit) { argument
106 this.lastExitAnimation = exit;
111 public FragmentTransaction setCustomAnimations(int enter, int exit, int popEnter, int popExit) { argument
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.h493 void SetExit(Label* exit) { external_exit_ = exit; } argument
495 Label* exit() { return external_exit_ != NULL ? external_exit_ : &exit_; } function in class:v8::internal::LDeferredCode
496 Label* done() { return codegen_->NeedsDeferredFrame() ? &done_ : exit(); }
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-mips.cc116 Label exit, error; local
225 __ b(&exit);
232 __ bind(&exit);
738 Label exit, exit2, exit3; local
740 __ Branch(&exit, ge, a0, Operand(zero_reg));
744 __ bind(&exit);
H A Dtest-assembler-mips64.cc118 Label exit, error; local
235 __ b(&exit);
242 __ bind(&exit);
740 Label exit, exit2, exit3; local
742 __ Branch(&exit, ge, a0, Operand(zero_reg));
746 __ bind(&exit);
H A Dtest-macro-assembler-x64.cc145 static void TestMoveSmi(MacroAssembler* masm, Label* exit, int id, Smi* value) { argument
150 __ j(not_equal, exit);
166 Label exit; local
168 TestMoveSmi(masm, &exit, 1, Smi::FromInt(0));
169 TestMoveSmi(masm, &exit, 2, Smi::FromInt(127));
170 TestMoveSmi(masm, &exit, 3, Smi::FromInt(128));
171 TestMoveSmi(masm, &exit, 4, Smi::FromInt(255));
172 TestMoveSmi(masm, &exit, 5, Smi::FromInt(256));
173 TestMoveSmi(masm, &exit, 6, Smi::FromInt(Smi::kMaxValue));
174 TestMoveSmi(masm, &exit,
194 TestSmiCompare(MacroAssembler* masm, Label* exit, int id, int x, int y) argument
252 Label exit; local
300 Label exit; local
388 TestI64PlusConstantToSmi(MacroAssembler* masm, Label* exit, int id, int64_t x, int y) argument
426 Label exit; local
468 Label exit; local
478 __ j(NegateCondition(cond), &exit); local
489 __ j(NegateCondition(cond), &exit); local
500 __ j(NegateCondition(cond), &exit); local
511 __ j(NegateCondition(cond), &exit); local
524 __ j(NegateCondition(cond), &exit); local
552 __ j(NegateCondition(cond), &exit); local
577 __ j(NegateCondition(cond), &exit); local
593 __ j(NegateCondition(cond), &exit); local
612 __ j(NegateCondition(cond), &exit); local
622 __ j(NegateCondition(cond), &exit); local
627 __ j(NegateCondition(cond), &exit); local
632 __ j(NegateCondition(cond), &exit); local
637 __ j(NegateCondition(cond), &exit); local
655 TestSmiNeg(MacroAssembler* masm, Label* exit, int id, int x) argument
713 Label exit; local
737 SmiAddTest(MacroAssembler* masm, Label* exit, int id, int first, int second) argument
803 SmiAddOverflowTest(MacroAssembler* masm, Label* exit, int id, int x) argument
926 Label exit; local
959 SmiSubTest(MacroAssembler* masm, Label* exit, int id, int first, int second) argument
1019 SmiSubOverflowTest(MacroAssembler* masm, Label* exit, int id, int x) argument
1144 Label exit; local
1178 TestSmiMul(MacroAssembler* masm, Label* exit, int id, int x, int y) argument
1232 Label exit; local
1262 TestSmiDiv(MacroAssembler* masm, Label* exit, int id, int x, int y) argument
1335 Label exit; local
1376 TestSmiMod(MacroAssembler* masm, Label* exit, int id, int x, int y) argument
1442 Label exit; local
1483 TestSmiIndex(MacroAssembler* masm, Label* exit, int id, int x) argument
1536 Label exit; local
1557 TestSelectNonSmi(MacroAssembler* masm, Label* exit, int id, int x, int y) argument
1602 Label exit; local
1627 TestSmiAnd(MacroAssembler* masm, Label* exit, int id, int x, int y) argument
1678 Label exit; local
1705 TestSmiOr(MacroAssembler* masm, Label* exit, int id, int x, int y) argument
1756 Label exit; local
1785 TestSmiXor(MacroAssembler* masm, Label* exit, int id, int x, int y) argument
1836 Label exit; local
1865 TestSmiNot(MacroAssembler* masm, Label* exit, int id, int x) argument
1900 Label exit; local
1924 TestSmiShiftLeft(MacroAssembler* masm, Label* exit, int id, int x) argument
1993 Label exit; local
2016 TestSmiShiftLogicalRight(MacroAssembler* masm, Label* exit, int id, int x) argument
2096 Label exit; local
2119 TestSmiShiftArithmeticRight(MacroAssembler* masm, Label* exit, int id, int x) argument
2162 Label exit; local
2185 TestPositiveSmiPowerUp(MacroAssembler* masm, Label* exit, int id, int x) argument
2223 Label exit; local
2262 Label exit; local
2613 Label exit; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-record.c43 #define exit(x) (exit)(__exitcode = (x)) macro
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp9 // Detects single entry single exit regions in the control flow graph.
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 local
237 BasicBlock *entry = getEntry(), *exit = getExit(); local
250 BasicBlock *exit = getExit(); local
535 insertShortCut(BasicBlock *entry, BasicBlock *exit, BBtoBBMap *ShortCut) const argument
581 createRegion(BasicBlock *entry, BasicBlock *exit) argument
614 BasicBlock *exit = N->getBlock(); local
[all...]

Completed in 781 milliseconds

123456