Searched refs:Verify (Results 1 - 20 of 20) sorted by relevance

/external/icu4c/test/intltest/
H A Dtsdcfmsy.h30 void Verify(double value, const UnicodeString& pattern, DecimalFormatSymbols sym, const UnicodeString& expected);
H A Dtsdcfmsy.cpp204 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){ function in class:IntlTestDecimalFormatSymbols
/external/libpng/contrib/pngminus/
H A Dmakevms.com55 $ V = 'F$Verify(0)
89 $ VV='F$Verify(VV)
91 $ If V Then Set Verify
/external/libpng/scripts/
H A Dmakevms.com105 $ V = 'F$Verify(0)
139 $ VV='F$Verify(VV)
141 $ If V Then Set Verify
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dverify.h29 bool Verify(const Fst<Arc> &fst) { function in namespace: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 "
91 LOG(ERROR) << "Verify
[all...]
/external/libpng/contrib/gregbook/
H A Dmakevms.com95 $ V = 'F$Verify(0)
129 $ VV='F$Verify(VV)
131 $ If V Then Set Verify
/external/v8/src/
H A Dheap-inl.h381 // Verify() is inline to avoid ifdef-s around its calls in release
383 void ExternalStringTable::Verify() { function in class:v8::internal::ExternalStringTable
406 Verify();
H A Dobjects-debug.cc60 void Object::Verify() { function in class:v8::internal::Object
287 Name::cast(this)->Name##Verify(); \
661 e->Verify();
872 it.rinfo()->Verify();
H A Dspaces.cc80 Verify();
98 Verify();
105 void HeapObjectIterator::Verify() {
127 // Verify that the cached last page in the space is actually the
935 void PagedSpace::Verify(ObjectVisitor* visitor) { function in class:v8::internal::PagedSpace
976 object->Verify();
1167 void NewSpace::Verify() { function in class:v8::internal::NewSpace
1188 object->Verify();
1300 void SemiSpace::Verify() { }
2763 void LargeObjectSpace::Verify() { function in class:v8::LargeObjectSpace
[all...]
H A Dspaces.h685 void Verify();
952 // Verify integrity of this space.
953 virtual void Verify(ObjectVisitor* visitor);
1174 virtual void Verify();
1397 // Verify the active semispace.
1398 virtual void Verify();
2026 virtual void Verify();
H A Dheap.cc309 Verify();
342 Verify();
731 // Verify that there are no pointers to new space in spaces where we
837 ExternalStringTable::Verify();
2225 code->Verify();
3221 void Heap::Verify() { function in class:v8::internal::Heap
3227 new_space_.Verify();
3230 old_pointer_space_->Verify(&rset_visitor);
3231 map_space_->Verify(&rset_visitor);
3234 old_data_space_->Verify(
[all...]
H A Dassembler.h233 void Verify();
H A Dbuiltins.cc75 void Verify() {
92 void BuiltinArguments<NEEDS_CALLED_FUNCTION>::Verify() {
127 args.Verify(); \
H A Dassembler.cc488 void RelocInfo::Verify() { function in class:v8::internal::RelocInfo
H A Dexecution.cc102 value->Verify();
H A Dheap.h751 // Verify the heap is in its normal state before or after a GC.
752 static void Verify();
1706 inline static void Verify();
H A Dbootstrapper.cc1171 builtins->Verify();
H A Dobjects.h680 void Verify();
682 // Verify a pointer is a valid object pointer.
1044 // Verify a pointer is a valid HeapObject pointer that points to object
/external/zlib/
H A Dmake_vms.com141 $ V = 'F$Verify(0)
175 $ VV='F$Verify(VV)
177 $ If V Then Set Verify
393 $ V = 'F$Verify(0)
/external/v8/test/cctest/
H A Dtest-serialize.cc282 Heap::Verify();

Completed in 846 milliseconds