Searched defs:Verify (Results 1 - 25 of 34) sorted by relevance

12

/external/openfst/src/script/
H A Dverify.cc24 bool Verify(const FstClass &fst) { function in namespace:fst::script
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/
H A Dverify.h30 void Verify(VerifyArgs *args) { function in namespace:fst::script
32 args->retval = Verify(*fst);
35 bool Verify(const FstClass &fst1);
/external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
H A Dgflags_validators.py70 def Verify(self, flag_values): member in class:Validator
71 """Verify that constraint is satisfied.
/external/guava/guava/src/com/google/common/base/
H A DVerify.java33 * Verify.verify(bill.status() == Status.UNPAID,
78 * format string, {@code Verify} will still behave as expected, and will still include all argument
91 public final class Verify { class
163 private Verify() {} method in class:Verify
/external/openfst/src/include/fst/
H A Dverify.h32 bool Verify(const Fst<Arc> &fst, bool allow_negative_labels = false) { function in namespace:fst
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 "
90 LOG(ERROR) << "Verify: Fst destination state ID of arc at position "
94 LOG(ERROR) << "Verify
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtsdcfmsy.cpp200 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, function in class:IntlTestDecimalFormatSymbols
/external/v8/src/arm/
H A Dlithium-gap-resolver-arm.cc78 Verify();
140 void LGapResolver::Verify() { function in class:v8::internal::LGapResolver
/external/v8/src/mips64/
H A Dlithium-gap-resolver-mips64.cc62 Verify();
124 void LGapResolver::Verify() { function in class:v8::internal::LGapResolver
/external/llvm/lib/Analysis/
H A DPHITransAddr.cpp89 /// Verify - Check internal consistency of this data structure. If the
92 bool PHITransAddr::Verify() const { function in class:PHITransAddr
321 assert(Verify() && "Invalid PHITransAddr!");
323 assert(Verify() && "Invalid PHITransAddr!");
/external/v8/src/arm64/
H A Dlithium-gap-resolver-arm64.cc80 Verify();
134 void LGapResolver::Verify() { function in class:v8::internal::LGapResolver
/external/v8/src/mips/
H A Dlithium-gap-resolver-mips.cc62 Verify();
124 void LGapResolver::Verify() { function in class:v8::internal::LGapResolver
/external/v8/src/x64/
H A Dlithium-gap-resolver-x64.cc56 Verify();
126 void LGapResolver::Verify() { function in class:v8::internal::LGapResolver
/external/llvm/lib/IR/
H A DInlineAsm.cpp46 assert(Verify(getFunctionType(), constraints) &&
243 /// Verify - Verify that the specified constraint string is reasonable for the
245 bool InlineAsm::Verify(FunctionType *Ty, StringRef ConstStr) { function in class:InlineAsm
/external/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.cc61 Verify();
192 void LGapResolver::Verify() { function in class:v8::internal::LGapResolver
/external/v8/src/x87/
H A Dlithium-gap-resolver-x87.cc61 Verify();
192 void LGapResolver::Verify() { function in class:v8::internal::LGapResolver
/external/vboot_reference/futility/
H A Dcmd_vbutil_firmware.c172 static int Verify(const char *infile, const char *signpubkey, function
215 /* Verify key block */
245 /* Verify preamble */
277 /* Verify body */
380 return Verify(filename, signpubkey, fv_file, kernelkey_file);
/external/gptfdisk/
H A Dgptcurses.cc411 // Verify the data structures. Note that this function leaves curses mode and
412 // relies on the underlying GPTData::Verify() function to report on problems
413 void GPTDataCurses::Verify(void) { function in class:GPTDataCurses
418 GPTData::Verify();
423 } // GPTDataCurses::Verify()
722 Verify();
758 if (GPTData::Verify() > 0)
759 Report("Warning! Problems found on disk! Use the Verify function to learn more.\n"
H A Dgpt.cc167 int GPTData::Verify(void) { function in class:GPTData
308 // Verify that partitions don't run into GPT data areas....
345 } // GPTData::Verify()
/external/protobuf/python/
H A Dmox.py58 # Verify all methods were called as expected
76 """Raised when Verify() is called before all expected methods have been called
99 return "Verify: Expected methods never called:\n%s" % (calls,)
246 def Verify(*args): function
247 """Verify mocks.
332 """Verify that all of the expected calls have been made.
446 # Verify the class supports item assignment.
477 # Verify the class supports item assignment.
493 # Verify the class we are mocking is callable
589 """Verify th
[all...]
/external/v8/src/heap/
H A Dstore-buffer.cc353 void StoreBuffer::Verify() { function in class:v8::internal::StoreBuffer
364 Verify();
H A Dheap-inl.h666 // Verify() is inline to avoid ifdef-s around its calls in release
668 void ExternalStringTable::Verify() { function in class:v8::internal::ExternalStringTable
695 Verify();
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h458 void setVerifyModules(bool Verify) { argument
459 VerifyModules = Verify;
595 EngineBuilder &setVerifyModules(bool Verify) { argument
596 VerifyModules = Verify;
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp52 VerifyDiagnosticConsumer &Verify; member in class:__anon1069::VerifyFileTracker
56 VerifyFileTracker(VerifyDiagnosticConsumer &Verify, SourceManager &SM) argument
57 : Verify(Verify), SM(SM) { }
64 Verify.UpdateParsedFileStatus(SM, SM.getFileID(Loc),
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp313 DWARFCompileUnit::Verify(Stream *s) const function in class:DWARFCompileUnit
/external/v8/src/
H A Dassembler.cc832 void RelocInfo::Verify(Isolate* isolate) { function in class:v8::internal::RelocInfo

Completed in 570 milliseconds

12