HomeSort by relevance Sort by last modified time
    Searched full:exits (Results 101 - 125 of 1283) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/src/compiler/
control-builders.h 84 Environment* break_environment_; // Environment after the loop exits.
116 Environment* break_environment_; // Environment after the switch exits.
139 Environment* break_environment_; // Environment after the block exits.
  /external/valgrind/coregrind/
vgdb.h 61 /* same as ERROR, but also exits with status 1 */
67 /* Calls malloc (size). Exits if memory can't be allocated. */
69 /* Calls realloc (size). Exits if memory can't be allocated. */
  /external/chromium-trace/catapult/third_party/coverage/coverage/
results.py 98 for line, exits in line_exits:
99 for ex in sorted(exits):
153 exits = self.exit_counts[lnum]
158 stats[lnum] = (exits, exits - missing)
  /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");
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 587 report("MBB exits via unconditional fall-through but doesn't have "
590 report("MBB exits via unconditional fall-through but its successor "
595 report("MBB exits via unconditional fall-through but ends with a "
599 report("MBB exits via unconditional fall-through but has a condition!",
609 report("MBB exits via unconditional branch but doesn't have "
612 report("MBB exits via unconditional branch but the CFG "
616 report("MBB exits via unconditional branch but doesn't contain "
619 report("MBB exits via unconditional branch but doesn't end with a "
622 report("MBB exits via unconditional branch but the branch isn't a "
634 report("MBB exits via conditional branch/fall-through but only has
    [all...]
  /external/llvm/test/Analysis/ScalarEvolution/
max-trip-count.ll 42 ; CHECK: Loop %for.cond: <multiple exits> Unpredictable backedge-taken count.
104 ; CHECK: Loop %for.body.i: <multiple exits> Unpredictable backedge-taken count.
130 ; CHECK: Loop %for.body: <multiple exits> Unpredictable backedge-taken count.
160 ; CHECK: Loop %for.body.i: <multiple exits> Unpredictable backedge-taken count.
185 ; This loop has two must-exits, both of which dominate the latch. The
189 ; CHECK: Loop %for.body.i: <multiple exits> Unpredictable backedge-taken count.
  /bootable/recovery/applypatch/
main.cpp 145 // - if the sha1 hash of <tgt-file> is <tgt-sha1>, does nothing and exits
156 // exits successfully. Note that if <src-file> and <tgt-file> are
160 // - otherwise, or if any error is encountered, exits with non-zero
  /art/compiler/optimizing/
block_builder.h 45 // exits a try block.
  /bionic/libc/tools/
genversion-scripts.py 24 # Make sure the directory is deleted when the script exits.
  /device/generic/goldfish/
init.ranchu.rc 75 # if not, is simply exits immediately
  /device/generic/mini-emulator-arm64/
init.mini-emulator.rc 84 # if not, is simply exits immediately
  /device/generic/mini-emulator-armv7-a-neon/
init.mini-emulator.rc 84 # if not, is simply exits immediately
  /device/google/atv/
init.ranchu.rc 74 # if not, is simply exits immediately
  /external/autotest/client/cros/
tcpdump.py 53 # If the process exits before we can send it a SIGTERM, an
  /external/autotest/server/site_tests/network_WiFi_ChannelHop/
network_WiFi_ChannelHop.py 51 # and the AP deauths everyone as it exits.
  /external/autotest/server/site_tests/network_WiFi_DisableEnable/
network_WiFi_DisableEnable.py 59 we will attempt to re-enable it before our test exits.
  /external/cblas/testing/
cin2 5 T LOGICAL FLAG, T TO TEST ERROR EXITS.
zin2 5 T LOGICAL FLAG, T TO TEST ERROR EXITS.
  /external/curl/tests/unit/
unit1305.c 126 /* Test 1305 exits without adding anything to the hash */
  /external/eigen/blas/testing/
cblat2.dat 7 T LOGICAL FLAG, T TO TEST ERROR EXITS.
zblat2.dat 7 T LOGICAL FLAG, T TO TEST ERROR EXITS.
  /external/google-breakpad/src/common/mac/
launch_reporter.cc 61 // Wait until the Reporter child process exits.
  /external/google-breakpad/src/testing/gtest/test/
gtest_uninitialized_test.py 57 # Verifies that 'command' exits with code 1.
  /external/gtest/test/
gtest_uninitialized_test.py 57 # Verifies that 'command' exits with code 1.
  /external/guava/guava/src/com/google/common/util/concurrent/
UncaughtExceptionHandlers.java 36 * Returns an exception handler that exits the system. This is particularly useful for the main

Completed in 416 milliseconds

1 2 3 45 6 7 8 91011>>