/dalvik/tools/ |
dex-preopt | 63 # --optimize={none,verified,all} -- Specify which classes to optimize. 64 # Defaults to "verified". 79 doOptimize='verified'
|
/external/icu4c/test/intltest/ |
svccoll.cpp | 512 assertTrue("count verified", i==n); 522 assertTrue("idxAfterReset verified", idxAfterReset==n); 523 assertTrue("buffAfterReset verified", buffAfterReset==buf);
|
/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
|
dexopt.html | 149 verified or optimized. Unfortunately, this can cause allocation of some 178 and only optimizes classes that have been verified. If you want to 193 Classes that have been verified successfully have a flag set in the ODEX. 194 They will not be re-verified when loaded. The Linux access permissions
|
/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); 1059 boolean verified = false; field in class:HttpsURLConnectionTest.TestHostnameVerifier [all...] |
/external/dbus/dbus/ |
sd-daemon.h | 133 verified that the socket is in listening mode. (i.e. listen() has 134 been called) If listening is == 0 it is verified that the socket is
|
/external/okhttp/src/main/java/com/squareup/okhttp/ |
OkHttpsConnection.java | 213 * if the identity of the peer has not been verified.. 224 * if the identity of the peer has not been verified.
|
/libcore/luni/src/main/java/javax/net/ssl/ |
HttpsURLConnection.java | 209 * if the identity of the peer has not been verified.. 220 * if the identity of the peer has not been verified.
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CertImpl.java | 384 throw new SignatureException("Signature was not verified"); 408 throw new SignatureException("Signature was not verified");
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/ |
SHA1withDSA_SignatureImpl.java | 389 * true if signature bytes were verified, false otherwise 413 * true if signature bytes were verified, false otherwise
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
MailTransport.java | 232 * redundantly if the hostname has already been verified. 235 * so "foo.bar.example.com" is verified if the peer has a certificate
|
/packages/apps/PackageInstaller/res/values/ |
strings.xml | 74 <!-- Reason displayed when installation fails because the package could not be verified 78 <!-- Reason displayed when installation fails because the package could not be verified
|
/bionic/libc/netbsd/nameser/ |
ns_samedomain.c | 40 * a - the domain whose ancestory is being verified
|
/bionic/libc/private/isc/ |
dst.h | 75 const u_char *, /* data to be verified */
|
/bootable/recovery/ |
verifier.cpp | 179 LOGI("whole-file signature verified against key %d\n", i);
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/ |
DeviceInfoResultTest.java | 119 * Test populating a verified-to-be-identical metric like DeviceInfoConstants.BUILD_FINGERPRINT
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
UniformListItem.java | 96 * an assumption which is verified in place0().
|
/dalvik/dx/src/com/android/dx/dex/file/ |
UniformListItem.java | 96 * an assumption which is verified in place0().
|
/dalvik/libdex/ |
DexUtf.h | 36 * already being verified). Most strings we process here are coming
|
/dalvik/tests/etc/ |
host-run-test-jar | 87 DEX_OPTIMIZE="-Xdexopt:verified"
|
/external/bison/lib/ |
verify.h | 39 expression of integral type, whose value is later verified to be
|
/external/chromium/testing/gtest/test/ |
gtest_catch_exceptions_test_.cc | 33 // exceptions, and the output is verified by gtest_catch_exceptions_test.py.
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
UniformListItem.java | 96 * an assumption which is verified in place0().
|
/external/e2fsprogs/lib/blkid/ |
blkidP.h | 79 * Time in seconds an entry remains verified in the in-memory cache
|