Searched refs:verify (Results 226 - 250 of 305) sorted by relevance

1234567891011>>

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberMatcher.java419 if (leniency.verify(number, candidate, phoneUtil)) {
H A DPhoneNumberUtil.java463 boolean verify(PhoneNumber number, String candidate, PhoneNumberUtil util) {
475 boolean verify(PhoneNumber number, String candidate, PhoneNumberUtil util) {
496 boolean verify(PhoneNumber number, String candidate, PhoneNumberUtil util) {
527 boolean verify(PhoneNumber number, String candidate, PhoneNumberUtil util) {
547 abstract boolean verify(PhoneNumber number, String candidate, PhoneNumberUtil util); method in class:PhoneNumberUtil.Leniency
969 * verify if the number is actually in use.
1950 * Tests whether a phone number matches a valid pattern. Note this doesn't verify the number
1962 * Tests whether a phone number is valid for a certain region. Note this doesn't verify the number
/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1111 MF->verify(this, "After splitting live range around region");
1284 MF->verify(this, "After splitting live range around basic blocks");
1754 MF->verify(this, "After spilling");
1767 MF->verify(this, "Before greedy register allocator");
H A DMachineTraceMetrics.cpp310 Ensembles[i]->verify();
483 void MachineTraceMetrics::Ensemble::verify() const {
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
H A DHttpOverSpdyTest.java60 public boolean verify(String hostname, SSLSession session) {
/external/openssl/crypto/evp/
H A Devp_locl.h311 int (*verify)(EVP_PKEY_CTX *ctx, member in struct:evp_pkey_method_st
/external/smack/src/org/xbill/DNS/
H A DZoneTransferIn.java538 int error = verifier.verify(response, in);
/external/webkit/Tools/Scripts/
H A Dbisect-builds111 [-s|--sanity-check] verify both starting and ending revisions before bisecting
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java240 verify();
246 // must be after verify as it computes cyclic, needed by this routine
252 //System.out.println("verify cost: "+(int)(stop-start)+" ms");
716 * state in the DFA. Must call verify() first before this makes sense.
891 * alts. Must call verify() first before this makes sense.
897 /** Once this DFA has been built, need to verify that:
902 * Elsewhere, in the NFA converter, we need to verify that:
909 public void verify() { method in class:DFA
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DCertPathValidatorUtilities.java1427 cert.verify(publicKey);
1431 cert.verify(publicKey, sigProvider);
/external/libvorbis/doc/
H A D04-codec.tex233 \item verify the floor number is not greater than the highest number floor configured for the bitstream. If it is, the bitstream is undecodable
235 \item verify the residue number is not greater than the highest number residue configured for the bitstream. If it is, the bitstream is undecodable
257 \item verify ranges; zero is the only legal value in Vorbis I for
281 verify the packet type. \emph{A non-audio packet when audio is expected
/external/openssl/crypto/des/
H A Ddes_old.h389 int _ossl_old_des_read_password(_ossl_old_des_cblock *key,const char *prompt,int verify);
391 const char *prompt,int verify);
/external/openssl/include/openssl/
H A Ddes_old.h389 int _ossl_old_des_read_password(_ossl_old_des_cblock *key,const char *prompt,int verify);
391 const char *prompt,int verify);
/external/quake/src/com/android/quake/
H A DDownloaderActivity.java439 verify(config);
676 private void verify(Config config) throws DownloaderException, method in class:DownloaderActivity.Downloader
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/libffi/
H A Dltconfig325 --no-verify do not verify that HOST is a valid host type
370 --no-verify) verify_host=no ;;
584 echo "$progname: you must specify a host type if you use \`--no-verify'" 1>&2
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp315 void verify();
328 /// verify - check BBOffsets, BBSizes, alignment of islands
329 void ARMConstantIslands::verify() { function in class:ARMConstantIslands
474 verify();
/external/openssl/apps/
H A Ds_client.c292 BIO_printf(bio_err," -verify arg - turn on peer certificate verification\n");
423 /* verify g^((N-1)/2) == -1 (mod N) */
445 thus there is no need to verify them.
580 int reconnect=0,badop=0,verify=SSL_VERIFY_NONE,bugs=0; local
682 else if (strcmp(*argv,"-verify") == 0)
684 verify=SSL_VERIFY_PEER;
687 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
1186 SSL_CTX_set_verify(ctx,verify,verify_callback);
1193 /* BIO_printf(bio_err,"error setting default verify locations\n"); */
/external/bison/src/
H A Dtables.c819 verify (sizeof nstates <= sizeof nvectors
H A Dscan-gram.c2147 verify (UCHAR_MAX < ULONG_MAX);
3578 verify (INT_MAX < ULONG_MAX);
3600 verify (UCHAR_MAX <= INT_MAX);
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractListMultimapTest.java424 @Override protected void verify(List<Integer> elements) {
/external/openssl/crypto/x509/
H A Dx509_lu.c187 ret->verify=0;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 764 milliseconds

1234567891011>>