HomeSort by relevance Sort by last modified time
    Searched full:recover (Results 351 - 375 of 1604) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/test/ubsan/TestCases/Misc/
nonnull-arg.cpp 1 // RUN: %clangxx -fsanitize=nonnull-attribute -fno-sanitize-recover=all %s -O3 -o %t
  /external/glide/third_party/disklrucache/
CHANGELOG.md 55 * Fix: Cache will gracefully recover if directory is deleted at runtime.
  /external/jemalloc/src/
chunk_dss.c 87 * The loop is necessary to recover from races with other
  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DNSResolverTask.java 83 this.getDns().recover();
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Announcer.java 129 this.getDns().recover();
Canceler.java 129 this.getDns().recover();
Renewer.java 130 this.getDns().recover();
  /external/libcap/
Make.Rules 13 # administrative operations that could be needed to recover a system.
  /external/llvm/test/CodeGen/Thumb/
vargs.ll 35 ; The return sequence should pop the lr to r0-3, recover the stack space used to
  /external/llvm/test/Transforms/LoopUnroll/
rebuild_lcssa.ll 5 ; loop, and there is no cheap way to recover it.
  /external/opencv3/modules/calib3d/test/
test_decompose_projection.cpp 106 // Recover translation from the camera center
  /external/tpm2/
CpriRNG.c 61 // This function is used to set the state of the RNG (direction == PUT_STATE) or to recover the state of the
  /external/webrtc/talk/app/webrtc/
audiotrack.cc 86 return; // We can't recover from this state (do we ever set it?).
  /frameworks/av/media/libnbaio/
SourceAudioBufferProvider.cpp 66 // so we check and recover.
  /packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
RepeatFailureDetector.java 69 * @param recoveryStrategies A list of strategies to try to recover from or
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
opnames.go 111 ORECOVER: "RECOVER",
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
opnames.go 108 ORECOVER: "RECOVER",
  /prebuilts/go/darwin-x86/src/net/
fd_mutex_test.go 98 if recover() == nil {
interface_linux_test.go 86 if p := recover(); p != nil {
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
sync_test.go 186 if x := recover(); x != nil {
  /prebuilts/go/darwin-x86/test/chan/
select3.go 27 if recover() != nil {
  /prebuilts/go/darwin-x86/test/
divmod.go 320 if recover() == nil {
351 if recover() == nil {
382 if recover() == nil {
413 if recover() == nil {
nilptr.go 51 if recover() == nil {
nilptr2.go 14 if err := recover(); err == nil {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4654.go 48 defer recover() // ok

Completed in 798 milliseconds

<<11121314151617181920>>