HomeSort by relevance Sort by last modified time
    Searched full:exits (Results 1 - 25 of 1182) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/
thread-exits.vgtest 1 prog: thread-exits
  /external/clang/test/Frontend/
cc1-return-codes.c 1 // cc1 immediate arguments (arguments which displays information and exits)
  /external/valgrind/main/memcheck/tests/
atomic_incs.stdout.exp-32bit 7 parent exits
atomic_incs.stdout.exp-64bit 7 parent exits
  /ndk/sources/host-tools/make-3.81/tests/scripts/misc/
close_stdout 3 $description = "Make sure make exits with an error if stdout is full.";
  /external/chromium_org/third_party/WebKit/ManualTests/
drag-caret.html 3 <p>Drag some text over the input element and make sure the Drag Caret disappears when the drag exits the input element. Per https://bugs.webkit.org/show_bug.cgi?id=26787</p>
  /external/chromium_org/tools/android/common/
daemon.h 20 // Spawns a daemon process and exits the current process with exit_status.
  /external/llvm/test/Analysis/ScalarEvolution/
sext-iv-0.ll 16 ; CHECK-NEXT: --> {-128,+,1}<%bb1> Exits: 127
19 ; CHECK-NEXT: --> {-128,+,1}<%bb1> Exits: 127
22 ; CHECK-NEXT: --> {-128,+,1}<%bb1> Exits: 127
25 ; CHECK-NEXT: --> {-128,+,1}<nsw><%bb1> Exits: 127
2008-08-04-IVOverflow.ll 26 ; CHECK: Exits: 20028
load.ll 17 ; CHECK: --> %sum.04{{ *}}Exits: 2450
21 ; CHECK: --> %0{{ *}}Exits: 50
24 ; CHECK: --> %1{{ *}}Exits: 0
51 ; CHECK: --> %sum.02{{ *}}Exits: 10
53 ; CHECK: --> %n.01{{ *}}Exits: @node1
59 ; CHECK: --> %1{{ *}}Exits: 0
  /external/llvm/test/Other/
close-stderr.ll 15 ; Test that the error handling when writing to stderr fails exits the
  /external/qemu/android/
core-init-utils.h 27 * the core. After that exits the process.
34 /* Sends successful initialization completion message back to the UI, and exits
  /external/valgrind/main/drd/tests/
run_openmp_test 3 # Shell script with one argument (path of an OpenMP executable) that exits
4 # with status 0 if the OpenMP test program should be run and that exits with
pth_cleanup_handler.c 41 // Make sure the program exits in case a deadlock has been triggered.
  /external/chromium/chrome/browser/
browser_main_gtk.h 27 // allow us to exit cleanly if X exits before us.
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.h 25 // updates (recreates) them if they exits.
  /external/chromium_org/chrome/browser/
browser_process_platform_part_aurawin.h 19 // Invoked when the ASH metro viewer process on Windows 8 exits.
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
Version.java 23 * A simple main method that prints the version and exits
  /external/llvm/test/Transforms/LoopDeletion/
multiple-exits.ll 3 ; Checks whether dead loops with multiple exits can be eliminated
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
contextlib.py 105 exits = []
113 exits.append(exit)
118 while exits:
119 exit = exits.pop()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
contextlib.py 105 exits = []
113 exits.append(exit)
118 while exits:
119 exit = exits.pop()
  /external/eigen/blas/testing/
runblastest.sh 36 if [ `grep "FAILED THE TESTS OF ERROR-EXITS" $1.summ | wc -l` -gt 0 ]; then
37 echo -e $red "Test $1 failed (FAILED THE TESTS OF ERROR-EXITS, read the file $1.summ for details)" $black
  /external/chromium_org/chrome/renderer/extensions/
extension_localization_peer_unittest.cc 140 // It will self-delete once it exits OnCompletedRequest.
152 // It will self-delete once it exits OnCompletedRequest.
167 // It will self-delete once it exits OnCompletedRequest.
195 // It will self-delete once it exits OnCompletedRequest.
224 // It will self-delete once it exits OnCompletedRequest.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
parser.py 227 """Get a mapping from line numbers to count of exits from that line.
412 be many exits from a chunk.
440 chunk.exits.add(bc.offset)
447 chunk.exits.add(bc.offset)
462 chunk.exits.add(bc.jump_to)
466 chunk.exits.add(-self.code.co_firstlineno)
478 chunk.exits.add(block_stack[-1][1])
484 chunk.exits.add(block_stack[-1][1])
489 chunk.exits.add(block_stack[iblock][1])
513 last_chunk.exits.remove(ex
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_service.cc 48 // exits the application or closes the last browser window.
49 // Saving is disabled when the user exits the application to prevent the
56 // * user exits

Completed in 2358 milliseconds

1 2 3 4 5 6 7 8 91011>>