Searched
full:recover (Results
576 -
600 of
1604) sorted by null
<<21222324252627282930>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/ |
frontend.h | 68 FE_CAN_RECOVER = 0x40000000, /* frontend can recover from a cable unplug automatically */
|
/prebuilts/go/darwin-x86/src/go/ast/ |
print.go | 52 if e := recover(); e != nil {
|
/prebuilts/go/darwin-x86/test/ |
closedchan.go | 220 if recover() == nil {
|
method.go | 270 if r := recover(); r == nil {
|
zerodivide.go | 165 if e := recover(); e != nil {
|
/prebuilts/go/linux-x86/src/go/ast/ |
print.go | 52 if e := recover(); e != nil {
|
/prebuilts/go/linux-x86/test/ |
closedchan.go | 220 if recover() == nil {
|
method.go | 270 if r := recover(); r == nil {
|
zerodivide.go | 165 if e := recover(); e != nil {
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
logging.h | 53 // recover. This usually indicates a programming error
|
/system/extras/tests/fstest/ |
recovery_test.cpp | 19 * These file system recovery tests ensure the ability to recover from
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCLexer.java | 265 recover(mse); 289 recover(mse); 481 recover(mse);
|
/external/bzip2/ |
bzip2.1 | 167 recover the original uncompressed 170 to try to recover data from 344 recover data from the undamaged blocks in the file.
|
bzip2.1.preformatted | 111 you recover the original uncompressed data. You can use 112 _b_z_i_p_2_r_e_c_o_v_e_r to try to recover data from damaged files. 288 damaged, it may be possible to recover data from the
|
bzip2.txt | 108 you recover the original uncompressed data. You can use 109 bzip2recover to try to recover data from damaged files. 285 damaged, it may be possible to recover data from the
|
/external/clang/test/CodeGenCXX/ |
catch-undef-behavior.cpp | 1 // RUN: %clang_cc1 -std=c++11 -fsanitize=signed-integer-overflow,integer-divide-by-zero,float-divide-by-zero,shift-base,shift-exponent,unreachable,return,vla-bound,alignment,null,vptr,object-size,float-cast-overflow,bool,enum,array-bounds,function -fsanitize-recover=signed-integer-overflow,integer-divide-by-zero,float-divide-by-zero,shift-base,shift-exponent,vla-bound,alignment,null,vptr,object-size,float-cast-overflow,bool,enum,array-bounds,function -emit-llvm %s -o - -triple x86_64-linux-gnu | opt -instnamer -S | FileCheck %s 2 // RUN: %clang_cc1 -std=c++11 -fsanitize=vptr,address -fsanitize-recover=vptr,address -emit-llvm %s -o - -triple x86_64-linux-gnu | FileCheck %s --check-prefix=CHECK-ASAN 3 // RUN: %clang_cc1 -std=c++11 -fsanitize=vptr -fsanitize-recover=vptr -emit-llvm %s -o - -triple x86_64-linux-gnu | FileCheck %s --check-prefix=DOWNCAST-NULL
|
/external/elfutils/ |
configure.ac | 200 # We want to fail immediately on first error, don't try to recover. 201 CFLAGS="$CFLAGS -fsanitize=undefined -fno-sanitize-recover" 202 CXXFLAGS="$CXXFLAGS -fsanitize=undefined -fno-sanitize-recover"
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
system_delay_unittest.cc | 469 // Recover state. Should recover at least 4 ms of data per 10 ms, hence 470 // a glitch of 200 ms will take at most 200 * 10 / 4 = 500 ms to recover
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
filter_bilinear_altivec.asm | 240 addi r1, r1, 32 ;# recover stack 326 addi r1, r1, 32 ;# recover stack 434 addi r1, r1, 32 ;# recover stack
|
/prebuilts/go/darwin-x86/src/runtime/ |
panic.go | 293 // is not panic, however, any recover calls in those deferred functions will return nil. 480 // The implementation of the predeclared function recover. 493 // If they match, the caller is the one who can recover.
|
syscall_windows_test.go | 188 s := recover() 209 s := recover() 411 if r := recover(); r != nil {
|
/prebuilts/go/linux-x86/src/runtime/ |
panic.go | 293 // is not panic, however, any recover calls in those deferred functions will return nil. 480 // The implementation of the predeclared function recover. 493 // If they match, the caller is the one who can recover.
|
syscall_windows_test.go | 188 s := recover() 209 s := recover() 411 if r := recover(); r != nil {
|
/external/libvpx/libvpx/vp8/encoder/ |
ratectrl.c | 655 /* Make rate adjustment to recover bits spent in key frame 669 * few frames designed to recover any extra bits spent on 680 /* If appropriate make an adjustment to recover bits spent on a [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
ratectrl.c | 653 /* Make rate adjustment to recover bits spent in key frame 667 * few frames designed to recover any extra bits spent on 678 /* If appropriate make an adjustment to recover bits spent on a [all...] |
Completed in 1252 milliseconds
<<21222324252627282930>>