Home
last modified time | relevance | path

Searched refs:checkConsistency (Results 1 – 4 of 4) sorted by relevance

/external/autotest/frontend/client/src/autotest/tko/
DHeaderFieldCollection.java37 assert checkConsistency(); in add()
44 public boolean checkConsistency() { in checkConsistency() method in HeaderFieldCollection
104 assert checkConsistency(); in iterator()
/external/parameter-framework/upstream/test/test-fixed-point-parameter/
DMain.py102 ('Consistency', self.checkConsistency),
174 def checkConsistency(self, valuePreviouslyGotten): member in FixedPointTester
/external/icu/icu4c/source/i18n/unicode/
Dtmutfmt.h215 void checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& status);
/external/icu/icu4c/source/i18n/
Dtmutfmt.cpp333 checkConsistency(UTMUTFMT_FULL_STYLE, gUnitsTag, err); in setup()
335 checkConsistency(UTMUTFMT_ABBREVIATED_STYLE, gShortUnitsTag, err); in setup()
485 TimeUnitFormat::checkConsistency(UTimeUnitFormatStyle style, const char* key, UErrorCode& err) { in checkConsistency() function in TimeUnitFormat