Searched refs:fail_ (Results 1 - 22 of 22) sorted by path

/external/chromium_org/net/http/
H A Dmock_http_cache.cc610 fail_(false) {
620 if (!fail_)
633 if (!fail_)
H A Dmock_http_cache.h239 void set_fail(bool fail) { fail_ = fail; }
244 int Result() { return fail_ ? net::ERR_FAILED : net::OK; }
249 bool fail_; member in class:MockBlockingBackendFactory
/external/chromium_org/remoting/host/native_messaging/
H A Dnative_messaging_writer.cc34 fail_(false) {
41 if (fail_) {
60 fail_ = true;
74 fail_ = true;
H A Dnative_messaging_writer.h29 bool fail_; member in class:remoting::NativeMessagingWriter
/external/libpng/scripts/
H A Doptions.awk505 # For checking purposes names that start with "ok_" or "fail_" are
755 if (i ~ /^fail_/) {
/external/openfst/src/include/fst/
H A Dunion-find.h41 : 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/
H A Dunion-find.h38 : 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/strace/tests/
H A Dcount.test14 fail_ "$STRACE $args failed"
22 fail_ "unexpected output from $STRACE $args"
H A Ddetach-running.test16 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'
H A Ddetach-sleeping.test17 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'
H A Ddetach-stopped.test17 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'
H A Dinit.sh9 fail_() { warn_ "$ME_: failed test: $*"; exit 1; } function
H A Dnet-fd.test17 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"
H A Dnet.test13 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"
H A Dptrace_setoptions.test18 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'
H A Dqual_syscall.test12 { 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'; }
H A Dscm_rights-fd.test17 fail_ 'scm_rights failed'
21 fail_ "$STRACE $args failed"
25 fail_ 'strace-log-merge failed'
36 fail_ "$STRACE $args failed to trace \"$syscall\" properly"
H A Dsigaction.test10 fail_ 'sigaction failed'
14 fail_ "strace $args failed"
17 { cat $LOG; fail_ 'unexpected output'; }
H A Dstat.test20 { 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'; }
H A Dstrace-f.test11 { cat $LOG; fail_ 'strace -f does not work'; }
H A Dstrace-k.test15 fail_ 'stack-fcall failed'
23 fail_ "$STRACE $args failed"
34 fail_ "unexpected output from $STRACE $args"
H A Duio.test11 fail_ 'uio failed'
16 fail_ "$STRACE $args failed"
25 fail_ "$STRACE $args failed to trace \"$syscall\" properly"

Completed in 900 milliseconds