HomeSort by relevance Sort by last modified time
    Searched refs:fails (Results 76 - 100 of 412) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherThread.java 36 private int fails = 0; field in class:CipherThread
111 fails++;
182 return fails;
  /prebuilts/go/darwin-x86/test/
chanlinear.go 36 fails := 0
61 if fails++; fails >= 5 {
maplinear.go 35 fails := 0
58 if fails++; fails >= 5 {
  /prebuilts/go/linux-x86/test/
chanlinear.go 36 fails := 0
61 if fails++; fails >= 5 {
maplinear.go 35 fails := 0
58 if fails++; fails >= 5 {
  /external/curl/docs/cmdline-opts/
fail.d 8 when an HTTP server fails to deliver a document, it returns an HTML document
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue8428.go 5 // This test fails on older versions of OS X because they use older buggy
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug119.go 19 // fails (x is incorrect)
issue13268.go 35 f.Write([]byte("package p\n\nfunc \xef\xef")) // if this fails, we will die later
  /prebuilts/go/linux-x86/misc/cgo/test/
issue8428.go 5 // This test fails on older versions of OS X because they use older buggy
  /prebuilts/go/linux-x86/test/fixedbugs/
bug119.go 19 // fails (x is incorrect)
issue13268.go 35 f.Write([]byte("package p\n\nfunc \xef\xef")) // if this fails, we will die later
  /external/clang/utils/
modfuzz.py 76 def fails(self): member in class:CodeModel
97 if not model.fails():
114 if m2.fails():
122 model.fails()
  /external/lisa/libs/utils/
test.py 239 for fails in failures.itervalues():
241 fail_pct = 100. * len(fails) / iterations
244 len(fails), iterations, '\n'.join(fails))
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
insns.s 57 ldy #%addr(test2) ; otherwise linker relaxation fails
  /tools/test/connectivity/acts/tests/google/wifi/aware/functional/
MatchFilterTest.py 146 fails = []
175 fails.append(i)
178 len(fails) == 0, "Some match filter tests are failing", extras=fails)
  /external/boringssl/src/crypto/cipher_extra/test/
make_legacy_aead_tests.go 121 fails bool
193 var noSeal, fails bool
213 fails = true
223 fails = true
237 fails = true
258 fails = true
278 fails: fails,
295 if t.fails {
296 fmt.Printf("FAILS: 01\n"
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
lower.go 13 // checkLower checks for unlowered opcodes and fails if we find one.
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
aprof.go 10 // The test fails when the function is the first C function.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
lower.go 13 // checkLower checks for unlowered opcodes and fails if we find one.
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
aprof.go 10 // The test fails when the function is the first C function.
  /external/toolchain-utils/
generate-waterfall-reports.py 102 fails = test_dict[msg]
104 while i < len(fails) and fails[i][0] <= earliest_date:
106 new_fails = fails[i:]
402 # fails in the middle of generating a report, this data does not get
  /external/guice/core/test/com/google/inject/name/
NamedEquivalanceTest.java 126 private static void assertDuplicateBinding(Module a, Module b, boolean fails) {
129 if(fails) {
133 if(fails) {
  /external/linux-kselftest/tools/testing/selftests/timers/
freq-step.c 5 * is measured in two intervals following the step. The test fails if
249 int i, j, fails = 0; local
261 fails += run_test(0, freq_base, freq_step);
267 if (fails)
  /frameworks/opt/bitmap/src/com/android/bitmap/util/
InputStreamBuffer.java 203 int fails = 0; local
208 fails++;
213 if (fails >= 5) {

Completed in 720 milliseconds

1 2 34 5 6 7 8 91011>>