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

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tuner.h 125 #warning COM interfaces layout in this header has not been verified.
171 #warning COM interfaces layout in this header has not been verified.
201 #warning COM interfaces layout in this header has not been verified.
267 #warning COM interfaces layout in this header has not been verified.
335 #warning COM interfaces layout in this header has not been verified.
427 #warning COM interfaces layout in this header has not been verified.
549 #warning COM interfaces layout in this header has not been verified.
    [all...]
wmcontainer.h 72 #warning COM interfaces layout in this header has not been verified.
116 #warning COM interfaces layout in this header has not been verified.
153 #warning COM interfaces layout in this header has not been verified.
197 #warning COM interfaces layout in this header has not been verified.
299 #warning COM interfaces layout in this header has not been verified.
407 #warning COM interfaces layout in this header has not been verified.
    [all...]
fsrmquota.h 281 #warning COM interfaces layout in this header has not been verified.
349 #warning COM interfaces layout in this header has not been verified.
431 #warning COM interfaces layout in this header has not been verified.
521 #warning COM interfaces layout in this header has not been verified.
    [all...]
dxvahd.h 384 #warning COM interfaces layout in this header has not been verified.
426 #warning COM interfaces layout in this header has not been verified.
  /bootable/recovery/
verifier_test.cpp 247 printf("VERIFIED\n");
250 printf("NOT VERIFIED\n");
  /external/mockito/src/org/mockito/
ArgumentCaptor.java 145 * Returns all captured values. Use it in case the verified method was called multiple times.
165 * Returns all captured variable arguments. Use it in case the verified method was called multiple times.
  /external/vboot_reference/futility/
cmd_vbutil_firmware.c 5 * Verified boot firmware utility
390 "Verified boot firmware utility",
cmd_vbutil_keyblock.c 5 * Verified boot key block utility
172 * since KeyBlockRead() only verified the hash. */
  /packages/services/Telephony/src/com/android/phone/common/mail/
MailTransport.java 150 * been verified.
153 * so "foo.bar.example.com" is verified if the peer has a certificate
  /external/guava/guava/src/com/google/common/collect/
MapConstraints.java 176 * constraint. The {@link Entry#setValue} operation will be verified with the
201 * specified constraint. The {@link Entry#setValue} operation will be verified
234 * be verified with the constraint, and the collection returned by {@link
252 * be verified with the constraint, along with add operations on the returned
272 * specified constraint. The {@link Entry#setValue} operation will be verified
324 * keys and values verified with the constraint.
  /frameworks/base/core/java/android/os/
RecoverySystem.java 124 * before installing it. Note that the package is also verified
127 * package was successfully verified; otherwise it will throw an
136 * @param packageFile the package to be verified
236 boolean verified = false;
239 verified = true;
243 if (!verified) {
  /frameworks/base/core/java/android/content/
IntentFilter.java 480 * Set whether this filter will needs to be automatically verified against its data URIs or not.
488 * True means that the filter will need to use its data URIs to be verified.
508 * Return if this filter will needs to be automatically verified again its data URIs or not.
510 * @return True if the filter will needs to be automatically verified. False otherwise.
594 * Return if this filter needs to be automatically verified again its data URIs or not.
596 * @return True if the filter needs to be automatically verified. False otherwise.
611 * Return if this filter has been verified
613 * @return true if the filter has been verified or if autoVerify is false.
625 * Set if this filter has been verified
627 * @param verified true if this filter has been verified. False otherwise
    [all...]
  /cts/libs/deviceutil/src/android/cts/util/
MediaUtils.java 53 * Since it uses heuristics, this method has only been verified for media
128 * Since it uses heuristics, this method has only been verified for media
138 * Since it uses heuristics, this method has only been verified for media
  /dalvik/libdex/
DexFile.cpp 356 ALOGV("+++ adler32 checksum (%08x) verified", adler);
368 ALOGV("+++ adler32 opt checksum (%08x) verified", adler);
394 ALOGV("+++ sha1 digest verified");
  /external/icu/icu4c/source/test/intltest/
svccoll.cpp 516 assertTrue("count verified", i==n);
526 assertTrue("idxAfterReset verified", idxAfterReset==n);
527 assertTrue("buffAfterReset verified", buffAfterReset==buf);
  /libcore/luni/src/main/java/java/util/jar/
JarFile.java 177 * if this JAR file is signed whether it must be verified.
191 * if this JAR filed is signed whether it must be verified.
245 * if this JAR filed is signed whether it must be verified.
  /frameworks/base/docs/html/preview/features/
app-linking.jd 34 creating verified app links are as follows:
76 In case #2 (no user setting and no other app handlers), if an app is newly installed and verified
78 cases, the system behavior is the same, regardless of the presence of a verified app link
180 verification fails, the app is not verified to be a default handler for any of the web URL
253 file is verified via the encrypted HTTPS protocol. Make sure that your hosted file can be
428 if the system verified your app and set the correct link handling policies:
  /dalvik/docs/
verifier.html 20 default VM behavior is to only optimize verified classes.
199 flagging fully-correct classes as "pre-verified". When the VM loads a
  /development/host/windows/usb/api/
adb_api.cpp 83 // Everything is verified. Pass it down to the object
98 // Everything is verified. Pass it down to the object
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 277 assertTrue("Hostname verification was not done", hnv.verified);
280 hnv_late.verified);
322 assertTrue("Hostname verification was not done", hnv.verified);
325 hnv_late.verified);
403 assertTrue("Hostname verification was not done", hnv_late.verified);
406 hnv.verified);
1057 boolean verified = false; field in class:HttpsURLConnectionTest.TestHostnameVerifier
    [all...]
  /external/elfutils/src/libdwfl/
linux-core-attach.c 182 /* __libdwfl_attach_state_for_core already verified the note is there. */
194 /* __libdwfl_attach_state_for_core already verified the note is there. */
  /external/vboot_reference/firmware/include/
vboot_nvstorage.h 6 /* Non-volatile storage routines for verified boot. */
159 * Firmware boot failure outside of verified boot (RAM init, missing SSD,
  /external/vboot_reference/utility/
dev_debug_vboot 8 # This extracts some useful debugging information about verified boot. A short
41 This logs as much as it can about the verified boot process. With no arguments
  /libcore/luni/src/main/java/javax/net/ssl/
HttpsURLConnection.java 225 * if the identity of the peer has not been verified..
236 * if the identity of the peer has not been verified.
  /packages/apps/Email/provider_src/com/android/email/mail/transport/
MailTransport.java 201 * redundantly if the hostname has already been verified.
204 * so "foo.bar.example.com" is verified if the peer has a certificate

Completed in 3964 milliseconds

1 2 3 4 5 6 7 891011>>