HomeSort by relevance Sort by last modified time
    Searched full:verified (Results 51 - 75 of 806) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vsadmin.h 14 #warning COM interfaces layout in this header has not been verified.
wsdhost.h 18 #warning COM interfaces layout in this header has not been verified.
48 #warning COM interfaces layout in this header has not been verified.
74 #warning COM interfaces layout in this header has not been verified.
82 #warning COM interfaces layout in this header has not been verified.
audioengineendpoint.h 92 #warning COM interfaces layout in this header has not been verified.
126 #warning COM interfaces layout in this header has not been verified.
162 #warning COM interfaces layout in this header has not been verified.
194 #warning COM interfaces layout in this header has not been verified.
228 #warning COM interfaces layout in this header has not been verified.
294 #warning COM interfaces layout in this header has not been verified.
326 #warning COM interfaces layout in this header has not been verified.
msrdc.h 106 #warning COM interfaces layout in this header has not been verified.
138 #warning COM interfaces layout in this header has not been verified.
178 #warning COM interfaces layout in this header has not been verified.
212 #warning COM interfaces layout in this header has not been verified.
242 #warning COM interfaces layout in this header has not been verified.
282 #warning COM interfaces layout in this header has not been verified.
310 #warning COM interfaces layout in this header has not been verified.
wsdclient.h 18 #warning COM interfaces layout in this header has not been verified.
50 #warning COM interfaces layout in this header has not been verified.
78 #warning COM interfaces layout in this header has not been verified.
118 #warning COM interfaces layout in this header has not been verified.
164 #warning COM interfaces layout in this header has not been verified.
192 #warning COM interfaces layout in this header has not been verified.
235 #warning COM interfaces layout in this header has not been verified.
adhoc.h 75 #warning COM interfaces layout in this header has not been verified.
119 #warning COM interfaces layout in this header has not been verified.
155 #warning COM interfaces layout in this header has not been verified.
189 #warning COM interfaces layout in this header has not been verified.
239 #warning COM interfaces layout in this header has not been verified.
269 #warning COM interfaces layout in this header has not been verified.
299 #warning COM interfaces layout in this header has not been verified.
333 #warning COM interfaces layout in this header has not been verified.
367 #warning COM interfaces layout in this header has not been verified.
dvbsiparser.h 193 #warning COM interfaces layout in this header has not been verified.
261 #warning COM interfaces layout in this header has not been verified.
335 #warning COM interfaces layout in this header has not been verified.
375 #warning COM interfaces layout in this header has not been verified.
411 #warning COM interfaces layout in this header has not been verified.
445 #warning COM interfaces layout in this header has not been verified.
489 #warning COM interfaces layout in this header has not been verified.
523 #warning COM interfaces layout in this header has not been verified.
555 #warning COM interfaces layout in this header has not been verified.
603 #warning COM interfaces layout in this header has not been verified
    [all...]
wsddisco.h 18 #warning COM interfaces layout in this header has not been verified.
48 #warning COM interfaces layout in this header has not been verified.
78 #warning COM interfaces layout in this header has not been verified.
126 #warning COM interfaces layout in this header has not been verified.
160 #warning COM interfaces layout in this header has not been verified.
200 #warning COM interfaces layout in this header has not been verified.
winsync.h 181 #warning COM interfaces layout in this header has not been verified.
215 #warning COM interfaces layout in this header has not been verified.
245 #warning COM interfaces layout in this header has not been verified.
287 #warning COM interfaces layout in this header has not been verified.
342 #warning COM interfaces layout in this header has not been verified.
378 #warning COM interfaces layout in this header has not been verified.
408 #warning COM interfaces layout in this header has not been verified.
461 #warning COM interfaces layout in this header has not been verified.
497 #warning COM interfaces layout in this header has not been verified.
529 #warning COM interfaces layout in this header has not been verified
    [all...]
  /external/vboot_reference/firmware/2lib/include/
