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

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 310 assert(DIC.Verify() && "DIC must verify as a DICompileUnit.");
317 assert(DISP.Verify() && "DISP must verify as a DISubprogram.");
335 assert(DIG.Verify() && "DIG must verify as DIGlobalVariable.");
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
test_utils.h 84 virtual void Verify(const ProgressCallback& progress_callback,
96 // Sets a callback for when a Verify call is made.
  /external/chromium_org/chrome/browser/prefs/
pref_hash_calculator.cc 40 hmac.Verify(message,
  /external/chromium_org/content/child/webcrypto/
algorithm_dispatch.h 74 CONTENT_EXPORT Status Verify(const blink::WebCryptoAlgorithm& algorithm,
algorithm_implementation.h 62 // This method corresponds to Web Crypto's crypto.subtle.verify().
63 virtual Status Verify(const blink::WebCryptoAlgorithm& algorithm,
  /external/chromium_org/content/child/webcrypto/nss/
rsa_ssa_nss.cc 90 virtual Status Verify(const blink::WebCryptoAlgorithm& algorithm,
  /external/chromium_org/content/child/webcrypto/openssl/
rsa_ssa_openssl.cc 91 virtual Status Verify(const blink::WebCryptoAlgorithm& algorithm,
  /external/chromium_org/net/cert/
multi_threaded_cert_verifier.h 50 // thread that Verify() is called on; that is, it will not be
57 virtual int Verify(X509Certificate* cert,
103 int error; // The return value of CertVerifier::Verify.
104 CertVerifyResult result; // The output of CertVerifier::Verify.
ct_objects_extractor_unittest.cc 110 EXPECT_TRUE(log_->Verify(entry, *sct.get()));
123 EXPECT_TRUE(log_->Verify(entry, *sct.get()));
multi_log_ct_verifier.cc 84 int MultiLogCTVerifier::Verify(
216 if (!it->second->Verify(expected_entry, *sct.get())) {
217 DVLOG(1) << "Unable to verify SCT signature.";
  /external/chromium_org/net/ocsp/
nss_ocsp_unittest.cc 127 // Tests that when using NSS to verify certificates, and IO is enabled,
146 int error = verifier()->Verify(test_cert.get(),
  /external/chromium_org/net/quic/crypto/
channel_id_openssl.cc 21 bool ChannelIDVerifier::Verify(StringPiece key,
  /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...]
  /art/runtime/base/
timing_logger.cc 235 void TimingLogger::Verify() {
248 Verify();
  /art/runtime/gc/space/
rosalloc_space.h 117 void Verify() EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_) {
118 rosalloc_->Verify();
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_browsertest.js 286 // Select the first list item and verify the search tab remains selected.
305 // Verify some hard-coded assumptions. These depend on the vaue of the
321 // Verify that selecting it affects the details view.
356 // Verify that it is displayed in the events log.
384 // Verify our event is among the results.
  /external/chromium_org/chrome/tools/convert_dict/
convert_dict_unittest.cc 63 // * Verify the bdict data.
99 // Verify this DicReader includes all the input words.
108 // Create BDICT data and verify it.
119 EXPECT_TRUE(hunspell::BDict::Verify(bdict_data.data(), bdict_data.size()));
121 // Trim the end of this BDICT and verify our verifier tells these trimmed
125 EXPECT_FALSE(hunspell::BDict::Verify(bdict_data.data(),
  /external/chromium_org/components/component_updater/
component_unpacker.cc 143 return Verify() && Unzip() && BeginPatching();
152 bool ComponentUnpacker::Verify() {
  /external/chromium_org/native_client_sdk/src/build_tools/
verify_ppapi.py 128 def Verify(dsc_filename, dsc_sources_and_headers, changed_filenames,
151 Verify(dsc_filename, dsc_sources_and_headers, changed_filenames,
  /external/chromium_org/tools/traceline/traceline/scripts/
crit_sec.js 35 // Verify that the locks get unlocked, and operations stay on the same thread.
  /external/chromium_org/ui/webui/resources/js/
assert.js 10 * Verify |condition| is truthy and return |condition| if so.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-110509.js 30 // Verify that LRandom preserves rsi correctly.
  /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

Completed in 788 milliseconds

1 2 3 45 6 7 8 91011>>