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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/
thread-exits.vgtest 1 prog: thread-exits
  /external/dbus/test/
test-exit.c 1 /* This is a process that just exits with a failure code */
  /external/clang/test/Frontend/
cc1-return-codes.c 1 // cc1 immediate arguments (arguments which displays information and exits)
  /external/valgrind/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/compiler-rt/test/tsan/Darwin/
objc-simple.mm 1 // Test that a simple Obj-C program runs and exits without any warnings.
  /external/llvm/test/Other/
close-stderr.ll 12 ; Test that the error handling when writing to stderr fails exits the
  /external/selinux/libselinux/man/man8/
selinuxenabled.8 12 It exits with status 0 if SELinux is enabled and 1 if it is not enabled.
  /external/autotest/server/cros/network/
wifi_interface_claim_context.py 9 we will attempt to release it before our test exits.
  /external/toybox/toys/posix/
tty.c 17 Prints "not a tty" and exits with nonzero status if no terminal
  /external/valgrind/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/autotest/server/site_tests/power_DeferForFlashrom/
control 20 2. After flashrom exits, powerd fails to honor pending suspend or reboot
  /external/llvm/test/Analysis/ScalarEvolution/
2008-08-04-IVOverflow.ll 26 ; CHECK: Exits: 20028
sext-iv-0.ll 16 ; CHECK-NEXT: --> {-128,+,1}<%bb1>{{ U: [^ ]+ S: [^ ]+}}{{ *}}Exits: 127
19 ; CHECK-NEXT: --> {-128,+,1}<%bb1>{{ U: [^ ]+ S: [^ ]+}}{{ *}}Exits: 127
22 ; CHECK-NEXT: --> {-128,+,1}<%bb1>{{ U: [^ ]+ S: [^ ]+}}{{ *}}Exits: 127
25 ; CHECK-NEXT: --> {-128,+,1}<nsw><%bb1>{{ U: [^ ]+ S: [^ ]+}}{{ *}}Exits: 127
  /external/llvm/test/Transforms/LoopDeletion/
multiple-exits.ll 3 ; Checks whether dead loops with multiple exits can be eliminated
  /external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/
EqualizeHist_Demo.cpp 47 /// Wait until user exits the program
  /frameworks/base/core/java/android/hardware/input/
ITabletModeChangedListener.aidl 21 /* Called when the device enters or exits tablet mode. */
  /frameworks/base/core/java/android/widget/
MenuItemHoverListener.java 16 * Called when hover exits a menu item.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
contextlib.py 105 exits = []
113 exits.append(exit)
118 while exits:
119 exit = exits.pop()
  /prebuilts/gdb/linux-x86/lib/python2.7/
contextlib.py 105 exits = []
113 exits.append(exit)
118 while exits:
119 exit = exits.pop()
  /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

Completed in 1161 milliseconds

1 2 3 4 5 6 7 8 91011>>