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

1 2 3 4 5 6 7 8 9

  /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/icu4c/test/intltest/
tsdcfmsy.h 30 void Verify(double value, const UnicodeString& pattern, DecimalFormatSymbols sym, const UnicodeString& expected);
tsdcfmsy.cpp 204 Verify(34.5, (UnicodeString)"00.00", sym, (UnicodeString)"34.50");
206 Verify(34.5, (UnicodeString)"00.00", sym, (UnicodeString)"34S50");
208 Verify(34.5, (UnicodeString)"00 %", sym, (UnicodeString)"3450 P");
210 Verify(34.5, CharsToUnicodeString("\\u00a4##.##"), sym, (UnicodeString)"D34.5");
212 Verify(3456.5, (UnicodeString)"0,000.##", sym, (UnicodeString)"3|456S5");
216 void IntlTestDecimalFormatSymbols::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/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/chromium/net/base/
cert_verifier_unittest.cc 56 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result,
66 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result,
97 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result,
101 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result2,
131 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result,
142 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result,
156 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result,
185 error = verifier.Verify(google_cert, "www.example.com", 0, &verify_result,
199 error = verifier.Verify(google_cert, hostname, 0, &verify_result,
213 error = verifier.Verify(google_cert, "www999.example.com", 0, &verify_result
    [all...]
cert_verifier.h 36 int error; // The return value of CertVerifier::Verify.
37 CertVerifyResult result; // The output of CertVerifier::Verify.
46 // request the RequestHandle that was returned by Verify() needs to be
101 int Verify(X509Certificate* cert,
108 // Cancels the specified request. |req| is the handle returned by Verify().
181 // CertVerifier to verify only a single certificate at a time and cancels this
194 // upon success. See CertVerifier::Verify() for details.
195 int Verify(X509Certificate* cert,
x509_certificate_openssl_android.cc 15 int X509Certificate::Verify(const std::string& hostname,
22 LOG(ERROR) << "Rejecting verify as no net library installed";
cert_verifier.cc 28 // Verify()
59 // On a cache hit, CertVerifier::Verify() returns synchronously without
157 error_ = cert_->Verify(hostname_, flags_, &verify_result_);
306 int CertVerifier::Verify(X509Certificate* cert,
463 int SingleRequestCertVerifier::Verify(X509Certificate* cert,
473 return cert->Verify(hostname, flags, verify_result);
479 int rv = cert_verifier_->Verify(
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.h 87 // Verify that the state is the initial one, ready to resolve a single
91 // Verify the move list before performing moves.
92 void Verify();
  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 1 description("Verify that storage events fire even when only the case of the value changes.");
18 debug("Verify storage events are case sensitive");
  /external/chromium/chrome/browser/chromeos/login/
mock_owner_key_utils.h 27 MOCK_METHOD3(Verify, bool(const std::string& data,
owner_key_utils.h 55 virtual bool Verify(const std::string& data,
owner_manager_unittest.cc 170 &OwnerManager::Verify,
186 EXPECT_CALL(*mock_, Verify(Eq(data), Eq(sig), Eq(fake_public_key_)))
196 &OwnerManager::Verify,
219 EXPECT_CALL(*mock_, Verify(Eq(data), Eq(sig), Eq(fake_public_key_)))
228 &OwnerManager::Verify,
owner_manager.h 80 // need, then does the verify.
86 void Verify(const BrowserThread::ID thread_id,
  /external/llvm/lib/VMCore/
DebugInfo.cpp 357 if (DTy.Verify())
361 if (BTy.Verify()) {
370 /// Verify - Verify that a compile unit is well formed.
371 bool DICompileUnit::Verify() const {
381 /// Verify - Verify that an ObjC property is well formed.
382 bool DIObjCProperty::Verify() const {
388 if (!Ty.Verify()) return false;
394 /// Verify - Verify that a type descriptor is well formed
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_prefs_unittest.cc 78 virtual void Verify() = 0;
89 Verify();
91 // Reset ExtensionPrefs, and re-verify.
94 Verify();
124 virtual void Verify() {
153 virtual void Verify() {
175 virtual void Verify() {
192 virtual void Verify() {
279 virtual void Verify() {
314 virtual void Verify() {
    [all...]
  /external/llvm/include/llvm/
DebugInfo.h 94 bool Verify() const { return DbgNode != 0; }
201 /// Verify - Verify that a compile unit is well formed.
202 bool Verify() const;
246 /// Verify - Verify that a type descriptor is well formed.
247 bool Verify() const;
325 /// Verify - Verify that a basic type descriptor is well formed.
326 bool Verify() const
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1530.js 34 // Verify that normal assignment of 'prototype' property works properly
44 // Verify that 'prototype' behaves like a data property when it comes to
55 // Verify that the previous redefinition didn't screw up callbacks and
65 // Verify that non-writability of other properties is respected.
  /external/libpng/contrib/pngminus/
makevms.com 55 $ V = 'F$Verify(0)
86 $ VV=F$VERIFY(0)
89 $ VV='F$Verify(VV)
91 $ If V Then Set Verify
  /external/llvm/include/llvm/Analysis/
PHITransAddr.h 92 /// Verify - Check internal consistency of this data structure. If the
95 bool Verify() const;
  /external/v8/src/
liveobjectlist-inl.h 50 Verify();

Completed in 541 milliseconds

1 2 3 4 5 6 7 8 9