/external/llvm/test/Analysis/ScalarEvolution/ |
zext-wrap.ll | 14 ; CHECK: --> (zext i8 {0,+,-1}<%bb.i> to i16) Exits: 2
|
sext-iv-2.ll | 4 ; CHECK: --> (sext i8 {0,+,1}<%bb1> to i32) Exits: -1 6 ; CHECK: --> ((sext i8 {0,+,1}<%bb1> to i32) * {0,+,1}<%bb>) Exits: {0,+,-1}<%bb>
|
/external/qemu/android/utils/ |
filelock.h | 30 ** all file locks are automatically released when the program exits.
|
/external/valgrind/main/helgrind/tests/ |
bar_trivial.c | 29 either exits. */
|
tc22_exit_w_lock.c | 15 /* This one exits in the normal way, by joining back */
|
/external/valgrind/main/memcheck/tests/ |
sigaltstack.c | 40 actually delivers the signal before the thread exits. */
|
/external/valgrind/main/none/tests/ |
sigstackgrowth.c | 19 wait till the handler exits before delivering the next signal, the
|
Makefile.am | 147 thread-exits.stderr.exp thread-exits.stdout.exp thread-exits.vgtest \ 193 # - manythreads and thread-exits have lots of this: 205 thread-exits
|
/frameworks/ex/carousel/test/res/anim/ |
zoom_exit.xml | 20 <!-- Special window zoom animation: this is the element that exits the
|
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/info/ |
dir | 8 Typing "q" exits, "?" lists all Info commands, "d" returns here,
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/info/ |
dir | 8 Typing "q" exits, "?" lists all Info commands, "d" returns here,
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
alloca.h | 32 /* Allocate a block that will be freed when the calling function exits. */
|
/external/chromium/chrome/common/extensions/ |
extension_localization_peer_unittest.cc | 140 // It will self-delete once it exits OnCompletedRequest. 153 // It will self-delete once it exits OnCompletedRequest. 169 // It will self-delete once it exits OnCompletedRequest. 198 // It will self-delete once it exits OnCompletedRequest. 228 // It will self-delete once it exits OnCompletedRequest.
|
/external/chromium/testing/gtest/test/ |
gtest_break_on_failure_unittest_.cc | 75 // with the exception code as exit code - for example it exits with 78 // filter which always exits with the exception code for unhandled
|
/hardware/ti/omap4xxx/camera/inc/ |
Encoder_libjpeg.h | 136 // wait until tn jpeg thread exits. 146 // encoder thread runs, self-destructs, and then exits
|
/external/chromium/chrome/browser/chromeos/login/ |
web_page_screen.h | 23 // Exits from the screen with the specified exit code.
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
reload_button_unittest.mm | 111 // doesn't change when the mouse exits. 121 // doesn't change when the mouse exits. 146 // doesn't change when the mouse exits. 156 // changes when the mouse exits.
|
/external/dbus/test/name-test/ |
test-activation-forking.py | 31 # Now monitor for exits, when that happens, start it up again.
|
/external/llvm/docs/CommandGuide/ |
llvm-prof.pod | 51 information. Otherwise, it exits with zero.
|
/external/proguard/src/proguard/evaluation/ |
InvocationUnit.java | 45 * Exits the given method with the given return value.
|
/external/v8/test/mjsunit/regress/ |
regress-259.js | 29 // infinite loop (with no normal exits) in the try block.
|
regress-263.js | 28 // Exits via return, break, or continue from within try/finally or
|
/bootable/recovery/applypatch/ |
main.c | 144 // - if the sha1 hash of <tgt-file> is <tgt-sha1>, does nothing and exits 151 // exits successfully. Note that if <src-file> and <tgt-file> are 155 // - otherwise, or if any error is encountered, exits with non-zero
|
/external/llvm/lib/CodeGen/ |
MachineVerifier.cpp | 428 report("MBB exits via unconditional fall-through but doesn't have " 431 report("MBB exits via unconditional fall-through but its successor " 436 report("MBB exits via unconditional fall-through but ends with a " 440 report("MBB exits via unconditional fall-through but has a condition!", 446 report("MBB exits via unconditional branch but doesn't have " 449 report("MBB exits via unconditional branch but the CFG " 453 report("MBB exits via unconditional branch but doesn't contain " 456 report("MBB exits via unconditional branch but doesn't end with a " 459 report("MBB exits via unconditional branch but the branch isn't a " 469 report("MBB exits via conditional branch/fall-through but doesn't have [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
OMX_VideoEnc_Thread.c | 253 OMX_PRSTATE2(pComponentPrivate->dbg, "Exits OMX_VIDENC_HandleCommandStateSet\n"); 261 OMX_PRSTATE2(pComponentPrivate->dbg, "Exits OMX_VIDENC_HandleCommandFlush\n"); 268 OMX_PRSTATE2(pComponentPrivate->dbg, "Exits OMX_VIDENC_HandleCommandDisablePort\n"); 275 OMX_PRSTATE2(pComponentPrivate->dbg, "Exits OMX_VIDENC_HandleCommandDisablePort\n"); 308 OMX_PRBUFFER1(pComponentPrivate->dbg, "Exits OMX_VIDENC_Process_FilledInBuf\n"); 327 OMX_PRBUFFER1(pComponentPrivate->dbg, "Exits OMX_VIDENC_Process_FreeOutBuf\n"); 339 OMX_PRINT2(pComponentPrivate->dbg, "Component Thread Exits\n");
|