Searched
full:verification (Results
576 -
600 of
1049) sorted by null
<<21222324252627282930>>
/art/runtime/mirror/ |
class.h | 121 kStatusRetryVerificationAtRuntime = 6, // Compile time verification failed, retry at runtime. 122 kStatusVerifyingAtRuntime = 7, // Retrying verification at runtime. [all...] |
/bionic/libc/tools/zoneinfo/ |
update-tzdata.py | 218 # download the signatures for verification, so it's your best choice.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/ |
CameraIntentsActivity.java | 39 * Tests for manual verification of camera intents being fired.
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
ActivityTestBase.java | 267 * Runs a test where each testcase is run without verification. Should only be used
|
/docs/source.android.com/src/devices/audio/ |
avoiding_pi.jd | 240 are within bounds. This verification isn't needed between threads
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
KeyGeneratorTest.java | 436 * Additional class for KeyGenerator constructor verification
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
KeyManagerFactory1Test.java | 432 * Additional class for KeyManagerFactory constructor verification
|
/external/apache-http/src/org/apache/http/impl/conn/ |
DefaultClientConnectionOperator.java | 165 * verification which requires that SSL handshaking be
|
/external/icu/icu4c/source/test/intltest/ |
tfsmalls.cpp | 83 //***** this test is for compiler checks and visual verification only.
|
/external/lldb/source/Breakpoint/ |
BreakpointIDList.cpp | 70 return true; // We don't do any verification in this function, so always return true.
|
/external/llvm/test/Transforms/IndVarSimplify/ |
lftr-reuse.ll | 187 ; Exercise backedge taken count verification with a never-taken loop.
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/ |
OkHostnameVerifier.java | 50 * verification).
|
/external/robolectric/lib/test/ |
mockito-core-1.8.5.jar | |
/external/selinux/libsemanage/src/ |
handle.c | 278 verification of existance will be done until connect */
|
/external/tcpdump/ |
print-atm.c | 441 /* crc10 checksum verification */
|
/external/valgrind/coregrind/ |
pub_core_gdbserver.h | 98 invocation. A magic value is passed by vgdb in check as a verification
|
/external/valgrind/docs/internals/ |
t-chaining-notes.txt | 2 Verification todo
|
/external/vboot_reference/firmware/lib21/include/ |
vb2_struct.h | 261 * verification, from start of the keyblock.
|
/external/vboot_reference/utility/ |
crossystem.c | 70 {"kernkey_vfy", IS_STRING, "Type of verification done on kernel key block"},
|
/external/vogar/lib/ |
mockito-all-1.8.5.jar | |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_tls_common.c | 72 wpa_printf(MSG_INFO, "SSL: Failed to configure verification "
|
/frameworks/base/core/java/android/security/keymaster/ |
KeymasterDefs.java | 232 sErrorCodeToString.put(KM_ERROR_VERIFICATION_FAILED, "Signature/MAC verification failed");
|
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerFunctionalTest.java | 118 * verification
|
/frameworks/base/docs/html/google/play/billing/ |
billing_overview.jd | 155 verification.</p>
|
/frameworks/base/docs/html/training/in-app-billing/ |
purchase-iab-products.jd | 75 <p class="note"><strong>Security Recommendation:</strong> When you receive the purchase response from Google Play, make sure to check the returned data signature, the {@code orderId}, and the {@code developerPayload} string in the {@code Purchase} object to make sure that you are getting the expected values. You should verify that the {@code orderId} is a unique value that you have not previously processed, and the {@code developerPayload} string matches the token that you sent previously with the purchase request. As a further security precaution, you should perform the verification on your own secure server. </p>
|
Completed in 694 milliseconds
<<21222324252627282930>>