2api.h 50 * Unless otherwise noted, flags are set by verified boot and may be read (but
56 * Verified boot has changed nvdata[]. Caller must save nvdata[] back
62 * Verified boot has changed secdata[]. Caller must save secdata[]
133 * Context pointer for use by caller. Verified boot never looks at
134 * this. Put context here if you need it for APIs that verified boot
145 * Amount of work buffer used so far. Verified boot sub-calls use
159 * Verified boot block (keyblock+preamble). Use VB2_CONTEXT_FW_SLOT_B
176 * APIs provided by verified boot.
370 /* APIs provided by the caller to verified boot */
381 * Read a verified boot resource
    [all...]
  /external/deqp/doc/testspecs/GLES31/
functional.image_load_store.txt 50 of a FBO and read with glReadPixels(). Texture is verified with exact
54 mapping. Texture is verified with some tolerance.
82 result cases are verified by comparing the pixels of the first image to
84 of the operation. The results for the return value cases are verified by reading
119 verification result into a 2d r32ui image. The result is trivially verified.
functional.tessellation.txt 71 comparisons, and thus not all rules are exactly verified (such as
90 winding mode specified in the TES. The patterns drawn are simple and verified by
98 value of gl_PatchVerticesIn is verified. The "quads" mode is used.
113 the cases with differing input and output patch sizes are verified with
115 gl_TessLevel*[] cases draw simple all-white patterns and are verified as such.
135 potential cracks are likely to become visible. The resulting image is verified
functional.fbo.no_attachments.txt 42 Rendering is verified to happen with occlusion queries. This rather limited
50 is verified by running a shader that discard all fragments that are not within
functional.vertex_attribute_binding.txt 62 pointer API is also verified.
66 then verified. Mixed API rendering tests intermix both vertex
  /libcore/luni/src/main/java/java/util/jar/
JarInputStream.java 45 private boolean verified = false; field in class:JarInputStream
63 * if the file should be verified with a {@code JarVerifier}.
165 if (verifier != null && verStream != null && !verified) {
169 verified = true;
225 verified = false;
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 118 boolean verified = false;
121 verified = verifyData(SAMPLE_INPUT, mSignatureStr);
138 if (verified) {
139 Log.d(TAG, "Data Signature Verified");
141 Log.d(TAG, "Data not verified.");
260 * @param input The data to be verified.
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 118 boolean verified = false;
121 verified = verifyData(SAMPLE_INPUT, mSignatureStr);
138 if (verified) {
139 Log.d(TAG, "Data Signature Verified");
141 Log.d(TAG, "Data not verified.");
260 * @param input The data to be verified.
  /development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 118 boolean verified = false;
121 verified = verifyData(SAMPLE_INPUT, mSignatureStr);
138 if (verified) {
139 Log.d(TAG, "Data Signature Verified");
141 Log.d(TAG, "Data not verified.");
260 * @param input The data to be verified.
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 131 // set the HostnameVerifier required to satisfy SSL - always returns "verified".
163 // set the HostnameVerifier required to satisfy SSL - always returns "verified".
229 assertTrue("Hostname verification was not done", initialHostnameVerifier.verified);
231 lateHostnameVerifier.verified);
272 assertTrue("Hostname verification was not done", hostnameVerifier.verified);
274 lateHostnameVerifier.verified);
343 assertTrue("Hostname verification was not done", connectionHostnameVerifier.verified);
345 defaultHostnameVerifier.verified);
365 // set the HostnameVerifier required to satisfy SSL - always returns "verified".
392 // set the HostnameVerifier required to satisfy SSL - always returns "verified"
774 boolean verified = false; field in class:HttpsURLConnectionTest.TestHostnameVerifier
    [all...]
  /art/compiler/dex/
verification_results.cc 33 verified_methods_lock_("compiler verified methods lock"),
69 // Delete the new verified method since there was already an existing one registered. It
verified_method.h 69 // Returns true if the cast can statically be verified to be redundant
93 * Generate the GC map for a method that has just been verified (i.e. we're doing this as part of
  /bootable/recovery/
verifier_test.sh 97 # verified against different key
102 # verified against right key but wrong hash algorithm
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
DSASigner.java 77 * @param message the message that will be verified later.
110 * SHA-1 hash of the real message to be verified.
  /external/deqp/doc/testspecs/GLES3/
functional.pbo.txt 44 the write data is verified to be correct by mapping the buffer. Additionally,
46 is verified by doing the same operation without pack buffer and then comparing
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/SpecialInstructionPaddingTest/
SpecialInstructionPaddingTest.smali 24 #the real test is that dalvik loaded and verified this class. This is
83 #the real test is that dalvik loaded and verified this class. This is

Completed in 540 milliseconds

1 23 4 5 6 7 8 91011>>