Home
last modified time | relevance | path

Searched refs:bSame (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
DSerializableTestUtility.java121 boolean bSame = true; in hasSameBehavior()
126 bSame = false; in hasSameBehavior()
130 return bSame; in hasSameBehavior()
309 boolean bSame = false; in hasSameRule()
316 bSame = (dtra.getRuleDayOfMonth() == dtrb.getRuleDayOfMonth()); in hasSameRule()
319 bSame = (dtra.getRuleDayOfWeek() == dtrb.getRuleDayOfWeek() && in hasSameRule()
324 bSame = (dtra.getRuleDayOfMonth() == dtrb.getRuleDayOfMonth() && in hasSameRule()
329 return bSame; in hasSameRule()
531 boolean bSame = true; in hasSameBehavior()
536 bSame = false; in hasSameBehavior()
[all …]
/third_party/openh264/test/decoder/
DDecUT_ErrorConcealment.cpp198 bool bSame = true; in ComparePictureDataI420() local
209 for (iCurHeight = 0; bSame && (iCurHeight < kiHeight); ++iCurHeight) { in ComparePictureDataI420()
210 bSame = (memcmp (pAncData, pCompData, iStride * sizeof (uint8_t)) == 0); in ComparePictureDataI420()
218 for (iCurHeight = 0; bSame && (iCurHeight < kiHeight / 2); ++iCurHeight) { in ComparePictureDataI420()
219 bSame = (memcmp (pAncData, pCompData, iStride * sizeof (uint8_t)) == 0); in ComparePictureDataI420()
224 for (iCurHeight = 0; bSame && (iCurHeight < kiHeight / 2); ++iCurHeight) { in ComparePictureDataI420()
225 bSame = (memcmp (pAncData, pCompData, iStride * sizeof (uint8_t)) == 0); in ComparePictureDataI420()
230 return bSame; in ComparePictureDataI420()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableTestUtility.java119 boolean bSame = true; in hasSameBehavior()
124 bSame = false; in hasSameBehavior()
128 return bSame; in hasSameBehavior()
307 boolean bSame = false; in hasSameRule()
314 bSame = (dtra.getRuleDayOfMonth() == dtrb.getRuleDayOfMonth()); in hasSameRule()
317 bSame = (dtra.getRuleDayOfWeek() == dtrb.getRuleDayOfWeek() && in hasSameRule()
322 bSame = (dtra.getRuleDayOfMonth() == dtrb.getRuleDayOfMonth() && in hasSameRule()
327 return bSame; in hasSameRule()
529 boolean bSame = true; in hasSameBehavior()
534 bSame = false; in hasSameBehavior()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/
DSDL_gamecontroller.c212 Uint8 bSame = controllerlist->hatState[event->jhat.hat] & event->jhat.value; in SDL_GameControllerEventWatcher() local
214 Uint8 bChanged = controllerlist->hatState[event->jhat.hat] ^ bSame; in SDL_GameControllerEventWatcher()
228 bChanged = event->jhat.value ^ bSame; in SDL_GameControllerEventWatcher()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java1182 boolean bSame = otz.hasSameRules(vtz); in TestVTimeZoneCoverage()
1183 …gln("OlsonTimeZone#hasSameRules(VTimeZone) should return false always for now - actual: " + bSame); in TestVTimeZoneCoverage()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneRuleTest.java1184 boolean bSame = otz.hasSameRules(vtz); in TestVTimeZoneCoverage()
1185 …gln("OlsonTimeZone#hasSameRules(VTimeZone) should return false always for now - actual: " + bSame); in TestVTimeZoneCoverage()
/third_party/icu/icu4c/source/test/intltest/
Dtzrulets.cpp1705 UBool bSame = otz->hasSameRules(*vtz); in TestVTimeZoneCoverage() local
1706 …ng)"OlsonTimeZone::hasSameRules(VTimeZone) should return FALSE always for now - actual: " + bSame); in TestVTimeZoneCoverage()