/external/oprofile/daemon/ |
opd_mangling.c | 42 /* avoid to call find_cookie(), caller can recover using image_name */
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
autocorrection_threshold_utils.cpp | 46 // Undo the scaling here to recover the original score.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/ |
frontend.h | 66 FE_CAN_RECOVER = 0x40000000, // frontend can recover from a cable unplug automatically
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
frontend.h | 66 FE_CAN_RECOVER = 0x40000000, // frontend can recover from a cable unplug automatically
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
frontend.h | 66 FE_CAN_RECOVER = 0x40000000, // frontend can recover from a cable unplug automatically
|
/external/zlib/src/examples/ |
gzlog.c | 47 foo.add file are sufficient to recover an interrupted append operation. The 60 foo.add file are sufficient to recover an interrupted compress operation. 734 /* Recover the interrupted operation op. First read foo.add for recovering an [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCParser.m | [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCParser.m | [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
Fuzzy.m | 114 [self recover:re]; 932 [self recover:mse]; [all...] |
/external/chromium_org/ppapi/generators/ |
idl_parser.py | 251 # Recover from error and continue parsing at the next top match. 256 # Recover from error and continue parsing at the next top match. 460 # Recover from describe error and continue parsing at the next top match. 666 # Recover from enum error and continue parsing at the next top match. 794 # Recover from struct error and continue parsing at the next top match. 811 # is triggered logging an error, and parsing recover happens as the [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
version_set.h | 181 // Recover the last saved descriptor from persistent storage. 182 Status Recover();
|
/external/clang/include/clang/Lex/ |
PPCallbacks.h | 72 /// \param RecoveryPath If this client indicates that it can recover from 76 /// \returns true to indicate that the preprocessor should attempt to recover
|
/external/grub/netboot/ |
3c595.h | 380 * Requires RX Reset or Global Reset command to recover. 397 * Requires TX Reset or Global Reset command to recover.
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_onyx_int.h | 417 int non_gf_bitrate_adjustment; // Following GF to recover extra bits spent 420 int kf_bitrate_adjustment; // number of bits to recover on each inter frame.
|
/external/valgrind/main/coregrind/m_initimg/ |
simple_huffman.c | 306 * _Huffman_RecoverTree() - Recover a Huffman tree from a bitstream. 469 /* Recover Huffman tree */
|
/frameworks/base/docs/html/guide/topics/resources/ |
runtime-changes.jd | 69 <p>If restarting your activity requires that you recover large sets of data, re-establish a network 84 android.app.Activity#getLastNonConfigurationInstance()} to recover your object.</li>
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
CameraWidgetFrame.java | 98 recover(); 342 private void recover() { method in class:CameraWidgetFrame
|
/libcore/luni/src/main/java/java/security/ |
KeyStoreSpi.java | 40 * Returns the key with the given alias, using the password to recover the 46 * the password used to recover the key.
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | 480 /// and recover from errors 716 /// plain Mismatch(), which does not recover. Then any error 718 /// rule. Rule would recover by resynchronizing to the set of [all...] |
/art/runtime/base/ |
logging.cc | 62 // Stash the command line for later use. We can use /proc/self/cmdline on Linux to recover this,
|
/external/chromium/net/socket/ |
client_socket_pool.h | 45 // The caller must recover from the error before using the connection, or
|
/external/chromium_org/content/browser/dom_storage/ |
dom_storage_database.cc | 194 // This is the exceptional case - to try and recover we'll attempt
|
/external/chromium_org/net/socket/ |
client_socket_pool.h | 82 // The caller must recover from the error before using the connection, or
|
/external/chromium_org/remoting/webapp/ |
oauth2_api.js | 51 // recover from an unexpected failure by signing in again.
|
/external/chromium_org/v8/test/webkit/ |
dfg-uint32-to-number-in-middle-of-copy-propagation-expected.txt | 24 Tests that UInt32ToNumber and OSR exit are aware of copy propagation and correctly recover both versions of a variable that was subject to a UInt32ToNumber cast.
|