HomeSort by relevance Sort by last modified time
    Searched refs:Verify (Results 26 - 50 of 226) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium/chrome/browser/chromeos/login/
owner_key_utils.cc 45 bool Verify(const std::string& data,
134 bool OwnerKeyUtilsImpl::Verify(const std::string& data,
owner_manager.cc 113 void OwnerManager::Verify(const BrowserThread::ID thread_id,
130 VLOG(1) << "Starting verify attempt";
132 if (!utils_->Verify(data, signature, public_key_)) {
ownership_service_unittest.cc 189 EXPECT_CALL(*mock_, Verify(Eq(data), Eq(sig), Eq(fake_public_key_)))
213 EXPECT_CALL(*mock_, Verify(Eq(data), Eq(sig), Eq(fake_public_key_)))
  /external/chromium/net/base/
dnssec_chain_verifier.h 47 // Verify verifies the chain. Returns |OK| on success.
48 Error Verify();
51 // after Verify has returned OK.
54 // this after Verify has returned OK.
x509_certificate_unittest.cc 24 // properly verify the EV-ness of a cert, we need to check for its revocation
233 EXPECT_EQ(OK, google_cert->Verify("www.google.com", flags, &verify_result));
299 EXPECT_EQ(OK, webkit_cert->Verify("webkit.org", flags, &verify_result));
362 EXPECT_EQ(OK, thawte_cert->Verify("www.thawte.com", flags, &verify_result));
367 EXPECT_EQ(OK, thawte_cert->Verify("www.thawte.com", flags, &verify_result));
387 int error = paypal_null_cert->Verify("www.paypal.com", flags,
421 int error = unosoft_hu_cert->Verify("www.unosoft.hu", flags,
483 int error = cert_chain->Verify("www.us.army.mil", flags, &verify_result);
512 int error = cert_chain->Verify("www.nist.gov", flags, &verify_result);
568 int error = cert_chain->Verify("www.nist.gov", flags, &verify_result)
    [all...]
  /external/chromium/net/tools/dnssec_chain_verify/
dnssec_chain_verify.cc 70 net::DNSSECChainVerifier::Error err = verifier.Verify();
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags_validators.py 59 checker: function to verify the constraint.
70 def Verify(self, flag_values):
71 """Verify that constraint is satisfied.
73 flags library calls this method to verify Validator's constraint.
116 checker: function to verify the validator.
156 checker: function to verify the validator.
  /external/llvm/lib/IR/
DIBuilder.cpp 245 assert(RTy.Verify() && "Unable to create reference type");
266 assert(Ty.Verify() && "Invalid typedef type!");
285 assert(Ty.Verify() && "Invalid type!");
286 assert(FriendTy.Verify() && "Invalid friend type!");
306 assert(Ty.Verify() && "Unable to create inheritance");
488 assert((!Context || Context.Verify()) &&
508 assert(R.Verify() && "createClassType should return a verifiable DIType");
540 assert(R.Verify() && "createStructType should return a verifiable DIType");
773 assert(DIType(Node).Verify() &&
    [all...]
InlineAsm.cpp 46 assert(Verify(getFunctionType(), constraints) &&
244 /// Verify - Verify that the specified constraint string is reasonable for the
246 bool InlineAsm::Verify(FunctionType *Ty, StringRef ConstStr) {
  /external/libpng/scripts/
makevms.com 105 $ V = 'F$Verify(0)
136 $ VV=F$VERIFY(0)
139 $ VV='F$Verify(VV)
141 $ If V Then Set Verify
  /external/openfst/src/bin/
fstsymbols.cc 26 #include <fst/script/verify.h>
39 DEFINE_bool(verify, false, "Verify fst properities before saving");
114 if (FLAGS_verify && !s::Verify(*fst))
  /external/openfst/src/include/fst/
verify.h 0 // verify.h
19 // Function to verify an Fst's contents
32 bool Verify(const Fst<Arc> &fst, bool allow_negative_labels = false) {
49 LOG(ERROR) << "Verify: Fst start state ID unset";
52 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states";
66 LOG(ERROR) << "Verify: Fst input label ID of arc at position "
70 LOG(ERROR) << "Verify: Fst input label ID " << arc.ilabel
76 LOG(ERROR) << "Verify: Fst output label ID of arc at position "
80 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel
86 LOG(ERROR) << "Verify: Fst weight of arc at position
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
verify.h 0 // verify.h
29 bool Verify(const Fst<Arc> &fst) {
46 LOG(ERROR) << "Verify: Fst start state ID unset";
49 LOG(ERROR) << "Verify: Fst start state ID exceeds number of states";
63 LOG(ERROR) << "Verify: Fst input label ID of arc at position "
67 LOG(ERROR) << "Verify: Fst input label ID " << arc.ilabel
73 LOG(ERROR) << "Verify: Fst output label ID of arc at position "
77 LOG(ERROR) << "Verify: Fst output label ID " << arc.olabel
83 LOG(ERROR) << "Verify: Fst weight of arc at position "
87 LOG(ERROR) << "Verify: Fst destination state ID of arc at position
    [all...]
  /external/v8/src/
objects-debug.cc 40 void MaybeObject::Verify() {
194 Name::cast(this)->Name##Verify(); \
350 e->Verify();
552 relocation_info()->Verify();
555 it.rinfo()->Verify();
886 JSFunction::cast(get(kFactoryIndex))->Verify();
901 get(i)->Verify();
905 get(i)->Verify();
912 FixedArray::cast(this)->Verify();
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domstringlistcontains02.js 82 Verify that the list contains features that are required and supported by this DOMConfiguration object.
83 Verify that the contains method returns false for a string that is not contained in this DOMStringList.
  /external/libpng/contrib/gregbook/
makevms.com 95 $ V = 'F$Verify(0)
126 $ VV=F$VERIFY(0)
129 $ VV='F$Verify(VV)
131 $ If V Then Set Verify
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 44 Verify( "verify"
192 if (Verify) {
  /external/v8/src/arm/
lithium-gap-resolver-arm.cc 84 Verify();
146 void LGapResolver::Verify() {
  /external/v8/src/mips/
lithium-gap-resolver-mips.cc 85 Verify();
147 void LGapResolver::Verify() {
  /external/v8/test/mjsunit/regress/
regress-110509.js 30 // Verify that LRandom preserves rsi correctly.
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
quota.js 34 debug("Verify that data was never inserted.");
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 236 // Verify variable.
237 if (!V.Verify())
254 // Verify global variable.
255 if (!G.Verify())
271 // Verify subprogram.
272 if (!SP.Verify())
290 // Verify type.
291 if (!Ty.Verify())
307 // Verify type.
308 if (!Ty.Verify())
    [all...]
DwarfDebug.h 175 assert(Var.Verify() && "Invalid complex DbgVariable!");
179 assert(Var.Verify() && "Invalid complex DbgVariable!");
183 assert(Var.Verify() && "Invalid complex DbgVariable!");
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 54 VerifyDiagnosticConsumer &Verify;
58 VerifyFileTracker(VerifyDiagnosticConsumer &Verify, SourceManager &SM)
59 : Verify(Verify), SM(SM) { }
66 Verify.UpdateParsedFileStatus(SM, SM.getFileID(Loc),
726 llvm::report_fatal_error(Twine("-verify directives found after rather"
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 89 /// Verify - Check internal consistency of this data structure. If the
92 bool PHITransAddr::Verify() const {
324 assert(Verify() && "Invalid PHITransAddr!");
326 assert(Verify() && "Invalid PHITransAddr!");

Completed in 3561 milliseconds

12 3 4 5 6 7 8 910