HomeSort by relevance Sort by last modified time
    Searched full:recovered (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
SignerWithRecovery.java 10 * Returns true if the signer has recovered the full message as
13 * @return true if full message recovered.
18 * Returns a reference to what message was recovered (if any).
25 * Perform an update with the recovered message before adding any other data. This must
  /external/compiler-rt/BlocksRuntime/tests/
reference.C 13 int recovered = 0; variable
70 void (^b)(void) = ^{ recovered = _version; };
89 if (recovered == 1) {
  /libcore/luni/src/main/java/java/security/
UnrecoverableEntryException.java 23 * cannot be recovered from a {@code KeyStore}.
UnrecoverableKeyException.java 21 * {@code UnrecoverableKeyException} indicates, that a key cannot be recovered
KeyStoreSpi.java 52 * if the key can not be recovered.
341 * if the entry can not be recovered.
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_MeteringTest.cpp 60 ALOGV("Classes recovered");
114 ALOGV("Checker recovered!");
com_android_cts_verifier_camera_analyzer_WhiteBalanceTest.cpp 60 ALOGV("Classes recovered");
com_android_cts_verifier_camera_analyzer_AutoLockTest.cpp 59 ALOGV("Classes recovered");
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
AbstractTParser.java 50 * ANTLR has found a parsing error, has recovered from it and is now
  /libcore/luni/src/main/java/javax/net/ssl/
KeyManagerFactorySpi.java 50 * if a key cannot be recovered.
KeyManagerFactory.java 193 * if a key cannot be recovered.
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSException.java 19 * <code>DOMError.SEVERITY_FATAL_ERROR</code> or a non recovered
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LegacyCACFLayerTreeHost.h 49 // D3DERR_DEVICELOST. Returns true if the device was recovered, false if rendering must be
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 25 /// purely "best effort", the exact set of failures which can be recovered from
93 /// detected; or empty if the backtrace wasn't recovered.
  /external/zlib/src/contrib/minizip/
mztools.c 225 char* comment = ""; // "ZIP File recovered by zlib/minizip/mztools";
278 /* Number of recovered entries */
  /external/chromium/chrome/browser/hang_monitor/
hung_plugin_action.cc 104 // The monitored plugin recovered. Let's dismiss the message box.
  /external/clang/test/SemaCXX/
using-directive.cpp 133 // Test that we recovered okay.
  /libcore/luni/src/main/java/org/w3c/dom/
DOMError.java 32 * stop if the error can be recovered, unless
  /external/kernel-headers/original/linux/
ata.h 208 SERR_DATA_RECOVERED = (1 << 0), /* recovered data error */
209 SERR_COMM_RECOVERED = (1 << 1), /* recovered comm failure */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs8427.h 92 #define CS8427_OUTC (1<<3) /* Output Time Base, 0 = OMCK, 1 = recovered input clock */
94 #define CS8427_RXDMASK (3<<0) /* Recovered Input Clock Source Mask */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs8427.h 92 #define CS8427_OUTC (1<<3) /* Output Time Base, 0 = OMCK, 1 = recovered input clock */
94 #define CS8427_RXDMASK (3<<0) /* Recovered Input Clock Source Mask */
  /external/dbus/dbus/
dbus-transport-protected.h 118 unsigned int unused_bytes_recovered : 1; /**< #TRUE if we've recovered unused bytes from auth */
  /external/zlib/src/examples/
gzlog.h 42 system crash, and the log file will be recovered the next time the log is
  /external/e2fsprogs/debugfs/
debugfs.8.in 488 link the recovered inode to the specified pathname. The
503 to check the filesystem and link all of the recovered inodes to the
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 72 /// \param R a LookupResult that is being recovered.

Completed in 1667 milliseconds

1 2 3 4 5