/external/chromium_org/v8/src/x64/ |
builtins-x64.cc | 397 Label use_receiver, exit; local 405 __ j(above_equal, &exit); 413 __ bind(&exit); 556 // Exit the internal frame. Notice that this also removes the empty [all...] |
/external/chromium_org/v8/test/cctest/ |
test-assembler-mips.cc | 122 Label exit, error; local 231 __ b(&exit); 238 __ bind(&exit); 734 Label exit, exit2, exit3; local 736 __ Branch(&exit, ge, a0, Operand(0x00000000)); 740 __ bind(&exit); [all...] |
/external/llvm/lib/Analysis/ |
RegionInfo.cpp | 9 // Detects single entry single exit regions in the control flow graph. 55 Region::Region(BasicBlock *Entry, BasicBlock *Exit, RegionInfo* RInfo, 57 : RegionNode(Parent, Entry, 1), RI(RInfo), DT(dt), exit(Exit) {} 78 assert(exit && "No exit to replace!"); 79 exit = BB; 120 BasicBlock *entry = getEntry(), *exit = getExit(); 123 if (!exit) 127 && !(DT->dominates(exit, BB) && DT->dominates(entry, exit))) 188 BasicBlock *exit = getExit(); local 241 BasicBlock *entry = getEntry(), *exit = getExit(); local 254 BasicBlock *exit = getExit(); local 612 BasicBlock *exit = N->getBlock(); local [all...] |
/external/v8/src/arm/ |
builtins-arm.cc | 996 Label use_receiver, exit; local [all...] |
/external/v8/src/mips/ |
builtins-mips.cc | 1024 Label use_receiver, exit; local [all...] |
/external/v8/src/x64/ |
builtins-x64.cc | 343 Label use_receiver, exit; local 351 __ j(above_equal, &exit); 359 __ bind(&exit); 496 // Exit the internal frame. Notice that this also removes the empty [all...] |
/external/v8/test/cctest/ |
test-assembler-mips.cc | 132 Label exit, error; local 241 __ b(&exit); 248 __ bind(&exit); 739 Label exit, exit2, exit3; local 741 __ Branch(&exit, ge, a0, Operand(0x00000000)); 745 __ bind(&exit); [all...] |
/frameworks/base/core/jni/ |
AndroidRuntime.cpp | 307 * The VM calls this through the "exit" hook. 311 gCurRuntime->exit(code); 503 /* route exit() to our handler */ 505 opt.optionString = "exit"; 904 void AndroidRuntime::exit(int code) function in class:android::AndroidRuntime 912 ::exit(code); [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
ImmersiveModeConfirmation.java | 84 Animation exit = AnimationUtils.loadAnimation(mContext, R.anim.dock_bottom_exit); local 85 return exit != null ? exit.getDuration() : 0;
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonLDBackend.cpp | 629 Fragment* exit = (*island).end(); local 630 if (((*island).offset() + (*island).size()) > exit->getOffset()) { 631 invalid = exit; [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
A2dpStateMachine.java | 215 public void exit() { method in class:A2dpStateMachine.Disconnected 216 log("Exit Disconnected: " + getCurrentMessage().what); [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-flow.h | 363 basic_block exit; member in struct:omp_region 438 extern void gather_blocks_in_sese_region (basic_block entry, basic_block exit, 636 the loop will exit in the first iteration (i.e. 646 /* The simplified shape of the exit condition. The loop exits if
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-flow.h | 363 basic_block exit; member in struct:omp_region 438 extern void gather_blocks_in_sese_region (basic_block entry, basic_block exit, 636 the loop will exit in the first iteration (i.e. 646 /* The simplified shape of the exit condition. The loop exits if
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-flow.h | 363 basic_block exit; member in struct:omp_region 438 extern void gather_blocks_in_sese_region (basic_block entry, basic_block exit, 636 the loop will exit in the first iteration (i.e. 646 /* The simplified shape of the exit condition. The loop exits if
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-flow.h | 363 basic_block exit; member in struct:omp_region 438 extern void gather_blocks_in_sese_region (basic_block entry, basic_block exit, 636 the loop will exit in the first iteration (i.e. 646 /* The simplified shape of the exit condition. The loop exits if
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sys.py | 117 self.assertRaises(TypeError, sys.exit, 42, 42) 121 sys.exit(0) 132 sys.exit(42) 142 sys.exit((42,)) 152 sys.exit("exit") 154 self.assertEqual(exc.code, "exit") 162 sys.exit((17, 23)) 170 # test that the exit machinery handles SystemExits properly 189 # test that stderr buffer if flushed before the exit message is writte 192 r'import sys; sys.stderr.write("unflushed,"); sys.exit("message")', namespace 199 r'import sys; sys.exit(u"h\\xe9")', namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sys.py | 117 self.assertRaises(TypeError, sys.exit, 42, 42) 121 sys.exit(0) 132 sys.exit(42) 142 sys.exit((42,)) 152 sys.exit("exit") 154 self.assertEqual(exc.code, "exit") 162 sys.exit((17, 23)) 170 # test that the exit machinery handles SystemExits properly 189 # test that stderr buffer if flushed before the exit message is writte 192 r'import sys; sys.stderr.write("unflushed,"); sys.exit("message")', namespace 199 r'import sys; sys.exit(u"h\\xe9")', namespace [all...] |
/frameworks/base/services/java/com/android/server/connectivity/ |
Vpn.java | 275 mLegacyVpnRunner.exit(); 620 mLegacyVpnRunner.exit(); 953 exit(); method 957 public void exit() { method in class:Vpn.LegacyVpnRunner 1195 exit(); method [all...] |
/external/chromium_org/third_party/libusb/src/libusb/ |
libusbi.h | 518 void (*exit)(void); member in struct:usbi_os_backend [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_lowering_nvc0.cpp | 377 std::vector<Limits> limitT, limitB, limitS; // entry, exit, single 533 Instruction *exit = in->getExit(); local 534 if (!exit) { 539 if (exit->op == OP_BRA) { 540 exit->op = OP_JOIN; 541 exit->asFlow()->limit = 1; // must-not-propagate marker [all...] |
/external/kernel-headers/original/linux/ |
module.h | 329 void (*exit)(void); member in struct:module
|
/external/libusb/libusb/ |
libusbi.h | 364 void (*exit)(void); member in struct:usbi_os_backend
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_lowering_nvc0.cpp | 377 std::vector<Limits> limitT, limitB, limitS; // entry, exit, single 533 Instruction *exit = in->getExit(); local 534 if (!exit) { 539 if (exit->op == OP_BRA) { 540 exit->op = OP_JOIN; 541 exit->asFlow()->limit = 1; // must-not-propagate marker [all...] |
/external/v8/src/ |
full-codegen.cc | 1005 // with one that's safe for GC. If we hit an exit from the try block of 1010 current = current->Exit(&stack_depth, &context_length); 1033 // with one that's safe for GC. If we hit an exit from the try block of 1038 current = current->Exit(&stack_depth, &context_length); 1060 // Exit all nested statements. 1065 current = current->Exit(&stack_depth, &context_length); 1219 Label try_entry, handler_entry, exit; local [all...] |
/external/v8/src/ia32/ |
builtins-ia32.cc | 338 Label use_receiver, exit; local 346 __ j(above_equal, &exit); 354 __ bind(&exit); 434 // Exit the internal frame. Notice that this also removes the empty. [all...] |