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

1 2 3 4 5 6 7 8 9

  /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/chromium_org/v8/test/webkit/fast/js/
Promise-chained-then-expected.txt 15 PASS result is "recovered"
Promise-chained-then.js 60 return 'recovered';
64 shouldBeEqualToString('result', 'recovered');
  /external/compiler-rt/test/BlocksRuntime/
reference.C 13 int recovered = 0; variable
70 void (^b)(void) = ^{ recovered = _version; };
89 if (recovered == 1) {
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
forward_error_correction.h 82 // recovered packets. In most situations this could be retrieved from other
98 // The recovered list parameter of #DecodeFEC() will reference structs of
106 bool was_recovered; // Will be true if this packet was recovered by
168 * the output recovered packet list. The recovered list will be sorted by
170 * should be called as new packets arrive, with the recovered list being
175 * function will handle allocation of recovered packets and optionally
176 * deleting of all packet memory. The user may delete the recovered list
178 * recovered list.\n
184 * or accessible through the recovered list
    [all...]
forward_error_correction.cc 449 // Free the memory for any existing recovered packets, if the user hasn't.
578 // Search for missing packets which have arrived or have been recovered by
587 // Set the FEC pointers to all recovered packets so that we don't have to
592 // Search for the next recovered packet in |not_recovered|.
621 RecoveredPacket* recovered) {
626 recovered->pkt = new Packet;
627 memset(recovered->pkt->data, 0, IP_PACKET_SIZE);
628 recovered->returned = false;
629 recovered->was_recovered = true;
634 memcpy(&recovered->pkt->data[kRtpHeaderSize]
    [all...]
  /external/chromium_org/sql/
recovery.h 19 // database and populate it with the recovered contents of the
20 // original database. If recovery is successful, the recovered
50 // // Commit the recovered data to the original database file.
51 // sql::Recovery::Recovered(r.Pass());
55 // If Recovered() is not called, then RazeAndClose() is called on
91 // If Recovered() is not called, the destructor will call
97 static bool Recovered(scoped_ptr<Recovery> r) WARN_UNUSED_RESULT;
108 // steady state, all databases should progress to recovered or razed.
125 // recovered in |*rows_recovered|.
161 // Copy the recovered database over the original database
    [all...]
recovery_unittest.cc 98 // Recovered(), the database is razed.
131 // Recovered() replaces the original with the "recovered" version.
143 // Successfully recovered.
144 ASSERT_TRUE(sql::Recovery::Recovered(recovery.Pass()));
186 // Successfully recovered.
187 ASSERT_TRUE(sql::Recovery::Recovered(recovery.Pass()));
191 // data should be recovered.
228 ASSERT_TRUE(sql::Recovery::Recovered(recovery.Pass()));
282 // The recovered table should reflect the deletion
    [all...]
  /external/chromium_org/net/quic/
quic_fec_group_test.cc 108 char recovered[kMaxPacketSize]; local
110 size_t len = group.Revive(&header, recovered, arraysize(recovered));
121 EXPECT_EQ(kData[lost_packet][i], recovered[i]);
  /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
  /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.
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSException.java 19 * <code>DOMError.SEVERITY_FATAL_ERROR</code> or a non recovered
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testFec/
test_fec.cc 415 // Should have recovered this packet.
421 << "Insufficient number of recovered packets.";
427 << "Recovered packet length not identical to original "
431 << "Recovered packet payload not identical to original "
441 << "Excessive number of recovered packets.\t size is: "
484 << "Recovered packet list is not empty";
  /external/chromium_org/mojo/public/cpp/bindings/lib/
bindings_serialization.h 28 // recovered with the expression:
  /external/chromium_org/sync/notifier/
dropped_invalidation_tracker.h 58 // yet recovered from this drop event. Note that this may not always coincide
mock_ack_handler.h 54 // Retruns true if all invalidations have been acked and all drops recovered.
  /external/chromium_org/third_party/zlib/contrib/minizip/
mztools.c 215 char* comment = ""; // "ZIP File recovered by zlib/minizip/mztools";
268 /* Number of recovered entries */
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 27 /// purely "best effort", the exact set of failures which can be recovered from
104 /// 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 */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_distributed_transactions.py 77 # Get "to be recovered" transactions but
88 # Get "to be recovered" transactions. Commit, abort and

Completed in 715 milliseconds

1 2 3 4 5 6 7 8 9