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

1 2 3 4

  /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/crypto/
hmac.cc 36 bool HMAC::Verify(const base::StringPiece& data,
  /external/chromium_org/net/cert/
ct_log_verifier.cc 23 bool CTLogVerifier::Verify(const ct::LogEntry& entry,
41 DVLOG(1) << "Unable to create SCT to verify.";
single_request_cert_verifier.cc 28 int SingleRequestCertVerifier::Verify(X509Certificate* cert,
42 int rv = cert_verifier_->Verify(
mock_cert_verifier.cc 39 int MockCertVerifier::Verify(X509Certificate* cert,
  /external/chromium_org/gpu/command_buffer/common/
mailbox.cc 48 bool Mailbox::Verify() const {
  /external/chromium_org/net/quic/crypto/
channel_id_nss.cc 16 bool ChannelIDVerifier::Verify(StringPiece key,
channel_id_openssl.cc 21 bool ChannelIDVerifier::Verify(StringPiece key,
  /external/chromium_org/rlz/lib/
crc8.cc 72 bool Crc8::Verify(const unsigned char* data, int length,
  /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/chromium_org/chrome/browser/chromeos/policy/
policy_cert_verifier.cc 71 int PolicyCertVerifier::Verify(
87 int error = delegate_->Verify(cert, hostname, flags, crl_set, verify_result,
  /external/chromium_org/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/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/chromium_org/chrome/browser/extensions/api/image_writer_private/
image_writer_utility_client.cc 38 void ImageWriterUtilityClient::Verify(const ProgressCallback& progress_callback,
52 DLOG(ERROR) << "Unable to send Verify message to Utility Process.";
  /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/third_party/icu/source/test/intltest/
tsdcfmsy.cpp 200 Verify(34.5, (UnicodeString)"00.00", sym, (UnicodeString)"34.50");
202 Verify(34.5, (UnicodeString)"00.00", sym, (UnicodeString)"34S50");
204 Verify(34.5, (UnicodeString)"00 %", sym, (UnicodeString)"3450 P");
206 Verify(34.5, CharsToUnicodeString("\\u00a4##.##"), sym, (UnicodeString)"D34.5");
208 Verify(3456.5, (UnicodeString)"0,000.##", sym, (UnicodeString)"3|456S5");
246 Verify(1234567.25, "#,##0.##", *lastResort, "1,234,567.25");
249 void IntlTestDecimalFormatSymbols::Verify(double value, const UnicodeString& pattern,
  /external/icu/icu4c/source/test/intltest/
tsdcfmsy.cpp 200 Verify(34.5, (UnicodeString)"00.00", sym, (UnicodeString)"34.50");
202 Verify(34.5, (UnicodeString)"00.00", sym, (UnicodeString)"34S50");
204 Verify(34.5, (UnicodeString)"00 %", sym, (UnicodeString)"3450 P");
206 Verify(34.5, CharsToUnicodeString("\\u00a4##.##"), sym, (UnicodeString)"D34.5");
208 Verify(3456.5, (UnicodeString)"0,000.##", sym, (UnicodeString)"3|456S5");
246 Verify(1234567.25, "#,##0.##", *lastResort, "1,234,567.25");
249 void IntlTestDecimalFormatSymbols::Verify(double value, const UnicodeString& pattern,
  /art/runtime/gc/accounting/
mod_union_table.h 75 // for said cards. Exclusive lock is required since verify sometimes uses
78 virtual void Verify() EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_) = 0;
113 // Exclusive lock is required since verify uses SpaceBitmap::VisitMarkedRange and
115 void Verify()
148 // Nothing to verify.
149 void Verify() {}
  /external/chromium_org/chrome/utility/image_writer/
image_writer.cc 51 void ImageWriter::Verify() {
  /external/chromium_org/components/component_updater/
component_unpacker.cc 143 return Verify() && Unzip() && BeginPatching();
152 bool ComponentUnpacker::Verify() {
  /external/chromium_org/content/child/webcrypto/
algorithm_dispatch.cc 205 Status Verify(const blink::WebCryptoAlgorithm& algorithm,
220 return impl->Verify(algorithm, key, signature, data, signature_match);
algorithm_implementation.cc 39 Status AlgorithmImplementation::Verify(
  /external/chromium_org/content/common/input/
input_param_traits_unittest.cc 91 static void Verify(const InputEvents& events_in) {
110 static void Verify(const SyntheticGesturePacket& packet_in) {
176 Verify(events);
204 Verify(packet_in);
219 Verify(packet_in);
233 Verify(packet_in);

Completed in 2673 milliseconds

1 2 3 4