Home
last modified time | relevance | path

Searched refs:rescue (Results 1 - 9 of 9) sorted by relevance

/third_party/protobuf/conformance/
H A Dconformance_ruby.rb50 rescue Google::Protobuf::ParseError => err
65 rescue Google::Protobuf::ParseError => err
93 rescue StandardError => err
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
H A Dbasic.rb225 # Use rescue to allow subclasses of error
229 rescue TypeError
237 rescue TypeError
245 rescue TypeError
253 rescue TypeError
261 rescue TypeError
269 rescue TypeError
340 rescue TypeError
394 rescue TypeError
402 rescue TypeErro
[all...]
/third_party/cJSON/tests/unity/auto/
H A Dcolour_prompt.rb10 rescue LoadError
H A Dunity_test_summary.rb133 rescue StandardError => e
H A Dstylize_as_junit.rb249 rescue StandardError => e
/third_party/unity/auto/
H A Dcolour_prompt.rb10 rescue LoadError
H A Dunity_test_summary.rb136 rescue StandardError => e
H A Dstylize_as_junit.rb248 rescue StandardError => e
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsclone.c141 "* Use the --rescue option to efficiently save as much data as possible! *\n"
159 int rescue; member
363 " --rescue Continue after disk read errors\n" in usage()
393 "Efficiently clone, image, restore or rescue an NTFS Volume.\n\n" in version()
417 { "rescue", no_argument, NULL, 'R' },
481 opt.rescue++;
528 if (opt.ignore_fs_check && !opt.metadata && !opt.rescue)
530 "cloning or rescue situations!\n");
732 * Read a cluster, try to rescue if cannot read
744 else if (opt.rescue){
758 copy_cluster(int rescue, u64 rescue_lcn, u64 lcn) global() argument
[all...]

Completed in 5 milliseconds