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/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/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/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/test/mini_installer/
verifier.py 8 def Verify(property):
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_permissions_unittest.cc 40 Verify();
42 // Reset ExtensionPrefs, and re-verify.
47 Verify();
65 Verify();
69 Verify();
73 Verify();
77 Verify();
85 Verify();
89 Verify();
94 Verify();
    [all...]
media_galleries_preferences_unittest.cc 121 Verify();
124 void Verify() {
267 Verify();
280 Verify();
286 Verify();
298 Verify();
329 Verify();
335 Verify();
344 Verify();
358 Verify();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.h 47 Verify,
  /external/chromium_org/third_party/icu/source/test/intltest/
tsdcfmsy.h 30 void Verify(double value, const UnicodeString& pattern, DecimalFormatSymbols sym, const UnicodeString& expected);
  /external/chromium_org/v8/src/x64/
lithium-gap-resolver-x64.h 63 // Verify the move list before performing moves.
64 void Verify();
  /external/icu4c/test/intltest/
tsdcfmsy.h 30 void Verify(double value, const UnicodeString& pattern, DecimalFormatSymbols sym, const UnicodeString& expected);
  /external/v8/src/x64/
lithium-gap-resolver-x64.h 63 // Verify the move list before performing moves.
64 void Verify();
  /external/chromium/net/ftp/
ftp_network_transaction_unittest.cc 65 return Verify("USER anonymous\r\n", data, PRE_PASSWD,
71 return Verify("PASS chrome@example.com\r\n", data, PRE_SYST,
75 return Verify("SYST\r\n", data, PRE_PWD, "215 UNIX\r\n");
77 return Verify("PWD\r\n", data, PRE_TYPE,
80 return Verify(std::string("TYPE ") + data_type_ + "\r\n", data,
83 return Verify("EPSV\r\n", data, PRE_SIZE,
88 return Verify("PASV\r\n", data, PRE_QUIT,
91 return Verify("QUIT\r\n", data, QUIT, "221 Goodbye.\r\n");
141 MockWriteResult Verify(const std::string& expected,
155 MockWriteResult Verify(const std::string& expected
    [all...]
  /external/chromium_org/net/dns/
address_sorter_posix_unittest.cc 158 // Verify that NULL-terminated |addresses| matches (-1)-terminated |order|
160 void Verify(const char* addresses[], const int order[]) {
192 Verify(addresses, order);
206 Verify(addresses1, order);
208 Verify(addresses2, order);
210 Verify(addresses3, order);
221 Verify(addresses, order);
231 Verify(addresses, order);
243 Verify(addresses, order);
247 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/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/net/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().
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/v8/src/arm/
lithium-gap-resolver-arm.h 68 // Verify the move list before performing moves.
69 void Verify();
  /external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.h 68 // Verify the move list before performing moves.
69 void Verify();
  /external/v8/src/arm/
lithium-gap-resolver-arm.h 68 // Verify the move list before performing moves.
69 void Verify();
  /external/v8/src/mips/
lithium-gap-resolver-mips.h 68 // Verify the move list before performing moves.
69 void Verify();
  /external/llvm/lib/IR/
DebugInfo.cpp 37 bool DIDescriptor::Verify() const {
39 (DIDerivedType(DbgNode).Verify() ||
40 DICompositeType(DbgNode).Verify() || DIBasicType(DbgNode).Verify() ||
41 DIVariable(DbgNode).Verify() || DISubprogram(DbgNode).Verify() ||
42 DIGlobalVariable(DbgNode).Verify() || DIFile(DbgNode).Verify() ||
43 DICompileUnit(DbgNode).Verify() || DINameSpace(DbgNode).Verify() ||
    [all...]

Completed in 775 milliseconds

1 2 3 4 5 6 7 8 91011>>