HomeSort by relevance Sort by last modified time
    Searched full:verified (Results 126 - 150 of 838) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/tools/xdisplaycheck/
xdisplaycheck.cc 105 "XInput2 verified initially sane on %s.\n", XDisplayName(NULL));
  /external/dexmaker/src/dx/java/com/android/dx/util/
HexParser.java 33 * start with a hex offset followed by a colon (which is verified
  /external/e2fsprogs/lib/blkid/
libblkid.3.in 28 and is verified to still be valid before being returned to the user
  /external/eigen/bench/btl/generic_bench/utils/
utilities.h 63 # define ASSERT(condition) if (!(condition)){ HERE ; cerr << "CONDITION " << #condition << " NOT VERIFIED"<< endl ; INTERRUPTION(1) ;}
  /external/libogg/doc/libogg/
ogg_sync_pageout.html 39 <dd>Pointer to a previously declared <a href="ogg_sync_state.html">ogg_sync_state</a> struct. Normally, the internal storage of this struct should be filled with newly read data and verified using <a href="ogg_sync_wrote.html">ogg_sync_wrote</a>.</dd>
  /external/openssh/
auth-rh-rsa.c 83 packet_send_debug("Your host key cannot be verified: unknown or invalid host key.");
  /external/stressapptest/src/
disk_blocks.h 32 // Data about a block written to disk so that it can be verified later.
  /frameworks/ex/common/java/com/android/common/
GoogleLogTags.logtags 33 # [ 8- 7] package verified (0=not attempted, 1=succeeded, 2=failed)
  /libcore/luni/src/main/java/libcore/net/
RawSocket.java 74 * destination port is not verified, otherwise only packets
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1StringType.java 76 * @param identifier identifier to be verified
  /dalvik/vm/analysis/
RegisterMap.h 222 * Generate a register map set for all verified classes in "pDvmDex".
232 * Generate the register map for a method that has just been verified
  /external/chromium/chrome/browser/renderer_host/
safe_browsing_resource_handler.cc 70 // If the URL couldn't be verified synchronously, defer following the
104 // If the URL couldn't be verified synchronously, defer starting the
  /external/chromium_org/third_party/tlslite/tlslite/utils/
RSAKey.py 90 @param bytes: The value which will be hashed and verified.
132 @param bytes: The value which will be verified.
  /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.
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardAccountView.java 278 final boolean verified = result.getBoolean(AccountManager.KEY_BOOLEAN_RESULT);
279 postOnCheckPasswordResult(verified);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 216 assertTrue("Hostname verification was not done", hnv.verified);
218 hnv_late.verified);
257 assertTrue("Hostname verification was not done", hnv.verified);
259 hnv_late.verified);
330 assertTrue("Hostname verification was not done", hnv_late.verified);
332 hnv.verified);
796 boolean verified = false; field in class:HttpsURLConnectionTest.TestHostnameVerifier
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapConstraints.java 175 * constraint. The {@link Entry#setValue} operation will be verified with the
200 * specified constraint. The {@link Entry#setValue} operation will be verified
233 * be verified with the constraint, and the collection returned by {@link
251 * be verified with the constraint, along with add operations on the returned
271 * specified constraint. The {@link Entry#setValue} operation will be verified
323 * keys and values verified with the constraint.
  /external/smack/src/org/jivesoftware/smack/
ConnectionConfiguration.java 408 * be checked. By default the certificate chain is not verified.
419 * be checked. By default the certificate chain is not verified.
468 * validity. By default certificates are not verified.
479 * validity. By default certificates are not verified.
490 * domain. By default certificates are not verified.
501 * domain. By default certificates are not verified.
  /art/runtime/mirror/
class.h 108 // files, and this status marks a class as needing to be verified
118 kStatusVerifying = 4, // In the process of being verified.
153 // Returns true if the class was compile-time verified.
158 // Returns true if the class has been verified.
754 // When class is verified, set the kAccPreverified flag on each method.
    [all...]
  /dalvik/libdex/
DexFile.cpp 356 ALOGV("+++ adler32 checksum (%08x) verified", adler);
368 ALOGV("+++ adler32 opt checksum (%08x) verified", adler);
394 ALOGV("+++ sha1 digest verified");
  /dalvik/tools/
dex-preopt 63 # --optimize={none,verified,all} -- Specify which classes to optimize.
64 # Defaults to "verified".
79 doOptimize='verified'
  /external/chromium_org/third_party/icu/source/test/intltest/
svccoll.cpp 512 assertTrue("count verified", i==n);
522 assertTrue("idxAfterReset verified", idxAfterReset==n);
523 assertTrue("buffAfterReset verified", buffAfterReset==buf);
  /external/icu4c/test/intltest/
svccoll.cpp 512 assertTrue("count verified", i==n);
522 assertTrue("idxAfterReset verified", idxAfterReset==n);
523 assertTrue("buffAfterReset verified", buffAfterReset==buf);
  /art/runtime/verifier/
method_verifier.h 196 // Returns true if the cast can statically be verified to be redundant
602 // Is the method being verified a constructor?
607 // Is the method verified static?
619 * Generate the GC map for a method that has just been verified (i.e. we're doing this as part of
732 // Indicates if the method being verified contains at least one check-cast instruction.
735 // Indicates if the method being verified contains at least one invoke-virtual/range
  /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

Completed in 305 milliseconds

1 2 3 4 56 7 8 91011>>