HomeSort by relevance Sort by last modified time
    Searched full:verification (Results 526 - 550 of 1049) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
AbstractService.java 32 * init, some only at verification and others during execution.
  /frameworks/base/docs/html/
legal.jd 83 also offers your app powerful services such as in-app billing and license verification. In order to
  /hardware/qcom/gps/msm8084/core/
gps_extended_c.h 339 LOC_API_ADAPTER_REQUEST_NI_NOTIFY_VERIFY, // NI notification/verification request
  /hardware/qcom/gps/msm8960/core/
gps_extended_c.h 284 LOC_API_ADAPTER_REQUEST_NI_NOTIFY_VERIFY, // NI notification/verification request
  /hardware/qcom/gps/msm8974/core/
gps_extended_c.h 339 LOC_API_ADAPTER_REQUEST_NI_NOTIFY_VERIFY, // NI notification/verification request
  /libcore/luni/src/main/java/java/security/cert/
X509CRL.java 127 * verification engine of the specified provider will be used.
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
JarUtils.java 66 * @throws GeneralSecurityException - if signature verification process fails
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParameterGenerator2Test.java 249 * Additional class for init(...) methods verification
  /ndk/docs/Getting_Started/html/
index.html 81 <h2>Verification</h2>
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfoUtils.java 129 // match the presentation passed in for verification (meaning we changed it previously
  /packages/services/Telephony/src/com/android/services/telephony/
PstnIncomingCallNotifier.java 175 // Final verification of the ringing state before sending the intent to Telecom.
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 89 * for purposes of verification (such as magic number matching and
174 * for purposes of verification (such as magic number matching and
201 * for purposes of verification (such as magic number matching and
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestCase.java 383 * Multiple field verification routine.
396 * Single field verification routine.
409 * Multiple field verification routine.
    [all...]
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 84 log << TestLog::Section("Verify", "Verification result");
131 log << TestLog::Message << (isOk ? "Verification passed." : "Verification FAILED!") << TestLog::EndMessage;
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp 514 // Return true if message needs further verification
530 m_results.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Verification accuracy is lacking without a debug context");
755 m_results.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Verification accuracy is lacking without a debug context");
942 m_results.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Verification accuracy is lacking without a debug context");
    [all...]
es31fTextureFilteringTests.cpp 397 m_testCtx.getLog() << TestLog::Message << "Warning: Verification against high precision requirements failed, trying with lower requirements." << TestLog::EndMessage;
404 m_testCtx.getLog() << TestLog::Message << "ERROR: Verification against low precision requirements failed, failing test case." << TestLog::EndMessage;
405 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image verification failed");
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 103 log << TestLog::Message << "Image verification failed." << TestLog::EndMessage;
111 log << TestLog::Message << "Image verification passed." << TestLog::EndMessage;
203 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Image verification failed");
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 82 log << TestLog::Section("Verify", "Verification result");
129 log << TestLog::Message << (isOk ? "Verification passed." : "Verification FAILED!") << TestLog::EndMessage;
  /external/guava/guava-tests/test/com/google/common/hash/
HashTestUtils.java 76 int verification = Integer.reverseBytes(Ints.fromByteArray(result)); local
78 if (expected != verification) {
80 + " got: " + Integer.toHexString(verification));
  /external/proguard/docs/
FAQ.html 84 verification of the byte code. This analysis makes sure the code can't
86 Java Micro Edition and Java 6 introduced split verification. This means that
89 to simplify the actual verification step for the class loader. Class files can
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 633 // Remap the verification type offset.
643 // Remap the verification type offsets.
653 // Remap the verification type offsets.
    [all...]
  /external/proguard/src/proguard/shrink/
UsageMarker.java 858 // Mark the constant pool entries referenced by the verification types.
865 // Mark the constant pool entries referenced by the verification types.
872 // Mark the constant pool entries referenced by the verification types.
    [all...]
  /external/tcpdump/
print-lmp.c 71 { 0x02, "Link Verification Supported"},
96 { 0x01, "Link Verification Procedure Not supported"},
98 { 0x04, "Unsupported verification transport mechanism"},
  /external/vboot_reference/futility/
cmd_show.c 370 " skipping body verification.\n");
399 printf("Body verification succeeded.\n");
514 printf("Body verification succeeded.\n");
  /frameworks/base/docs/html/google/play/billing/
billing_testing.jd 187 signed and the response includes the signature so you can test your signature verification
213 lets you test signature verification in your application. The reserved items
256 <p>After you finish your static response testing, and you verify that signature verification is

Completed in 310 milliseconds

<<21222324252627282930>>