/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-1240/ |
loc_api_fixup.h | 82 #define RPC_LOC_EVENT_NI_NOTIFY_VERIFY_REQUEST 0x00000010 // NI notification/verification request
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-3200/ |
loc_api_fixup.h | 82 #define RPC_LOC_EVENT_NI_NOTIFY_VERIFY_REQUEST 0x00000010 // NI notification/verification request
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
loc_api_fixup.h | 86 #define RPC_LOC_EVENT_NI_NOTIFY_VERIFY_REQUEST 0x00000010 // NI notification/verification request
|
/hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc/inc-1240/ |
loc_api_fixup.h | 82 #define RPC_LOC_EVENT_NI_NOTIFY_VERIFY_REQUEST 0x00000010 // NI notification/verification request
|
/hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc/inc-3200/ |
loc_api_fixup.h | 82 #define RPC_LOC_EVENT_NI_NOTIFY_VERIFY_REQUEST 0x00000010 // NI notification/verification request
|
/hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
loc_api_fixup.h | 86 #define RPC_LOC_EVENT_NI_NOTIFY_VERIFY_REQUEST 0x00000010 // NI notification/verification request
|
/libcore/luni/src/main/java/java/security/ |
SignedObject.java | 146 * if signature verification failed.
|
/libcore/luni/src/main/java/java/util/jar/ |
ManifestReader.java | 76 // TODO A bug: there might be several verification chunks for
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
MyKeyStore.java | 42 * Additional class for KeyStoreSpi and KeyStore verification
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
PackageInstallerActivity.java | 378 final Intent verification = new Intent(Intent.ACTION_PACKAGE_NEEDS_VERIFICATION); 379 verification.setType(PACKAGE_MIME_TYPE); 380 verification.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION); 381 final List<ResolveInfo> receivers = pm.queryBroadcastReceivers(verification, 0);
|
/packages/apps/Settings/src/com/android/settings/applications/ |
AppLaunchSettings.java | 136 Log.e(TAG, "Couldn't update intent verification status!");
|
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/ |
common_interface_defs.h | 103 // Full verification requires O(end-beg) time; this function tries to avoid
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
wanrouter.h | 148 unsigned t391; /* link integrity verification timer */ 149 unsigned t392; /* polling verification timer */ 200 unsigned magic; /* magic number (for verification) */ 369 WAN_LIMIT, /* for verification only */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
wanrouter.h | 148 unsigned t391; /* link integrity verification timer */ 149 unsigned t392; /* polling verification timer */ 200 unsigned magic; /* magic number (for verification) */ 369 WAN_LIMIT, /* for verification only */
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
android.pro | 103 # Preserve the required interface from the License Verification Library
|
/system/extras/tests/directiotest/ |
directiotest.c | 253 printf("Readback verification failed at block %" PRIu64 "\n\n",
|
/system/security/keystore-engine/ |
rsa_meth.cpp | 187 NULL, /* rsa_pub_dec (verification) */
|
/frameworks/base/services/core/java/com/android/server/pm/ |
PackageManagerService.java | 357 * Whether verification is enabled by default. 362 * The default maximum time to wait for the verification agent to return in 368 * The default response for package verification timeout. 562 /** List of packages waiting for verification. */ 695 "Sending IntentFilter verification broadcast"); 706 Slog.i(TAG, "Received verification response " + verificationId 2363 final Intent verification = new Intent(Intent.ACTION_PACKAGE_NEEDS_VERIFICATION); local 2428 final Intent verification = new Intent(Intent.ACTION_INTENT_FILTER_NEEDS_VERIFICATION); local 10677 final Intent verification = new Intent( local [all...] |
/external/deqp/modules/gles31/functional/ |
es31fPrimitiveBoundingBoxTests.cpp | [all...] |
/frameworks/base/core/java/android/content/pm/ |
PackageManager.java | 635 * the new package couldn't be installed because the verification timed out. 644 * the new package couldn't be installed because the verification did not succeed. [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
CertPathValidatorUtilities.java | 125 * for signature verification. 131 * @throws AnnotatedException if a TrustAnchor was found but the signature verification 145 * provider for signature verification, or the default provider 150 * @param sigProvider the provider to use for signature verification 153 * @throws AnnotatedException if a TrustAnchor was found but the signature verification [all...] |
/frameworks/base/docs/html/google/play/billing/v2/ |
api.jd | 133 verification. Although you can handle all security-related tasks in your application, performing 146 security-related tasks, such as signature verification and nonce generation. For more information 491 portion of your RSA key pair to verify the signature. By performing signature verification you can 493 signature verification step in your application; however, if your application connects to a secure 494 remote server then we recommend that you perform the signature verification on that server.</p>
|
/external/fio/ |
options.c | [all...] |
/external/deqp/modules/gles2/functional/ |
es2fTextureMipmapTests.cpp | 402 m_testCtx.getLog() << TestLog::Message << "ERROR: Image verification failed, found " << numFailedPixels << " invalid pixels!" << TestLog::EndMessage; 404 m_testCtx.getLog() << TestLog::ImageSet("Result", "Verification result") 418 isOk ? "Pass" : "Image verification failed"); 725 m_testCtx.getLog() << TestLog::Message << "ERROR: Image verification failed, found " << numFailedPixels << " invalid pixels!" << TestLog::EndMessage; 727 m_testCtx.getLog() << TestLog::ImageSet("Result", "Verification result") 741 isOk ? "Pass" : "Image verification failed"); [all...] |
/external/deqp/modules/gles3/functional/ |
es3fFramebufferBlitTests.cpp | 232 << "Image verification failed, destination rect contains unexpected values. " 235 << tcu::TestLog::ImageSet("Result", "Image verification result") 290 << "Image verification failed, nearest filter is not consistent." 292 << tcu::TestLog::ImageSet("Result", "Image verification result") 301 << "Image verification passed." 303 << tcu::TestLog::ImageSet("Result", "Image verification result") [all...] |