HomeSort by relevance Sort by last modified time
    Searched refs:fail_ (Results 1 - 22 of 22) sorted by null

  /external/strace/tests/
sigaction.test 10 fail_ 'sigaction failed'
14 fail_ "strace $args failed"
17 { cat $LOG; fail_ 'unexpected output'; }
uio.test 11 fail_ 'uio failed'
16 fail_ "$STRACE $args failed"
25 fail_ "$STRACE $args failed to trace \"$syscall\" properly"
scm_rights-fd.test 17 fail_ 'scm_rights failed'
21 fail_ "$STRACE $args failed"
25 fail_ 'strace-log-merge failed'
36 fail_ "$STRACE $args failed to trace \"$syscall\" properly"
qual_syscall.test 12 { cat $LOG; fail_ 'strace -e execve does not work'; }
16 { cat $LOG; fail_ 'strace -e execve does not work properly'; }
20 { cat $LOG; fail_ 'strace -e trace=process does not work'; }
23 { cat $LOG; fail_ 'strace -e trace=process does not work properly'; }
strace-f.test 11 { cat $LOG; fail_ 'strace -f does not work'; }
net-fd.test 17 fail_ 'net-accept-connect failed'
22 fail_ "strace $args failed"
26 fail_ 'strace-log-merge failed'
38 fail_ "strace -enetwork failed to trace \"$syscall\" properly"
net.test 13 fail_ 'net-accept-connect failed'
17 fail_ "strace $args failed"
21 fail_ 'strace-log-merge failed'
33 fail_ "strace -enetwork failed to trace \"$syscall\" properly"
detach-stopped.test 17 fail_ 'set_ptracer_any sleep failed'
37 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
43 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
51 { cat $LOG; cleanup; fail_ 'strace -p failed to detach'; }
56 { cat $LOG; cleanup; fail_ 'tracee died after detach'; }
61 fail_ 'tracee is not group-stopped after detach'
ptrace_setoptions.test 18 fail_ 'strace -f failed to recognize proper kernel PTRACE_O_TRACECLONE support'
23 fail_ 'strace -f failed to recognize proper kernel PTRACE_O_TRACESYSGOOD support'
29 fail_ 'strace failed to recognize proper kernel PTRACE_O_TRACESYSGOOD support'
strace-k.test 15 fail_ 'stack-fcall failed'
23 fail_ "$STRACE $args failed"
34 fail_ "unexpected output from $STRACE $args"
detach-running.test 16 fail_ 'set_ptracer_any sh failed'
34 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
42 { cat $LOG; cleanup; fail_ 'strace -p failed to detach'; }
47 { cat $LOG; cleanup; fail_ 'tracee died after detach'; }
52 fail_ 'tracee is not running after detach'
detach-sleeping.test 17 fail_ 'set_ptracer_any sleep failed'
35 { cat $LOG; cleanup; fail_ 'strace -p does not work'; }
43 { cat $LOG; cleanup; fail_ 'strace -p failed to detach'; }
48 { cat $LOG; cleanup; fail_ 'tracee died after detach'; }
53 fail_ 'tracee is not sleeping after detach'
count.test 14 fail_ "$STRACE $args failed"
22 fail_ "unexpected output from $STRACE $args"
stat.test 20 { cat $LOG; fail_ 'strace -edesc failed to trace ftruncate/ftruncate64 properly'; }
23 { cat $LOG; fail_ 'strace -edesc failed to trace lseek/_llseek properly'; }
27 { cat $LOG; fail_ 'strace -efile failed to trace stat/stat64 properly'; }
31 { cat $LOG; fail_ 'strace -efile failed to trace fstatat/fstatat64 properly'; }
init.sh 9 fail_() { warn_ "$ME_: failed test: $*"; exit 1; } function
  /external/chromium_org/remoting/host/native_messaging/
native_messaging_writer.cc 34 fail_(false) {
41 if (fail_) {
60 fail_ = true;
74 fail_ = true;
native_messaging_writer.h 29 bool fail_; member in class:remoting::NativeMessagingWriter
  /external/openfst/src/include/fst/
union-find.h 41 : parent_(max, fail), rank_(max), fail_(fail) { }
47 || item == fail_
48 || parent_[item] == fail_) return fail_;
69 // New value in parent_ should be initialized to fail_
71 parent_.resize(nitem, fail_);
89 T fail_; // Value indicating lookup failure. member in class:fst::UnionFind
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
union-find.h 38 : parent_(max, fail), rank_(max), fail_(fail) { }
44 || item == fail_
45 || parent_[item] == fail_) return fail_;
67 // New value in parent_ should be initialized to fail_
68 parent_.resize(2 * item, fail_);
86 T fail_; // Value indicating lookup failure. member in class:fst::UnionFind
  /external/chromium_org/net/http/
mock_http_cache.h 239 void set_fail(bool fail) { fail_ = fail; }
244 int Result() { return fail_ ? net::ERR_FAILED : net::OK; }
249 bool fail_; member in class:MockBlockingBackendFactory
mock_http_cache.cc 610 fail_(false) {
620 if (!fail_)
633 if (!fail_)
  /external/libpng/scripts/
options.awk 505 # For checking purposes names that start with "ok_" or "fail_" are
755 if (i ~ /^fail_/) {

Completed in 1121 milliseconds