HomeSort by relevance Sort by last modified time
    Searched refs:succeeds (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
X509KeyManagerTest.java 55 String selectedKeyType, boolean succeeds) throws Exception {
71 if (succeeds) {
  /external/mockito/src/test/java/org/mockitousage/junitrule/
MutableStrictJUnitRuleTest.java 30 .succeeds(1)
40 .succeeds(1)
  /external/mockito/src/test/java/org/mockitousage/junitrunner/
StrictStubsRunnerTest.java 31 .succeeds(2);
39 .succeeds(2)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15747b.go 11 // compilation succeeds.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15747b.go 11 // compilation succeeds.
  /external/mockito/src/test/java/org/mockitousage/session/
MockitoSessionTest.java 37 JUnitResultAssert.assertThat(result).succeeds(1);
45 JUnitResultAssert.assertThat(result).succeeds(1);
53 JUnitResultAssert.assertThat(result).succeeds(1);
78 JUnitResultAssert.assertThat(result).succeeds(1);
86 JUnitResultAssert.assertThat(result).succeeds(1);
  /prebuilts/go/darwin-x86/misc/cgo/errors/src/
malloc.go 21 // The Dragonfly libc succeeds when asked to allocate
  /prebuilts/go/linux-x86/misc/cgo/errors/src/
malloc.go 21 // The Dragonfly libc succeeds when asked to allocate
  /external/mockito/src/test/java/org/mockitousage/stubbing/
StrictStubbingEndToEndTest.java 52 assertThat(result).succeeds(5);
77 assertThat(results.get(StrictStubsPassing.class)).succeeds(1);
  /prebuilts/go/darwin-x86/src/os/
dir.go 17 // a single slice. In this case, if Readdir succeeds (reads all
36 // a single slice. In this case, if Readdirnames succeeds (reads all
  /prebuilts/go/linux-x86/src/os/
dir.go 17 // a single slice. In this case, if Readdir succeeds (reads all
36 // a single slice. In this case, if Readdirnames succeeds (reads all
  /external/mockito/src/test/java/org/mockitoutil/
JUnitResultAssert.java 111 public JUnitResultAssert succeeds(int successCount) { method in class:JUnitResultAssert
  /prebuilts/go/darwin-x86/misc/cgo/test/
basic.go 124 // Bug in OpenBSD strtol(3) - base > 36 succeeds.
  /prebuilts/go/linux-x86/misc/cgo/test/
basic.go 124 // Bug in OpenBSD strtol(3) - base > 36 succeeds.
  /external/mesa3d/docs/specs/
WL_bind_wayland_display.spec 116 If eglQueryWaylandBufferWL succeeds, the returned value will be
  /external/webrtc/webrtc/tools/rtcbot/test/
oneWayVideoStreamingWithDownloadingFile.js 13 // The test succeeds after collecting stats for 10 seconds from both bots
three_bots_video_conference.js 11 // The test succeeds after establishing the call between the three
two_way_video_streaming.js 10 // The test succeeds after collecting stats for 10 seconds from both bots
webrtc_video_streaming.js 10 // The test succeeds after collecting stats for 10 seconds from both bots
  /prebuilts/go/darwin-x86/src/runtime/
atomic_pointer.go 29 // The write barrier is only necessary if the CAS succeeds,
  /prebuilts/go/linux-x86/src/runtime/
atomic_pointer.go 29 // The write barrier is only necessary if the CAS succeeds,
  /prebuilts/go/darwin-x86/src/net/http/httptest/
recorder.go 97 // Write always succeeds and writes to rw.Body, if not nil.
106 // WriteString always succeeds and writes to rw.Body, if not nil.
  /prebuilts/go/linux-x86/src/net/http/httptest/
recorder.go 97 // Write always succeeds and writes to rw.Body, if not nil.
106 // WriteString always succeeds and writes to rw.Body, if not nil.
  /prebuilts/go/darwin-x86/src/net/
udpsock_test.go 372 case nil: // ReadFrom succeeds
409 case nil: // ReadFrom succeeds
unixsock_test.go 111 case nil: // ReadFrom succeeds
161 case nil: // ReadFrom succeeds

Completed in 1401 milliseconds

1 2 3 4