/external/icu4c/test/intltest/ |
tsdcfmsy.h | 30 void Verify(double value, const UnicodeString& pattern, DecimalFormatSymbols sym, const UnicodeString& expected);
|
tsdcfmsy.cpp | 204 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){
|
/external/webkit/LayoutTests/storage/domstorage/events/script-tests/ |
case-sensitive.js | 1 description("Verify that storage events fire even when only the case of the value changes."); 18 debug("Verify storage events are case sensitive");
|
/external/libpng/contrib/pngminus/ |
makevms.com | 55 $ V = 'F$Verify(0) 86 $ VV=F$VERIFY(0) 89 $ VV='F$Verify(VV) 91 $ If V Then Set Verify
|
/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/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/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/webkit/LayoutTests/storage/domstorage/script-tests/ |
quota.js | 34 debug("Verify that data was never inserted.");
|
/external/v8/src/ |
heap-inl.h | 381 // Verify() is inline to avoid ifdef-s around its calls in release 383 void ExternalStringTable::Verify() { 406 Verify();
|
spaces.h | 685 void Verify(); [all...] |
objects-debug.cc | 60 void Object::Verify() { 287 Name::cast(this)->Name##Verify(); \ 661 e->Verify(); 872 it.rinfo()->Verify(); [all...] |
spaces.cc | 80 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) { 976 object->Verify(); [all...] |
heap.cc | 309 Verify(); 342 Verify(); 716 // Visitor class to verify pointers in code or data space do not point into 731 // Verify that there are no pointers to new space in spaces where we 837 ExternalStringTable::Verify(); [all...] |
assembler.h | 233 void Verify();
|
builtins.cc | 75 void Verify() { 92 void BuiltinArguments<NEEDS_CALLED_FUNCTION>::Verify() { 127 args.Verify(); \ [all...] |
heap.h | [all...] |
assembler.cc | 488 void RelocInfo::Verify() {
|
execution.cc | 102 value->Verify();
|
/external/zlib/ |
make_vms.com | 141 $ V = 'F$Verify(0) 172 $ VV=F$VERIFY(0) 175 $ VV='F$Verify(VV) 177 $ If V Then Set Verify 393 $ V = 'F$Verify(0) 459 $ if V then set verify
|
/external/v8/benchmarks/ |
splay.js | 96 // Verify that the splay tree has the right size. 102 // Verify that the splay tree has sorted, unique keys.
|
/external/webkit/SunSpider/tests/v8-v4/ |
v8-splay.js | 91 // Verify that the splay tree has the right size. 97 // Verify that the splay tree has sorted, unique keys.
|
/external/v8/test/cctest/ |
test-serialize.cc | 282 Heap::Verify();
|
/external/v8/test/mjsunit/ |
debug-sourceinfo.js | 129 // Every line of d() is the same length. Verify we can loop through all
|
smi-ops.js | 667 // Verify that we handle the (optimized) corner case of shifting by
|
/ndk/build/core/ |
init.mk | 170 # Verify that the 'awk' tool has the features we need.
|