Searched
full:recover (Results
326 -
350 of
940) sorted by null
<<11121314151617181920>>
/external/clang/include/clang/Frontend/ |
CodeGenOptions.def | 151 CODEGENOPT(SanitizeRecover, 1, 1) ///< Attempt to recover from sanitizer checks
|
/external/clang/include/clang/Sema/ |
ExternalSemaSource.h | 82 /// \return true to tell Sema to recover using the LookupResult.
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineC.cpp | 386 // Recover some path-sensitivty by conjuring a new value. 468 // We bound the temp obj region to the CXXConstructExpr. Now recover 479 // Recover some path-sensitivity if a scalar value evaluated to [all...] |
/external/clang/test/Analysis/ |
misc-ps-eager-assume.m | 52 // 'recoverCastedSymbol()' (GRExprEngine.cpp) to test that we recover
|
/external/clang/test/SemaCXX/ |
alias-template.cpp | 117 // FIXME: we recover as if cell is an undeclared variable. the diagnostics are terrible!
|
/external/guava/guava-tests/test/com/google/common/collect/ |
PeekingIteratorTest.java | 178 /* Should recover to be able to remove() after next(). */
|
/external/libvpx/libvpx/vp8/common/ppc/ |
filter_altivec.asm | 365 addi r1, r1, 32 ;# recover stack 543 addi r1, r1, 32 ;# recover stack 751 addi r1, r1, 32 ;# recover stack 953 addi r1, r1, 416 ;# recover stack
|
variance_altivec.asm | 45 addi r1, r1, 32 ;# recover stack
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
JoinHeader.java | 128 * recover the dialog and any other state associated with it.
|
/external/valgrind/main/coregrind/m_syswrap/ |
syscall-arm-linux.S | 58 recover from that either, but nevertheless we want to know.
|
syscall-ppc32-linux.S | 58 recover from that either, but nevertheless we want to know.
|
syscall-ppc64-linux.S | 58 recover from that either, but nevertheless we want to know.
|
syscall-s390x-linux.S | 59 recover from that either, but nevertheless we want to know.
|
syscall-x86-linux.S | 59 recover from that either, but nevertheless we want to know.
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_dev_disc.c | 96 /* TODO: how to recover from failure? */
|
/frameworks/base/nfc-extras/java/com/android/nfc_extras/ |
NfcAdapterExtras.java | 163 Log.e(TAG, "NFC Adapter Extras dead - attempting to recover");
|
/frameworks/base/packages/Keyguard/res/layout/ |
keyguard_sim_puk_view.xml | 19 <!-- This is the SIM PUK view that allows the user to recover their device by entering the
|
/frameworks/base/tools/obbtool/ |
mkobb.sh | 176 *) echo "ERROR: Invalid argument in option parsing! Cannot recover. Ever."; exit 1;;
|
/frameworks/compile/mclinker/lib/LD/ |
StaticResolver.cpp | 53 // dynamic defined first, then recover back to undefined symbol later.
|
/libcore/luni/src/main/java/java/sql/ |
ResultSetMetaData.java | 53 * invoking {@code ResultSet.getObject} to recover this column's value.
|
/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/chromium_org/net/url_request/ |
url_request_job.cc | 191 // Implementations should know how to recover from errors they generate. 192 // If this code was reached, we are trying to recover from an error that 193 // we don't know how to recover from.
|
Completed in 1335 milliseconds
<<11121314151617181920>>