Home
last modified time | relevance | path

Searched refs:sanity_check (Results 1 – 6 of 6) sorted by relevance

/external/oprofile/libdb/tests/
Ddb_test.c139 static void sanity_check(char const * filename) in sanity_check() function
172 sanity_check(argv[i]); in main()
/external/bluetooth/glib/
DMakefile.am33 sanity_check \
136 ./sanity_check $(VERSION)
DChangeLog.pre-2-141764 * sanity_check: Replace bash-specific == with sh-understood =.
DChangeLog.pre-1-21679 * sanity_check: added in docs directory, change rule 'release'
DChangeLog.pre-2-06757 sanity_check: updated
/external/chromium/net/base/
Dx509_certificate_mac.cc430 const CSSM_X509_NAME* sanity_check = NULL; in IsValidOSCertHandle() local
431 OSStatus status = SecCertificateGetSubject(cert_handle, &sanity_check); in IsValidOSCertHandle()
432 return status == noErr && sanity_check; in IsValidOSCertHandle()