HomeSort by relevance Sort by last modified time
    Searched refs:Verify (Results 1 - 25 of 299) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/build_tools/tests/
verify_filelist_test.py 17 def Verify(platform, rules_contents, directory_list):
31 Verify('linux', rules, dirlist)
36 Verify('linux', rules, dirlist)
41 Verify('linux', rules, dirlist)
46 Verify('linux', rules, dirlist)
55 Verify('linux', rules, linux_dirlist)
56 Verify('mac', rules, other_dirlist)
65 Verify('linux', rules, nonmac_dirlist)
66 Verify('win', rules, nonmac_dirlist)
67 Verify('mac', rules, mac_dirlist
    [all...]
  /external/openfst/src/script/
verify.cc 19 #include <fst/script/verify.h>
24 bool Verify(const FstClass &fst) {
27 Apply<Operation<VerifyArgs> >("Verify", fst.ArcType(), &args);
32 REGISTER_FST_OPERATION(Verify, StdArc, VerifyArgs);
33 REGISTER_FST_OPERATION(Verify, LogArc, VerifyArgs);
34 REGISTER_FST_OPERATION(Verify, Log64Arc, VerifyArgs);
  /external/openfst/src/include/fst/script/
verify.h 22 #include <fst/verify.h>
30 void Verify(VerifyArgs *args) {
32 args->retval = Verify(*fst);
35 bool Verify(const FstClass &fst1);
  /external/chromium_org/rlz/lib/
crc8.h 17 static bool Verify(const unsigned char* data,
crc8_unittest.cc 43 rlz_lib::Crc8::Verify(bytes, length, crc, &matches);
48 rlz_lib::Crc8::Verify(bytes, length, crc, &matches);
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_permissions_unittest.cc 44 Verify();
46 // Reset ExtensionPrefs, and re-verify.
51 Verify();
77 Verify();
81 Verify();
85 Verify();
89 Verify();
97 Verify();
101 Verify();
106 Verify();
    [all...]
media_galleries_preferences_unittest.cc 152 Verify();
201 void Verify() {
346 Verify();
390 Verify();
403 Verify();
409 Verify();
413 Verify();
429 Verify();
435 Verify();
439 Verify();
    [all...]
  /external/chromium_org/net/cert/
ct_verifier.h 34 virtual int Verify(X509Certificate* cert,
cert_verifier.h 38 // attempt to verify the certificate according to the EV processing
39 // guidelines. In order to successfully verify a certificate as EV,
104 virtual int Verify(X509Certificate* cert,
113 // Cancels the specified request. |req| is the handle returned by Verify().
ct_log_verifier_unittest.cc 39 EXPECT_TRUE(log_->Verify(cert_entry, *cert_sct.get()));
49 EXPECT_TRUE(log_->Verify(precert_entry, *precert_sct.get()));
62 EXPECT_FALSE(log_->Verify(cert_entry, *cert_sct.get()));
76 EXPECT_FALSE(log_->Verify(cert_entry, *cert_sct.get()));
single_request_cert_verifier.h 13 // CertVerifier to verify only a single certificate at a time and cancels this
26 // upon success. See CertVerifier::Verify() for details.
27 int Verify(X509Certificate* cert,
  /external/chromium_org/third_party/icu/source/test/intltest/
tsdcfmsy.h 31 void Verify(double value, const UnicodeString& pattern,
  /external/chromium_org/v8/src/x64/
lithium-gap-resolver-x64.h 40 // Verify the move list before performing moves.
41 void Verify();
  /external/icu/icu4c/source/test/intltest/
tsdcfmsy.h 31 void Verify(double value, const UnicodeString& pattern,
  /external/chromium_org/net/dns/
address_sorter_posix_unittest.cc 160 // Verify that NULL-terminated |addresses| matches (-1)-terminated |order|
162 void Verify(const char* addresses[], const int order[]) {
194 Verify(addresses, order);
208 Verify(addresses1, order);
210 Verify(addresses2, order);
212 Verify(addresses3, order);
223 Verify(addresses, order);
233 Verify(addresses, order);
245 Verify(addresses, order);
249 Verify(addresses, order)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genexps.py 77 Verify that parenthesis are required in a statement
85 Verify that parenthesis are required when used as a keyword argument value
92 Verify that parenthesis are required when used as a keyword argument value
97 Verify early binding for the outermost for-expression
105 Verify that the outermost for-expression makes an immediate check
114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
135 Verify that syntax error's are raised for genexps used as lvalues
184 Verify that a gen exp cannot be resumed while it is actively running
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genexps.py 77 Verify that parenthesis are required in a statement
85 Verify that parenthesis are required when used as a keyword argument value
92 Verify that parenthesis are required when used as a keyword argument value
97 Verify early binding for the outermost for-expression
105 Verify that the outermost for-expression makes an immediate check
114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
129 Verify re-use of tuples (a side benefit of using genexps over listcomps)
135 Verify that syntax error's are raised for genexps used as lvalues
184 Verify that a gen exp cannot be resumed while it is actively running
    [all...]
  /external/chromium_org/net/quic/crypto/
channel_id_test.cc 237 EXPECT_TRUE(ChannelIDVerifier::Verify(key, signed_data, signature));
239 EXPECT_FALSE(ChannelIDVerifier::Verify("a" + key, signed_data, signature));
240 EXPECT_FALSE(ChannelIDVerifier::Verify(key, "a" + signed_data, signature));
245 EXPECT_FALSE(ChannelIDVerifier::Verify(
251 EXPECT_FALSE(ChannelIDVerifier::Verify(
254 EXPECT_FALSE(ChannelIDVerifier::Verify(
  /external/chromium_org/chrome/browser/chromeos/net/
cert_verify_proc_chromeos_unittest.cc 83 int error = verify_proc->Verify(cert,
100 int Verify(net::CertVerifyProc* verify_proc,
131 Verify(verify_proc_default_.get(), server.get(), &verify_root));
133 Verify(verify_proc_1_.get(), server.get(), &verify_root));
135 Verify(verify_proc_2_.get(), server.get(), &verify_root));
145 Verify(verify_proc_default_.get(), server.get(), &verify_root));
146 // User 1 should now verify successfully through the D root.
147 EXPECT_EQ(net::OK, Verify(verify_proc_1_.get(), server.get(), &verify_root));
151 Verify(verify_proc_2_.get(), server.get(), &verify_root));
161 Verify(verify_proc_default_.get(), server.get(), &verify_root))
    [all...]
  /external/chromium_org/net/ftp/
ftp_network_transaction_unittest.cc 71 return Verify("USER anonymous\r\n", data, PRE_PASSWD,
77 return Verify("PASS chrome@example.com\r\n", data, PRE_SYST,
81 return Verify("SYST\r\n", data, PRE_PWD, "215 UNIX\r\n");
83 return Verify("PWD\r\n", data, PRE_TYPE,
86 return Verify(std::string("TYPE ") + data_type_ + "\r\n", data,
90 return Verify("EPSV\r\n", data, PRE_SIZE,
93 return Verify("EPSV\r\n", data, PRE_CWD,
96 return Verify("EPSV\r\n", data, PRE_RETR,
99 return Verify("PASV\r\n", data, PRE_CWD,
102 return Verify("PASV\r\n", data, PRE_RETR
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
mailbox.h 29 // Verify that the mailbox was created through Mailbox::Generate. This only
32 bool Verify() const;
  /external/chromium_org/v8/src/arm/
lithium-gap-resolver-arm.h 45 // Verify the move list before performing moves.
46 void Verify();
  /external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.h 45 // Verify the move list before performing moves.
46 void Verify();
  /external/chromium_org/v8/src/mips64/
lithium-gap-resolver-mips64.h 45 // Verify the move list before performing moves.
46 void Verify();
  /external/llvm/lib/IR/
DebugInfo.cpp 38 bool DIDescriptor::Verify() const {
40 (DIDerivedType(DbgNode).Verify() ||
41 DICompositeType(DbgNode).Verify() || DIBasicType(DbgNode).Verify() ||
42 DIVariable(DbgNode).Verify() || DISubprogram(DbgNode).Verify() ||
43 DIGlobalVariable(DbgNode).Verify() || DIFile(DbgNode).Verify() ||
44 DICompileUnit(DbgNode).Verify() || DINameSpace(DbgNode).Verify() ||
    [all...]

Completed in 1095 milliseconds

1 2 3 4 5 6 7 8 91011>>