/external/linux-tools-perf/util/include/linux/added/ |
hash.h | 9 * Chuck Lever verified the effectiveness of this technique:
|
/frameworks/base/services/java/com/android/server/os/ |
SchedulingPolicyService.java | 45 // Once we've verified that the caller is mediaserver, we can trust the pid but
|
/hardware/libhardware/modules/camera/ |
Metadata.h | 48 // Add a verified tag with data to this Metadata structure
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Any.java | 65 * @param identifier - identifier to be verified
|
/libcore/support/src/test/java/tests/security/ |
AlgorithmParameterSignatureHelper.java | 108 Assert.assertTrue("signature could not be verified", signature
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_call.py | 6 # function, which can't be verified from Python. If the METH_XXX decl
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_call.py | 6 # function, which can't be verified from Python. If the METH_XXX decl
|
/bootable/recovery/ |
verifier_test.cpp | 168 printf("VERIFIED\n"); 171 printf("NOT VERIFIED\n");
|
/external/chromium_org/chrome/browser/renderer_host/ |
safe_browsing_resource_throttle.cc | 48 // If the URL couldn't be verified synchronously, defer starting the 66 // If the URL couldn't be verified synchronously, defer following the
|
/external/chromium_org/chrome/browser/ui/android/ |
website_settings_popup_android.cc | 115 // section is only displayed if the site's identity was verified. If the 116 // site's identity was verified, then the headline contains the organization
|
/external/chromium_org/media/base/ |
test_helpers.h | 95 // requires data to be of type T, but it is verified that |format| is an 120 // is verified that |format| is a planar format.
|
/external/chromium_org/net/base/ |
int128_unittest.cc | 232 // Verified with dc. 243 // Verified with dc.
|
/frameworks/base/docs/html/distribute/googleplay/publish/ |
register.jd | 60 <p>When your registration is verified, you?ll be notified at the email address you specified during registration.</p> 80 <p>When your registration is verified, you can sign in to your Developer Console, which will be the home for your app publishing operations and tools on Google Play. </p>
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WebSocketPerMessageDeflateTest.cpp | 451 // Unsolicited server_no_context_takeover should be verified though it is not used. 457 // Unsolicited server_max_window_bits should be verified though it is not used. 463 // Unsolicited server_max_window_bits should be verified though it is not used. 469 // Unsolicited server_max_window_bits should be verified though it is not used. 475 // Unsolicited server_max_window_bits should be verified though it is not used.
|
/external/guava/guava-tests/test/com/google/common/cache/ |
PopulatedCachesTest.java | 75 // this getUnchecked() call shouldn't be a cache miss; verified below 95 // this getUnchecked() call shouldn't be a cache miss; verified below 116 // this getUnchecked() call shouldn't be a cache miss; verified below 134 // this getUnchecked() call shouldn't be a cache miss; verified below 153 // this getUnchecked() call shouldn't be a cache miss; verified below
|
/external/ipsec-tools/src/racoon/ |
nattraversal.c | 187 int verified = 0; local 190 return verified; 203 return verified; /* XXX should abort */ 209 verified = 1; 214 return verified;
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
session_manager_operation.cc | 167 // the timestamp shouldn't be verified in that case. 175 // To prevent all of these issues the timestamp is just not verified when 177 // verified during enrollment and when a new policy is fetched from the
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
CppBoundClass.h | 154 // method on the current object. Though not verified here, the method parameter 168 // property on the current object. Though not verified here, the method parameter 200 // binding a method on the current object. Though not verified here,
|
/external/kernel-headers/original/linux/nfsd/ |
nfsfh.h | 222 printk(KERN_ERR "fh_copy: copying %s/%s, already verified!\n", 309 printk(KERN_ERR "fh_lock: fh not verified!\n"); 331 printk(KERN_ERR "fh_unlock: fh not verified!\n");
|
/libcore/luni/src/main/java/java/util/jar/ |
JarFile.java | 161 * if this JAR file is signed whether it must be verified. 179 * if this JAR filed is signed whether it must be verified. 214 * if this JAR filed is signed whether it must be verified.
|
/art/runtime/ |
utf.h | 89 * already being verified). Most strings we process here are coming
|
/art/runtime/verifier/ |
register_line.h | 184 * "dst_type" is stored into vA, and "src_type" is verified against vB. 207 * "dst_type" is stored into vA, and "src_type1"/"src_type2" are verified 228 * are verified against vA/vB, then "dst_type" is stored into vA. 249 * "dst_type" is stored into vA, and "src_type" is verified against vB.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleReliableWriteActivity.java | 109 showMessage("Write value verified.");
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
SensorEventOrderingTests.java | 92 * validation, the full set of events is verified to be ordered by timestamp as they are
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
HexParser.java | 33 * start with a hex offset followed by a colon (which is verified
|